![]() |
![]() |
DD4hep - The AIDA detector description toolkit for high energy physics experiments
DD4hep
Rev:Unversioneddirectory
|
#include "XML/XMLDetector.h"
#include "XML/XMLChildValue.h"
#include "DD4hep/LCDD.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::Geometry | |
Namespace for the geometry part of the AIDA detector description toolkit. | |
Typedefs | |
typedef DD4hep::XML::Tag_t | xml_tag_t |
typedef DD4hep::XML::Attribute | xml_attr_t |
typedef DD4hep::XML::Collection_t | xml_coll_t |
typedef DD4hep::XML::Handle_t | xml_h |
typedef DD4hep::XML::Element | xml_elt_t |
typedef DD4hep::XML::RefElement | xml_ref_t |
typedef DD4hep::XML::DetElement | xml_det_t |
typedef DD4hep::XML::Component | xml_comp_t |
typedef DD4hep::XML::Dimension | xml_dim_t |
typedef DD4hep::XML::ChildValue | xml_val_t |
typedef DD4hep::XML::Document | xml_doc_t |
typedef DD4hep::XML::DocumentHolder | xml_doc_holder_t |
typedef DD4hep::XML::DocumentHandler | xml_handler_t |
typedef DD4hep::XML::Strng_t | Unicode |
typedef DD4hep::Geometry::LCDD | lcdd_t |
Functions | |
static std::string | DD4hep::Geometry::_toString (const DD4hep::XML::XmlChar *value) |
std::string conversion of XML strings (e.g. Unicode for Xerces-C) More... | |
template<typename T > | |
std::string | DD4hep::Geometry::_toString (T value, const char *fmt) |
std::string conversion of arbitrary entities including user defined formatting. More... | |
typedef DD4hep::Geometry::LCDD lcdd_t |
Definition at line 38 of file DetFactoryHelper.h.
typedef DD4hep::XML::Strng_t Unicode |
Definition at line 37 of file DetFactoryHelper.h.
typedef DD4hep::XML::Attribute xml_attr_t |
Definition at line 25 of file DetFactoryHelper.h.
typedef DD4hep::XML::Collection_t xml_coll_t |
Definition at line 26 of file DetFactoryHelper.h.
typedef DD4hep::XML::Component xml_comp_t |
Definition at line 31 of file DetFactoryHelper.h.
typedef DD4hep::XML::DetElement xml_det_t |
Definition at line 30 of file DetFactoryHelper.h.
typedef DD4hep::XML::Dimension xml_dim_t |
Definition at line 32 of file DetFactoryHelper.h.
Definition at line 35 of file DetFactoryHelper.h.
typedef DD4hep::XML::Document xml_doc_t |
Definition at line 34 of file DetFactoryHelper.h.
typedef DD4hep::XML::Element xml_elt_t |
Definition at line 28 of file DetFactoryHelper.h.
typedef DD4hep::XML::Handle_t xml_h |
Definition at line 27 of file DetFactoryHelper.h.
Definition at line 36 of file DetFactoryHelper.h.
typedef DD4hep::XML::RefElement xml_ref_t |
Definition at line 29 of file DetFactoryHelper.h.
typedef DD4hep::XML::Tag_t xml_tag_t |
Definition at line 24 of file DetFactoryHelper.h.
typedef DD4hep::XML::ChildValue xml_val_t |
Definition at line 33 of file DetFactoryHelper.h.