CMS 3D CMS Logo

CMSSW_4_4_3_patch1/src/DetectorDescription/Parser/src/DDLSolid.h

Go to the documentation of this file.
00001 #ifndef DDLSolid_H
00002 #define DDLSolid_H
00003 
00004 // -------------------------------------------------------------------------
00005 // Includes
00006 // -------------------------------------------------------------------------
00007 #include "DDXMLElement.h"
00008 
00009 #include <string>
00010 
00012 
00027 class DDLSolid : public DDXMLElement
00028 {
00029 public:
00030 
00032   DDLSolid( DDLElementRegistry* myreg );
00033 
00035   virtual ~DDLSolid( void );
00036 
00037   void setReference( const std::string& nmspace, DDCompactView& cpv );
00038 };
00039 #endif