#include <RawFileWriter.h>
◆ RawFileWriter() [1/2]
RawFileWriter::RawFileWriter |
( |
const std::string & |
fname | ) |
|
◆ ~RawFileWriter() [1/2]
RawFileWriter::~RawFileWriter |
( |
| ) |
|
|
virtual |
◆ RawFileWriter() [2/2]
RawFileWriter::RawFileWriter |
( |
const std::string & |
fname | ) |
|
◆ ~RawFileWriter() [2/2]
virtual RawFileWriter::~RawFileWriter |
( |
| ) |
|
|
virtual |
◆ writeEvent() [1/2]
int RawFileWriter::writeEvent |
( |
const uint32_t * |
pevt | ) |
|
Definition at line 13 of file RawFileWriter.cxx.
14{
15 const char* pbuf = reinterpret_cast<const char*>(pevt);
16 int sizeBytes = pevt[1] * 4;
17
21
22 return nfile;
23}
int write_event(const char *pbuf, int size)
Referenced by main(), and RawDataOutputSvc::putEvent().
◆ writeEvent() [2/2]
int RawFileWriter::writeEvent |
( |
const uint32_t * |
pevt | ) |
|
The documentation for this class was generated from the following files: