Fork me on GitHub

Changeset 9e1e2eb in git for classes/DelphesClasses.cc


Ignore:
Timestamp:
Jan 20, 2020, 3:27:13 PM (5 years ago)
Author:
Kaan Yüksel Oyulmaz <kaanyukseloyulmaz@…>
Branches:
Timing
Children:
93bf9c6
Parents:
9c52415 (diff), 9867b49 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'upstream/Timing'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/DelphesClasses.cc

    r9c52415 r9e1e2eb  
    148148  Phi(0), ErrorPhi(0),
    149149  Xd(0), Yd(0), Zd(0), Td(0),
     150  DeDx(0),
    150151  VertexingWeight(0),
    151152  TrackResolution(0),
     
    306307  object.Area = Area;
    307308  object.L = L;
     309  object.DeDx = DeDx;
    308310  object.ErrorT = ErrorT;
    309311  object.D0 = D0;
     
    437439  Area.SetXYZT(0.0, 0.0, 0.0, 0.0);
    438440  L = 0.0;
     441  DeDx = 0.0;
    439442  ErrorT = 0.0;
    440443  D0 = 0.0;
Note: See TracChangeset for help on using the changeset viewer.