Go to the documentation of this file.
51 buildGeometry(theGeometry, fview, muonConstants);
72 FEPos =
val.strings()[0];
88 DTLayer* layer = buildLayer(fv, sl,
type, muonConstants);
89 theGeometry.
add(layer);
115 vector<double> par = extractParameters(fv);
139 vector<double> par = extractParameters(fv);
168 vector<double> par = extractParameters(fv);
178 int firstWire = fv.
copyno();
179 par = extractParameters(fv);
205 par =
A.parameters();
218 LogTrace(
"DTGeometryBuilderFromDDD") <<
"DTGeometryBuilderFromDDD::plane "
219 <<
" posResult: " << posResult << std::endl;
MuonBaseNumber geoHistoryToBaseNumber(const DDGeoHistory &history) const
RectangularPlaneBounds * getRecPlaneBounds(const std::vector< double >::const_iterator &shapeStart)
DDsvalues_type mergedSpecifics() const
const DDLogicalPart & logicalPart() const
The logical-part of the current node in the filtered-view.
bool parent()
set the current node to the parent node ...
RCPPlane plane(const DDFilteredView &fv, Bounds *bounds) const
ROOT::Math::Rotation3D DDRotationMatrix
A DDRotationMatrix is currently implemented with a ROOT Rotation3D.
ROOT::Math::DisplacementVector3D< ROOT::Math::Cartesian3D< double > > DD3Vector
A DD Translation is currently implemented with Root Vector3D.
int getDetId(const MuonBaseNumber &num) const
DDSolidShape shape(void) const
The type of the solid.
bool firstChild()
set the current node to the first child ...
const CaloTopology * topology(nullptr)
ROOT::Math::DisplacementVector3D< ROOT::Math::Cartesian3D< double > > DDTranslation
Compact representation of the geometrical detector hierarchy.
void build(DTGeometry &theGeometry, const DDCompactView *cview, const MuonGeometryConstants &muonConstants)
bool nextSibling()
set the current node to the next sibling ...
bool DDfetch(const DDsvalues_type *, DDValue &)
helper for retrieving DDValues from DDsvalues_type *.
void add(DTLayer *l)
Add layer to the SL which owns it.
DTSuperLayer * buildSuperLayer(DDFilteredView &fv, DTChamber *chamber, const std::string &type, const MuonGeometryConstants &muonConstants) const
create the SL
DTLayer * buildLayer(DDFilteredView &fv, DTSuperLayer *sl, const std::string &type, const MuonGeometryConstants &muonConstants) const
create the layer
void add(DTChamber *ch)
Add a DTChamber to Geometry.
const DDGeoHistory & geoHistory() const
The list of ancestors up to the root-node of the current node.
DTChamber * buildChamber(DDFilteredView &fv, const std::string &type, const MuonGeometryConstants &muonConstants) const
create the chamber
const DDTranslation & translation() const
The absolute translation of the current node.
virtual ~DTGeometryBuilderFromDDD()
Destructor.
void buildGeometry(DTGeometry &theGeometry, DDFilteredView &fv, const MuonGeometryConstants &muonConstants) const
const std::vector< double > & parameters(void) const
Give the parameters of the solid.
A DDSolid represents the shape of a part.
const DDRotationMatrix & rotation() const
The absolute rotation of the current node.
constexpr NumType convertMmToCm(NumType millimeters)
std::vector< double > extractParameters(DDFilteredView &fv) const
get parameter also for boolean solid.
DTGeometryBuilderFromDDD()
Constructor.
std::vector< std::pair< unsigned int, DDValue > > DDsvalues_type
const DDSolid & solid(void) const
Returns a reference object of the solid being the shape of this LogicalPart.
int copyno() const
Copy number associated with the current node.