Enumerations | |
enum | BTagAlgo { kTrackCountHighEff, kTrackCountHighPur, kSoftMuon, kSoftMuonByPt, kSofMuonByIP3d, kSoftElec, kBProbability, kProbability, kSimpleSecondVtx, kCombSecondVtx, kCombSecondVtxMVA } |
b-tagging algorithms More... | |
enum | CompType { kDeltaM, kDeltaR, kDeltaPhi, kDeltaTheta } |
supported comparison types More... | |
enum | DecayType { kHad, kLep } |
enum | Operator { kAdd, kMult } |
operators for combining variables More... | |
enum | VarType { kMass, kPt, kEta, kPhi, kTheta } |
supported std single variable types More... | |
enum JetComb::BTagAlgo |
b-tagging algorithms
Enumerator | |
---|---|
kTrackCountHighEff | |
kTrackCountHighPur | |
kSoftMuon | |
kSoftMuonByPt | |
kSofMuonByIP3d | |
kSoftElec | |
kBProbability | |
kProbability | |
kSimpleSecondVtx | |
kCombSecondVtx | |
kCombSecondVtxMVA |
Definition at line 21 of file TtSemiLepJetComb.h.
enum JetComb::CompType |
supported comparison types
Enumerator | |
---|---|
kDeltaM | |
kDeltaR | |
kDeltaPhi | |
kDeltaTheta |
Definition at line 19 of file TtSemiLepJetComb.h.
enum JetComb::DecayType |
distinguish between hadronic and leptonic decay chain of the top
Enumerator | |
---|---|
kHad | |
kLep |
Definition at line 15 of file TtSemiLepJetComb.h.
enum JetComb::Operator |
operators for combining variables
Enumerator | |
---|---|
kAdd | |
kMult |
Definition at line 24 of file TtSemiLepJetComb.h.
enum JetComb::VarType |
supported std single variable types
Enumerator | |
---|---|
kMass | |
kPt | |
kEta | |
kPhi | |
kTheta |
Definition at line 17 of file TtSemiLepJetComb.h.