ATLAS Offline Software
Static Public Member Functions | List of all members
DataModelAthenaPool::CLHEPConverters Class Reference

Register all CLHEP converters. More...

#include <CLHEPConverters.h>

Collaboration diagram for DataModelAthenaPool::CLHEPConverters:

Static Public Member Functions

static void initialize ()
 Register all CLHEP converters. More...
 

Detailed Description

Register all CLHEP converters.

This is a class rather than a free function so that it can be autoloaded.

Definition at line 28 of file CLHEPConverters.h.

Member Function Documentation

◆ initialize()

void DataModelAthenaPool::CLHEPConverters::initialize ( )
static

Register all CLHEP converters.

Definition at line 100 of file CLHEPConverters.cxx.

101 {
103  ("CLHEP::Hep3Vector", "HepGeomPoint3D<double>", new PointConverter);
104 }

The documentation for this class was generated from the following files:
TConverterRegistry::AddStreamerConverter
void AddStreamerConverter(const std::string &from_type, const std::string &to_type, TMemberStreamer *streamer)
Definition: TConverterRegistry.cxx:114
TConverterRegistry::Instance
static TConverterRegistry * Instance()
Return a pointer to the global registry instance.
Definition: TConverterRegistry.cxx:143