 |
Belle II Software
release-05-02-19
|
11 #ifndef CDCDQMMODULE_H
12 #define CDCDQMMODULE_H
14 #include <framework/core/HistoModule.h>
16 #include <framework/core/Module.h>
17 #include <framework/datastore/StoreArray.h>
18 #include <framework/database/DBArray.h>
19 #include <framework/database/DBObjPtr.h>
20 #include <cdc/dataobjects/CDCHit.h>
21 #include <cdc/dataobjects/CDCRawHit.h>
22 #include <mdst/dataobjects/TRGSummary.h>
39 class CDCDQMModule :
public HistoModule {
74 void event()
override;
void terminate() override
Termination action.
TH2F * m_hADC
Histogram of ADC for all boards (0-299)
TH1F * m_hOcc
Histogram of occupancy.
void event() override
Event processor.
void beginRun() override
Called when entering a new run.
virtual ~CDCDQMModule()
Destructor.
void endRun() override
End-of-run action.
Long64_t m_nEvents
Number of events processed.
int m_minHits
Minimum hits for processing.
void defineHisto() override
Histogram definitions.
Abstract base class for different kinds of events.
TH1F * m_hNEvents
Histogram of num.
TH2F * m_hHit
Histogram of hits for all layers (0-55)
TH2F * m_hTDC
Histogram of TDC for all boards (0-299)
void initialize() override
Initialize the Module.
CDCDQMModule()
Constructor.
TH2F * m_hADCTOTCut
Histogram of ADC with tot cut for all boards (0-299)