41 #include "DD4hep/Detector.h" 45 #include <string_view> 64 bool doLayers = fview.
sibling();
66 DTLayer*
l = buildLayer(fview, sl, num);
84 const Double_t* tr = fview.
trans();
85 const Double_t*
rot = fview.
rot();
125 chamber->
add(slayer);
146 int firstWire = fview.
volume()->GetNumber();
148 float wireLength = wpar[1];
161 DTLayer* layer =
new DTLayer(layId, surf, topology, layerType, sl);
174 dtnum_ = make_unique<DTNumberingScheme>(num.
values());
175 buildGeometry(fview, geom, num);
void up()
set current node to the parent node in the filtered tree
CaloTopology const * topology(0)
void mergedSpecifics(DDSpecParRefs const &)
User specific data.
void add(DTLayer *l)
Add layer to the SL which owns it.
Volume worldVolume() const
Handle to the world volume containing everything.
const PlacedVolume volume() const
The physical volume of the current node.
bool sibling()
set the current node to the next sub sibling
void down()
set current node to the child node in the filtered tree
bool nextSibling()
set the current node to the next sibling
const ExpandedNodes & history()
The numbering history of the current node.
const Double_t * rot() const
The absolute rotation of the current node.
const MuonBaseNumber geoHistoryToBaseNumber(const cms::ExpandedNodes &) const
bool parent()
set the current node to the parent node ...
bool firstChild()
set the current node to the first child
Namespace of DDCMS conversion namespace.
const Double_t * trans() const
The absolute translation of the current node.
const MuonConstants & values() const
void add(DTSuperLayer *sl)
Add SL to the chamber which takes ownership.
const std::vector< double > parameters() const
extract shape parameters
std::vector< const DDSpecPar * > DDSpecParRefs
bool checkChild()
count the number of children matching selection
void add(DTChamber *ch)
Add a DTChamber to Geometry.