Hi Rene,
May be I was not very clear in my statements. I mean that if I open
file with any TTree object and try to draw it with void arguments session
will be closed. To reproduce problem you need to type:
TFile f("tree.root");
.... bla-bla-bla ...
f.ls()
..............
tree;1 Tree with something
.............
tree->Draw()
And I've indicated in my prev. message that I'm using 3.03/09 (on AFS
rh72gcc296).
I'm sorry I can't describe problem in the first time.
Best regards,
Stanislav.
On Fri, 4 Oct 2002, Rene Brun wrote:
> Hi Stanislas,
>
> I cannot reproduce your problem. I get the expected :
>
> root [0] tree->Draw()
> Error: Symbol tree is not defined in current scope
> FILE:/tmp/fileGYIk4Z_cint LINE:1
> Error: Failed to evaluate tree->Draw()Possible candidates are...
>
> Please indicate which version you are using?
> If not using, 3.03/09, try this version first.
>
> Rene Brun
>
> On Fri, 4 Oct 2002, Stanislav NESTEROV wrote:
>
> >
> > Hi Rene,
> >
> > I've noticed strange behavior when I was trying to draw tree.
> > In interactive ROOT session command
> >
> > tree->Draw()
> >
> > makes immidiately crash Rint event loop without any diagnostics.
> >
> > Of course I understand this is wrong to issue such instructions but
> > I think it is not standard way to notify user about it.
> >
> > I'm using recent 3.03/09 release.
> >
> > Best regards,
> > Stanislav.
> >
>
>
This archive was generated by hypermail 2b29 : Sat Jan 04 2003 - 23:51:12 MET