BOSS 7.1.3
BESIII Offline Software System
|
#include <RootFileWriter.h>
Public Types | |
typedef const std::string | WriterArgType |
Public Member Functions | |
RootFileWriter (WriterArgType &fname) | |
virtual | ~RootFileWriter () |
int | writeEvent (void *pevt, int size) |
int | close () |
int | stat () |
Definition at line 11 of file RootFileWriter.h.
typedef const std::string RootFileWriter::WriterArgType |
Definition at line 15 of file RootFileWriter.h.
RootFileWriter::RootFileWriter | ( | WriterArgType & | fname | ) |
Definition at line 10 of file RootFileWriter.cxx.
Referenced by RootFileWriter().
|
virtual |
Definition at line 22 of file RootFileWriter.cxx.
int RootFileWriter::close | ( | ) |
Definition at line 92 of file RootFileWriter.cxx.
Referenced by main(), and ~RootFileWriter().
int RootFileWriter::stat | ( | ) |
Definition at line 107 of file RootFileWriter.cxx.
int RootFileWriter::writeEvent | ( | void * | pevt, |
int | size ) |
Definition at line 35 of file RootFileWriter.cxx.
Referenced by main().