CMS 3D CMS Logo

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

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