Hi,
does anybody know what is wrong with the following macro
{
TCanvas *c = new TCanvas("c");
TCut DR("fin2jd==1&&x1<0.75&&x2<0.75");
TCut DIR("fin2jd==1&&x1>0.8&&x2>0.8");
TCut Rest = "fin2jd==1"&&(!DR)&&(!DIR);
}
I'm getting segmentation violation after the last line.
Thanks
Jiri
CVS version from the last week, Debian/Linux, both ppc and ia32
This archive was generated by hypermail 2b29 : Sat Jan 04 2003 - 23:51:17 MET