![]() |
Belle II Software
release-05-02-19
|
a tiny counter class for counting stuff retrieved from MC-bla More...
Public Member Functions | |
counterMC () | |
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 | |
~counterMC () | |
constructor. | |
Static Public Attributes | |
static CountContainer | pdGacceptedRejected |
counts nCases accepted/rejected for each pdgCode-combination occured More... | |
static CountContainer | mcIDacceptedRejected |
map for pdgCodes (key: vector of pdgCodes found for given hits, sorted) storing how often it was accepted/rejected value.first/value.second More... | |
a tiny counter class for counting stuff retrieved from MC-bla
Definition at line 362 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
counts nCases accepted/rejected for each particleID-combination occured
Definition at line 367 of file observers.cc.
|
static |
counts nCases accepted/rejected for each pdgCode-combination occured
Definition at line 365 of file observers.cc.