This code shows off a problem I'm having with using the default assignment
operator of a class with ROOT.

I have two classes ClassA and ClassB.  They are identical except ClassB 
inherits from TObject.  I use them this situation:  
Create an instance of the class.  
Put some data in it.
Create a second instance.
Set the second equal to the first (using the default assignment operator);

If in the interpreter, I run this sequence with ClassA (the one that doesn't 
inherit from TObject) all behaves as expected.  If I run it with ClassB (the 
one that inherits from TObject) the data is zero when it comes back out.

If I compile these tests, all behaves as it should, so this is apparently some
problem with CINT and TObject.

Just run make in this directory to compile the code and run the examples

This is all done with Root version 3.10.02 on a RedHat 9 box.

Thanks for looking.

John
