CMS 3D CMS Logo

DDLSphere.h
Go to the documentation of this file.
1 #ifndef DDL_Sphere_H
2 #define DDL_Sphere_H
3 
4 #include <string>
5 
6 #include "DDLSolid.h"
7 
8 class DDCompactView;
10 
12 
24 class DDLSphere final : public DDLSolid {
25 public:
27 
28  void processElement(const std::string& name, const std::string& nmspace, DDCompactView& cpv) override;
29 };
30 
31 #endif
DDLSphere processes all Sphere elements.
Definition: DDLSphere.h:24
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:81
DDLSphere(DDLElementRegistry *myreg)
Definition: DDLSphere.cc:13
DDLSolid processes Box elements.
Definition: DDLSolid.h:30
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Processing the element.
Definition: DDLSphere.cc:16
The main class for processing parsed elements.