12 #include <framework/core/Module.h>
14 #include <framework/datastore/StoreArray.h>
16 #include <rawdata/dataobjects/RawFTSW.h>
17 #include <rawdata/dataobjects/RawCDC.h>
18 #include <rawdata/dataobjects/RawSVD.h>
19 #include <rawdata/dataobjects/RawECL.h>
20 #include <rawdata/dataobjects/RawARICH.h>
21 #include <rawdata/dataobjects/RawTOP.h>
22 #include <rawdata/dataobjects/RawKLM.h>
23 #include <rawdata/dataobjects/RawCOPPER.h>
25 #define RBUFSIZE 100000000
26 #define MAXEVTSIZE 10000000
A class definition of an input module for Sequential ROOT I/O.
virtual void event()
This method is the core of the module.
int m_nevt
No. of sent events.
EvReductionModule()
Constructor / Destructor.
virtual void initialize()
Module functions to be called from main process.
StoreArray< RawSVD > m_rawSVD
RawSVD.
virtual void beginRun()
Module functions to be called from event process.
StoreArray< RawFTSW > m_rawFTSW
RawFTSW.
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.
StoreArray< RawCOPPER > m_rawCOPPER
RawCOPPER.
StoreArray< RawARICH > m_rawARICH
RawARICH.
StoreArray< RawKLM > m_rawKLM
RawKLM.
StoreArray< RawTOP > m_rawTOP
RawTOP.
StoreArray< RawDataBlock > m_rawDataBlock
RawDataBlock.
StoreArray< RawECL > m_rawECL
RawECL.
StoreArray< RawCDC > m_rawCDC
RawCDC.
Accessor to arrays stored in the data store.
Abstract base class for different kinds of events.