15 #include <dqm/core/DQMHistAnalysis.h>
54 void event()
override final;
59 void endRun()
override final;
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.
void initialize() override final
Initializer.
bool m_saveHistos
Write all Histos to file.
void terminate() override final
This method is called at the end of the event processing.
void event() override final
This method is called for each event.
std::string m_histogramDirectoryName
Directory name within root file where to place things.
void endRun() override final
This method is called if the current run ends.
std::string m_filename
file name of root file
void beginRun() override final
Called when entering a new run.
~DQMHistAnalysisOutputFileModule()
Destructor.
DQMHistAnalysisOutputFileModule()
Constructor.
Abstract base class for different kinds of events.