Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Namespaces | Enumerations | Functions
KLFitterEnums.h File Reference
#include <map>
#include <sstream>
#include "KLFitter/LikelihoodBase.h"
Include dependency graph for KLFitterEnums.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 EventReco
 
 EventReco::KLFEnums
 

Enumerations

enum  EventReco::KLFEnums::Likelihood {
  EventReco::KLFEnums::ttbar, EventReco::KLFEnums::ttbar_AllHad, EventReco::KLFEnums::ttbar_JetAngles, EventReco::KLFEnums::ttbar_Angular,
  EventReco::KLFEnums::ttbar_BoostedLJets, EventReco::KLFEnums::ttH, EventReco::KLFEnums::ttZTrilepton
}
 
enum  EventReco::KLFEnums::LeptonType {
  EventReco::KLFEnums::kNoLepton, EventReco::KLFEnums::kElectron, EventReco::KLFEnums::kMuon, EventReco::KLFEnums::kTriElectron,
  EventReco::KLFEnums::kTriMuon
}
 
enum  EventReco::KLFEnums::JetSelectionMode {
  EventReco::KLFEnums::kLeadingThree, EventReco::KLFEnums::kLeadingFour, EventReco::KLFEnums::kLeadingFive, EventReco::KLFEnums::kLeadingSix,
  EventReco::KLFEnums::kLeadingSeven, EventReco::KLFEnums::kLeadingEight, EventReco::KLFEnums::kBtagPriorityThreeJets, EventReco::KLFEnums::kBtagPriorityFourJets,
  EventReco::KLFEnums::kBtagPriorityFiveJets, EventReco::KLFEnums::kBtagPrioritySixJets, EventReco::KLFEnums::kBtagPrioritySevenJets, EventReco::KLFEnums::kBtagPriorityEightJets
}
 

Functions

template<class T >
std::string EventReco::KLFEnums::printEnumOptions (const std::map< std::string, T > &availOpts)