Skip to content

Commit

Permalink
Update Tracking/include/Tracking/Reco/TrackExtrapolatorTool.h
Browse files Browse the repository at this point in the history
Co-authored-by: Tamas Vami <[email protected]>
  • Loading branch information
bloodyyugo and tvami authored Sep 14, 2024
1 parent c0fa81c commit 571af65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tracking/include/Tracking/Reco/TrackExtrapolatorTool.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,13 +151,15 @@ class TrackExtrapolatorTool {
std::cout << "HasSmoothed::" << hasSmoothed << std::endl;
std::cout << "Filtered::" << filtered.transpose() << std::endl;
}
/*
Acts::ActsScalar q;
if (hasSmoothed)
q = smoothed[Acts::eBoundQOverP] > 0 ? 1 * Acts::UnitConstants::e
: -1 * Acts::UnitConstants::e;
else
q = filtered[Acts::eBoundQOverP] > 0 ? 1 * Acts::UnitConstants::e
: -1 * Acts::UnitConstants::e;
*/
// mg Aug 2024 ... v36 takes the particle...assume electron
auto partHypo{Acts::SinglyChargedParticleHypothesis::electron()};
Acts::BoundTrackParameters sp(surface.getSharedPtr(), smoothed, cov,
Expand Down

0 comments on commit 571af65

Please sign in to comment.