CMS 3D CMS Logo

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