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/...')
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.