Go to the documentation of this file.
3 #include <DD4hep/Detector.h>
4 #include <DD4hep/DetectorTools.h>
5 #include <DD4hep/Volumes.h>
6 #include <XML/DocumentHandler.h>
7 #include <XML/XMLElements.h>
31 edm::LogVerbatim(
"Geometry") <<
"DDDetector::processXML process string size " << xml.size() <<
" with max_size "
34 dd4hep::xml::DocumentHolder
doc(dd4hep::xml::DocumentHandler().
parse(xml.c_str(), xml.length()));
36 char*
args[] = {(
char*)
doc.root().ptr(),
nullptr};
TGeoManager & manager() const
The geometry manager of this instance.
dd4hep::DetElement world() const
Reference to the top-most (world) detector element.
void process(const std::string &)
dd4hep::PartSelectionMap m_partsels
dd4hep::Volume worldVolume() const
Handle to the world volume containing everything.
dd4hep::SpecParRegistry m_specpars
Log< level::Info, true > LogVerbatim
cms::DDVectorsMap m_vectors
std::unordered_map< std::string, std::vector< double > > DDVectorsMap
void processXML(const std::string &)
dd4hep::Detector * m_description
dd4hep::DetElement findElement(const std::string &) const
Find DetElement as child of the top level volume by it's absolute path.
Namespace of DDCMS conversion namespace.