Changeset 04e2040 in git for modules/TimeSmearing.cc
- Timestamp:
- May 17, 2021, 5:18:37 PM (3 years ago)
- Branches:
- master
- Children:
- a7bd051
- Parents:
- a52e99e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/TimeSmearing.cc
ra52e99e r04e2040 102 102 fItTrackInputArray->Reset(); 103 103 while((candidate = static_cast<Candidate *>(fItTrackInputArray->Next()))) 104 { // converting to meters105 104 { 105 // converting to meters 106 106 const TLorentzVector &candidateFinalPosition = candidate->Position; 107 107 const TLorentzVector &candidateMomentum = candidate->Momentum; 108 108 109 109 tf = candidateFinalPosition.T() * 1.0E-3 / c_light; 110 110 111 eta = candidateMomentum.Eta(); 111 112 energy = candidateMomentum.E();
Note:
See TracChangeset
for help on using the changeset viewer.