CbmRoot
|
#include <CbmKFPrimaryVertexFinder.h>
Public Member Functions | |
CbmKFPrimaryVertexFinder () | |
~CbmKFPrimaryVertexFinder () | |
virtual void | Clear (Option_t *opt="") |
void | AddTrack (CbmKFTrackInterface *Track) |
void | SetTracks (std::vector< CbmKFTrackInterface * > &vTracks) |
void | Fit (CbmKFVertexInterface &vtx) |
ClassDef (CbmKFPrimaryVertexFinder, 1) | |
Private Attributes | |
std::vector< CbmKFTrackInterface * > | Tracks |
The CbmKFPrimaryVertexFinder class
Class to find primary vertex with the Kalman Filter method
Definition at line 18 of file CbmKFPrimaryVertexFinder.h.
|
inline |
Definition at line 23 of file CbmKFPrimaryVertexFinder.h.
References Clear().
|
inline |
Definition at line 24 of file CbmKFPrimaryVertexFinder.h.
void CbmKFPrimaryVertexFinder::AddTrack | ( | CbmKFTrackInterface * | Track | ) |
Definition at line 23 of file CbmKFPrimaryVertexFinder.cxx.
References Tracks.
Referenced by ClassImp(), and CbmPVFinderKF::FindEventVertex().
CbmKFPrimaryVertexFinder::ClassDef | ( | CbmKFPrimaryVertexFinder | , |
1 | |||
) |
|
virtual |
Referenced by CbmKFPrimaryVertexFinder().
void CbmKFPrimaryVertexFinder::Fit | ( | CbmKFVertexInterface & | vtx | ) |
Definition at line 31 of file CbmKFPrimaryVertexFinder.cxx.
References CbmKFTube::dz, CbmKFTrackInterface::Extrapolate(), CbmKFVertexInterface::GetCovMatrix(), CbmKFTrack::GetCovMatrix(), CbmKFVertexInterface::GetRefChi2(), CbmKFTrack::GetRefChi2(), CbmKFVertexInterface::GetRefNDF(), CbmKFTrack::GetRefNDF(), CbmKFVertexInterface::GetRefNTracks(), CbmKFVertexInterface::GetRefX(), CbmKFVertexInterface::GetRefY(), CbmKFVertexInterface::GetRefZ(), CbmKFTrack::GetTrack(), i, CbmKF::Instance(), m, CbmKFTube::RR, Tracks, CbmKF::vTargets, and CbmKFTube::z.
Referenced by ClassImp(), and CbmPVFinderKF::FindEventVertex().
void CbmKFPrimaryVertexFinder::SetTracks | ( | std::vector< CbmKFTrackInterface * > & | vTracks | ) |
Definition at line 27 of file CbmKFPrimaryVertexFinder.cxx.
References Tracks.
|
private |
Definition at line 20 of file CbmKFPrimaryVertexFinder.h.
Referenced by AddTrack(), ClassImp(), Fit(), and SetTracks().