Information about reconstruction of Reconstructed Track.
More...
#include <PndCACounters.h>
Information about reconstruction of Reconstructed Track.
Definition at line 161 of file PndCACounters.h.
◆ PndCAPerformanceRecoTrackData()
PndCAPerformanceRecoTrackData::PndCAPerformanceRecoTrackData |
( |
| ) |
|
|
inline |
◆ GetMCTrackId()
int PndCAPerformanceRecoTrackData::GetMCTrackId |
( |
| ) |
|
|
inline |
◆ GetPurity()
float PndCAPerformanceRecoTrackData::GetPurity |
( |
| ) |
|
|
inline |
◆ IsGhost()
bool PndCAPerformanceRecoTrackData::IsGhost |
( |
float |
minPurity = 0 | ) |
|
|
inline |
Definition at line 174 of file PndCACounters.h.
174 {
return (mcTrackId == -1) || (purity < minPurity); }
◆ IsReco()
bool PndCAPerformanceRecoTrackData::IsReco |
( |
float |
minPurity = 0 , |
|
|
int |
minNHits = 0 |
|
) |
| |
|
inline |
Definition at line 175 of file PndCACounters.h.
175 {
return (mcTrackId != -1) && (purity >= minPurity) && (nHits >= minNHits); }
◆ NHits()
int PndCAPerformanceRecoTrackData::NHits |
( |
| ) |
|
|
inline |
◆ Print()
void PndCAPerformanceRecoTrackData::Print |
( |
| ) |
|
|
inline |
Definition at line 178 of file PndCACounters.h.
178 { cout <<
"Track: " << mcTrackId <<
" Purity: " << purity << endl; }
◆ SetMCTrack()
void PndCAPerformanceRecoTrackData::SetMCTrack |
( |
int |
mcTrackId_, |
|
|
float |
purity_, |
|
|
int |
nHits_ |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: