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>
46 void event()
override;
A class definition of an input module for Sequential ROOT I/O.
void initialize() override
Module functions to be called from main process.
void event() override
This method is the core of the module.
void endRun() override
This method is called if the current run ends.
void terminate() override
This method is called at the end of the event processing.
DeSerializerPXDModule()
Constructor / Destructor.
void beginRun() override
Module functions to be called from event process.
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.