#include <map>
#include <sstream>
#include "KLFitter/LikelihoodBase.h"
Go to the source code of this file.
|
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
} |
|