ROOT  6.06/09
Reference Guide
Functions
TRFIOFile.cxx File Reference
#include "TRFIOFile.h"
#include "TROOT.h"
#include "TTimeStamp.h"
#include "TVirtualPerfStats.h"
#include <sys/stat.h>
#include <sys/types.h>
#include <stdlib.h>
#include <unistd.h>
#include <rfio.h>
#include <rfio_api.h>
#include <serrno.h>
+ Include dependency graph for TRFIOFile.cxx:

Go to the source code of this file.

Functions

 ClassImp (TRFIOFile) ClassImp(TRFIOSystem) TRFIOFile
 Create a RFIO file object. More...
 

Function Documentation

ClassImp ( TRFIOFile  )

Create a RFIO file object.

A RFIO file is the same as a TFile except that it is being accessed via a rfiod server. The url argument must be of the form: rfio:/path/file.root (where file.root is a symlink of type /shift/aaa/bbb/ccc) or rfio:server:/path/file.root. If the file specified in the URL does not exist, is not accessable or can not be created the kZombie bit will be set in the TRFIOFile object. Use IsZombie() to see if the file is accessable. For a description of the option and other arguments see the TFile ctor. The preferred interface to this constructor is via TFile::Open().

Definition at line 68 of file TRFIOFile.cxx.