Fork me on GitHub

Changeset c61b5ce in git for classes


Ignore:
Timestamp:
Dec 10, 2021, 2:11:26 AM (3 years ago)
Author:
christinaw97 <christina.wang@…>
Children:
3c59f98
Parents:
a09b75f
Message:

cleaning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/DelphesClasses.h

    ra09b75f rc61b5ce  
    163163  Float_t decayT;
    164164
    165   Float_t ctau;
    166 
    167165  static CompBase *fgCompare; //!
    168166  const CompBase *GetCompare() const { return fgCompare; }
     
    650648{
    651649public:
    652   Int_t NHits; //nCSC hits
    653650  Float_t Eta; // eta of LLP
    654651  Float_t Phi; // phi of LLP
     
    660657  Float_t Ehad; // had energy of LLP
    661658  Float_t Eem; // em energy of LLP
    662 
    663659  Float_t pid; // LLP pid
    664 
    665660  Float_t T; // LLP decay time-photon travel time
    666661  Float_t X; // LLP decay x
     
    668663  Float_t Z; //  LLP decay z
    669664  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
    672667
    673668
Note: See TracChangeset for help on using the changeset viewer.