Namespaces | |
| namespace | __init__ |
Functions | |
| DaqFileWriter (const std::string &name, ISvcLocator *svc) | |
| ~DaqFileWriter () | |
| DaqToOStream * | createDaqToOStream (const FileTraits &traits) |
| void | wroteFileHead () |
| void | wroteData () |
| void | wroteFileFoot () |
| DaqFileWriter::DaqFileWriter | ( | const std::string & | name, | |
| ISvcLocator * | svc | |||
| ) |
Definition at line 19 of file DaqFileWriter.cc.
00020 : 00021 DaqFormatWriter(name, 00022 svc) { 00023 declareProperty("OutputDir", 00024 m_outputDir, 00025 "The directory into which to write the output files"); 00026 }
| DaqFileWriter::~DaqFileWriter | ( | ) |
| DaqToOStream* DaqFileWriter::createDaqToOStream | ( | const FileTraits & | traits | ) |
Definition at line 31 of file DaqFileWriter.cc.
00031 { 00032 return new DaqToFStream(traits, 00033 m_outputDir); 00034 }
| void DaqFileWriter::wroteFileHead | ( | ) |
| void DaqFileWriter::wroteData | ( | ) |
| void DaqFileWriter::wroteFileFoot | ( | ) |
1.4.7