Re: [ROOT] symbolic cut command

From: Rene Brun (Rene.Brun@cern.ch)
Date: Fri Nov 15 2002 - 08:51:28 MET


do:

TCut c1= Form("contrast==%d",contrast_arr[i])

Rene Brun

On Thu, 14 Nov 2002, payman hosseini wrote:

> 
> 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