CMS 3D CMS Logo

DDLElementaryMaterial.h
Go to the documentation of this file.
1 #ifndef DDL_ElementaryMaterial_H
2 #define DDL_ElementaryMaterial_H
3 
4 #include <string>
5 
6 // -------------------------------------------------------------------------
7 // Includes
8 // -------------------------------------------------------------------------
9 #include "DDLMaterial.h"
10 
11 class DDCompactView;
12 class DDLElementRegistry;
13 
15 
28 class DDLElementaryMaterial final : public DDLMaterial {
29 public:
31 
32  void processElement(const std::string& name, const std::string& nmspace, DDCompactView& cpv) override;
33 };
34 
35 #endif
DDLMaterial processes Box elements.
Definition: DDLMaterial.h:29
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Processing the element.
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:81
DDLElementaryMaterial processes ElementaryMaterial elements.
DDLElementaryMaterial(DDLElementRegistry *myreg)
The main class for processing parsed elements.