Set up a few arrays and objects in the datastore.
More...
|
short | m_default_index = -1 |
| Default index in constructor if no tracks/tfrs are given.
|
|
Set up a few arrays and objects in the datastore.
Definition at line 27 of file v0.cc.
◆ SetUp()
register Particle array
Definition at line 30 of file v0.cc.
31 {
32 DataStore::Instance().setInitializeActive(true);
33 StoreArray<Track> tracks;
34 tracks.registerInDataStore();
35 StoreArray<TrackFitResult> trackFitResults;
36 trackFitResults.registerInDataStore();
37 DataStore::Instance().setInitializeActive(false);
38 }
◆ TearDown()
virtual void TearDown |
( |
| ) |
|
|
inlineprotectedvirtual |
clear datastore
Definition at line 41 of file v0.cc.
42 {
43 DataStore::Instance().reset();
44 }
◆ m_default_index
short m_default_index = -1 |
|
protected |
Default index in constructor if no tracks/tfrs are given.
Definition at line 47 of file v0.cc.
The documentation for this class was generated from the following file: