Changeset db316cd in git for modules/TimeSmearing.cc
- Timestamp:
- May 24, 2021, 3:31:22 PM (3 years ago)
- Branches:
- master
- Children:
- 7e6c201, b03c0d0, f76741a
- Parents:
- f8e61b2 (diff), fa0b54e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/TimeSmearing.cc
rf8e61b2 rdb316cd 103 103 while((candidate = static_cast<Candidate *>(fItTrackInputArray->Next()))) 104 104 { 105 // converting to meters 105 106 106 const TLorentzVector &candidateFinalPosition = candidate->Position; 107 107 const TLorentzVector &candidateMomentum = candidate->Momentum;
Note:
See TracChangeset
for help on using the changeset viewer.