|
static const std::string | WRITER_MODULE_CLASS_NAME |
| Class name used in parsing XML.
|
|
static const std::string | PARAMETER_NAME_PATH |
|
|
std::string | m_path |
| Path to output file.
|
|
size_t | m_seed |
| Random seed.
|
|
◆ WriterModule() [1/2]
EPIC::WriterModule::WriterModule |
( |
const std::string & |
className | ) |
|
◆ WriterModule() [2/2]
EPIC::WriterModule::WriterModule |
( |
const WriterModule & |
other | ) |
|
◆ ~WriterModule()
virtual EPIC::WriterModule::~WriterModule |
( |
| ) |
|
|
virtual |
◆ close()
virtual void EPIC::WriterModule::close |
( |
| ) |
|
|
pure virtual |
◆ getPath()
const std::string & EPIC::WriterModule::getPath |
( |
| ) |
const |
◆ open()
virtual void EPIC::WriterModule::open |
( |
| ) |
|
|
pure virtual |
◆ runTest()
virtual bool EPIC::WriterModule::runTest |
( |
| ) |
const |
|
virtual |
◆ saveGenerationInformation()
virtual void EPIC::WriterModule::saveGenerationInformation |
( |
const GenerationInformation & |
generationInformation | ) |
|
|
pure virtual |
◆ setPath()
void EPIC::WriterModule::setPath |
( |
const std::string & |
path | ) |
|
◆ write() [1/2]
virtual void EPIC::WriterModule::write |
( |
const Event & |
event | ) |
|
|
pure virtual |
◆ write() [2/2]
virtual void EPIC::WriterModule::write |
( |
const std::vector< Event > & |
events | ) |
|
|
pure virtual |
◆ PARAMETER_NAME_PATH
const std::string EPIC::WriterModule::PARAMETER_NAME_PATH |
|
static |
String used to set path through WriterModule::configure().
The documentation for this class was generated from the following file:
- /Users/pawel/projects/epic/NEW2/epic/include/modules/writer/WriterModule.h