Hi Bill, This is a side effect of the new CINT function overloading resolution algorithm. I hope that Masa will fix this problem in the coming iteration. Meanwhile, you can circumvent the problem, by calling m_node1 = new TNode("m_node1","inner sector",(TShape*)insect); instead of m_node1 = new TNode("m_node1","inner sector",insect); Thanks for reporting the problem Rene Brun On Mon, 1 May 2000, William Love wrote: > > ----- Original Message ----- > From: Mail Delivery Subsystem <MAILER-DAEMON@newmint.cern.ch> > To: <love@bnl.gov> > Sent: Friday, April 28, 2000 9:38 PM > Subject: Warning: could not send message for past 4 hours > > > > ********************************************** > > ** THIS IS A WARNING MESSAGE ONLY ** > > ** YOU DO NOT NEED TO RESEND YOUR MESSAGE ** > > ********************************************** > > > > The original message was received at Fri, 28 Apr 2000 23:10:30 +0200 (MET > DST) > > from bnl.gov [130.199.128.163] > > > > ----- The following addresses had transient non-fatal errors ----- > > <roottalk@hpsalo.cern.ch> > > > > ----- Transcript of session follows ----- > > <roottalk@hpsalo.cern.ch>... Deferred: Host is unreachable > > Warning: message still undelivered after 4 hours > > Will keep trying until message is 3 days old > > > > ----- Original message follows ----- > > > > Return-Path: <love@bnl.gov> > > Received: from bnl.gov (bnl.gov [130.199.128.163]) > > by newmint.cern.ch (8.9.3/8.9.3) with ESMTP id XAA11913 > > for <roottalk@hpsalo.cern.ch>; Fri, 28 Apr 2000 23:10:30 +0200 (MET DST) > > Received: from rcf.rhic.bnl.gov (root@rcf.rhic.bnl.gov [130.199.6.33]) > > by bnl.gov (8.9.2/8.9.2) with ESMTP id RAA11107 > > for <roottalk@hpsalo.cern.ch>; Fri, 28 Apr 2000 17:09:59 -0400 (EDT) > > Received: from garbo (garbo.star.bnl.gov [130.199.88.81]) > > by rcf.rhic.bnl.gov (8.9.3/8.9.3) with SMTP id RAA06022 > > for <roottalk@hpsalo.cern.ch>; Fri, 28 Apr 2000 17:09:59 -0400 (EDT) > > Message-ID: <002701bfb154$31f56c00$5158c782@star.bnl.gov> > > From: "William Love" <love@bnl.gov> > > To: "roottalk" <roottalk@hpsalo.cern.ch> > > Subject: TNode with shape objects > > Date: Fri, 28 Apr 2000 16:56:15 -0400 > > MIME-Version: 1.0 > > Content-Type: text/plain; > > charset="iso-8859-1" > > Content-Transfer-Encoding: 7bit > > X-Priority: 3 > > X-MSMail-Priority: Normal > > X-Mailer: Microsoft Outlook Express 5.00.2314.1300 > > X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 > > > > Rooters > > Recently (24) the use of the shape object in the call to TNode broke > > although the call by name of the shape still works. > > > > I.e > > > > TPGON *insect = new TPGON("insect","TPC inner > > sector","void",-15,360,12,2); > > insect->DefineSection(0,-210,r1,r2); > > insect->DefineSection(1,210,r1,r2); > > insect->SetLineColor(2); > > > > m_node1 = new TNode("m_node1","inner sector",insect); > > > > hangs whereas it works if insect is replaced in the TNode arguments by > > "insect" > > > > Bill Love > > > > >
This archive was generated by hypermail 2b29 : Tue Jan 02 2001 - 11:50:24 MET