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>
15 m_description = &Detector::getInstance(
tag);
32 edm::LogVerbatim(
"Geometry") <<
"DDDetector::processXML process string size " << xml.size() <<
" with max_size "
35 dd4hep::xml::DocumentHolder
doc(dd4hep::xml::DocumentHandler().
parse(xml.c_str(), xml.length()));
37 char*
args[] = {(
char*)
doc.root().ptr(),
nullptr};
tbb::concurrent_unordered_map< std::string, tbb::concurrent_vector< double > > DDVectorsMap
const HandleMap & detectors() const
The map of sub-detectors.
TGeoManager & manager() const
The geometry manager of this instance.
dd4hep::PlacedVolume PlacedVolume
void process(const std::string &)
tbb::concurrent_unordered_map< std::string, tbb::concurrent_vector< std::string > > DDPartSelectionMap
DetElement findElement(const std::string &) const
Find DetElement as child of the top level volume by it's absolute path.
void processXML(const std::string &)
PlacedVolume worldPlacement() const
Access to the physical volume of the world detector element.
Volume worldVolume() const
Handle to the world volume containing everything.
DetElement world() const
Reference to the top-most (world) detector element.
Namespace of DDCMS conversion namespace.