|
DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Go to the documentation of this file.
13 #ifndef DD4HEP_DETECTORLOAD_H
14 #define DD4HEP_DETECTORLOAD_H
95 #endif // DD4HEP_DETECTORLOAD_H
Detector * m_detDesc
Reference to the Detector instance.
virtual ~DetectorLoad()
Default destructor.
Class to easily access the properties of single XmlElements.
virtual void processXMLElement(const std::string &msg_source, const xml::Handle_t &root)
Process a given DOM (sub-) tree.
DetectorLoad(const DetectorLoad ©)=default
Default copy constructor.
virtual void processXMLString(const char *xmldata)
Process XML unit and adopt all data from source string in momory.
Namespace for the AIDA detector description toolkit supporting XML utilities.
DetectorLoad()=delete
No defautl constructor.
Data implementation class of the Detector interface.
DetectorLoad & operator=(const DetectorLoad ©)=default
Copy assignment constructor.
Class supporting to read data given a URI.
DetectorBuildType
Detector description build types.
Namespace for the AIDA detector description toolkit.
The main interface to the dd4hep detector description package.
DetectorLoad & operator=(DetectorLoad &©)=delete
No move assignment.
virtual void processXML(const std::string &fname, xml::UriReader *entity_resolver=0)
Process XML unit and adopt all data from source structure.