![]() |
Belle II Software
release-05-01-25
|
Test the MVA-based charged PID. More...
Public Attributes | |
ChargedPidMVAWeights | m_dbrep |
Database representation of MVA weightfiles. | |
Const::ChargedStable | m_testHypo = Const::electron |
The signal charged particle hypothesis to test. | |
std::unique_ptr< TH2F > | m_grid |
The (clusterTheta, p) grid for which xml files are stored in the payload. | |
std::vector< float > | m_thetabins = {0.2164208, 0.5480334, 0.561996, 2.2462387, 2.2811453, 2.7070057} |
The clusterTheta bin edges in [rad]. | |
std::vector< float > | m_pbins = {0.0, 0.5, 0.75, 1.0, 3.0, 100.0} |
The p bin edges in [GeV/c]. | |
std::vector< int > | m_eclregbins = {1, 11, 2, 13, 3} |
The clusterRegion bins. | |
std::string | m_basename = "dummy_weightfile" |
Base common name for all dummy weight files. | |
std::vector< std::string > | m_dummyfiles |
List of dummy xml file names. More... | |
Protected Member Functions | |
void | SetUp () override |
Prepare resources for the tests. | |
void | TearDown () override |
Release all resources. | |
Test the MVA-based charged PID.
Definition at line 36 of file chargedParticleIdentificator.cc.
std::vector<std::string> m_dummyfiles |
List of dummy xml file names.
Files are created at the start of the test, and deleted at the end.
Definition at line 80 of file chargedParticleIdentificator.cc.