CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_2_SLHC2_patch1/src/DetectorDescription/Parser/src/DDLPseudoTrap.h

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