CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DDLTubs.h
Go to the documentation of this file.
1 #ifndef DDLTUBS_H
2 #define DDLTUBS_H
3 
4 #include "DDLSolid.h"
5 
6 #include <string>
7 #include <vector>
8 
10 
22 class DDLTubs : public DDLSolid
23 {
24 public:
25 
27  DDLTubs( DDLElementRegistry* myreg );
28 
30  ~DDLTubs( void );
31 
32  void processElement( const std::string& name, const std::string& nmspace, DDCompactView& cpv );
33 };
34 
35 #endif
DDLTubs(DDLElementRegistry *myreg)
Constructor.
Definition: DDLTubs.cc:22
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv)
Processing the element.
Definition: DDLTubs.cc:31
~DDLTubs(void)
Destructor.
Definition: DDLTubs.cc:26
type of data representation of DDCompactView
Definition: DDCompactView.h:77
DDLTubs processes Tubs elements.
Definition: DDLTubs.h:22
DDLSolid processes Box elements.
Definition: DDLSolid.h:27
The main class for processing parsed elements.