#include <RawFileWriter.h>
◆ RawFileWriter() [1/3]
| RawFileWriter::RawFileWriter |
( |
const std::string & | fname, |
|
|
int | run = 0 ) |
Definition at line 3 of file RawFileWriter.cxx.
3 {
5}
static raw_ofstream * instance(const std::string &fname, int run=0)
◆ ~RawFileWriter() [1/3]
| RawFileWriter::~RawFileWriter |
( |
| ) |
|
|
virtual |
◆ RawFileWriter() [2/3]
| RawFileWriter::RawFileWriter |
( |
const std::string & | fname, |
|
|
int | run = 0 ) |
◆ ~RawFileWriter() [2/3]
| virtual RawFileWriter::~RawFileWriter |
( |
| ) |
|
|
virtual |
◆ RawFileWriter() [3/3]
| RawFileWriter::RawFileWriter |
( |
const std::string & | fname, |
|
|
int | run = 0 ) |
◆ ~RawFileWriter() [3/3]
| virtual RawFileWriter::~RawFileWriter |
( |
| ) |
|
|
virtual |
◆ writeEvent() [1/3]
| int RawFileWriter::writeEvent |
( |
const uint32_t * | pevt | ) |
|
Definition at line 9 of file RawFileWriter.cxx.
9 {
10 const char* pbuf = reinterpret_cast<const char*>( pevt );
11 int sizeBytes = pevt[1] * 4;
12
14 int nfile = m_wfs->write_event( pbuf, sizeBytes );
16
17 return nfile;
18}
Referenced by main().
◆ writeEvent() [2/3]
| int RawFileWriter::writeEvent |
( |
const uint32_t * | pevt | ) |
|
◆ writeEvent() [3/3]
| int RawFileWriter::writeEvent |
( |
const uint32_t * | pevt | ) |
|
The documentation for this class was generated from the following files: