Re: connection TCut and TCutG

From: Rene Brun <brun_at_pcroot.cern.ch>
Date: Sat, 30 Apr 2005 10:20:43 +0200 (MEST)


Hi Boris,

This is possible. do:

TCut cut3 = cut2 && "cut1"
 tree->Draw("var1:var2",cut3);

Rene Brun

On Wed, 27 Apr 2005, Boris Skorodumov wrote:

> Hi all,
>
> Imagine, i have graphical cut and selection:
>
> cut1 - graphical cut with name "cut1"
> cut2 - selection (TCut cut2 = "some variables here") with name "cut2"
>
> i whould like to make something like that:
>
> TCut cut3 = cut1 && cut2;
> and use it further in tree->Draw("var1:var2",cut3); (#)
>
> unfortunatly, (#) not working and i think the problem setting up cut3.
> what is the best way to solve that puzzle :-) ?
>
> Thank you,
> Boris.
>
>
Received on Sat Apr 30 2005 - 10:20:52 MEST

This archive was generated by hypermail 2.2.0 : Tue Jan 02 2007 - 14:45:07 MET