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