 |
Belle II Software
release-05-01-25
|
13 #include <reconstruction/dataobjects/CDCDedxTrack.h>
14 #include <mdst/dataobjects/SoftwareTriggerResult.h>
16 #include <framework/core/HistoModule.h>
17 #include <framework/datastore/StoreArray.h>
18 #include <framework/datastore/StoreObjPtr.h>
19 #include <framework/dataobjects/EventMetaData.h>
37 class CDCDedxDQMModule :
public HistoModule {
58 virtual void event()
override;
61 virtual void endRun()
override;
Int_t fCurrentEventNum
variable to get run number
virtual void endRun() override
This method is called at the end of each run.
CDCDedxDQMModule()
Default constructor.
virtual void initialize() override
Initialize the module.
TH2D * temp2D
Dedx vs P histogram per run.
virtual void terminate() override
End of the event processing.
Abstract base class for different kinds of events.
Type-safe access to single objects in the data store.
virtual void event() override
This method is called for each event.
StoreArray< CDCDedxTrack > m_cdcDedxTracks
Store array for CDCDedxTrack.
virtual ~CDCDedxDQMModule()
Destructor.
virtual void beginRun() override
This method is called for each run.
virtual void defineHisto() override
Defination of histograms.
TH1D * temp1D
Dedx histogram per run.
Accessor to arrays stored in the data store.
StoreObjPtr< SoftwareTriggerResult > m_TrgResult
Store array for Trigger selection.