Pandora
Pandora source code navigator
|
CountingDetails class. More...
#include "Validation.h"
Public Member Functions | |
CountingDetails () | |
Default constructor. | |
Public Attributes | |
unsigned int | m_nTotal |
The total number of occurences. | |
unsigned int | m_nMatch0 |
The number of times the mc primary has 0 pfo matches. | |
unsigned int | m_nMatch1 |
The number of times the mc primary has 1 pfo matches. | |
unsigned int | m_nMatch2 |
The number of times the mc primary has 2 pfo matches. | |
unsigned int | m_nMatch3Plus |
The number of times the mc primary has 3 or more pfo matches. | |
unsigned int | m_correctId |
The number of times the mc primary particle id was correct. | |
CountingDetails class.
Definition at line 416 of file Validation.h.
CountingDetails::CountingDetails | ( | ) |
Default constructor.
Definition at line 788 of file Validation.h.
unsigned int CountingDetails::m_correctId |
The number of times the mc primary particle id was correct.
Definition at line 429 of file Validation.h.
unsigned int CountingDetails::m_nMatch0 |
The number of times the mc primary has 0 pfo matches.
Definition at line 425 of file Validation.h.
unsigned int CountingDetails::m_nMatch1 |
The number of times the mc primary has 1 pfo matches.
Definition at line 426 of file Validation.h.
unsigned int CountingDetails::m_nMatch2 |
The number of times the mc primary has 2 pfo matches.
Definition at line 427 of file Validation.h.
unsigned int CountingDetails::m_nMatch3Plus |
The number of times the mc primary has 3 or more pfo matches.
Definition at line 428 of file Validation.h.
unsigned int CountingDetails::m_nTotal |
The total number of occurences.
Definition at line 424 of file Validation.h.