11 #include <framework/core/HistoModule.h>
31 void event()
override;
HistoModule.h is supposed to be used instead of Module.h for the modules with histogram definitions t...
DQM modules to monitor D* related variables.
std::string m_dstListName
Name of the mu+ particle list.
void initialize() override
Function for dynamic initialization of module.
void event() override
Function to process event record.
void endRun() override
Function to process end_run record.
void terminate() override
Function to terminate module.
std::string m_triggerIdentifier
Trigger identifier string used to select events for the histograms.
void beginRun() override
Function to process begin_run record.
TH1F * m_h_D0_pi0_InvM
Pi0 invariant mass for D0->Kpipi0.
void defineHisto() override
Function to define histograms.
Abstract base class for different kinds of events.