![]() |
DD4hep
1.31.0
Detector Description Toolkit for High Energy Physics
|
Standard factory to create Detector elements from the compact XML representation. More...
#include <Factories.h>
Static Public Member Functions | |
static Handle< NamedObject > | create (Detector &description, json::Handle_t e, Handle< NamedObject > sens) |
![]() | |
template<typename T > | |
static T * | ptr (const T *_p) |
template<typename T > | |
static T & | ref (const T *_p) |
template<typename T > | |
static T | val (const T *_p) |
template<typename T > | |
static T | value (const void *_p) |
static const char * | value (const void *_p) |
template<> | |
int | value (const void *_p) |
template<> | |
long | value (const void *_p) |
Additional Inherited Members | |
![]() | |
typedef std::string | str_t |
Standard factory to create Detector elements from the compact XML representation.
Definition at line 192 of file Factories.h.
|
static |