12 #include <dqm/analysis/modules/DQMHistAnalysis.h>
15 #include <arich/utility/ARICHChannelHist.h>
61 virtual void event()
override;
67 virtual void endRun()
override;
ARICH histogram with HAPD plane 3 options for bin segmentation are available type 0 - one bin per HAP...
Make summary of data quality from reconstruction.
TCanvas * m_c_apdHist
Canvas for 2D hit map of APDs.
TH2Poly * m_apdPoly
hit map for each APD
TLine * m_LineForMB[5]
Lines to divide the sectors on mergerHit histogram.
TCanvas * m_c_mergerHit
Canvas for modified mergerHit histogram.
virtual void initialize() override
Initialize the Module.
bool m_enableAlert
Enable alert by base color of canvases.
virtual void event() override
Event processor.
TCanvas * m_c_theta
Canvas for modified theta histogram.
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.
virtual void beginRun() override
Called when entering a new run.
TCanvas * m_c_bits
Canvas for modified bits histogram.
std::vector< int > maskedMergers
The id numbers of masked merger boards to avoid unnecessary alert.
int m_minStats
The lower limit on the number of events to enable the alert.
TCanvas * m_c_hitsPerEvent
Canvas for modified hitsPerTrack histogram.
virtual ~DQMHistAnalysisARICHModule()
Destructor.
DQMHistAnalysisARICHModule()
Constructor.
int alertColor[3]
Alert color of canvases.
The base class for the histogram analysis module.
Abstract base class for different kinds of events.