Changes in modules/TrackCovariance.cc [ae5b7b7:2ca681a] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/TrackCovariance.cc
rae5b7b7 r2ca681a 133 133 candidate->D0 = track.GetObsPar()[0]*1e03; 134 134 candidate->Phi = track.GetObsPar()[1]; 135 136 // inverse of curvature 137 candidate->C = track.GetObsPar()[2]*1e-03; 135 candidate->C = track.GetObsPar()[2]*1e03; 138 136 candidate->DZ = track.GetObsPar()[3]*1e03; 139 137 candidate->CtgTheta = track.GetObsPar()[4]; … … 148 146 dpt = 2 * TMath::Sqrt( track.GetCov()(2, 2))*pt*pt / (0.2998*fBz); 149 147 dp = TMath::Sqrt((1.+ct*ct)*dpt*dpt + 4*pt*pt*ct*ct*dct*dct/(1.+ct*ct)/(1.+ct*ct)); 150 dC = TMath::Sqrt(track.GetCov()(2, 2))*1e -03;148 dC = TMath::Sqrt(track.GetCov()(2, 2))*1e03; 151 149 152 150 candidate->ErrorD0 = dd0;
Note:
See TracChangeset
for help on using the changeset viewer.