 |
Belle II Software
release-05-02-19
|
13 #include <framework/core/HistoModule.h>
26 class PhysicsObjectsMiraBelleDst2Module :
public HistoModule {
29 PhysicsObjectsMiraBelleDst2Module();
33 void event()
override;
std::string m_triggerIdentifier
Trigger identifier string used to select events for the histograms.
void defineHisto() override
Function to define histograms.
void terminate() override
Function to terminate module.
TH1F * m_h_D0_pi0_InvM
Pi0 invariant mass for D0->Kpipi0.
void event() override
Function to process event record.
void endRun() override
Function to process end_run record.
Abstract base class for different kinds of events.
void initialize() override
Function for dynamic initialization of module.
std::string m_dstListName
Name of the mu+ particle list.
void beginRun() override
Function to process begin_run record.