ROOT
6.06/09
Reference Guide
|
Go to the source code of this file.
Functions | |
ClassImp (TGFALFile) ClassImp(TGFALSystem) TGFALFile | |
Create a GFAL file object. More... | |
ClassImp | ( | TGFALFile | ) |
Create a GFAL file object.
A GFAL file is the same as a TFile except that it is being accessed via the underlaying Grid access mechanism. The url argument must be of the form: gfal:/lfn/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 TGFALFile 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 66 of file TGFALFile.cxx.