python
Python 3.12.5 (main, Aug 6 2024, 19:08:49) [Clang 15.0.0 (clang-1500.3.9.4)] on darwin
Type “help”, “copyright”, “credits” or “license” for more information.
works for me on lxplus9 with ROOT 6.30.02-x86_64-el9-gcc13-opt and python 3.9.12:
$ setupATLAS -q; lsetup "root 6.30.02-x86_64-el9-gcc13-opt"
...
$ python
Python 3.9.12 (main, Jul 11 2023, 14:40:15)
[GCC 13.1.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from ROOT import TFile
>>> TFile.Open("https://atlas-opendata.web.cern.ch/Legacy13TeV/2lep/MC/mc_364100.Zmumu_PTV0_70_CVetoBVeto.2lep.root")
<cppyy.gbl.TDavixFile object at 0x5c95980>
shows no result for either my install or the LCG install.
So this seems to mean I have to build root locally and enable davix, whilst from cvmfs its not possible to use this feature of ROOT due to the choices made when LCG built ROOT?