Go to the documentation of this file. 1 #ifndef SimDataFormats_JetMatching_JetFlavourInfo_H
2 #define SimDataFormats_JetMatching_JetFlavourInfo_H
GenParticleRefVector m_leptons
JetFlavourInfo(const int hadronFlavour, const int partonFlavour)
GenParticleRefVector m_partons
void setPartonFlavour(const int partonFlavour)
Set the parton-based flavour.
const int getHadronFlavour() const
Return the hadron-based flavour.
void setHadronFlavour(const int hadronFlavour)
Set the hadron-based flavour.
Class storing the jet flavour information.
GenParticleRefVector m_cHadrons
const GenParticleRefVector & getcHadrons() const
Return a vector of GenParticleRef's to c hadrons clustered inside the jet.
const GenParticleRefVector & getbHadrons() const
Return a vector of GenParticleRef's to b hadrons clustered inside the jet.
GenParticleRefVector m_bHadrons
const GenParticleRefVector & getPartons() const
Return a vector of GenParticleRef's to partons clustered inside the jet.
const int getPartonFlavour() const
Return the parton-based flavour.
const GenParticleRefVector & getLeptons() const
Return a vector of GenParticleRef's to leptons clustered inside the jet.
JetFlavourInfo(const GenParticleRefVector &bHadrons, const GenParticleRefVector &cHadrons, const GenParticleRefVector &partons, const GenParticleRefVector &leptons, const int hadronFlavour, const int partonFlavour)