 |
Belle II Software
release-05-01-25
|
12 #include <framework/core/Module.h>
14 #include <framework/dataobjects/EventMetaData.h>
15 #include <cdc/dataobjects/CDCHit.h>
16 #include <svd/dataobjects/SVDShaperDigit.h>
18 #include <framework/datastore/StoreArray.h>
19 #include <framework/datastore/StoreObjPtr.h>
34 class EventsOfDoomBusterModule final :
public Module {
StoreObjPtr< EventMetaData > m_eventInfo
Event Meta Data Store ObjPtr.
Class containing the result of the unpacker in raw data and the result of the digitizer in simulation...
StoreArray< SVDShaperDigit > m_svdShaperDigits
SVDShaperDigits StoreArray.
void initialize() final
Module initializer.
The SVD ShaperDigit class.
unsigned int m_nSVDShaperDigitsMax
The max number of SVD shaper digits for an event to be kept for reconstruction.
Abstract base class for different kinds of events.
Type-safe access to single objects in the data store.
StoreArray< CDCHit > m_cdcHits
CDCHits StoreArray.
unsigned int m_nCDCHitsMax
The max number of CDC hits for an event to be kept for reconstruction.
virtual ~EventsOfDoomBusterModule() final
Default Destructor.
EventsOfDoomBusterModule()
Module constructor.
Accessor to arrays stored in the data store.
void event() final
Flag each event.