 |
Belle II Software
release-05-02-19
|
9 #include <framework/core/HistoModule.h>
31 void event()
override;
void defineHisto() override
Function to define histograms.
void beginRun() override
Function to process begin_run record.
TH1F * m_h_mPI0
PI0 invariant mass.
std::string m_ks0PListName
Name of the KS0 particle list.
TH1F * m_h_mKS0
KS0 invariant mass.
std::string m_pi0PListName
Name of the pi0 particle list.
Abstract base class for different kinds of events.
void event() override
Function to process event record.
void initialize() override
Function for dynamic initialization of module.
std::string m_triggerIdentifier
Trigger identifier string used to select events for the histograms.
void terminate() override
Function to terminate module.
void endRun() override
Function to process end_run record.
HistoModule.h is supposed to be used instead of Module.h for the modules with histogram definitions t...