Open Zehvogel opened 5 months ago
reader = root_io.Reader("root://eosproject.cern.ch//eos/project/k/key4hep/www/key4hep/tutorial/zh_mumu_filtered/higgs_recoil_from_gaudi_*.edm4hep.root")
But to do this you need to have EOS mounted, right? A kerberos ticket is not enough for this to work.
But to do this you need to have EOS mounted, right? A kerberos ticket is not enough for this to work.
No, as far as I understand this just opens the file remotely via xrootd
In principle this part https://github.com/key4hep/key4hep-tutorials/blob/2a8ba424f71b5ba41e9c8a6b2a3a4c01f1b7a9d7/edm4hep_analysis/.solution/make_plots.py#L12-L13 of the edm4hep analysis can be simplified to work from anywhere without downloading the files and without having eos mounted as a file system by directly using the respective
root:
url. E.g.even with the globbing as the underlying
TChain
can handle this directly. On my CERN machine with kerberos this works, but on a different machine without I getWhen trying to access the files directly
the error message changes to
Is there a way for us to change the eos permissions on the respective directory such that this unauthenticated access works?
PS: What always works and still might be useful to some is: