9 #ifndef DESERIALIZERPXD_H
10 #define DESERIALIZERPXD_H
15 #include <framework/core/Module.h>
16 #include <framework/datastore/StoreObjPtr.h>
17 #include <framework/datastore/StoreArray.h>
19 #include <daq/dataflow/EvtSocket.h>
21 #include <framework/dataobjects/EventMetaData.h>
22 #include <rawdata/dataobjects/RawPXD.h>
A class definition of an input module for Sequential ROOT I/O.
virtual void event()
This method is the core of the module.
virtual void initialize()
Module functions to be called from main process.
virtual void beginRun()
Module functions to be called from event process.
DeSerializerPXDModule()
Constructor / Destructor.
virtual void terminate()
This method is called at the end of the event processing.
virtual void endRun()
This method is called if the current run ends.
std::vector< int > m_ports
Receiver Port.
int m_compressionLevel
Compression Level.
std::vector< EvtSocketSend * > m_recvs
Receiver Sockets.
std::vector< std::string > m_hosts
Sender Names.
int m_nEvents
No. of rcvd events.
Accessor to arrays stored in the data store.
Type-safe access to single objects in the data store.
Abstract base class for different kinds of events.