Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/DelphesClasses.cc

    r3051ea17 rc18dca6  
    139139  PositionError(0.0, 0.0, 0.0, 0.0),
    140140  Area(0.0, 0.0, 0.0, 0.0),
    141   TrackCovariance(5),
     141  TrackCovarianceACTS(6),
    142142  L(0),
    143143  D0(0), ErrorD0(0),
    144144  DZ(0), ErrorDZ(0),
    145145  P(0), ErrorP(0),
    146   C(0), ErrorC(0),
    147146  PT(0), ErrorPT(0),
    148147  CtgTheta(0), ErrorCtgTheta(0),
     
    314313  object.P = P;
    315314  object.ErrorP = ErrorP;
    316   object.C = C;
    317   object.ErrorC = ErrorC;
    318315  object.PT = PT;
    319316  object.ErrorPT = ErrorPT;
     
    380377  object.SoftDroppedSubJet1 = SoftDroppedSubJet1;
    381378  object.SoftDroppedSubJet2 = SoftDroppedSubJet2;
    382   object.TrackCovariance = TrackCovariance;
     379  object.TrackCovarianceACTS = TrackCovarianceACTS;
    383380  object.fFactory = fFactory;
    384381  object.fArray = 0;
     
    437434  InitialPosition.SetXYZT(0.0, 0.0, 0.0, 0.0);
    438435  Area.SetXYZT(0.0, 0.0, 0.0, 0.0);
    439   TrackCovariance.Zero();
     436  TrackCovarianceACTS.Zero();
    440437  L = 0.0;
    441438  ErrorT = 0.0;
     
    446443  P = 0.0;
    447444  ErrorP = 0.0;
    448   C = 0.0;
    449   ErrorC = 0.0;
    450445  PT = 0.0;
    451446  ErrorPT = 0.0;
Note: See TracChangeset for help on using the changeset viewer.