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