Skip to content

Commit

Permalink
Don't set setRadiusOfInnermostHit for EDM4hep tracks (#119)
Browse files Browse the repository at this point in the history
see key4hep/EDM4hep#326

Co-authored-by: jmcarcell <[email protected]>
  • Loading branch information
jmcarcell and jmcarcell authored Jun 26, 2024
1 parent 37d1813 commit 8f2b8a1
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 8f2b8a1

Please sign in to comment.