22 bool cutInside(
false);
24 if (atts.find(
"cutInside") != atts.end()) {
25 cutInside = (atts.find(
"cutInside")->second ==
"true") ?
true :
false;
30 ev.eval(nmspace, atts.find(
"dz")->second),
31 ev.eval(nmspace, atts.find(
"rMin")->second),
32 ev.eval(nmspace, atts.find(
"rMax")->second),
33 ev.eval(nmspace, atts.find(
"startPhi")->second),
34 ev.eval(nmspace, atts.find(
"deltaPhi")->second));
35 }
else if (
name ==
"Tube") {
37 ev.eval(nmspace, atts.find(
"dz")->second),
38 ev.eval(nmspace, atts.find(
"rMin")->second),
39 ev.eval(nmspace, atts.find(
"rMax")->second),
42 }
else if (
name ==
"TruncTubs") {
44 ev.eval(nmspace, atts.find(
"zHalf")->second),
45 ev.eval(nmspace, atts.find(
"rMin")->second),
46 ev.eval(nmspace, atts.find(
"rMax")->second),
47 ev.eval(nmspace, atts.find(
"startPhi")->second),
48 ev.eval(nmspace, atts.find(
"deltaPhi")->second),
49 ev.eval(nmspace, atts.find(
"cutAtStart")->second),
50 ev.eval(nmspace, atts.find(
"cutAtDelta")->second),
52 }
else if (
name ==
"CutTubs") {
54 ev.eval(nmspace, atts.find(
"dz")->second),
55 ev.eval(nmspace, atts.find(
"rMin")->second),
56 ev.eval(nmspace, atts.find(
"rMax")->second),
57 ev.eval(nmspace, atts.find(
"startPhi")->second),
58 ev.eval(nmspace, atts.find(
"deltaPhi")->second),
59 ev.eval(nmspace, atts.find(
"lx")->second),
60 ev.eval(nmspace, atts.find(
"ly")->second),
61 ev.eval(nmspace, atts.find(
"lz")->second),
62 ev.eval(nmspace, atts.find(
"tx")->second),
63 ev.eval(nmspace, atts.find(
"ty")->second),
64 ev.eval(nmspace, atts.find(
"tz")->second));
66 std::string msg =
"\nDDLTubs::processElement could not process element.";
DDLTubs(DDLElementRegistry *myreg)
DDLElementRegistry * myRegistry_
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Processing the element.
Compact representation of the geometrical detector hierarchy.
std::map< std::string, std::string > DDXMLAttribute
A DDSolid represents the shape of a part.
static DDSolid cuttubs(const DDName &name, double zhalf, double rIn, double rOut, double startPhi, double deltaPhi, double lx, double ly, double lz, double tx, double ty, double tz)
ClhepEvaluator & evaluator()
virtual const DDXMLAttribute & getAttributeSet(size_t aIndex=0) const
Get a "row" of attributes, i.e. one attribute set.
static DDSolid tubs(const DDName &name, double zhalf, double rIn, double rOut, double startPhi, double deltaPhi)
static DDSolid truncTubs(const DDName &name, double zHalf, double rIn, double rOut, double startPhi, double deltaPhi, double cutAtStart, double cutAtDelta, bool cutInside)
DDLSolid processes Box elements.
The main class for processing parsed elements.
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)
void setReference(const std::string &nmspace, DDCompactView &cpv)