Skip to content

Commit

Permalink
Don't set setRadiusOfInnermostHit for EDM4hep tracks
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Jun 20, 2024
1 parent 37d1813 commit 1b281dd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions converter/src/DelphesEDM4HepConverter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,6 @@ namespace k4SimDelphes {
trackerHit2.setPosition(position2);
track.addToTrackerHits(trackerHit2);

track.setRadiusOfInnermostHit(
sqrt(delphesCand->XFirstHit * delphesCand->XFirstHit + delphesCand->YFirstHit * delphesCand->YFirstHit));

trackCollection->push_back(track);
pathLengthCollection->push_back(delphesCand->L);

Expand Down

0 comments on commit 1b281dd

Please sign in to comment.