Changeset 9e1e2eb in git for classes/DelphesClasses.h
- Timestamp:
- Jan 20, 2020, 3:27:13 PM (5 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesClasses.h
r9c52415 r9e1e2eb 477 477 Float_t ErrorDZ; // track longitudinal impact parameter error 478 478 479 Float_t DeDx; // track charged energy loss in MeV/cm 480 479 481 TRef Particle; // reference to generated particle 480 482 … … 567 569 568 570 Int_t VertexIndex; // reference to vertex 571 572 Float_t DeDx; // track charged energy loss in MeV/cm 569 573 570 574 static CompBase *fgCompare; //! … … 674 678 Float_t Zd; 675 679 680 // PID variables 681 Float_t DeDx; // track charged energy loss in MeV/cm 682 683 676 684 // Vertexing variables 677 685 Float_t VertexingWeight;
Note:
See TracChangeset
for help on using the changeset viewer.