|
DAS
3.0
Das Analysis System
|
Go to the documentation of this file.
10 static inline const char *
const ScaleVar =
"GenJetScales",
38 static inline const char *
const ScaleVar =
"RecJetScales",
75 #if defined(__ROOTCLING__)
76 #pragma link C++ class DAS::GenJet +;
77 #pragma link C++ class std::vector<DAS::GenJet> +;
79 #pragma link C++ class DAS::RecJet +;
80 #pragma link C++ class DAS::RecJet::Tagger +;
81 #pragma link C++ class std::vector<DAS::RecJet> +;
int partonFlavour
Parton flavour (PDG ID)
Definition: Jet.h:15
Definition: applyBTagSF.cc:31
std::string_view weight_group() const final
Definition: Jet.h:65
FourVector p4
raw four-momentum directly after reconstruction
Definition: PhysicsObject.h:47
static const char *const ScaleVar
Name of jet rec scales in variations.
Definition: Jet.h:38
int nBHadrons
Number of B hadrons (0, 1 or 2+)
Definition: Jet.h:13
float probc
Probability for the jet to contain at least one D hadron.
Definition: Jet.h:49
float probb
Probability for the jet to contain exactly one B hadron decaying hadronically.
Definition: Jet.h:50
float CvsB() const
Definition: Jet.h:58
std::string_view scale_group() const final
Definition: Jet.h:64
Definition: PhysicsObject.h:38
RecJet()=default
Constructor (trivial)
float CvsL() const
Definition: Jet.h:57
int hadronFlavour() const
Definition: Jet.h:17
float probbb
Probability for the jet to contain at least two B hadrons.
Definition: Jet.h:51
static const char *const ScaleVar
Name of jet gen scales in variations.
Definition: Jet.h:10
struct DAS::RecJet::Tagger DeepJet
Reference
std::string_view scale_group() const override
Definition: Jet.h:25
float problepb
Probability for the jet to contain exactly one B hadron decaying leptonically.
Definition: Jet.h:52
float B() const
Definition: Jet.h:56
class GenJet
Definition: Jet.h:9
int nCHadrons
Number of D hadrons (0, 1+ in 2017; 0, 1, 2+ in 2016)
Definition: Jet.h:14
static const char *const *const WeightVar
Name of jet gen weights in variations.
Definition: Jet.h:11
float area
Jet area (should be peaked at pi*R^2), used for the JES corrections.
Definition: Jet.h:42
float probuds
Probability for the jet to be a quark jet with no HF hadron.
Definition: Jet.h:53
std::string_view weight_group() const override
Definition: Jet.h:26
std::ostream & operator<<(std::ostream &s, const DAS::GenJet &jet)
Definition: Jet.h:70
static const char *const *const WeightVar
Name of jet rec weights in variations.
Definition: Jet.h:39
float probg
Probability for the jet to be a gluon jet with no HF hadron.
Definition: Jet.h:54
float puID
pile-up jet ID
Definition: Jet.h:43