Hello,
Is there a way to draw the leaves of a branch, inside a tree, into a histogram. I can draw leaves inside an TTree by using “>>”, but it crashes when I try the same for leaves inside a TBranch, using this -->
branch1->Draw( " name of leaf >> h");
Crash
Root > Warning in <TCanvas::ResizePad>: Inf/NaN propagated to the pad. Check drawn objects.
Warning in <TCanvas::ResizePad>: c1 height changed from 0 to 10
Warning in <TCanvas::ResizePad>: Inf/NaN propagated to the pad. Check drawn objects.
Warning in <TCanvas::ResizePad>: c1 height changed from 0 to 10
Thanks
Best,
Shreya