15 #include <dqm/analysis/modules/DQMHistAnalysis.h>
55 virtual void event()
override;
60 virtual void endRun()
override;
79 TCanvas*
m_c =
nullptr;
Class definition for the output module of Sequential ROOT I/O.
virtual void initialize() override
Initializer.
virtual void event() override
This method is called for each event.
DQMHistAnalysisExampleModule()
Constructor.
virtual void endRun() override
This method is called if the current run ends.
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.
virtual ~DQMHistAnalysisExampleModule()
Destructor.
std::string m_histoname
Parameters accesible from basf2 scripts.
TCanvas * m_c
The drawing canvas for the fitting result.
std::string m_function
The definition of the fitting function.
The base class for the histogram analysis module.
Abstract base class for different kinds of events.