Changeset 601a13b in git for classes/DelphesClasses.cc
- Timestamp:
- Feb 22, 2021, 10:03:46 AM (4 years ago)
- Branches:
- master
- Children:
- 7143a0e, 73a6d3a
- Parents:
- 17cd992
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesClasses.cc
r17cd992 r601a13b 116 116 Cv(0, 0)=TMath::Power(ErrorD0*1.0E-3, 2.); 117 117 Cv(1, 1)=TMath::Power(ErrorPhi, 2.); 118 Cv(2, 2)=TMath::Power(ErrorC*1.0E -3, 2.);118 Cv(2, 2)=TMath::Power(ErrorC*1.0E3, 2.); 119 119 Cv(3, 3)=TMath::Power(ErrorDZ*1.0E-3, 2.); 120 120 Cv(4, 4)=TMath::Power(ErrorCtgTheta, 2.); … … 175 175 Cv(0, 0)=TMath::Power(ErrorD0*1.0E-3, 2.); 176 176 Cv(1, 1)=TMath::Power(ErrorPhi, 2.); 177 Cv(2, 2)=TMath::Power(ErrorC*1.0E -3, 2.);177 Cv(2, 2)=TMath::Power(ErrorC*1.0E3, 2.); 178 178 Cv(3, 3)=TMath::Power(ErrorDZ*1.0E-3, 2.); 179 179 Cv(4, 4)=TMath::Power(ErrorCtgTheta, 2.);
Note:
See TracChangeset
for help on using the changeset viewer.