![]() |
ATLAS Offline Software
|
Enumerations | |
| enum | Likelihood { ttbar , ttbar_AllHad , ttbar_JetAngles , ttbar_Angular , ttbar_BoostedLJets , ttH , ttZTrilepton } |
| enum | LeptonType { kNoLepton , kElectron , kMuon , kTriElectron , kTriMuon } |
| enum | JetSelectionMode { kLeadingThree , kLeadingFour , kLeadingFive , kLeadingSix , kLeadingSeven , kLeadingEight , kBtagPriorityThreeJets , kBtagPriorityFourJets , kBtagPriorityFiveJets , kBtagPrioritySixJets , kBtagPrioritySevenJets , kBtagPriorityEightJets } |
Functions | |
| template<class T> | |
| std::string | printEnumOptions (const std::map< std::string, T > &availOpts) |
Variables | |
| static const std::map< std::string, LeptonType > | strToLeptonType |
| static const std::map< std::string, Likelihood > | strToLikelihood |
| static const std::map< std::string, JetSelectionMode > | strToJetSelection |
| static const std::map< std::string, LikelihoodBase::BtaggingMethod > | strToBtagMethod |
| static const std::map< JetSelectionMode, size_t > | jetSelToNumber |
Definition at line 29 of file KLFitterEnums.h.
| Enumerator | |
|---|---|
| kNoLepton | |
| kElectron | |
| kMuon | |
| kTriElectron | |
| kTriMuon | |
Definition at line 27 of file KLFitterEnums.h.
| Enumerator | |
|---|---|
| ttbar | |
| ttbar_AllHad | |
| ttbar_JetAngles | |
| ttbar_Angular | |
| ttbar_BoostedLJets | |
| ttH | |
| ttZTrilepton | |
Definition at line 18 of file KLFitterEnums.h.
| std::string EventReco::KLFEnums::printEnumOptions | ( | const std::map< std::string, T > & | availOpts | ) |
Definition at line 97 of file KLFitterEnums.h.
|
static |
Definition at line 88 of file KLFitterEnums.h.
|
static |
Definition at line 77 of file KLFitterEnums.h.
|
static |
Definition at line 61 of file KLFitterEnums.h.
|
static |
Definition at line 45 of file KLFitterEnums.h.
|
static |
Definition at line 52 of file KLFitterEnums.h.