ATLAS Offline Software
|
Variant of TStreamerInfo
to handle conversions.
More...
#include "TStreamerInfo.h"
#include "TError.h"
Go to the source code of this file.
Classes | |
class | TConvertingStreamerInfo |
Variant of TStreamerInfo to handle conversions. More... | |
Variant of TStreamerInfo
to handle conversions.
Initialize
method will change the New()
method of the TStreamerInfo
class to point at our new method. Thus, when we read a TStreamerInfo
from a file, we'll actually make an instance of this class instead. (TStreamerInfo
instances that are created explicitly, for writing, are not affected by this.)This can handle some conversions in which the type name changes between the transient and persistent versions.
Definition in file TConvertingStreamerInfo.h.