12#include <dqm/core/DQMHistAnalysis.h>
16#include <arich/utility/ARICHChannelHist.h>
49 void endRun()
override final;
ARICH histogram with HAPD plane 3 options for bin segmentation are available type 0 - one bin per HAP...
Example module of how to use MonitoringObject in DQMHistAnalysis module.
void initialize() override final
Initialize the Module.
~DQMHistAnalysisARICHMonObjModule()
Destructor.
Belle2::ARICHChannelHist * m_apdHist
ARICH TObject to draw hit map for each APD.
MonitoringObject * m_monObj
MonitoringObject to be produced by this module.
Belle2::ARICHChannelHist * m_hapdHist
ARICH TObject to draw flash map for each hapd.
void terminate() override final
Termination action.
TCanvas * m_c_mask
Canvas with histograms related to channel masking.
Belle2::ARICHChannelHist * m_chHist
ARICH TObject to draw flash map for each channel.
TCanvas * m_c_main
Canvas with main run summary histograms.
TCanvas * m_c_mirror
Canvas with histograms related to mirrors.
void endRun() override final
End-of-run action.
DQMHistAnalysisARICHMonObjModule()
Constructor.
TH2Poly * pp2
2D hitmap of number of hits per channel per event
TCanvas * m_c_tracks
Canvas with histograms related to tracks.
TH2Poly * pflash
2D hitmap of number of flash (>40 hits) per event
TH2Poly * pp1
2D hitmap of number of hits per APD per event
The base class for the histogram analysis module.
MonitoringObject is a basic object to hold data for the run-dependency monitoring Run summary TCanvas...
Abstract base class for different kinds of events.