Pandora
Pandora source code navigator
|
PrimaryResult class. More...
#include "Validation.h"
Public Member Functions | |
PrimaryResult () | |
Default constructor. | |
Public Attributes | |
unsigned int | m_nPfoMatches |
The total number of pfo matches for a given primary. | |
unsigned int | m_nMCHitsTotal |
The number of hits in the mc primary. | |
unsigned int | m_nBestMatchSharedHitsTotal |
The number of hits shared by the mc primary and the best matched pfo. | |
unsigned int | m_nBestMatchRecoHitsTotal |
The number of hits in the best matched pfo. | |
float | m_bestMatchCompleteness |
The completeness of the best matched pfo. | |
float | m_bestMatchPurity |
The purity of the best matched pfo. | |
bool | m_isCorrectParticleId |
Whether the best matched pfo has the correct particle id. | |
float | m_trueMomentum |
The true momentum of the mc primary. | |
PrimaryResult class.
Definition at line 440 of file Validation.h.
PrimaryResult::PrimaryResult | ( | ) |
Default constructor.
Definition at line 801 of file Validation.h.
float PrimaryResult::m_bestMatchCompleteness |
The completeness of the best matched pfo.
Definition at line 452 of file Validation.h.
float PrimaryResult::m_bestMatchPurity |
The purity of the best matched pfo.
Definition at line 453 of file Validation.h.
bool PrimaryResult::m_isCorrectParticleId |
Whether the best matched pfo has the correct particle id.
Definition at line 454 of file Validation.h.
unsigned int PrimaryResult::m_nBestMatchRecoHitsTotal |
The number of hits in the best matched pfo.
Definition at line 451 of file Validation.h.
unsigned int PrimaryResult::m_nBestMatchSharedHitsTotal |
The number of hits shared by the mc primary and the best matched pfo.
Definition at line 450 of file Validation.h.
unsigned int PrimaryResult::m_nMCHitsTotal |
The number of hits in the mc primary.
Definition at line 449 of file Validation.h.
unsigned int PrimaryResult::m_nPfoMatches |
The total number of pfo matches for a given primary.
Definition at line 448 of file Validation.h.
float PrimaryResult::m_trueMomentum |
The true momentum of the mc primary.
Definition at line 455 of file Validation.h.