Changeset c18dca6 in git for modules/TrackCovariance.cc
- Timestamp:
- Jul 9, 2020, 5:05:26 PM (4 years ago)
- Branches:
- master
- Children:
- 3051ea17, 4e5ed02, 6f004b5
- Parents:
- 942a705
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/TrackCovariance.cc
r942a705 rc18dca6 114 114 candidate->Momentum.SetVectM(track.GetObsP(), mass); 115 115 candidate->InitialPosition.SetXYZT(track.GetObsX().X(),track.GetObsX().Y(),track.GetObsX().Z(),candidatePosition.T()); 116 117 // save full ACTS friendly covariance matrix internally (6x6: D, z0, phi0, theta, q/p, time) 118 candidate->TrackCovarianceACTS = track.GetCovACTS(); 116 119 117 120 pt = candidate->Momentum.Pt(); … … 149 152 candidate->TrackResolution = dp / p; 150 153 154 151 155 candidate->AddCandidate(mother); 152 156
Note:
See TracChangeset
for help on using the changeset viewer.