15#include <dqm/core/DQMHistAnalysis.h>
49 void event()
override final;
54 void endRun()
override final;
Class definition for the output module of Sequential ROOT I/O.
void initialize() override final
Initializer.
void terminate() override final
This method is called at the end of the event processing.
DQMHistAnalysisExampleFlagsModule()
Constructor.
void event() override final
This method is called for each event.
TCanvas * m_cFlagtest
The drawing canvas for the test.
void endRun() override final
This method is called if the current run ends.
void beginRun() override final
Called when entering a new run.
TH2F * m_hFlagtest
The histogram for the test.
The base class for the histogram analysis module.
Abstract base class for different kinds of events.