Dear developers,
quite so often I need to open a root file which ends with .root.N where N is some number.
However, if I try to open the file from the command line it won’t work
$root test.root.1
root [0]
Processing test.root.1…
Error: Bad source file(binary) /data3/synt/r1306/physics-all-L1Calo/./test.root.1 test.root.1:1:
Error: Symbol test is not defined in current scope test.root.1:1:
Error: Failed to evaluate test.root()
*** Interpreter error recovered ***
It would be very nice if you could implement the possibility to read these files straight from the command line.
cheers
Aras