15#include <dqm/core/DQMHistAnalysis.h>
57 void event() override final;
The base class for the histogram analysis module.
Class definition for the output module of Sequential ROOT I/O.
void initialize() override final
Module functions to be called from main process.
std::vector< TList * > contLevelXY
Vector of TList objects for contour in XY plane.
DQMHistAnalysisV0Module()
Constructor / Destructor.
TCanvas * m_c_xvsz
TCanvas object for x vs z plot.
TList * contLevelXZ
TList objects for contour in XZ plane.
void event() override final
Module functions to be called from event process.
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.