hello root family,
I was working with the tmva, after doing a classification I have a root file with two trees
- TrainingTree;
-mass
-BDT - TestTree;
-mass
-BDT
and I want to merge the branches from the 2 tree in a new tree with only 2 branches
- NewTree
-mass : merge from mass tree 1 and mass tree 2
-BDT: merge from BDT tree1 and BDT tree 2
I want to know the best way to do that, I tried with a loop importing the values and assigned to a new tree and branches; but I think the result its not okay
Thanks for your time,
Please read tips for efficient and successful posting and posting code
ROOT Version: Not Provided
Platform: Not Provided
Compiler: Not Provided