 |
Belle II Software
release-05-01-25
|
13 #include <framework/core/HistoModule.h>
14 #include <framework/datastore/StoreArray.h>
15 #include <framework/datastore/StoreObjPtr.h>
16 #include <pxd/dataobjects/PXDRawHit.h>
17 #include <pxd/dataobjects/PXDRawAdc.h>
18 #include <pxd/dataobjects/PXDDAQStatus.h>
19 #include <rawdata/dataobjects/RawPXD.h>
37 class PXDRawDQMModule :
public HistoModule {
51 void event() override final;
TH1F * hrawPxdHitsCount
Histogram pixelcount/???
PXDRawDQMModule()
Constructor defining the parameters.
The PXD Raw Adc class This class stores information about Raw Adc for Pedestals.
std::string m_storeRawPxdrarrayName
RawPXD StoreArray name.
void initialize() override final
Function for dynamic initialization of module.
TH2F * hrawPxdAdcMapAll
Histogram Adc 2d hitmap (full frames only) (all pxd)
TH1F * hrawPxdPacketSize
Histogram raw packet size.
std::string m_storeRawAdcsName
RawAdcs StoreArray name.
TH1F * hrawPxdPackets
Histogram number of raw packets.
TH2F * hrawPxdChargeMap[64]
Histogram 2d chargemap.
The PXD Raw Hit class This class stores information about PXD Pixel hits and makes them available in ...
void defineHisto() override final
Function to define histograms.
Abstract base class for different kinds of events.
Type-safe access to single objects in the data store.
TH2F * hrawPxdHitMap[64]
Histogram 2d hitmap.
void beginRun() override final
Function to process begin_run record.
StoreArray< RawPXD > m_storeRawPxdrarray
Storearray for raw data packets
TH2F * hrawPxdHitMapAll
Histogram 2d hitmap (all)
The PXD DAQ Status class.
TH1F * hrawPxdGateTimeWindow[64]
Histogram raw pixel trigger gate window.
TH1F * hrawPxdHitTimeWindow[64]
Histogram raw pixel hit "time" window.
StoreArray< PXDRawAdc > m_storeRawAdcs
Storearray for ADC from full frames
StoreArray< PXDRawHit > m_storeRawHits
Storearray for raw pixels
TH1F * hrawPxdHitsCharge[64]
Histogram raw pixel charge.
void event() override final
Function to process event record.
Accessor to arrays stored in the data store.
std::string m_histogramDirectoryName
Name of the histogram directory in ROOT file.
StoreObjPtr< PXDDAQStatus > m_storeDAQEvtStats
Input array for DAQ Status.
std::string m_storeRawHitsName
PXDRawHits StoreArray name.