Belle II Software
release-08-01-10
|
Test class demonstrating the behavior of TCNetworkContainer. More...
Protected Member Functions | |
virtual void | SetUp () |
SetUp environment - prepare related storearrays of SpacePoints and PXDClusters. More... | |
virtual void | TearDown () |
TearDown environment - clear datastore. | |
Protected Attributes | |
StoreArray< SpacePoint > | m_spacePointData |
some spacePoints for testing. | |
StoreArray< PXDCluster > | m_pxdClusterData |
some pxd clusters for testing. | |
StoreArray< SpacePointTrackCand > | m_spacePointTrackCandData |
some spacePointTrackCands for testing. | |
StoreArray< DirectedNodeNetworkContainer > | m_networkContainerInDataStore |
testing to store a dummy class containing DirectedNodeNetwork as member . | |
Test class demonstrating the behavior of TCNetworkContainer.
used for preparing mockup.
Definition at line 66 of file directedNodeNetwork.cc.
|
inlineprotectedvirtual |
SetUp environment - prepare related storearrays of SpacePoints and PXDClusters.
prepare pxdClusters and spacePoints related to them
prepare some SpacePointTrackCands partially overlapping:
Definition at line 70 of file directedNodeNetwork.cc.