I’ve noticed that the form TChain::Add(“foo.root/tree”) fails in case there’s an extension beyond the .root.
An example would be:
This got added in python as:
That strikes me as undesired behaviour - the extension ought to be irrelevant. I suspect that this is the cause: root.cern.ch/doc/master/TChain_ … tml#l02120 which should probably find the last slash, and not the string “.root”.
That strikes me as undesired behaviour - the extension ought to be irrelevant.
So far we have not found a good way within this interface to make it so. The input is of the form [protocol://]/pathname/filename.root[/dir_infile/treename] … Besides the .root extension, I am not sure what to use to separate the ‘file url’ part from the ‘tree name and location within the TFile’ part.