CMS 3D CMS Logo

/data/git/CMSSW_5_3_11_patch5/src/DetectorDescription/Parser/src/DDLCone.h

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