33 mat =
DDMaterial(ddn,
ev.eval(nmspace, atts.find(
"density")->second));
52 if (myMF->size() != myrMaterial->size()) {
53 std::string msg =
"/nDDLCompositeMaterial::processElement found that the ";
54 msg +=
"number of MaterialFractions does not match the number ";
55 msg +=
"of rMaterial names for ";
59 for (
size_t i = 0;
i < myrMaterial->size(); ++
i) {
60 atts = myMF->getAttributeSet(
i);
61 mat.
addMaterial(myrMaterial->getDDName(nmspace,
"name",
i),
ev.eval(nmspace, atts.find(
"fraction")->second));
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Processing the element.
DDLMaterial processes Box elements.
DDLElementRegistry * myRegistry_
DDMaterial is used to define and access material information.
DDName is used to identify DDD entities uniquely.
Compact representation of the geometrical detector hierarchy.
std::map< std::string, std::string > DDXMLAttribute
int addMaterial(const DDMaterial &m, double fm)
adds a material to the mixture proportional to its fraction-mass fm.
const std::string & name() const
Returns the name.
ClhepEvaluator & evaluator()
DDLCompositeMaterial(DDLElementRegistry *myreg)
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)
void preProcessElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Called by loadAttributes AFTER attributes are loaded.
The main class for processing parsed elements.
virtual void clear(void)
clear this element's contents.
void throwError(const std::string &keyMessage) const
format std::string for throw an error.
virtual const DDName getDDName(const std::string &defaultNS, const std::string &attname=std::string("name"), size_t aIndex=0)
const std::string & ns() const
Returns the namespace.