DD4hep  1.30.0
Detector Description Toolkit for High Energy Physics
Namespaces | Typedefs | Functions
Helper.h File Reference
#include <JSON/Detector.h>
#include <JSON/ChildValue.h>
#include <DD4hep/Detector.h>
#include <DD4hep/Factories.h>
#include <DD4hep/DD4hepUnits.h>

Go to the source code of this file.

Namespaces

 dd4hep
 Namespace for the AIDA detector description toolkit.
 
 dd4hep::detail
 DD4hep internal namespace.
 

Typedefs

typedef dd4hep::json::Attribute json_attr_t
 
typedef dd4hep::json::Collection_t json_coll_t
 
typedef dd4hep::json::Handle_t json_h
 
typedef dd4hep::json::Element json_elt_t
 
typedef dd4hep::json::Element json_ref_t
 
typedef dd4hep::json::DetElement json_det_t
 
typedef dd4hep::json::Component json_comp_t
 
typedef dd4hep::json::Dimension json_dim_t
 
typedef dd4hep::json::ChildValue json_val_t
 
typedef dd4hep::json::Document json_doc_t
 
typedef dd4hep::json::DocumentHolder json_doc_holder_t
 
typedef dd4hep::json::DocumentHandler json_handler_t
 

Functions

template<typename T >
std::string dd4hep::detail::_toString (T value, const char *fmt)
 std::string conversion of arbitrary entities including user defined formatting. More...
 

Typedef Documentation

◆ json_attr_t

Definition at line 24 of file Helper.h.

◆ json_coll_t

Definition at line 25 of file Helper.h.

◆ json_comp_t

typedef dd4hep::json::Component json_comp_t

Definition at line 30 of file Helper.h.

◆ json_det_t

typedef dd4hep::json::DetElement json_det_t

Definition at line 29 of file Helper.h.

◆ json_dim_t

typedef dd4hep::json::Dimension json_dim_t

Definition at line 31 of file Helper.h.

◆ json_doc_holder_t

Definition at line 34 of file Helper.h.

◆ json_doc_t

Definition at line 33 of file Helper.h.

◆ json_elt_t

Definition at line 27 of file Helper.h.

◆ json_h

Definition at line 26 of file Helper.h.

◆ json_handler_t

Definition at line 35 of file Helper.h.

◆ json_ref_t

Definition at line 28 of file Helper.h.

◆ json_val_t

typedef dd4hep::json::ChildValue json_val_t

Definition at line 32 of file Helper.h.