Belle II Software development
|
Test class for testing and developing new Observers. More...
Protected Member Functions | |
virtual void | SetUp () |
prepare related storearrays of SpacePoints, SVD- and PXDClusters and MCParticles | |
virtual void | TearDown () |
clear datastore | |
Protected Attributes | |
StoreArray< SpacePoint > | spacePointData |
some spacePoints to test RelationsInterface for observers. | |
StoreArray< PXDCluster > | pxdClusterData |
some pxd clusters to test RelationsInterface for observers. | |
StoreArray< SVDCluster > | svdClusterData |
some svd clusters to test RelationsInterface for observers. | |
StoreArray< MCParticle > | mcParticleData |
some mcParticles to test RelationsInterface for observers. | |
Test class for testing and developing new Observers.
Definition at line 96 of file observers.cc.
|
inlineprotectedvirtual |
prepare related storearrays of SpacePoints, SVD- and PXDClusters and MCParticles
Definition at line 100 of file observers.cc.
|
inlineprotectedvirtual |
clear datastore
Definition at line 165 of file observers.cc.
|
protected |
some mcParticles to test RelationsInterface for observers.
Definition at line 173 of file observers.cc.
|
protected |
some pxd clusters to test RelationsInterface for observers.
Definition at line 171 of file observers.cc.
|
protected |
some spacePoints to test RelationsInterface for observers.
Definition at line 170 of file observers.cc.
|
protected |
some svd clusters to test RelationsInterface for observers.
Definition at line 172 of file observers.cc.