Belle II Software development
|
class for testing the purity calculator tools (i.e. More...
Protected Member Functions | |
virtual void | SetUp () |
set up the mockup that is needed by the tests | |
virtual void | TearDown () |
tear down environment after test -> clear datastore | |
Protected Attributes | |
StoreArray< Belle2::PXDTrueHit > | m_pxdTrueHits |
some PXDTrueHits for testing | |
StoreArray< Belle2::SVDTrueHit > | m_svdTrueHits |
some SVDTrueHits for testing | |
StoreArray< Belle2::SpacePoint > | m_spacePoints |
some SpacePoints for testing | |
StoreArray< Belle2::MCParticle > | m_mcParticles |
some MCParticles for testing | |
std::vector< short > | m_assignedClusters |
store the expected number of assigned Clusters in vector to be able to loop over it | |
class for testing the purity calculator tools (i.e.
functions) defined in the spacePointCreation includes
Definition at line 130 of file purityCalculatorTools.cc.
|
inlineprotectedvirtual |
set up the mockup that is needed by the tests
Definition at line 137 of file purityCalculatorTools.cc.
|
inlineprotectedvirtual |
tear down environment after test -> clear datastore
Definition at line 250 of file purityCalculatorTools.cc.
|
protected |
store the expected number of assigned Clusters in vector to be able to loop over it
Definition at line 258 of file purityCalculatorTools.cc.
|
protected |
some MCParticles for testing
Definition at line 256 of file purityCalculatorTools.cc.
|
protected |
some PXDTrueHits for testing
Definition at line 253 of file purityCalculatorTools.cc.
|
protected |
some SpacePoints for testing
Definition at line 255 of file purityCalculatorTools.cc.
|
protected |
some SVDTrueHits for testing
Definition at line 254 of file purityCalculatorTools.cc.