 |
Belle II Software
release-05-01-25
|
13 #include <dqm/analysis/modules/DQMHistAnalysis.h>
19 #include <TPaveText.h>
30 class DQMHistAnalysisTOPModule :
public DQMHistAnalysisModule {
44 virtual void event()
override;
45 virtual void endRun()
override;
TH1F * m_h_badHitsMean
Histogram for the mean of the bad hits.
TCanvas * find_canvas(TString cname)
Find canvas by name.
TLine * m_line2
The line for the lower bound of the nornal window.
virtual void initialize() override
Module functions to be called from main process.
TPaveText * m_text2
The text for the conditions of the nornal window.
TCanvas * m_c_badHitsRMS
Canvas for the RMS of the bad hits.
virtual void terminate() override
This method is called at the end of the event processing.
virtual void endRun() override
This method is called if the current run ends.
TH1F * m_h_goodHitsRMS
Histogram for the RMS of the good hits.
TLine * m_line1
The line for the upper bound of the nornal window.
virtual void beginRun() override
Module functions to be called from event process.
TCanvas * m_c_badHitsMean
Canvas for the mean of the bad hits.
Abstract base class for different kinds of events.
TH1F * m_h_badHitsRMS
Histogram for the RMS of the bad hits.
TCanvas * m_c_goodHitsMean
Data members.
TPaveText * m_text1
The text for the conditions of the nornal window.
TH1F * m_h_goodHitsMean
Histogram for the mean of the good hits.
virtual void event() override
This method is the core of the module.
TH1 * find_histo_in_canvas(TString hname)
Find histogram corresponding to canvas.
DQMHistAnalysisTOPModule()
Constructor / Destructor.
TCanvas * m_c_goodHitsRMS
Canvas for the RMS of the good hits.