Fork me on GitHub

Changeset 43c646a in git for classes


Ignore:
Timestamp:
Apr 17, 2014, 12:29:18 PM (10 years ago)
Author:
pavel <pavel@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
f2d7d0c
Parents:
c6321ad
Message:

reorder variables in Candidate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/DelphesClasses.cc

    rc6321ad r43c646a  
    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.