ATLAS Offline Software
Classes
TConvertingStreamerInfo.h File Reference

Variant of TStreamerInfo to handle conversions. More...

#include "TStreamerInfo.h"
#include "TError.h"
Include dependency graph for TConvertingStreamerInfo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TConvertingStreamerInfo
 Variant of TStreamerInfo to handle conversions. More...
 

Detailed Description

Variant of TStreamerInfo to handle conversions.

Author
scott snyder snyde.nosp@m.r@bn.nosp@m.l.gov
Date
Mar, 2008 The 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.