CMS 3D CMS Logo

DDLString.cc
Go to the documentation of this file.
5 
6 #include <map>
7 #include <utility>
8 
9 class DDCompactView;
10 class DDLElementRegistry;
11 
13 
15 
17  if (parent() == "ConstantsSection" || parent() == "DDDefinition") {
18  std::unique_ptr<std::string> ts = std::make_unique<std::string>(getAttributeSet().find("value")->second);
19  DDName ddn = getDDName(nmspace);
20  DDString(ddn, std::move(ts));
21  clear();
22  }
23 }
DDName is used to identify DDD entities uniquely.
Definition: DDName.h:17
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Processing the element.
Definition: DDLString.cc:16
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:81
a named constant corresponding to the DDL-XML tag <Constant> and <ConstantsVector> ...
Definition: DDString.h:16
void preProcessElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Called by loadAttributes AFTER attributes are loaded.
Definition: DDLString.cc:14
virtual const DDXMLAttribute & getAttributeSet(size_t aIndex=0) const
Get a "row" of attributes, i.e. one attribute set.
Definition: DDXMLElement.cc:54
DDLString(DDLElementRegistry *myreg)
Definition: DDLString.cc:12
This is a base class for processing XML elements in the DDD.
Definition: DDXMLElement.h:48
const std::string & parent(void) const
access to parent element name
The main class for processing parsed elements.
virtual void clear(void)
clear this element&#39;s contents.
Definition: DDXMLElement.cc:40
virtual const DDName getDDName(const std::string &defaultNS, const std::string &attname=std::string("name"), size_t aIndex=0)
Definition: DDXMLElement.cc:56
def move(src, dest)
Definition: eostools.py:511