CMS 3D CMS Logo

DDLNumeric.h
Go to the documentation of this file.
1 #ifndef DDL_Numeric_H
2 #define DDL_Numeric_H
3 
4 #include <map>
5 #include <string>
6 #include <vector>
7 
8 // -------------------------------------------------------------------------
9 // Includes
10 // -------------------------------------------------------------------------
11 #include "DDXMLElement.h"
14 
15 class DDCompactView;
16 class DDLElementRegistry;
17 
19 
29 class DDLNumeric final : public DDXMLElement {
30 public:
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 #endif
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:81
DDLNumeric(DDLElementRegistry *myreg)
Definition: DDLNumeric.cc:12
This is a base class for processing XML elements in the DDD.
Definition: DDXMLElement.h:48
void preProcessElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Called by loadAttributes AFTER attributes are loaded.
Definition: DDLNumeric.cc:14
The main class for processing parsed elements.
DDLNumeric handles Numeric Elements.
Definition: DDLNumeric.h:29
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Processing the element.
Definition: DDLNumeric.cc:16