 |
Belle II Software
release-05-02-19
|
9 #include <framework/core/HistoModule.h>
32 void event()
override final;;
37 TH2F* m_h_xvsy[32] = {
nullptr};
40 TH2F* m_h_xvsz =
nullptr;
void initialize() override final
Function for dynamic initialization of module.
void beginRun() override final
Function to process begin_run record.
std::string m_V0PListName
Name of the V0 particle list.
Abstract base class for different kinds of events.
void event() override final
Function to process event record.
void defineHisto() override final
Function to define histograms.
HistoModule.h is supposed to be used instead of Module.h for the modules with histogram definitions t...