Belle II Software development
counterMC< T > Class Template Reference

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

static void resetCounter ()
 destructor.
 

Static Public Attributes

static CountContainer pdGacceptedRejected
 counts nCases accepted/rejected for each pdgCode-combination occured
 
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
 

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.

Constructor & Destructor Documentation

◆ counterMC()

counterMC ( )
inline

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

366{};

◆ ~counterMC()

~counterMC ( )
inline

constructor.

Definition at line 367 of file observers.cc.

367{};

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: