![]() |
ATLAS Offline Software
|
Registry for Root converters. More...
#include <map>#include <mutex>#include <string>#include "Rtypes.h"Go to the source code of this file.
Classes | |
| class | TConverterRegistry |
| Registry for Root converters. More... | |
Registry for Root converters.
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.