Pandora
Pandora source code navigator
|
TargetResult class. More...
#include "Validation.h"
Public Member Functions | |
TargetResult () | |
Default constructor. | |
Public Attributes | |
int | m_fileIdentifier |
The file identifier. | |
int | m_eventNumber |
The event number. | |
bool | m_isCorrect |
Whether the target is reconstructed correctly. | |
bool | m_hasRecoVertex |
Whether a reco vertex is matched to the target. | |
SimpleThreeVector | m_vertexOffset |
The offset between the reco and true target vertices. | |
PrimaryResultMap | m_primaryResultMap |
The primary result map. | |
TargetResult class.
Definition at line 465 of file Validation.h.
TargetResult::TargetResult | ( | ) |
Default constructor.
Definition at line 816 of file Validation.h.
int TargetResult::m_eventNumber |
The event number.
Definition at line 474 of file Validation.h.
int TargetResult::m_fileIdentifier |
The file identifier.
Definition at line 473 of file Validation.h.
bool TargetResult::m_hasRecoVertex |
Whether a reco vertex is matched to the target.
Definition at line 476 of file Validation.h.
bool TargetResult::m_isCorrect |
Whether the target is reconstructed correctly.
Definition at line 475 of file Validation.h.
PrimaryResultMap TargetResult::m_primaryResultMap |
The primary result map.
Definition at line 478 of file Validation.h.
SimpleThreeVector TargetResult::m_vertexOffset |
The offset between the reco and true target vertices.
Definition at line 477 of file Validation.h.