 |
Belle II Software
release-05-02-19
|
20 class AnalysisConfiguration
void useLegacyMCMatching(const bool flag)
Determines wheter to use the legacy MCMatching algorithm (true) or not (false).
static AnalysisConfiguration * instance()
Returns a pointer to the singleton instance.
Singleton class keeping configurables of analysis components.
std::string m_tupleStyle
branch naming style
bool useLegacyMCMatching() const
Specifies whether to use the legacy MCMatching algorithm (true) or not (false).
bool m_legacyMCMatching
specifies the version of MC matching algorithm to be used
Abstract base class for different kinds of events.
AnalysisConfiguration()
Constructor.
void setTupleStyle(const std::string &v)
Configurable-specific function to set value.
static AnalysisConfiguration * s_instance
Singleton instance.
const std::string getTupleStyle()
Configurable-specific function to obtain value.