14 int open(
const char* mode);
18 int write(voidpc buf,
unsigned len);
19 int read(voidp buf,
unsigned len);
21 char*
gets(
char* buf,
int len);
25 off_t
seek(off_t pos,
int whence);
43 static bool GetQGSMEventHeader(
char* ss,
MpdLibZ* libz, Int_t& fQGSM_format_ID,
int iVerbose);
44 static std::string FindFirstTree(
const char* filename,
int iVerbose);
67 static Int_t
GetNumROOTEvents(
const char* filename,
const char* treename =
"",
int iVerbose = 2);
ClassDef(MpdGetNumEvents, 1)
static Int_t GetNumURQMDEvents(const char *fileName, int iVerbose=2)
static Int_t GetNumQGSMEvents(const char *fileName, int iVerbose=2)
static Int_t GetNumROOTEvents(const char *filename, const char *treename="", int iVerbose=2)
static Int_t GetNumDCMSMMEvents(const char *fileName, int iVerbose=2)
static Int_t GetNumPHSDEvents(const char *filename, int iVerbose=2)
static Int_t GetNumEvents(const char *filename, int iVerbose=2)
int read(voidp buf, unsigned len)
int write(voidpc buf, unsigned len)
MpdLibZ(const char *filename)
int open(const char *mode)
off_t seek(off_t pos, int whence)
char * gets(char *buf, int len)