Hello,
I would like to do a 2D plot of data in two branches of a TTree.
To plot data in a single branch I do (assuming the Tree is called NOMINAL):
> NOMINAL -> Draw("branch_name")
and it works fine. Now I would like to do a 2D plot of two branches, branch_name_1 VS branch_name_2.
Do you know the command to do this?
I tried:
> NOMINAL -> Draw("branch_name_1", "branch_name_2")
but it is not working. Thank you very much for your help!
Best,
Giovanni.