Fork me on GitHub

Changeset 9e1e2eb in git for classes/DelphesClasses.h


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.h

    r9c52415 r9e1e2eb  
    477477  Float_t ErrorDZ; // track longitudinal impact parameter error
    478478
     479  Float_t DeDx; // track charged energy loss in MeV/cm
     480
    479481  TRef Particle; // reference to generated particle
    480482
     
    567569
    568570  Int_t VertexIndex; // reference to vertex
     571
     572  Float_t DeDx; // track charged energy loss in MeV/cm
    569573
    570574  static CompBase *fgCompare; //!
     
    674678  Float_t Zd;
    675679
     680  // PID variables
     681  Float_t DeDx; // track charged energy loss in MeV/cm
     682
     683
    676684  // Vertexing variables
    677685  Float_t VertexingWeight;
Note: See TracChangeset for help on using the changeset viewer.