GRUTinizer
|
#include <TSequentialRawFile.h>
Public Member Functions | |
TSequentialRawFile () | |
~TSequentialRawFile () | |
TSequentialRawFile (const TSequentialRawFile &other) | |
TSequentialRawFile & | operator= (const TSequentialRawFile &other) |
void | Add (TRawEventSource *infile) |
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) |
ClassDef (TSequentialRawFile, 0) |
Private Attributes | |
int | active_source |
std::vector< TRawEventSource * > | sources |
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) |
TSequentialRawFile::TSequentialRawFile | ( | ) |
TSequentialRawFile::~TSequentialRawFile | ( | ) |
|
inline |
void TSequentialRawFile::Add | ( | TRawEventSource * | infile | ) |
|
private |
|
privatevirtual |
|
virtual |
Reimplemented from TRawEventSource.
|
virtual |
Reimplemented from TRawEventSource.
|
inline |
|
virtual |
Implements TRawEventSource.
|
virtual |
Implements TRawEventSource.
|
private |
|
private |