DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Implementation of a map of named dd4hep Handles. More...
#include <DetectorData.h>
Public Member Functions | |
ObjectHandleMap ()=default | |
Default constructor. More... | |
ObjectHandleMap (const std::string &name) | |
Initializing constructor. More... | |
void | append (const Handle< NamedObject > &e, bool throw_on_doubles=true) |
Append entry to map. More... | |
template<typename T > | |
void | append (const Handle< NamedObject > &e, bool throw_on_doubles=true) |
Append entry to map. More... | |
Public Attributes | |
std::string | name |
Name the map. More... | |
Implementation of a map of named dd4hep Handles.
Definition at line 59 of file DetectorData.h.
|
default |
Default constructor.
|
inline |
Initializing constructor.
Definition at line 217 of file DetectorData.h.
|
inline |
Append entry to map.
Definition at line 69 of file DetectorData.h.
|
inline |
Append entry to map.
Definition at line 86 of file DetectorData.h.
std::string dd4hep::DetectorData::ObjectHandleMap::name |
Name the map.
Definition at line 62 of file DetectorData.h.