Hi all,
I am drawing a series of histograms which corresponding to different cuts.
A same histogram are filled with different contents when every TCanvas::cd(1,2,3…) command is executed.
But every divided canvas have same content because the histogram are updated like:
How can I fix the content of each sub canvas?
