#include <DTGeometryBuilder.h>
Definition at line 46 of file DTGeometryBuilder.h.
◆ RCPPlane
◆ DTGeometryBuilder()
cms::DTGeometryBuilder::DTGeometryBuilder |
( |
| ) |
|
|
inline |
◆ build()
◆ buildChamber()
◆ buildGeometry()
◆ buildLayer()
Definition at line 126 of file DTGeometryBuilder.cc.
131 int rawid = dtnum.baseNumberToUnitNumber(mdddnum.geoHistoryToBaseNumber(fview.
history()));
141 int firstWire = fview.
volume()->GetNumber();
143 float wireLength = wpar[1];
References DTSuperLayer::add(), DTNumberingScheme::baseNumberToUnitNumber(), cms::DDFilteredView::checkChild(), cms::DDFilteredView::down(), MuonGeometryNumbering::geoHistoryToBaseNumber(), cms::DDFilteredView::history(), cms::DDFilteredView::parameters(), cms::DDFilteredView::sibling(), ecaldqm::topology(), cms::DDFilteredView::up(), and cms::DDFilteredView::volume().
◆ buildSuperLayer()
◆ plane()
const Double_t * rot() const
The absolute rotation of the current node.
const PlacedVolume volume() const
The physical volume of the current node.
void buildGeometry(DDFilteredView &, DTGeometry &, const MuonGeometryConstants &) const
const std::vector< double > parameters() const
extract shape parameters
bool sibling()
set the current node to the next sub sibling
bool parent()
set the current node to the parent node ...
bool nextSibling()
set the current node to the next sibling
const Double_t * trans() const
The absolute translation of the current node.
DTSuperLayer * buildSuperLayer(DDFilteredView &, DTChamber *, const MuonGeometryConstants &) const
const CaloTopology * topology(nullptr)
bool firstChild()
set the current node to the first child
void down()
set current node to the child node in the filtered tree
void add(DTLayer *l)
Add layer to the SL which owns it.
ReferenceCountingPointer< Plane > RCPPlane
DTLayer * buildLayer(DDFilteredView &, DTSuperLayer *, const MuonGeometryConstants &) const
dd4hep::Volume worldVolume() const
Handle to the world volume containing everything.
const ExpandedNodes & history()
The numbering history of the current node.
void up()
set current node to the parent node in the filtered tree
bool checkChild()
count the number of children matching selection
RCPPlane plane(const DDFilteredView &, Bounds *bounds) const
DTChamber * buildChamber(DDFilteredView &, const MuonGeometryConstants &) const