Belle II Software  release-05-02-19
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 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 362 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 367 of file observers.cc.

◆ pdGacceptedRejected

CountContainer pdGacceptedRejected
static
Initial value:
=
CountContainer()

counts nCases accepted/rejected for each pdgCode-combination occured

Definition at line 365 of file observers.cc.


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