Skip to content

Commit 13d3f75

Browse files
committed
Read from EOS instead of reading from the web
1 parent f7c6fe7 commit 13d3f75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

root/io/prefetching/runPrefetchReading.C

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ Int_t runPrefetchReading(bool prefetch = true, bool caching = false)
3636
TString filename("atlasFlushed.root");
3737
if (gSystem->AccessPathName(filename,kReadPermission) && filename.Index(":") == kNPOS) {
3838
// otherwise open the http file
39-
filename.Prepend("http://root.cern.ch/files/");
39+
filename.Prepend("root://eospublic.cern.ch//eos/root-eos/testfiles/");
40+
//filename.Prepend("http://root.cern.ch/files/");
4041
//filename.Prepend("root://cache01.usatlas.bnl.gov//data/test1/");
4142
//filename.Prepend( "root://pcitdss1401//tmp/" );
4243
//filename.Prepend("http://www-root.fnal.gov/files/");

0 commit comments

Comments
 (0)