Belle II Software development
|
Test class demonstrating the behavior of TCNetworkContainer. More...
Protected Member Functions | |
virtual void | SetUp () |
SetUp environment - prepare related storearrays of SpacePoints and PXDClusters. | |
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.
|
inlineprotectedvirtual |
TearDown environment - clear datastore.
Definition at line 132 of file directedNodeNetwork.cc.
|
protected |
testing to store a dummy class containing DirectedNodeNetwork as member .
Definition at line 138 of file directedNodeNetwork.cc.
|
protected |
some pxd clusters for testing.
Definition at line 135 of file directedNodeNetwork.cc.
|
protected |
some spacePoints for testing.
Definition at line 134 of file directedNodeNetwork.cc.
|
protected |
some spacePointTrackCands for testing.
Definition at line 136 of file directedNodeNetwork.cc.