Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/DelphesClasses.cc

    r80306e6 ra98c7ef  
    127127  Momentum(0.0, 0.0, 0.0, 0.0),
    128128  Position(0.0, 0.0, 0.0, 0.0),
    129   InitialPosition(0.0, 0.0, 0.0, 0.0),
    130129  Area(0.0, 0.0, 0.0, 0.0),
    131   L(0),
    132   D0(0), ErrorD0(0),
    133   DZ(0), ErrorDZ(0),
    134   P(0),  ErrorP(0),
    135   PT(0), ErrorPT(0),
    136   CtgTheta(0), ErrorCtgTheta(0),
    137   Phi(0), ErrorPhi(0), 
    138   Xd(0), Yd(0), Zd(0),
     130  Dxy(0), SDxy(0), Xd(0), Yd(0), Zd(0),
    139131  TrackResolution(0),
    140132  NCharged(0),
     
    270262  object.Momentum = Momentum;
    271263  object.Position = Position;
    272   object.InitialPosition = Position;
    273264  object.Area = Area;
    274   object.L = L;
    275   object.D0 = D0;
    276   object.ErrorD0 = ErrorD0;
    277   object.DZ = DZ;
    278   object.ErrorDZ = ErrorDZ;
    279   object.P = P;
    280   object.ErrorP = ErrorP;
    281   object.PT = PT;
    282   object.ErrorPT = ErrorPT;
    283   object.CtgTheta = CtgTheta ;
    284   object.ErrorCtgTheta = ErrorCtgTheta;
    285   object.Phi = Phi;
    286   object.ErrorPhi = ErrorPhi; 
     265  object.Dxy = Dxy;
     266  object.SDxy = SDxy;
    287267  object.Xd = Xd;
    288268  object.Yd = Yd;
     
    383363  Momentum.SetXYZT(0.0, 0.0, 0.0, 0.0);
    384364  Position.SetXYZT(0.0, 0.0, 0.0, 0.0);
    385   InitialPosition.SetXYZT(0.0, 0.0, 0.0, 0.0);
    386365  Area.SetXYZT(0.0, 0.0, 0.0, 0.0);
    387   L = 0.0;
    388   D0 = 0.0; 
    389   ErrorD0 = 0.0;
    390   DZ = 0.0;
    391   ErrorDZ = 0.0;
    392   P =0.0;
    393   ErrorP =0.0;
    394   PT = 0.0;
    395   ErrorPT = 0.0;
    396   CtgTheta = 0.0;
    397   ErrorCtgTheta = 0.0;
    398   Phi = 0.0;
    399   ErrorPhi = 0.0;
     366  Dxy = 0.0;
     367  SDxy = 0.0;
    400368  Xd = 0.0;
    401369  Yd = 0.0;
Note: See TracChangeset for help on using the changeset viewer.