Fork me on GitHub

Changeset 1367 in svn for trunk/classes/DelphesClasses.cc


Ignore:
Timestamp:
Apr 16, 2014, 4:08:33 PM (11 years ago)
Author:
Michele Selvaggi
Message:

track counting btagging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/classes/DelphesClasses.cc

    r1361 r1367  
    111111  Momentum(0.0, 0.0, 0.0, 0.0),
    112112  Position(0.0, 0.0, 0.0, 0.0),
     113  Dxy(0),SDxy(0),Xd(0),Yd(0),Zd(0),
    113114  Area(0.0, 0.0, 0.0, 0.0),
    114115  NCharged(0),
     
    216217  object.Momentum = Momentum;
    217218  object.Position = Position;
     219  object.Dxy = Dxy;
     220  object.SDxy = SDxy;
     221  object.Xd = Xd;
     222  object.Yd = Yd;
     223  object.Zd = Zd;
    218224  object.Area = Area;
    219225
     
    270276  Position.SetXYZT(0.0, 0.0, 0.0, 0.0);
    271277  Area.SetXYZT(0.0, 0.0, 0.0, 0.0);
    272 
     278  Dxy = 0.0;
     279  SDxy = 0.0;
     280  Xd = 0.0;
     281  Yd = 0.0;
     282  Zd = 0.0;
    273283  NCharged = 0;
    274284  NNeutrals = 0;
Note: See TracChangeset for help on using the changeset viewer.