Belle II Software  release-08-01-10
counterMC< T > Class Template Reference

a tiny counter class for counting stuff retrieved from MC-bla More...

Collaboration diagram for counterMC< T >:

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 Member Functions

static void resetCounter ()
 destructor. More...
 

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...
 

Detailed Description

template<class T>
class VXDTFObserversTest::counterMC< T >

a tiny counter class for counting stuff retrieved from MC-bla

Definition at line 360 of file observers.cc.

Member Function Documentation

◆ resetCounter()

static void resetCounter ( )
inlinestatic

destructor.

resets counters.

Definition at line 368 of file observers.cc.

Member Data Documentation

◆ mcIDacceptedRejected

CountContainer mcIDacceptedRejected
static
Initial value:
=
CountContainer()

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 365 of file observers.cc.

◆ pdGacceptedRejected

CountContainer pdGacceptedRejected
static
Initial value:
=
CountContainer()

counts nCases accepted/rejected for each pdgCode-combination occured

Definition at line 363 of file observers.cc.


The documentation for this class was generated from the following file: