BOSS
7.0.4
BESIII Offline Software System
Loading...
Searching...
No Matches
InstallArea/include/RawFile/RawFile/RawFileWriter.h
Go to the documentation of this file.
1
#ifndef BESIII_RAWFILE_WRITER_H
2
#define BESIII_RAWFILE_WRITER_H
3
4
#include "RawFile/raw_ofstream.h"
5
6
class
RawFileWriter
7
{
8
public :
9
10
// all public interfaces should be thread safe
11
RawFileWriter
(
const
std::string& fname);
12
virtual
~RawFileWriter
();
13
14
int
writeEvent
(
const
uint32_t* pevt);
15
16
17
private
:
18
19
RawFileWriter
();
//stop default
20
21
22
private
:
23
24
raw_ofstream
* m_wfs;
25
};
26
27
#endif
private
#define private
Definition:
Event/RootEventData/RootEventData-00-03-80/RootEventData/RootEventData_rootcint.cxx:11
RawFileWriter
Definition:
Event/RawFile/RawFile-00-00-10/RawFile/RawFileWriter.h:7
RawFileWriter::~RawFileWriter
virtual ~RawFileWriter()
RawFileWriter::writeEvent
int writeEvent(const uint32_t *pevt)
RawFileWriter::RawFileWriter
RawFileWriter(const std::string &fname)
raw_ofstream
Definition:
Event/RawFile/RawFile-00-00-10/RawFile/raw_ofstream.h:12
source
InstallArea
include
RawFile
RawFile
RawFileWriter.h
Generated by
1.9.6