Fork me on GitHub

Changeset 1384 in svn for trunk/classes


Ignore:
Timestamp:
Apr 17, 2014, 12:29:18 PM (10 years ago)
Author:
Pavel Demin
Message:

reorder variables in Candidate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/classes/DelphesClasses.cc

    r1380 r1384  
    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),
    114113  Area(0.0, 0.0, 0.0, 0.0),
     114  Dxy(0), SDxy(0), Xd(0), Yd(0), Zd(0),
    115115  NCharged(0),
    116116  NNeutrals(0),
     
    222222  object.Momentum = Momentum;
    223223  object.Position = Position;
     224  object.Area = Area;
    224225  object.Dxy = Dxy;
    225226  object.SDxy = SDxy;
     
    227228  object.Yd = Yd;
    228229  object.Zd = Zd;
    229   object.Area = Area;
    230230
    231231  object.NCharged = NCharged;
Note: See TracChangeset for help on using the changeset viewer.