15 #include <dqm/analysis/modules/DQMHistAnalysis.h>
57 void event()
override;
The base class for the histogram analysis module.
Class definition for the output module of Sequential ROOT I/O.
std::vector< TList * > contLevelXY
Vector of TList objects for contour in XY plane.
void initialize() override
Module functions to be called from main process.
void event() override
Module functions to be called from event process.
DQMHistAnalysisV0Module()
Constructor / Destructor.
TCanvas * m_c_xvsz
TCanvas object for x vs z plot.
TList * contLevelXZ
TList objects for contour in XZ plane.
std::string m_OverlayPath
Path to overlay file.
TCanvas * m_c_xvsy[32]
TCanvas objects for x vs y plots.
std::map< std::string, TH1 * > HistList
List of histograms for display.
Abstract base class for different kinds of events.