8 #ifndef SVD_DUMP_MODULE_H
9 #define SVD_DUMP_MODULE_H
11 #include <framework/core/Module.h>
12 #include <framework/datastore/StoreArray.h>
13 #include <rawdata/dataobjects/RawSVD.h>
37 virtual void endRun()
override;
38 virtual void event()
override;
Accessor to arrays stored in the data store.
Class definition of svdClsHistoManager module.
std::string m_svdRawName
raw name
StoreArray< RawSVD > m_rawSVD
Array for RawSVD.
virtual void initialize() override
module functions
virtual void event() override
This method is the core of the module.
int m_nFtbTrailer
FTB trailer.
virtual void endRun() override
This method is called if the current run ends.
virtual void terminate() override
This method is called at the end of the event processing.
std::ofstream * m_outputFile
output file.
virtual void beginRun() override
Called when entering a new run.
int m_nFtbHeader
FTB header.
svdDumpModule()
Constructor and Destructor.
unsigned long m_event
event number
std::string m_outputFileName
Name of output file.
Abstract base class for different kinds of events.