Skip to content

Commit

Permalink
Update Tracking/src/Tracking/Reco/CKFProcessor.cxx
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 0b4de1f commit cdf353c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Tracking/src/Tracking/Reco/CKFProcessor.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,6 @@ void CKFProcessor::produce(framework::Event& event) {

ldmx_log(debug) << "cov matrix" << std::endl << covMat << std::endl;

Acts::ActsScalar q = seed.getQoP() < 0 ? -1 * Acts::UnitConstants::e
: Acts::UnitConstants::e;
// need to set particle hypothesis...set to electron for now...
auto partHypo{Acts::SinglyChargedParticleHypothesis::electron()};
startParameters.push_back(
Expand Down

0 comments on commit cdf353c

Please sign in to comment.