Hello: To access a remote file with rfio I can use the following setence: TFile *f = TFile::Open("rfio:/path/filename") But I would like to know why I can not use the following alternatives: TFile *f = new TRFIOFile("rfio:/path/filename") TRFIOFile *f = new TRFIOFile("rfio:/path/filename") Regards, Jose Caballero.
This archive was generated by hypermail 2b29 : Thu Jan 01 2004 - 17:50:15 MET