Permission refused while accessing eventdata.root

Hi!

I am reading the introduction course Meet a TTree and trying to access the example file eventdata.root. An attempt to GET this file via browser results in 403 error message.

When I try to access the file via root as it is said in the tutorial:

TFile::Open("http://lcg-heppkg.web.cern.ch/lcg-heppkg/ROOT/eventdata.root");

I also get an exception message:

Error in \<DavixOpen\>: can not open file with davix: HTTP 403 : Permission refused  (17)

While access is denied, is there other sources to download this file?

1 Like

Thanks, should be fixed now!
Axel.

1 Like

Yes, it works! Thanks!