Belle II Software
release-08-01-10
|
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.