 |
Belle II Software
release-05-01-25
|
12 #include <framework/core/Module.h>
13 #include <framework/datastore/StoreArray.h>
14 #include <rawdata/dataobjects/RawPXD.h>
30 bool getTrigNr(
RawPXD& px,
unsigned int& innerDHH,
unsigned int& outerHLT);
33 bool unpack_dhc_frame(
void* data,
unsigned int& innerDHH,
unsigned int& outerHLT);
37 void event(
void)
override;
bool unpack_dhc_frame(void *data, unsigned int &innerDHH, unsigned int &outerHLT)
Unpack the DHC frame.
void initialize(void) override
Initialize the Module.
Abstract base class for different kinds of events.
void event(void) override
This method is the core of the module.
StoreArray< RawPXD > m_storeRaw
Store array of RawPXDs.
Dump Raw PXD/ ONSEN event data.
Accessor to arrays stored in the data store.
bool getTrigNr(RawPXD &px, unsigned int &innerDHH, unsigned int &outerHLT)
Get the trigger number.