CMS 3D CMS Logo

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