GRUTinizer
|
#include <TRawFile.h>
Public Member Functions | |
TRawFile (const char *filename, kFileType file_type=kFileType::UNKNOWN_FILETYPE) | |
~TRawFile () | |
virtual std::string | SourceDescription () const |
virtual std::string | Status () const |
virtual int | GetLastErrno () const |
virtual std::string | GetLastError () const |
![]() | |
TRawEventSource () | |
virtual | ~TRawEventSource () |
int | Read (TRawEvent &event) |
Reads the next event. | |
int | Read (TRawEvent *event) |
bool | IsFinished () const |
size_t | GetBytesGiven () const |
double | GetAverageRate () const |
Private Member Functions | |
virtual int | GetEvent (TRawEvent &event) |
Private Attributes | |
TRawEventSource * | wrapped |
Additional Inherited Members | |
![]() | |
static TRawEventSource * | EventSource (const char *filename, bool is_online=false, bool is_ring=false, kFileType file_type=DefaultFileType()) |
![]() | |
void | SetLastErrno (int error) |
void | SetLastError (std::string error) |
TRawFile::TRawFile | ( | const char * | filename, |
kFileType | file_type = kFileType::UNKNOWN_FILETYPE |
||
) |
TRawFile::~TRawFile | ( | ) |
|
inlineprivatevirtual |
|
inlinevirtual |
Reimplemented from TRawEventSource.
|
inlinevirtual |
Reimplemented from TRawEventSource.
|
inlinevirtual |
Implements TRawEventSource.
|
inlinevirtual |
Implements TRawEventSource.
|
private |