CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Protected Attributes
GhostInfo Class Reference
Inheritance diagram for GhostInfo:

Public Member Functions

 GhostInfo (const bool &isHadron, const bool &isbHadron, const bool &isParton, const bool &isLepton, const reco::GenParticleRef &particleRef)
 
const bool isbHadron () const
 
const bool isHadron () const
 
const bool isLepton () const
 
const bool isParton () const
 
const reco::GenParticleRefparticleRef () const
 

Protected Attributes

const reco::GenParticleRef m_particleRef
 
int m_type
 

Detailed Description

Definition at line 114 of file JetFlavourClustering.cc.

Constructor & Destructor Documentation

GhostInfo::GhostInfo ( const bool &  isHadron,
const bool &  isbHadron,
const bool &  isParton,
const bool &  isLepton,
const reco::GenParticleRef particleRef 
)
inline

Definition at line 116 of file JetFlavourClustering.cc.

Member Function Documentation

const bool GhostInfo::isbHadron ( ) const
inline

Definition at line 131 of file JetFlavourClustering.cc.

const bool GhostInfo::isHadron ( ) const
inline

Definition at line 130 of file JetFlavourClustering.cc.

const bool GhostInfo::isLepton ( ) const
inline

Definition at line 133 of file JetFlavourClustering.cc.

const bool GhostInfo::isParton ( ) const
inline

Definition at line 132 of file JetFlavourClustering.cc.

const reco::GenParticleRef& GhostInfo::particleRef ( ) const
inline

Definition at line 134 of file JetFlavourClustering.cc.

Member Data Documentation

const reco::GenParticleRef GhostInfo::m_particleRef
protected

Definition at line 137 of file JetFlavourClustering.cc.

int GhostInfo::m_type
protected

Definition at line 138 of file JetFlavourClustering.cc.