Changeset 46c8df8 in git for modules/TrackCovariance.cc
- Timestamp:
- Jun 30, 2020, 5:00:12 PM (4 years ago)
- Branches:
- master
- Children:
- 5eb063e, 80763ac, e79c954
- Parents:
- 6c6efd1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/TrackCovariance.cc
r6c6efd1 r46c8df8 109 109 ObsTrk track(candidatePosition.Vect(), candidateMomentum.Vect(), candidate->Charge, fBz, fCovariance); 110 110 111 mother = candidate;111 mother = candidate; 112 112 candidate = static_cast<Candidate *>(candidate->Clone()); 113 113 … … 120 120 ct = track.GetObsPar()[4]; 121 121 122 candidate->Xd = track.GetObsX().X(); 123 candidate->Yd = track.GetObsX().Y(); 124 candidate->Zd = track.GetObsX().Z(); 125 122 126 candidate->D0 = track.GetObsPar()[0]; 123 127 candidate->DZ = track.GetObsPar()[3];
Note:
See TracChangeset
for help on using the changeset viewer.