CMS 3D CMS Logo

DDLEllipticalTube.cc
Go to the documentation of this file.
7 
8 #include <map>
9 #include <utility>
10 
11 class DDCompactView;
12 
14 
15 // Upon encountering the end of the EllipticalTube element, call DDCore.
19 
21  ev.eval(nmspace, atts.find("xSemiAxis")->second),
22  ev.eval(nmspace, atts.find("ySemiAxis")->second),
23  ev.eval(nmspace, atts.find("zHeight")->second));
24  DDLSolid::setReference(nmspace, cpv);
25 }
DDLElementRegistry * myRegistry_
Definition: DDXMLElement.h:173
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:81
std::map< std::string, std::string > DDXMLAttribute
Definition: DDXMLElement.h:45
A DDSolid represents the shape of a part.
Definition: DDSolid.h:39
ClhepEvaluator & evaluator()
virtual const DDXMLAttribute & getAttributeSet(size_t aIndex=0) const
Get a "row" of attributes, i.e. one attribute set.
Definition: DDXMLElement.cc:54
static DDSolid ellipticalTube(const DDName &name, double xSemiAxis, double ySemiAxis, double zHeight)
Definition: DDSolid.cc:698
DDLSolid processes Box elements.
Definition: DDLSolid.h:30
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Processing the element.
The main class for processing parsed elements.
DDLEllipticalTube(DDLElementRegistry *myreg)
virtual const DDName getDDName(const std::string &defaultNS, const std::string &attname=std::string("name"), size_t aIndex=0)
Definition: DDXMLElement.cc:56
void setReference(const std::string &nmspace, DDCompactView &cpv)
Definition: DDLSolid.cc:13