![]() |
DD4hep
1.36.0
Detector Description Toolkit for High Energy Physics
|
Data structure of the geometry converter from dd4hep to extract visualization information. More...
#include <Vis2XmlExtract.h>
Public Member Functions | |
| GeometryInfo () | |
| Helper constructor. More... | |
Public Attributes | |
| std::map< Volume, xml::XmlElement * > | xmlVolumes |
| std::map< VisAttr, xml::XmlElement * > | xmlVis |
| xml_doc_t | doc |
| xml_elt_t | doc_root |
| xml_elt_t | doc_display |
| xml_elt_t | doc_structure |
Public Attributes inherited from dd4hep::detail::GeoHandlerTypes::GeometryInfo | |
| std::vector< TGeoShape * > | solids |
| std::set< TGeoShape * > | solid_set |
| std::set< Volume > | volumeSet |
| std::vector< Volume > | volumes |
| std::set< VisAttr > | vis |
| std::set< Ref_t > | fields |
| std::set< Material > | materials |
| std::set< TGeoMedium * > | media |
| std::set< TGeoElement * > | elements |
| std::vector< std::pair< std::string, TGeoMatrix * > > | trafos |
Data structure of the geometry converter from dd4hep to extract visualization information.
Definition at line 49 of file Vis2XmlExtract.h.
| dd4hep::detail::Vis2XmlExtract::GeometryInfo::GeometryInfo | ( | ) |
Helper constructor.
Definition at line 153 of file Vis2XmlExtract.cpp.
| xml_doc_t dd4hep::detail::Vis2XmlExtract::GeometryInfo::doc |
Definition at line 53 of file Vis2XmlExtract.h.
| xml_elt_t dd4hep::detail::Vis2XmlExtract::GeometryInfo::doc_display |
Definition at line 54 of file Vis2XmlExtract.h.
| xml_elt_t dd4hep::detail::Vis2XmlExtract::GeometryInfo::doc_root |
Definition at line 54 of file Vis2XmlExtract.h.
| xml_elt_t dd4hep::detail::Vis2XmlExtract::GeometryInfo::doc_structure |
Definition at line 54 of file Vis2XmlExtract.h.
| std::map<VisAttr, xml::XmlElement*> dd4hep::detail::Vis2XmlExtract::GeometryInfo::xmlVis |
Definition at line 52 of file Vis2XmlExtract.h.
| std::map<Volume, xml::XmlElement*> dd4hep::detail::Vis2XmlExtract::GeometryInfo::xmlVolumes |
Definition at line 51 of file Vis2XmlExtract.h.
1.8.18