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);
39 void event(
void)
override;
Dump Raw PXD/ ONSEN event data.
bool unpack_dhc_frame(void *data, unsigned int &innerDHH, unsigned int &outerHLT)
Unpack the DHC frame.
StoreArray< RawPXD > m_storeRaw
Store array of RawPXDs.
bool getTrigNr(RawPXD &px, unsigned int &innerDHH, unsigned int &outerHLT)
Get the trigger number.
void event(void) override
Event.
void initialize(void) override
Initialize.
Accessor to arrays stored in the data store.
Namespace to encapsulate code needed for simulation and reconstrucion of the PXD.
Abstract base class for different kinds of events.