CMS 3D CMS Logo

DDLPosPart.h
Go to the documentation of this file.
1 #ifndef DDL_PosPart_H
2 #define DDL_PosPart_H
3 
4 #include <string>
5 
6 #include "DDXMLElement.h"
7 
8 class DDCompactView;
10 
12 
27 class DDLPosPart final : public DDXMLElement
28 {
29  public:
30 
32 
33  void preProcessElement( const std::string& name, const std::string& nmspace, DDCompactView& cpv ) override;
34  void processElement( const std::string& name, const std::string& nmspace, DDCompactView& cpv ) override;
35 };
36 
37 #endif
DDLPosPart handles PosPart elements.
Definition: DDLPosPart.h:27
void preProcessElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Called by loadAttributes AFTER attributes are loaded.
Definition: DDLPosPart.cc:26
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:83
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Processing the element.
Definition: DDLPosPart.cc:37
DDLPosPart(DDLElementRegistry *myreg)
Definition: DDLPosPart.cc:16
This is a base class for processing XML elements in the DDD.
Definition: DDXMLElement.h:48
The main class for processing parsed elements.