I recognize that TClonesArray is a very smart and intelligent container but at
first sight it seems to be a little bit of an overkill:
- it is clear that one needs a dictionary to browse the object or to do I/O
in split mode;
- it also looks like the significant part of functionality - namely the
functionality of container class itself plus the I/O in sequential mode does
not require a dictionary to be generated.
So my question is if there are serious reasons to disable the functionality of
TClonesArray by 100% when a dictionary for the corresponding class is not
available and the whole ROOT system is not initialized?
regards, pasha