Hi Rooters,
I'm on RH6.1 ROOT v.3.01.02
- TSystem::Unsetenv(value) ->gives seg.err if value is not set
I think it can be fixed in TSystem::Unsetenv(value) { Setenv(value,""); }
Actually, I can't see the difference between 0 and "", but it works
- I need possibilty to RESET ROOT session to it's initial state.
like exit/restart .
gInterpreter->ResetAll() just crashes everything (!?)
- I like STL appeared in CINT, but when I use iterators CINT claims
that operator != not defined, although operator == is defined
Could you add this?
++
How can I determine that some variable is known to CINT?
One solution is
gROOT->UpdateListOfGlobals();
gROOT->GetListOfGlobals()->FindObject(name)
but I hope that simpler way should exists.
Thanks. Regards. Valeriy
This archive was generated by hypermail 2b29 : Tue Jan 01 2002 - 17:50:48 MET