|
BmnRoot
|
#include <CbmKFParticlesFinder.h>
Public Member Functions | |
| CbmKFParticlesFinder (float cuts[2][3]=0, Int_t usePID=0, const char *name="CbmKFParticlesFinder", const char *title="Cbm KF Particles Finder", Int_t iVerbose=1) | |
| ~CbmKFParticlesFinder () | |
| void | SetParContainers () |
| InitStatus | ReInit () |
| InitStatus | Init () |
| void | Exec (Option_t *option) |
| void | Finish () |
| std::vector< KFParticle > & | GetParticles () |
| std::vector< float > & | GetChiPrim () |
| ClassDef (CbmKFParticlesFinder, 1) | |
Definition at line 29 of file CbmKFParticlesFinder.h.
| CbmKFParticlesFinder::CbmKFParticlesFinder | ( | float | cuts[2][3] = 0, |
| Int_t | usePID = 0, |
||
| const char * | name = "CbmKFParticlesFinder", |
||
| const char * | title = "Cbm KF Particles Finder", |
||
| Int_t | iVerbose = 1 |
||
| ) |
Definition at line 45 of file CbmKFParticlesFinder.cxx.
References i.
| CbmKFParticlesFinder::~CbmKFParticlesFinder | ( | ) |
Definition at line 77 of file CbmKFParticlesFinder.cxx.
| CbmKFParticlesFinder::ClassDef | ( | CbmKFParticlesFinder | , |
| 1 | |||
| ) |
| void CbmKFParticlesFinder::Exec | ( | Option_t * | option | ) |
Definition at line 125 of file CbmKFParticlesFinder.cxx.
References fabs(), KFParticleFinder::FindParticles(), CbmL1PFFitter::GetChiToVertex(), CbmGlobalTrack::GetLength(), CbmTrackMatch::GetMCTrackId(), CbmMCTrack::GetPdgCode(), CbmGlobalTrack::GetStsTrackIndex(), CbmTofHit::GetTime(), and CbmGlobalTrack::GetTofHitIndex().
| void CbmKFParticlesFinder::Finish | ( | ) |
Definition at line 345 of file CbmKFParticlesFinder.cxx.
|
inline |
Definition at line 47 of file CbmKFParticlesFinder.h.
|
inline |
Definition at line 46 of file CbmKFParticlesFinder.h.
Referenced by CbmKFParticlesFinderQA::Exec().
| InitStatus CbmKFParticlesFinder::Init | ( | ) |
Definition at line 120 of file CbmKFParticlesFinder.cxx.
References ReInit().
| InitStatus CbmKFParticlesFinder::ReInit | ( | ) |
Definition at line 85 of file CbmKFParticlesFinder.cxx.
Referenced by Init().
| void CbmKFParticlesFinder::SetParContainers | ( | ) |
Definition at line 81 of file CbmKFParticlesFinder.cxx.