CMS 3D CMS Logo

DDLShapelessSolid.cc
Go to the documentation of this file.
6 
7 class DDCompactView;
8 
10 
12  myRegistry_->getElement("rSolid")->clear();
13 }
14 
15 // Upon ending a ShapelessSolid element, call DDCore giving the box name, and dimensions.
18 
19  DDLSolid::setReference(nmspace, cpv);
20 }
DDLSolid::setReference
void setReference(const std::string &nmspace, DDCompactView &cpv)
Definition: DDLSolid.cc:13
DDLSolid
DDLSolid processes Box elements.
Definition: DDLSolid.h:30
DDLElementRegistry
The main class for processing parsed elements.
Definition: DDLElementRegistry.h:23
DDLShapelessSolid::preProcessElement
void preProcessElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Called by loadAttributes AFTER attributes are loaded.
Definition: DDLShapelessSolid.cc:11
DDLShapelessSolid.h
DDCompactView
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:81
dds
Definition: CTPPSDiamondDQMSource.cc:59
DDSolid.h
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
DDLElementRegistry.h
DDSolidFactory::shapeless
static DDSolid shapeless(const DDName &name)
Definition: DDSolid.cc:688
DDLSolid.h
DDXMLElement::getDDName
const virtual DDName getDDName(const std::string &defaultNS, const std::string &attname=std::string("name"), size_t aIndex=0)
Definition: DDXMLElement.cc:56
DDLElementRegistry::getElement
std::shared_ptr< DDXMLElement > getElement(const std::string &name)
THE most important part. Getting the pointer to a given element type.
Definition: DDLElementRegistry.cc:42
DDXMLElement.h
Skims_PA_cff.name
name
Definition: Skims_PA_cff.py:17
DDSolid
A DDSolid represents the shape of a part.
Definition: DDSolid.h:39
DDXMLElement::myRegistry_
DDLElementRegistry * myRegistry_
Definition: DDXMLElement.h:173
DDLShapelessSolid::DDLShapelessSolid
DDLShapelessSolid(DDLElementRegistry *myreg)
Definition: DDLShapelessSolid.cc:9
DDLShapelessSolid::processElement
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Processing the element.
Definition: DDLShapelessSolid.cc:16