Re: [ROOT] Strings

From: Sidoti Antonio tel. +39+0461 88 1525 (sidoti@science.unitn.it)
Date: Wed Oct 24 2001 - 11:24:55 MEST


Hi Alberto,
Why don't you use simple char? In that case you can do:

char text[256];
TCut mycut;
Double_t pippo;
pippo = (pluto * paperino)/minnie;
sprintf(text,"BRANCH.phi0<= %f",pippo);
mycut = text;
ntp->Draw("BRANCH.et", mycut); \\ where ntp is you TTree

Hope this helps,
Cheers,
Antonio


On Wed, 24 Oct 2001, Alberto Pulvirenti wrote:

> Hi everybody,
>  I have one of those problems which seem so simple to solve, but I
> wasn't able to...
>
> I must pass a TTree a selection, so I need a string with some Double_t
> values in it: e.g:
> "phi <= 3.332", where I know the part "phi = ", but I must calculate the
> value 3.332 and then put it in the string.
> Using the TString::Append() method I wasn't able to obtain this result.
> Maybe I miss some knowledge which could be necessary for this?
>
> Thanks,
> Alberto
>
>


_______________________________________________________________________________
	     a n t o n i o   	      s i d o t i

	     e-mail	              sidoti@science.unitn.it
	                              sidoti@fnal.gov
	     www   		      http://higgs.tn.infn.it/~sidoti/
_______________________________________________________________________________
		"Il meglio e` nemico del buono"



This archive was generated by hypermail 2b29 : Tue Jan 01 2002 - 17:51:04 MET