Belle II Software development
|
Test for the MuidBuilder class, using the payloads in the default Global Tag. More...
Protected Member Functions | |
void | SetUp () override |
Register the necessary objects in the DataStore and setup the Database. | |
void | TearDown () override |
Clear the DataStore and reset the Database. | |
Protected Attributes | |
KLMMuidLikelihood * | m_muid = nullptr |
Pointer to a Muid object. | |
MuidBuilder * | m_muidBuilder = nullptr |
Pointer to a MuidBuilder class. | |
std::vector< int > | m_pdgVectorMinus = MuidElementNumbers::getPDGVector(-1) |
Vector of negative charged hypotheses. | |
std::vector< int > | m_pdgVectorPlus = MuidElementNumbers::getPDGVector(1) |
Vector of positive charged hypotheses. | |
Test for the MuidBuilder class, using the payloads in the default Global Tag.
Definition at line 38 of file MuidBuilderTest.cc.
|
inlineoverrideprotected |
Register the necessary objects in the DataStore and setup the Database.
Definition at line 43 of file MuidBuilderTest.cc.
|
inlineoverrideprotected |
Clear the DataStore and reset the Database.
Definition at line 60 of file MuidBuilderTest.cc.
|
protected |
Pointer to a Muid object.
Definition at line 67 of file MuidBuilderTest.cc.
|
protected |
Pointer to a MuidBuilder class.
Definition at line 70 of file MuidBuilderTest.cc.
|
protected |
Vector of negative charged hypotheses.
Definition at line 73 of file MuidBuilderTest.cc.
|
protected |
Vector of positive charged hypotheses.
Definition at line 76 of file MuidBuilderTest.cc.