CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DDLSpecPar.h
Go to the documentation of this file.
1 #ifndef DDLSPECPAR_H
2 #define DDLSPECPAR_H
3 
4 #include "DDXMLElement.h"
5 
6 #include <string>
7 
9 
23 class DDLSpecPar : public DDXMLElement
24 {
25 public:
26 
29 
31  ~DDLSpecPar( void );
32 
33  void processElement( const std::string& name, const std::string& nmspace, DDCompactView& cpv );
34 };
35 
36 #endif
37 
DDLSpecPar(DDLElementRegistry *myreg)
Constructor.
Definition: DDLSpecPar.cc:26
~DDLSpecPar(void)
Destructor.
Definition: DDLSpecPar.cc:30
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv)
Processing the element.
Definition: DDLSpecPar.cc:36
DDLSpecPar processes SpecPar elements.
Definition: DDLSpecPar.h:23
type of data representation of DDCompactView
Definition: DDCompactView.h:77
This is a base class for processing XML elements in the DDD.
Definition: DDXMLElement.h:58
The main class for processing parsed elements.