CMS 3D CMS Logo

DDLTorus.h
Go to the documentation of this file.
1 #ifndef DDLTORUS_H
2 #define DDLTORUS_H
3 
4 #include <string>
5 #include <vector>
6 
7 #include "DDLSolid.h"
8 
9 class DDCompactView;
10 class DDLElementRegistry;
11 
23 class DDLTorus final : public DDLSolid
24 {
25  public:
26 
27  DDLTorus( DDLElementRegistry* myreg );
28 
29  void processElement( const std::string& name, const std::string& nmspace, DDCompactView& cpv ) override;
30 };
31 
32 #endif
DDLTorus(DDLElementRegistry *myreg)
Definition: DDLTorus.cc:14
type of data representation of DDCompactView
Definition: DDCompactView.h:90
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Processing the element.
Definition: DDLTorus.cc:20
DDLSolid processes Box elements.
Definition: DDLSolid.h:30
The main class for processing parsed elements.