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