Belle II Software development
ECLChargedPIDTest Class Reference

Test the ECL charged PID. More...

Inheritance diagram for ECLChargedPIDTest:

Protected Member Functions

virtual void SetUp ()
 Set up a few arrays and objects in the datastore.
 
virtual void TearDown ()
 Clear datastore.
 

Detailed Description

Test the ECL charged PID.

Definition at line 27 of file eclChargedPID.cc.

Member Function Documentation

◆ SetUp()

virtual void SetUp ( )
inlineprotectedvirtual

Set up a few arrays and objects in the datastore.

Definition at line 31 of file eclChargedPID.cc.

32 {
34
35 StoreArray<ECLPidLikelihood> ecl_likelihoods;
36 ecl_likelihoods.registerInDataStore();
37
38 StoreArray<ECLPidLikelihood> ecl_likelihoods_plus;
39 ecl_likelihoods_plus.registerInDataStore();
40
41 StoreArray<ECLPidLikelihood> ecl_likelihoods_minus;
42 ecl_likelihoods_minus.registerInDataStore();
43
45 }
static DataStore & Instance()
Instance of singleton Store.
Definition: DataStore.cc:54
void setInitializeActive(bool active)
Setter for m_initializeActive.
Definition: DataStore.cc:94

◆ TearDown()

virtual void TearDown ( )
inlineprotectedvirtual

Clear datastore.

Definition at line 48 of file eclChargedPID.cc.

49 {
51 }
void reset(EDurability durability)
Frees memory occupied by data store items and removes all objects from the map.
Definition: DataStore.cc:86

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