TFile f;
f.Open("dcache:/pnfs/aglt2.org/... ");
TFile::Open("dcache:/pnfs/aglt2.org/..."); //access without file handle
TFile f;
f.Open("dcache:/pnfs/aglt2.org/... ");
OR
TFile::Open("dcache:/pnfs/aglt2.org/..."); //access without file handle
TFile::Open("dcache:/pnfs/aglt2.org/..."); //access without file handle
TFile f;
f.Open("dcache:/pnfs/aglt2.org/... ");
f = TFile.Open('dcache:/pnfs/aglt2.org/...')