a tiny counter class for counting stuff retrieved from MC-bla More...
Public Member Functions | |
~counterMC () | |
constructor. | |
Static Public Member Functions | |
static void | resetCounter () |
destructor. | |
Static Public Attributes | |
static CountContainer | pdGacceptedRejected |
map for pdgCodes (key: vector of pdgCodes found for given hits, sorted) storing how often it was accepted/rejected value.first/value.second | |
static CountContainer | mcIDacceptedRejected |
map for mcParticleIDs (key, vector of mcParticleIDs (pair: first: true, if combination was from the same particle which was primary, found for given hits, sorted), storing how often it was accepted/rejected value.first/value.second | |
a tiny counter class for counting stuff retrieved from MC-bla
Definition at line 360 of file observers.cc.
|
inline |
Definition at line 366 of file observers.cc.
|
inline |
|
inlinestatic |
|
static |
map for mcParticleIDs (key, vector of mcParticleIDs (pair: first: true, if combination was from the same particle which was primary, found for given hits, sorted), storing how often it was accepted/rejected value.first/value.second
Definition at line 365 of file observers.cc.
|
static |
map for pdgCodes (key: vector of pdgCodes found for given hits, sorted) storing how often it was accepted/rejected value.first/value.second
Definition at line 363 of file observers.cc.