framework icon indicating copy to clipboard operation
framework copied to clipboard

ROOTtoRML tool

Open jgalan opened this issue 4 years ago • 1 comments

It would be interesting to create a simple tool that reads a ROOT file and generates a RML file. So that if I find a given number of processes at the ROOT file, I place them at the RML and I could process the file exactly as it was processed. Then, of course, I would be able to modify that RML to play with the processing of the data.

jgalan avatar Feb 26 '21 18:02 jgalan

I guess it can be achieved with opening the file and call Processor->PrintConfigBuffer()

nkx111 avatar Feb 27 '21 00:02 nkx111