12 #include <dqm/analysis/modules/DQMHistAnalysis.h>
16 #include <arich/utility/ARICHChannelHist.h>
54 virtual void event()
override;
59 virtual void endRun()
override;
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.
virtual ~DQMHistAnalysisARICHMonObjModule()
Destructor.
virtual void initialize() override
Initialize the Module.
virtual void event() override
Event processor.
Belle2::ARICHChannelHist * m_apdHist
ARICH TObject to draw hit map for each APD.
virtual void endRun() override
End-of-run action.
virtual void terminate() override
Termination action.
MonitoringObject * m_monObj
MonitoringObject to be produced by this module.
Belle2::ARICHChannelHist * m_hapdHist
ARICH TObject to draw flash map for each hapd.
TCanvas * m_c_mask
Canvas with histograms related to channel masking.
Belle2::ARICHChannelHist * m_chHist
ARICH TObject to draw flash map for each channel.
virtual void beginRun() override
Begin run function.
TCanvas * m_c_main
Canvas with main run summary histograms.
TCanvas * m_c_mirror
Canvas with histograms related to mirrors.
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.