15 #include <dqm/analysis/modules/DQMHistAnalysis.h>
54 virtual void event()
override;
59 virtual void endRun()
override;
The base class for the histogram analysis module.
Class definition for the output module of Sequential ROOT I/O.
bool m_saveCanvases
Write all Canvases to file.
virtual void initialize() override
Initializer.
virtual void event() override
This method is called for each event.
virtual void endRun() override
This method is called if the current run ends.
bool m_saveHistos
Write all Histos to file.
virtual void terminate() override
This method is called at the end of the event processing.
virtual void beginRun() override
Called when entering a new run.
std::string m_histogramDirectoryName
Directory name within root file where to place things.
std::string m_filename
file name of root file
virtual ~DQMHistAnalysisOutputFileModule()
Destructor.
DQMHistAnalysisOutputFileModule()
Constructor.
Abstract base class for different kinds of events.