GRSISort "v4.0.0.5"
An extension of the ROOT analysis Framework
|
#include <iostream>
#include <fstream>
#include <cstdio>
#include <cstring>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <cerrno>
#include <cassert>
#include <cstdlib>
#include "TString.h"
#include "TMidasFile.h"
#include "TMidasEvent.h"
#include "TRunInfo.h"
#include "TGRSIDetectorInformation.h"
#include "TGRSIMnemonic.h"
#include "GRSIDataVersion.h"
Go to the source code of this file.
Macros | |
#define | O_LARGEFILE 0 |
Functions | |
static int | hasSuffix (const char *name, const char *suffix) |
static int | readpipe (int fd, char *buf, int length) |
#define O_LARGEFILE 0 |
Referenced by TMidasFile::Open(), and TMidasFile::OutOpen().
|
static |
Definition at line 63 of file TMidasFile.cxx.
References s.
Referenced by TMidasFile::Open(), and TMidasFile::OutOpen().
|
static |
Definition at line 286 of file TMidasFile.cxx.
Referenced by TMidasFile::ReadMoreBytes().