GRSISort "v4.0.0.5"
An extension of the ROOT analysis Framework
Loading...
Searching...
No Matches
TMidasFile.cxx File Reference
#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"
+ Include dependency graph for TMidasFile.cxx:

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)
 

Macro Definition Documentation

◆ O_LARGEFILE

#define O_LARGEFILE   0

Function Documentation

◆ hasSuffix()

static int hasSuffix ( const char * name,
const char * suffix )
static

Definition at line 63 of file TMidasFile.cxx.

References s.

Referenced by TMidasFile::Open(), and TMidasFile::OutOpen().

◆ readpipe()

static int readpipe ( int fd,
char * buf,
int length )
static

Definition at line 286 of file TMidasFile.cxx.

Referenced by TMidasFile::ReadMoreBytes().