CMS 3D CMS Logo

DDLString.h
Go to the documentation of this file.
1 #ifndef DDL_String_H
2 #define DDL_String_H
3 
4 #include <map>
5 #include <string>
6 #include <vector>
7 
8 #include "DDXMLElement.h"
11 
12 class DDCompactView;
13 class DDLElementRegistry;
14 
16 
26 class DDLString final : public DDXMLElement {
27 public:
29 
30  void preProcessElement(const std::string& name, const std::string& nmspace, DDCompactView& cpv) override;
31  void processElement(const std::string& name, const std::string& nmspace, DDCompactView& cpv) override;
32 };
33 
34 #endif
DDLString
DDLString handles String Elements.
Definition: DDLString.h:26
DDString.h
DDLElementRegistry
The main class for processing parsed elements.
Definition: DDLElementRegistry.h:23
DDLString::DDLString
DDLString(DDLElementRegistry *myreg)
Definition: DDLString.cc:12
DDLString::preProcessElement
void preProcessElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Called by loadAttributes AFTER attributes are loaded.
Definition: DDLString.cc:14
DDCompactView
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:81
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
DDTypes.h
DDXMLElement
This is a base class for processing XML elements in the DDD.
Definition: DDXMLElement.h:48
DDXMLElement.h
Skims_PA_cff.name
name
Definition: Skims_PA_cff.py:17
DDLString::processElement
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Processing the element.
Definition: DDLString.cc:16