Fork me on GitHub

Changeset 157fe13 in git for modules/LLPFilter.h


Ignore:
Timestamp:
Jan 12, 2022, 8:20:47 PM (3 years ago)
Author:
christinaw97 <christina.wang@…>
Children:
4aec383
Parents:
d1ab205
Message:

LLPFilter hard-coded decay region requirements are moved to configuration cards

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/LLPFilter.h

    rd1ab205 r157fe13  
    5151private:
    5252  Double_t fPTMin; //!
    53   Int_t fDecayRegion;
     53  Bool_t fRequireDecayRegion;
     54  Int_t fDecayRegionRMax;
     55  Int_t fDecayRegionRMin;
     56  Int_t fDecayRegionZMax;
     57  Int_t fDecayRegionZMin;
     58  Int_t fDecayRegionEtaMax;
     59  Int_t fDecayRegionEtaMin;
    5460  Int_t fDaughterNumber;
    5561  Bool_t fInvert; //!
Note: See TracChangeset for help on using the changeset viewer.