Hello,
i have a root file with with entries in a folder “sig” with the format (x,y,z,q).
When i use
aliroot (rootfilename)
and
sig->Draw(“x”)
i get a histogram with x coord vs. number of entries.
Now my question:
How can i plot 2- and 3-dimensional histograms (like x,y,q)or lets say all (x,y,z) with q>threshold?
Thanks in advance.