Belle II Software development
|
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. | |
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.
|
protected |
pointer to recoTrack
Definition at line 92 of file recoTrack.cc.
|
protected |
pointer to other recoTrack
Definition at line 93 of file recoTrack.cc.
|
protected |
name of storeArray with BKLM hits
Definition at line 98 of file recoTrack.cc.
|
protected |
name of storeArray with CDC hits
Definition at line 97 of file recoTrack.cc.
|
protected |
name of storeArray with EKLM hits
Definition at line 99 of file recoTrack.cc.
|
protected |
name of storeArray with hit information
Definition at line 100 of file recoTrack.cc.
|
protected |
name of storeArray with PXD hits
Definition at line 95 of file recoTrack.cc.
|
protected |
name of recoTracks storeArray
Definition at line 94 of file recoTrack.cc.
|
protected |
name of storeArray with SVD hits
Definition at line 96 of file recoTrack.cc.