 |
Belle II Software
release-05-01-25
|
12 #include <analysis/VariableManager/Manager.h>
13 #include <framework/core/Module.h>
29 class TagUniqueSignalModule :
public Module {
39 virtual void event()
override;
A variable returning a floating-point value for a given Particle.
std::string m_targetVariable
Variable which defines signal and background.
virtual void event() override
Event processor.
TagUniqueSignalModule()
Constructor.
Abstract base class for different kinds of events.
std::string m_particleList
input ParticleList name
std::string m_extraInfoName
output extra-info name
virtual void initialize() override
Initialize the Module.
const Variable::Manager::Var * m_targetVar
Pointer to target variable stored in the variable manager.