[ROOT] symbolic cut command

From: payman hosseini (phossein@midway.uchicago.edu)
Date: Fri Nov 15 2002 - 02:50:27 MET


hi
i may be wrong, but does root support this command:

for(int i=0;i<((Int_t)tree->GetEntries());i++)
{
	TCut c1= "contrast==contrast_arr[i]"; <---does not seem to work
	canvas->cd(i);
	tree->Draw("contrast", c1);
}

thanks

paymon hosseini



This archive was generated by hypermail 2b29 : Sat Jan 04 2003 - 23:51:18 MET