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
DDLElementRegistry
The main class for processing parsed elements.
Definition: DDLElementRegistry.h:23
DDLElementaryMaterial
DDLElementaryMaterial processes ElementaryMaterial elements.
Definition: DDLElementaryMaterial.h:28
DDLElementaryMaterial::DDLElementaryMaterial
DDLElementaryMaterial(DDLElementRegistry *myreg)
Definition: DDLElementaryMaterial.cc:13
DDLElementaryMaterial::processElement
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Processing the element.
Definition: DDLElementaryMaterial.cc:15
DDCompactView
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:81
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
DDLMaterial.h
Skims_PA_cff.name
name
Definition: Skims_PA_cff.py:17
DDLMaterial
DDLMaterial processes Box elements.
Definition: DDLMaterial.h:29