DAS  3.0
Das Analysis System
RecJet::Tagger

Description

Contains the values describing the probability for the jet to be heavy-flavoured.

#include <Jet.h>

Public Member Functions

float B () const
 
float CvsL () const
 
float CvsB () const
 

Public Attributes

float probc = -1
 
float probb = -1
 
float probbb = -1
 
float problepb = -1
 
float probuds = -1
 
float probg = -1
 

Member Function Documentation

◆ B()

float B ( ) const
inline
56 { return probb+probbb+problepb; }

◆ CvsB()

float CvsB ( ) const
inline
58 { return probc/(probc+probb+probbb+problepb); }

◆ CvsL()

float CvsL ( ) const
inline
57 { return probc/(probc+probuds+probg); }

Member Data Documentation

◆ probb

float probb = -1

Probability for the jet to contain exactly one B hadron decaying hadronically.

◆ probbb

float probbb = -1

Probability for the jet to contain at least two B hadrons.

◆ probc

float probc = -1

Probability for the jet to contain at least one D hadron.

◆ probg

float probg = -1

Probability for the jet to be a gluon jet with no HF hadron.

◆ problepb

float problepb = -1

Probability for the jet to contain exactly one B hadron decaying leptonically.

◆ probuds

float probuds = -1

Probability for the jet to be a quark jet with no HF hadron.


The documentation for this struct was generated from the following file:
DAS::RecJet::Tagger::probc
float probc
Probability for the jet to contain at least one D hadron.
Definition: Jet.h:49
DAS::RecJet::Tagger::probb
float probb
Probability for the jet to contain exactly one B hadron decaying hadronically.
Definition: Jet.h:50
DAS::RecJet::Tagger::probbb
float probbb
Probability for the jet to contain at least two B hadrons.
Definition: Jet.h:51
DAS::RecJet::Tagger::problepb
float problepb
Probability for the jet to contain exactly one B hadron decaying leptonically.
Definition: Jet.h:52
DAS::RecJet::Tagger::probuds
float probuds
Probability for the jet to be a quark jet with no HF hadron.
Definition: Jet.h:53
DAS::RecJet::Tagger::probg
float probg
Probability for the jet to be a gluon jet with no HF hadron.
Definition: Jet.h:54