Data types of branches from input trees all changed to floats in output

Hi all,

I have TMVA output .root files, that i produced using the BDT classifier. All of the data types in the branches from the original input trees have been changed to floats in the output files. Is there a way to retain the original data types in the output?

Hi,
TMVA uses only float as data type, so I don’t think this is possible. But maybe you can rebuild yourself a new TTree with the original input types plus the output

Lorenzo