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 {
33 DataStore::Instance().setInitializeActive(true);
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
44 DataStore::Instance().setInitializeActive(false);
45 }

◆ TearDown()

virtual void TearDown ( )
inlineprotectedvirtual

Clear datastore.

Definition at line 48 of file eclChargedPID.cc.

49 {
50 DataStore::Instance().reset();
51 }

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