19#include <dqm/core/DQMHistAnalysis.h>
71 void event() override final;
76 void endRun() override final;
The base class for the histogram analysis module.
Class for generating snapshots for histograms.
~DQMHistSnapshotsModule()
Destructor.
void initialize() override final
Initializer.
int m_check_interval
Interval between checks in second.
std::vector< SSNODE * > m_ssnode
List of snapshots.
DQMHistSnapshotsModule()
Constructor.
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.
void endRun() override final
This method is called if the current run ends.
time_t m_last_check
The time for the last check.
void beginRun() override final
Called when entering a new run.
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.