> I have found the reason the destructor was not provided in the
>examples below. I forgot to add public: before constructors and destructor
>prototypes. Is this obligatory?
I found a bug in my code which causes problem only in ROOT. Having private
destructor causes rootcint generated code a problem. This is fixed in
cint5.13.87.
Masaharu Goto