[ROOT] TCut bug

From: Matthieu Guillo (guillo@jlab.org)
Date: Wed Sep 20 2000 - 22:03:16 MEST


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:33 MET