CMS 3D CMS Logo

DDLBooleanSolid.h
Go to the documentation of this file.
1 #ifndef DDL_BooleanSolid_H
2 #define DDL_BooleanSolid_H
3 
4 #include <string>
5 
6 #include "DDLSolid.h"
7 
8 class DDCompactView;
10 
12 
27 class DDLBooleanSolid final : public DDLSolid {
28 public:
30 
31  void preProcessElement(const std::string& name, const std::string& nmspace, DDCompactView& cpv) override;
32  void processElement(const std::string& name, const std::string& nmspace, DDCompactView& cpv) override;
33 
34 private:
36 };
37 
38 #endif
DDLBooleanSolid::preProcessElement
void preProcessElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Called by loadAttributes AFTER attributes are loaded.
Definition: DDLBooleanSolid.cc:17
DDLSolid
DDLSolid processes Box elements.
Definition: DDLSolid.h:30
DDLElementRegistry
The main class for processing parsed elements.
Definition: DDLElementRegistry.h:23
DDCompactView
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:80
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
DDLBooleanSolid::dumpBooleanSolid
std::string dumpBooleanSolid(const std::string &name, const std::string &nmspace)
Definition: DDLBooleanSolid.cc:99
DDLSolid.h
Skims_PA_cff.name
name
Definition: Skims_PA_cff.py:17
DDLBooleanSolid::processElement
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Processing the element.
Definition: DDLBooleanSolid.cc:24
DDLBooleanSolid
This class takes care of processing all BooleanSolid type elements.
Definition: DDLBooleanSolid.h:27
DDLBooleanSolid::DDLBooleanSolid
DDLBooleanSolid(DDLElementRegistry *myreg)
Definition: DDLBooleanSolid.cc:14