FairRoot/PandaRoot
Public Member Functions | Private Member Functions | Private Attributes | List of all members
KFParticleMatch Class Reference

#include <KFParticleMatch.h>

Inheritance diagram for KFParticleMatch:

Public Member Functions

 KFParticleMatch ()
 
 ~KFParticleMatch ()
 
Int_t GetMatch () const
 
void SetMatch (Int_t i)
 
void SetMatchType (Short_t i)
 
Bool_t IsCombinatorialBG () const
 
Bool_t IsPhysicsBG () const
 
Bool_t IsRecoParticle () const
 

Private Member Functions

 ClassDef (KFParticleMatch, 1)
 

Private Attributes

Int_t fMatch
 
Short_t fMatchType
 

Detailed Description

Definition at line 23 of file KFParticleMatch.h.

Constructor & Destructor Documentation

KFParticleMatch::KFParticleMatch ( )

Definition at line 20 of file KFParticleMatch.cxx.

21  : TObject(),
22  fMatch(-1),
23  fMatchType(-1)
24 {
25 }
KFParticleMatch::~KFParticleMatch ( )

Definition at line 27 of file KFParticleMatch.cxx.

28 {
29 }

Member Function Documentation

KFParticleMatch::ClassDef ( KFParticleMatch  ,
 
)
private
Int_t KFParticleMatch::GetMatch ( ) const
inline

Definition at line 30 of file KFParticleMatch.h.

References fMatch.

30 { return fMatch; }
Bool_t KFParticleMatch::IsCombinatorialBG ( ) const
inline

Definition at line 35 of file KFParticleMatch.h.

References fMatchType.

35 {return (fMatchType==0);}
Bool_t KFParticleMatch::IsPhysicsBG ( ) const
inline

Definition at line 36 of file KFParticleMatch.h.

References fMatchType.

36 {return (fMatchType==1);}
Bool_t KFParticleMatch::IsRecoParticle ( ) const
inline

Definition at line 37 of file KFParticleMatch.h.

References fMatchType.

37 {return (fMatchType==2);}
void KFParticleMatch::SetMatch ( Int_t  i)
inline

Definition at line 31 of file KFParticleMatch.h.

References fMatch, and i.

Referenced by PndKFParticleFinderQA::Exec().

31 { fMatch=i; }
Int_t i
Definition: run_full.C:25
void KFParticleMatch::SetMatchType ( Short_t  i)
inline

Definition at line 33 of file KFParticleMatch.h.

References fMatchType, and i.

Referenced by PndKFParticleFinderQA::Exec().

33 { fMatchType=i; }
Int_t i
Definition: run_full.C:25

Member Data Documentation

Int_t KFParticleMatch::fMatch
private

Definition at line 40 of file KFParticleMatch.h.

Referenced by GetMatch(), and SetMatch().

Short_t KFParticleMatch::fMatchType
private

Definition at line 41 of file KFParticleMatch.h.

Referenced by IsCombinatorialBG(), IsPhysicsBG(), IsRecoParticle(), and SetMatchType().


The documentation for this class was generated from the following files: