 |
Belle II Software
release-05-02-19
|
13 #include <framework/core/HistoModule.h>
14 #include <vxd/geometry/GeoCache.h>
15 #include <framework/datastore/StoreArray.h>
16 #include <rawdata/dataobjects/RawFTSW.h>
17 #include <svd/dataobjects/SVDShaperDigit.h>
37 class SVDDQMInjectionModule :
public HistoModule {
TH1F * m_hMaxOccAfterInjLER
Histogram Max Occupancy after LER injection.
TH1F * m_hTrgOccAfterInjHER
Histogram for Nr Entries (=Triggrs) for normalization after HER injection.
TH1F * m_hOccAfterInjHER
Histogram Occupancy after HER injection.
void defineHisto() override final
defineHisto function
void event() override final
event function
SVDDQMInjectionModule()
Constructor defining the parameters.
TH1F * m_hMaxOccAfterInjHER
Histogram Max Occupancy after HER injection.
TH1F * m_hTrgOccAfterInjLER
Histogram for Nr Entries (=Triggrs) for normalization after LER injection.
Abstract base class for different kinds of events.
std::string m_SVDShaperDigitsName
The name of the StoreArray of SVDShaperDigit to be generated.
VXD::GeoCache & m_vxdGeometry
the VXD geometry
TH2F * m_hBunchNumVSNStrips
Histogram Bunch Number VS Number of strips.
StoreArray< RawFTSW > m_rawTTD
Input array for DAQ Status.
Class to faciliate easy access to sensor information of the VXD like coordinate transformations or pi...
StoreArray< SVDShaperDigit > m_digits
Input array for SVD Raw Hits.
Accessor to arrays stored in the data store.
TH1F * m_hOccAfterInjLER
Histogram Occupancy after LER injection.
std::string m_histogramDirectoryName
Name of the histogram directory in ROOT file.
void beginRun() override final
beginRun function
void initialize() override final
initialize function