Schema evoution and inheritance

Dear all,
I’ve got a question on the schema evolution. I have a small class inheriting from TObject which I put in the UserInfo list of my event trees. Now I would like to inherit from TNamed instead. Do you think that it is still possible to read the old event files with my new class definition? I know that the schema evolution can handle changes in the data members, but can it also handle changes in the inheritance?

Thanks a lot for your advice,
Oliver

This should not be a problem.

Cheers,
Philippe

Yes it should work.

Rene