Re: [ROOT] TCut bug

From: Rene Brun (Rene.Brun@cern.ch)
Date: Wed Oct 25 2000 - 13:10:19 MEST


Hi Matthieu,

This problem has been fixed by Masa in CINT version 5.14.56

Rene Brun

Matthieu Guillo wrote:
> 
> Hello Rooters,
> 
> There is a bug whith the TCut object in version 2.25/03:
> 
> Try this:
> 
> TCut cut1 = "x>3";
> TCut cut2 = "x<-5";
> TCut cut = cut1 || cut2;
> cerr << cut << endl;
> 
> This returns "x>3", ignoring the "||" operator.
> 
> Best regards,
> 
> Matthieu Guillo
> Thomas Jefferson National Laboratory
> Office 71 trailer 16
> Phone: 757-269-5551



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