CMS 3D CMS Logo

DDLSpecPar.h
Go to the documentation of this file.
1 #ifndef DDLSPECPAR_H
2 #define DDLSPECPAR_H
3 
4 #include <string>
5 
6 #include "DDXMLElement.h"
7 
8 class DDCompactView;
10 
12 
26 class DDLSpecPar final : public DDXMLElement {
27 public:
29 
30  void processElement(const std::string& name, const std::string& nmspace, DDCompactView& cpv) override;
31 };
32 
33 #endif
DDLSpecPar(DDLElementRegistry *myreg)
Definition: DDLSpecPar.cc:20
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Processing the element.
Definition: DDLSpecPar.cc:24
DDLSpecPar processes SpecPar elements.
Definition: DDLSpecPar.h:26
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:81
This is a base class for processing XML elements in the DDD.
Definition: DDXMLElement.h:48
The main class for processing parsed elements.