Test the ECL charged PID.
More...
|
virtual void | SetUp () |
| Set up a few arrays and objects in the datastore.
|
|
virtual void | TearDown () |
| Clear datastore.
|
|
Test the ECL charged PID.
Definition at line 27 of file eclChargedPID.cc.
◆ SetUp()
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.
void setInitializeActive(bool active)
Setter for m_initializeActive.
◆ 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.
The documentation for this class was generated from the following file: