 |
Belle II Software
release-05-01-25
|
11 #include <dqm/analysis/modules/DQMHistAnalysis.h>
39 virtual void event()
override;
40 virtual void endRun()
override;
std::vector< std::vector< std::string > > m_histlist
Parameter list for histograms.
DQMHistAnalysisPlotOnlyModule()
Constructor / Destructor.
virtual void endRun() override
This method is called if the current run ends.
The module to plot a list of histograms into canvases.
Abstract base class for different kinds of events.
std::map< std::string, TCanvas * > m_canvasList
Parameter list for histograms.
virtual void initialize() override
Module functions to be called from main process.
virtual void event() override
This method is the core of the module.
virtual void terminate() override
This method is called at the end of the event processing.
TH1 * GetHisto(TString a)
Get histogram by its name.
virtual void beginRun() override
Module functions to be called from event process.
The base class for the histogram analysis module.