CMS 3D CMS Logo

DDLCone.h
Go to the documentation of this file.
1 #ifndef DDL_Cone_H
2 #define DDL_Cone_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 DDLCone final : public DDLSolid {
28 public:
30 
31  void processElement(const std::string& name, const std::string& nmspace, DDCompactView& cpv) override;
32 };
33 
34 #endif
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Processing the element.
Definition: DDLCone.cc:12
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:81
DDLCone processes all Cone elements.
Definition: DDLCone.h:27
DDLCone(DDLElementRegistry *myreg)
Definition: DDLCone.cc:10
DDLSolid processes Box elements.
Definition: DDLSolid.h:30
The main class for processing parsed elements.