ATLAS Offline Software
Classes
TConverterRegistry.h File Reference

Registry for Root converters. More...

#include <string>
#include <map>
#include <mutex>
#include "Rtypes.h"
Include dependency graph for TConverterRegistry.h:

Go to the source code of this file.

Classes

class  TConverterRegistry
 Registry for Root converters. More...
 

Detailed Description

Registry for Root converters.

Author
scott snyder snyde.nosp@m.r@bn.nosp@m.l.gov
Date
Dec, 2006 There are two types of converters which we manage. The first type is that used by TConvertingBranchElement. This can be used when the definition of a class changes but its name stays the same. These converters are registered with AddConverter.

The second type is that used by TConvertingStreamerInfo. This can handle some conversions in which the type name changes between transient and persistent versions. These converters are registered with AddStreamerConverter.

Definition in file TConverterRegistry.h.