CMS 3D CMS Logo

DDLBox.h
Go to the documentation of this file.
1 #ifndef DDLBox_H
2 #define DDLBox_H
3 
4 #include <string>
5 
6 // -------------------------------------------------------------------------
7 // Includes
8 // -------------------------------------------------------------------------
9 #include "DDLSolid.h"
10 
11 class DDCompactView;
12 class DDLElementRegistry;
13 
15 
27 class DDLBox final : public DDLSolid {
28 public:
29  DDLBox(DDLElementRegistry* myreg);
30 
31  void processElement(const std::string& name, const std::string& nmspace, DDCompactView& cpv) override;
32 };
33 
34 #endif
DDLSolid
DDLSolid processes Box elements.
Definition: DDLSolid.h:30
DDLElementRegistry
The main class for processing parsed elements.
Definition: DDLElementRegistry.h:23
DDLBox::DDLBox
DDLBox(DDLElementRegistry *myreg)
Definition: DDLBox.cc:13
DDLBox
DDLBox processes Box elements.
Definition: DDLBox.h:27
DDCompactView
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:81
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
DDLSolid.h
Skims_PA_cff.name
name
Definition: Skims_PA_cff.py:17
DDLBox::processElement
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Processing the element.
Definition: DDLBox.cc:16