Belle II Software
release-08-01-10
|
Test class for the RecoTrack object. More...
Protected Member Functions | |
void | SetUp () override |
Setup a "working environment" with store arrays for the hits and the correct relations. More... | |
Protected Attributes | |
RecoTrack * | m_recoTrack |
pointer to recoTrack | |
RecoTrack * | m_recoTrack2 |
pointer to other recoTrack | |
std::string | m_storeArrayNameOfRecoTracks |
name of recoTracks storeArray | |
std::string | m_storeArrayNameOfPXDHits |
name of storeArray with PXD hits | |
std::string | m_storeArrayNameOfSVDHits |
name of storeArray with SVD hits | |
std::string | m_storeArrayNameOfCDCHits |
name of storeArray with CDC hits | |
std::string | m_storeArrayNameOfBKLMHits |
name of storeArray with BKLM hits | |
std::string | m_storeArrayNameOfEKLMHits |
name of storeArray with EKLM hits | |
std::string | m_storeArrayNameOfHitInformation |
name of storeArray with hit information | |
Test class for the RecoTrack object.
Definition at line 26 of file recoTrack.cc.
|
inlineoverrideprotected |
Setup a "working environment" with store arrays for the hits and the correct relations.
Name of the RecoTrack store array.
Name of the PXD hits store array.
Name of the SVD hits store array.
Name of the CDC hits store array.
Name of the BKLM hits store array.
Name of the EKLM hits store array.
Name of the reco hit information store array.
Definition at line 29 of file recoTrack.cc.