Pandora
Pandora source code navigator
|
SimpleMCEvent class. More...
#include "Validation.h"
Public Member Functions | |
SimpleMCEvent () | |
Constructor. | |
Public Attributes | |
int | m_fileIdentifier |
The file identifier. | |
int | m_eventNumber |
The event number. | |
int | m_nMCTargets |
The number of mc targets. | |
SimpleMCTargetList | m_mcTargetList |
The list of mc targets. | |
SimpleMCEvent class.
Definition at line 180 of file Validation.h.
SimpleMCEvent::SimpleMCEvent | ( | ) |
Constructor.
Definition at line 778 of file Validation.h.
int SimpleMCEvent::m_eventNumber |
The event number.
Definition at line 189 of file Validation.h.
int SimpleMCEvent::m_fileIdentifier |
The file identifier.
Definition at line 188 of file Validation.h.
SimpleMCTargetList SimpleMCEvent::m_mcTargetList |
The list of mc targets.
Definition at line 192 of file Validation.h.
int SimpleMCEvent::m_nMCTargets |
The number of mc targets.
Definition at line 191 of file Validation.h.