- Timestamp:
- Dec 10, 2021, 2:11:26 AM (3 years ago)
- Children:
- 3c59f98
- Parents:
- a09b75f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesClasses.h
ra09b75f rc61b5ce 163 163 Float_t decayT; 164 164 165 Float_t ctau;166 167 165 static CompBase *fgCompare; //! 168 166 const CompBase *GetCompare() const { return fgCompare; } … … 650 648 { 651 649 public: 652 Int_t NHits; //nCSC hits653 650 Float_t Eta; // eta of LLP 654 651 Float_t Phi; // phi of LLP … … 660 657 Float_t Ehad; // had energy of LLP 661 658 Float_t Eem; // em energy of LLP 662 663 659 Float_t pid; // LLP pid 664 665 660 Float_t T; // LLP decay time-photon travel time 666 661 Float_t X; // LLP decay x … … 668 663 Float_t Z; // LLP decay z 669 664 Float_t R; // LLP decay z 670 Float_t beta; 671 Float_t ctau; 665 Float_t beta; // LLP beta 666 Float_t ctau; //LLP ctau 672 667 673 668
Note:
See TracChangeset
for help on using the changeset viewer.