Changeset 825beb7 in git
- Timestamp:
- Mar 1, 2021, 4:05:00 PM (4 years ago)
- Branches:
- master
- Children:
- c9e7466
- Parents:
- 40e890c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/TrackCovariance.cc
r40e890c r825beb7 109 109 { 110 110 111 // converting to meters112 //const TLorentzVector &candidatePosition = candidate->InitialPosition*1e-03;113 //const TLorentzVector &candidateMomentum = candidate->Momentum;114 115 111 particle = static_cast<Candidate *>(candidate->GetCandidates()->At(0)); 116 112 113 // converting to meters 117 114 const TLorentzVector &candidatePosition = particle->Position*1e-03; 118 115 const TLorentzVector &candidateMomentum = particle->Momentum;
Note:
See TracChangeset
for help on using the changeset viewer.