Go to the documentation of this file.
21 ev.eval(nmspace, atts.find(
"xSemiAxis")->second),
22 ev.eval(nmspace, atts.find(
"ySemiAxis")->second),
23 ev.eval(nmspace, atts.find(
"zHeight")->second));
void setReference(const std::string &nmspace, DDCompactView &cpv)
DDLSolid processes Box elements.
The main class for processing parsed elements.
virtual const DDXMLAttribute & getAttributeSet(size_t aIndex=0) const
Get a "row" of attributes, i.e. one attribute set.
ClhepEvaluator & evaluator()
Compact representation of the geometrical detector hierarchy.
std::map< std::string, std::string > DDXMLAttribute
static DDSolid ellipticalTube(const DDName &name, double xSemiAxis, double ySemiAxis, double zHeight)
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Processing the element.
const virtual DDName getDDName(const std::string &defaultNS, const std::string &attname=std::string("name"), size_t aIndex=0)
DDLEllipticalTube(DDLElementRegistry *myreg)
A DDSolid represents the shape of a part.
DDLElementRegistry * myRegistry_