 |
Belle II Software
release-05-02-19
|
11 #include <framework/core/Module.h>
12 #include <framework/pcore/RbTuple.h>
14 #define REG_HISTOGRAM Belle2::RbTupleManager::Instance().register_module ( this );
42 virtual void event()
override {};
virtual void terminate() override
Function to terminate module.
HistoModule()
Constructor.
virtual void endRun() override
Function to process end_run record.
virtual void initialize() override
Function for dynamic initialization of module.
virtual void defineHisto()
Function to define histograms.
Abstract base class for different kinds of events.
virtual ~HistoModule()
Destructor.
virtual void beginRun() override
Function to process begin_run record.
virtual void event() override
Function to process event record.
HistoModule.h is supposed to be used instead of Module.h for the modules with histogram definitions t...