19 #include <dqm/analysis/modules/DQMHistAnalysis.h>
71 virtual void event()
override;
76 virtual void endRun()
override;
The base class for the histogram analysis module.
Class for generating snapshots for histograms.
virtual ~DQMHistSnapshotsModule()
Destructor.
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.
virtual void terminate() override
This method is called at the end of the event processing.
int m_check_interval
Interval between checks in second.
std::vector< SSNODE * > m_ssnode
List of snapshots.
DQMHistSnapshotsModule()
Constructor.
virtual void beginRun() override
Called when entering a new run.
time_t m_last_check
The time for the last check.
SSNODE * find_snapshot(TString a)
Find a snapshot by the histogram's name.
Abstract base class for different kinds of events.
The struct for the snapshots.
TH1 * histo
The histogram for snapshot.
TCanvas * canvas
The canvas for the histogram to be showed.
int stale
Whether the histogram is not updated for a long time.