CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/DetectorDescription/Parser/src/DDLElementaryMaterial.h

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