Draw

From: Alexey Toptygin (alexeyt@mind.umd.edu)
Date: Thu Jan 06 2000 - 19:17:23 MET


Hi

I'm having trouble creating histograms with long arguments to Draw.

For example, 

bgoadc.Draw("(a1/a0)","a0>0&&a0<4095&&a1>0&&a1<4095")

works fine, but if I add two more arguments, 

bgoadc.Draw("(a1/a0)","a0>0&&a0<4095&&a1>0&&a1<4095&&((a1/a0)>2)&&((a1/a0)<100)")

the resulting histogram contains more entries than the first one, although
I am restricting the range. (There are also other indications that the
resulting histogram does not contain vaild information).
Is there an upper limit to the length of the argumnt string or some other
reason that Draw would fail like this?

				Alexey



This archive was generated by hypermail 2b29 : Tue Jan 02 2001 - 11:50:16 MET