 |
Belle II Software
release-05-02-19
|
13 #include <framework/core/Module.h>
14 #include <pxd/dataobjects/PXDRawHit.h>
15 #include <vxd/dataobjects/VxdID.h>
16 #include <framework/datastore/StoreArray.h>
17 #include <framework/datastore/StoreObjPtr.h>
18 #include <pxd/dataobjects/PXDDAQStatus.h>
38 class PXDBadSensorTagModule :
public Module {
48 void event() override final;
std::string m_PXDRawHitsName
The name of the StoreArray of PXDRawHits to be generated.
Class to uniquely identify a any structure of the PXD and SVD.
void initialize() override final
Initialize the module.
std::vector< std::vector< int > > m_nrHitsCut
Cuts parameter fore each module.
StoreArray< PXDRawHit > m_storeRawHits
Input array for PXD Raw Hits.
std::map< VxdID, int > m_cut
Cuts fore each module.
void event() override final
This method is the core of the module.
std::string m_PXDDAQEvtStatsName
The name of the StoreObjPtr of PXDDAQStatus to be generated.
PXDBadSensorTagModule()
Constructor.
Abstract base class for different kinds of events.
int m_0cut
Minimum charge for a digit to carry.
Type-safe access to single objects in the data store.
The PXD DAQ Status class.
StoreObjPtr< PXDDAQStatus > m_storeDAQEvtStats
Output array for DAQ Status.