CMS 3D CMS Logo

DDLSolid.h
Go to the documentation of this file.
1 #ifndef DDLSolid_H
2 #define DDLSolid_H
3 
4 #include <string>
5 
6 // -------------------------------------------------------------------------
7 // Includes
8 // -------------------------------------------------------------------------
9 #include "DDXMLElement.h"
10 
11 class DDCompactView;
12 class DDLElementRegistry;
13 
15 
30 class DDLSolid : public DDXMLElement {
31 public:
34 
35  void setReference(const std::string& nmspace, DDCompactView& cpv);
36 };
37 #endif
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:81
DDLSolid processes Box elements.
Definition: DDLSolid.h:30
DDLSolid(DDLElementRegistry *myreg)
Constructor.
Definition: DDLSolid.cc:11
This is a base class for processing XML elements in the DDD.
Definition: DDXMLElement.h:48
The main class for processing parsed elements.
void setReference(const std::string &nmspace, DDCompactView &cpv)
Definition: DDLSolid.cc:13