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
DDLSolid
DDLSolid processes Box elements.
Definition: DDLSolid.h:30
DDLElementRegistry
The main class for processing parsed elements.
Definition: DDLElementRegistry.h:23
DDLAssembly::processElement
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Processing the element.
Definition: DDLAssembly.cc:16
DDCompactView
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:81
DDLAssembly::DDLAssembly
DDLAssembly(DDLElementRegistry *myreg)
Definition: DDLAssembly.cc:9
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
DDLSolid.h
Skims_PA_cff.name
name
Definition: Skims_PA_cff.py:17
DDLAssembly
DDLAssembly processes Assembly elements.
Definition: DDLAssembly.h:21
DDLAssembly::preProcessElement
void preProcessElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Called by loadAttributes AFTER attributes are loaded.
Definition: DDLAssembly.cc:11