DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
#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 dd4hep::json::Attribute json_attr_t |
typedef dd4hep::json::Component json_comp_t |
typedef dd4hep::json::DetElement json_det_t |
typedef dd4hep::json::Dimension json_dim_t |
typedef dd4hep::json::Document json_doc_t |
typedef dd4hep::json::Element json_elt_t |
typedef dd4hep::json::Handle_t json_h |
typedef dd4hep::json::Element json_ref_t |
typedef dd4hep::json::ChildValue json_val_t |