 |
Belle II Software
release-05-01-25
|
12 #include <framework/core/Module.h>
13 #include <framework/datastore/StoreObjPtr.h>
14 #include <framework/datastore/StoreArray.h>
16 #include <framework/dataobjects/EventMetaData.h>
17 #include <rawdata/dataobjects/RawPXD.h>
33 enum {MAXEVTSIZE = 4 * 1024 * 1024 + 256 * 4 + 16};
44 void event()
override final;
void event() override final
This method is the core of the module.
std::string m_filename
File Name.
void terminate() override final
This method is called at the end of the event processing.
void initialize() override final
Initialize the Module.
Abstract base class for different kinds of events.
Type-safe access to single objects in the data store.
unsigned int m_expNr
set by Param
StoreArray< RawPXD > m_rawPXD
DHH Data.
int read_data(char *data, size_t len)
Read data of one Event from File.
PXDReadRawBonnDAQModule()
Constructor.
StoreObjPtr< EventMetaData > m_eventMetaDataPtr
Event Meta Data.
~PXDReadRawBonnDAQModule() override final
Destructor.
unsigned int m_runNr
set by Param
Accessor to arrays stored in the data store.
unsigned int m_subRunNr
set by Param
Module to Load Raw PXD Data from DHH network-dump file and store it as RawPXD in Data Store This is m...