Hello I wanted to ask if there is a reason for the double trees in my root file? Is it a continuation of the data collected? Or is there something in my include under ROOTObjectWriter causing this?
Thanks!
Hello I wanted to ask if there is a reason for the double trees in my root file? Is it a continuation of the data collected? Or is there something in my include under ROOTObjectWriter causing this?
Thanks!
For anyone else that finds this, this is a saving mechanism in case your code crashes. Better explained here, Duplicate trees in root files written by FileWriter - Corryvreckan Forum.
Thanks for sharing the solution, @oobie2142 !