15#include <dqm/core/DQMHistAnalysis.h>
56 void event()
override final;
62 void endRun()
override final;
Class definition for the output module of Sequential ROOT I/O.
void initialize() override final
Initializer.
DQMHistAnalysisExampleModule()
Constructor.
std::string m_histogramName
name of histogram
std::string m_pvPrefix
prefix for EPICS PVs
TF1 * m_function
Data members.
TCanvas * m_canvas
The drawing canvas for the fitting result.
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
Parameters accessible from basf2 scripts.
~DQMHistAnalysisExampleModule()
Destructor.
void endRun() override final
This method is called if the current run ends.
void beginRun() override final
Called when entering a new run.
The base class for the histogram analysis module.
Abstract base class for different kinds of events.