|
BmnRoot
|
#include <CbmTrackMatch.h>
Public Member Functions | |
| CbmTrackMatch () | |
| CbmTrackMatch (Int_t mcTrackID, Int_t nTrue, Int_t nWrong, Int_t nFake, Int_t nTracks) | |
| virtual | ~CbmTrackMatch () |
| Int_t | GetMCTrackId () const |
| Int_t | GetNofTrueHits () const |
| Int_t | GetNofWrongHits () const |
| Int_t | GetNofFakeHits () const |
| Int_t | GetNofMCTracks () const |
| Int_t | GetNofHits () const |
| Double_t | GetTrueOverAllHitsRatio () const |
| Double_t | GetWrongOverAllHitsRatio () const |
| CbmTrackMatch () | |
| CbmTrackMatch (Int_t mcTrackID, Int_t nTrue, Int_t nWrong, Int_t nFake, Int_t nTracks) | |
| virtual | ~CbmTrackMatch () |
| Int_t | GetMCTrackId () const |
| Int_t | GetNofTrueHits () const |
| Int_t | GetNofWrongHits () const |
| Int_t | GetNofFakeHits () const |
| Int_t | GetNofMCTracks () const |
| Int_t | GetNofHits () const |
| Double_t | GetTrueOverAllHitsRatio () const |
| Double_t | GetWrongOverAllHitsRatio () const |
CbmStsTrackMatch.h
Data structure describing the matching of a reconstructed track with a Monte Carlo track on the base of corresponding hits/points. This requires matching of hits to MC points.
Definition at line 19 of file CbmTrackMatch.h.
| CbmTrackMatch::CbmTrackMatch | ( | ) |
Default constructor
CbmStsTrackMatch.cxx
Definition at line 12 of file CbmTrackMatch.cxx.
| CbmTrackMatch::CbmTrackMatch | ( | Int_t | mcTrackID, |
| Int_t | nTrue, | ||
| Int_t | nWrong, | ||
| Int_t | nFake, | ||
| Int_t | nTracks | ||
| ) |
Standard constructor
| mcTrackID | Index of matched MCTrack |
| nTrue | Number of true hits (belonging to matched MCTrack) |
| nWrong | Number of wrong Hits (from other MCTracks) |
| nFake | Number of fake hits (not belonging to any MCTrack) |
| nTracks | Number of MCTracks with common hits |
Definition at line 24 of file CbmTrackMatch.cxx.
|
virtual |
Destructor
Definition at line 40 of file CbmTrackMatch.cxx.
| CbmTrackMatch::CbmTrackMatch | ( | ) |
Default constructor
| CbmTrackMatch::CbmTrackMatch | ( | Int_t | mcTrackID, |
| Int_t | nTrue, | ||
| Int_t | nWrong, | ||
| Int_t | nFake, | ||
| Int_t | nTracks | ||
| ) |
Standard constructor
| mcTrackID | Index of matched MCTrack |
| nTrue | Number of true hits (belonging to matched MCTrack) |
| nWrong | Number of wrong Hits (from other MCTracks) |
| nFake | Number of fake hits (not belonging to any MCTrack) |
| nTracks | Number of MCTracks with common hits |
|
virtual |
Destructor
|
inline |
Index of matched MC track
Definition at line 47 of file CbmTrackMatch.h.
Referenced by CbmStsFitPerformanceTask::Exec(), CbmKFParticlesFinder::Exec(), CbmKFParticlesFinderQA::Exec(), and CbmKFTrackFitQA::Exec().
|
inline |
Index of matched MC track
Definition at line 47 of file CbmTrackMatch.h.
|
inline |
Number of fake hits on track (from no MC track)
Definition at line 56 of file CbmTrackMatch.h.
|
inline |
Number of fake hits on track (from no MC track)
Definition at line 56 of file CbmTrackMatch.h.
|
inline |
Definition at line 61 of file CbmTrackMatch.h.
Referenced by GetTrueOverAllHitsRatio(), and GetWrongOverAllHitsRatio().
|
inline |
Definition at line 61 of file CbmTrackMatch.h.
|
inline |
Number of MCTracks with common hits
Definition at line 59 of file CbmTrackMatch.h.
|
inline |
Number of MCTracks with common hits
Definition at line 59 of file CbmTrackMatch.h.
|
inline |
Number of true hits on track (from matched MC track)
Definition at line 50 of file CbmTrackMatch.h.
|
inline |
Number of true hits on track (from matched MC track)
Definition at line 50 of file CbmTrackMatch.h.
|
inline |
Number of wrong hits on track (from other MC tracks)
Definition at line 53 of file CbmTrackMatch.h.
|
inline |
Number of wrong hits on track (from other MC tracks)
Definition at line 53 of file CbmTrackMatch.h.
|
inline |
Definition at line 62 of file CbmTrackMatch.h.
References GetNofHits().
|
inline |
Definition at line 62 of file CbmTrackMatch.h.
References GetNofHits().
|
inline |
Definition at line 66 of file CbmTrackMatch.h.
References GetNofHits().
|
inline |
Definition at line 66 of file CbmTrackMatch.h.
References GetNofHits().