FairRoot/PandaRoot
|
#include <PndSttTrackMatch.h>
Public Member Functions | |
PndSttTrackMatch () | |
PndSttTrackMatch (Int_t mcTrackID, Int_t nTrue, Int_t nWrong, Int_t nFake, Int_t nTracks) | |
virtual | ~PndSttTrackMatch () |
Int_t | GetMCTrackID () |
Int_t | GetNofTrueHits () |
Int_t | GetNofWrongHits () |
Int_t | GetNofFakeHits () |
Int_t | GetNofMCTracks () |
Private Member Functions | |
ClassDef (PndSttTrackMatch, 1) | |
Private Attributes | |
Int_t | fMCTrackID |
Int_t | fNofTrueHits |
Int_t | fNofWrongHits |
Int_t | fNofFakeHits |
Int_t | fNofMCTracks |
PndSttTrackMatch.h
Data structure describing the matching of a reconstructed PndSttTrack with a Monte Carlo PndMCTrack.
Definition at line 21 of file PndSttTrackMatch.h.
PndSttTrackMatch::PndSttTrackMatch | ( | ) |
Default constructor
Definition at line 12 of file PndSttTrackMatch.cxx.
References fMCTrackID, fNofFakeHits, fNofMCTracks, fNofTrueHits, and fNofWrongHits.
PndSttTrackMatch::PndSttTrackMatch | ( | Int_t | mcTrackID, |
Int_t | nTrue, | ||
Int_t | nWrong, | ||
Int_t | nFake, | ||
Int_t | nTracks | ||
) |
Standard constructor
mcTrackID | Index of matched MCTrack |
nTrue | Good hits from matched MCTrack |
nWrong | Good Hits from other MCTracks |
nFake | Fake Hits |
nTracks | Number of MCTracks with common points |
Definition at line 24 of file PndSttTrackMatch.cxx.
References fMCTrackID, fNofFakeHits, fNofMCTracks, fNofTrueHits, and fNofWrongHits.
|
virtual |
|
private |
|
inline |
Accessors
Definition at line 46 of file PndSttTrackMatch.h.
References fMCTrackID.
Referenced by GetEntriesFast().
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Best matching PndMCTrack
Definition at line 50 of file PndSttTrackMatch.h.
Referenced by GetMCTrackID(), and PndSttTrackMatch().
|
private |
Number of fake hits
Definition at line 65 of file PndSttTrackMatch.h.
Referenced by GetNofFakeHits(), and PndSttTrackMatch().
|
private |
Number of MCTracks with common points
Definition at line 68 of file PndSttTrackMatch.h.
Referenced by GetNofMCTracks(), and PndSttTrackMatch().
|
private |
Number of good hits belonging to the matched MCTrack
Definition at line 59 of file PndSttTrackMatch.h.
Referenced by GetNofTrueHits(), and PndSttTrackMatch().
|
private |
Number of good hits belonging to other MCTracks
Definition at line 62 of file PndSttTrackMatch.h.
Referenced by GetNofWrongHits(), and PndSttTrackMatch().