Fork me on GitHub

Changeset 601a13b in git for classes


Ignore:
Timestamp:
Feb 22, 2021, 10:03:46 AM (4 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
master
Children:
7143a0e, 73a6d3a
Parents:
17cd992
Message:

fixed conversion in inverse curvature

File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/DelphesClasses.cc

    r17cd992 r601a13b  
    116116  Cv(0, 0)=TMath::Power(ErrorD0*1.0E-3, 2.);
    117117  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.);
    119119  Cv(3, 3)=TMath::Power(ErrorDZ*1.0E-3, 2.);
    120120  Cv(4, 4)=TMath::Power(ErrorCtgTheta, 2.);
     
    175175  Cv(0, 0)=TMath::Power(ErrorD0*1.0E-3, 2.);
    176176  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.);
    178178  Cv(3, 3)=TMath::Power(ErrorDZ*1.0E-3, 2.);
    179179  Cv(4, 4)=TMath::Power(ErrorCtgTheta, 2.);
Note: See TracChangeset for help on using the changeset viewer.