Changes in modules/TimeSmearing.cc [c438758:04e2040] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/TimeSmearing.cc
rc438758 r04e2040 103 103 while((candidate = static_cast<Candidate *>(fItTrackInputArray->Next()))) 104 104 { 105 105 // converting to meters 106 106 const TLorentzVector &candidateFinalPosition = candidate->Position; 107 107 const TLorentzVector &candidateMomentum = candidate->Momentum;
Note:
See TracChangeset
for help on using the changeset viewer.