CMS 3D CMS Logo

DDLAssembly.h
Go to the documentation of this file.
1 #ifndef DDL_Assembly_H
2 #define DDL_Assembly_H
3 
4 #include <string>
5 
6 #include "DDLSolid.h"
7 
8 class DDCompactView;
10 
12 
21 class DDLAssembly final : public DDLSolid {
22 public:
24 
25  void processElement(const std::string& name, const std::string& nmspace, DDCompactView& cpv) override;
26  void preProcessElement(const std::string& name, const std::string& nmspace, DDCompactView& cpv) override;
27 };
28 
29 #endif
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:81
DDLAssembly processes Assembly elements.
Definition: DDLAssembly.h:21
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Processing the element.
Definition: DDLAssembly.cc:16
DDLAssembly(DDLElementRegistry *myreg)
Definition: DDLAssembly.cc:9
DDLSolid processes Box elements.
Definition: DDLSolid.h:30
void preProcessElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Called by loadAttributes AFTER attributes are loaded.
Definition: DDLAssembly.cc:11
The main class for processing parsed elements.