Using constants in Draw selection

Ivan So (so@lspc31.nsls.bnl.gov)
Fri, 11 Apr 1997 13:59:00 -0500 (EST)


A useful construct in using Draw is:

ntuple->Draw("z:x:y","z < maxz && z > minz", ...)

where maxz and minz are general constants computed in an interactive root
session. The maxz and minz may depend on the data in ntuple and
other functions.

How can we accomplish this with all our data in ntuple?

Ivan
so@bnl.gov