CMS 3D CMS Logo

DDLMaterial.h
Go to the documentation of this file.
1 #ifndef DDLMaterial_H
2 #define DDLMaterial_H
3 
4 #include <string>
5 
6 // -------------------------------------------------------------------------
7 // Includes
8 // -------------------------------------------------------------------------
9 #include "DDXMLElement.h"
10 
11 class DDCompactView;
12 class DDLElementRegistry;
13 
15 
29 class DDLMaterial : public DDXMLElement {
30 public:
32 
33  virtual void setReference(const std::string& nmspace, DDCompactView& cpv);
34 };
35 
36 #endif
DDLElementRegistry
The main class for processing parsed elements.
Definition: DDLElementRegistry.h:23
DDCompactView
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:81
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
DDXMLElement
This is a base class for processing XML elements in the DDD.
Definition: DDXMLElement.h:48
DDLMaterial::setReference
virtual void setReference(const std::string &nmspace, DDCompactView &cpv)
Definition: DDLMaterial.cc:13
DDXMLElement.h
DDLMaterial::DDLMaterial
DDLMaterial(DDLElementRegistry *myreg)
Definition: DDLMaterial.cc:11
DDLMaterial
DDLMaterial processes Box elements.
Definition: DDLMaterial.h:29