20 std::vector<std::string>
names;
21 std::vector<std::string>
values;
22 names.emplace_back(
"name");
24 values.emplace_back(atts.find(
"name")->second);
25 refmat->loadAttributes(
"rMaterial",
names,
values, nmspace, cpv);
DDLElementRegistry * myRegistry_
Compact representation of the geometrical detector hierarchy.
const std::string names[nVars_]
std::map< std::string, std::string > DDXMLAttribute
virtual const DDXMLAttribute & getAttributeSet(size_t aIndex=0) const
Get a "row" of attributes, i.e. one attribute set.
std::shared_ptr< DDXMLElement > getElement(const std::string &name)
THE most important part. Getting the pointer to a given element type.
virtual void setReference(const std::string &nmspace, DDCompactView &cpv)
This is a base class for processing XML elements in the DDD.
DDLMaterial(DDLElementRegistry *myreg)
The main class for processing parsed elements.
virtual void clear(void)
clear this element's contents.