53 buildGeometry(theGeometry, fview, muonConstants);
81 DTSuperLayer* sl = buildSuperLayer(fv, chamber, type, muonConstants);
89 DTLayer* layer = buildLayer(fv, sl, type, muonConstants);
90 theGeometry.
add(layer);
99 theGeometry.
add(chamber);
115 vector<double> par = extractParameters(fv);
141 vector<double> par = extractParameters(fv);
156 chamber->
add(slayer);
172 vector<double> par = extractParameters(fv);
182 int firstWire=fv.
copyno();
183 par = extractParameters(fv);
194 DTLayer* layer =
new DTLayer(layId, surf, topology, layerType, sl);
226 LogTrace(
"DTGeometryBuilderFromDDD") <<
"DTGeometryBuilderFromDDD::plane " <<
" posResult: " 227 << posResult << std::endl;
232 rotation.GetComponents(x,y,z);
240 float(y.X()),
float(y.Y()),
float(y.Z()),
241 float(z.X()),
float(z.Y()),
float(z.Z()));
virtual ~DTGeometryBuilderFromDDD()
Destructor.
const std::vector< double > & parameters(void) const
Give the parameters of the solid.
bool parent()
set the current node to the parent node ...
const DDLogicalPart & logicalPart() const
The logical-part of the current node in the filtered-view.
RectangularPlaneBounds * getRecPlaneBounds(const std::vector< double >::const_iterator &shapeStart)
CaloTopology const * topology(0)
bool nextSibling()
set the current node to the next sibling ...
const DDRotationMatrix & rotation() const
The absolute rotation of the current node.
ROOT::Math::Rotation3D DDRotationMatrix
A DDRotationMatrix is currently implemented with a ROOT Rotation3D.
void add(DTLayer *l)
Add layer to the SL which owns it.
const DDSolid & solid(void) const
Returns a reference object of the solid being the shape of this LogicalPart.
DTLayer * buildLayer(DDFilteredView &fv, DTSuperLayer *sl, const std::string &type, const MuonDDDConstants &muonConstants) const
create the layer
Compact representation of the geometrical detector hierarchy.
const DDGeoHistory & geoHistory() const
The list of ancestors up to the root-node of the current node.
bool DDfetch(const DDsvalues_type *, DDValue &)
helper for retrieving DDValues from DDsvalues_type *.
A DDSolid represents the shape of a part.
ROOT::Math::DisplacementVector3D< ROOT::Math::Cartesian3D< double > > DDTranslation
int copyno() const
Copy number associated with the current node.
DTChamber * buildChamber(DDFilteredView &fv, const std::string &type, const MuonDDDConstants &muonConstants) const
create the chamber
ROOT::Math::DisplacementVector3D< ROOT::Math::Cartesian3D< double > > DD3Vector
A DD Translation is currently implemented with Root Vector3D.
void build(DTGeometry &theGeometry, const DDCompactView *cview, const MuonDDDConstants &muonConstants)
DTSuperLayer * buildSuperLayer(DDFilteredView &fv, DTChamber *chamber, const std::string &type, const MuonDDDConstants &muonConstants) const
create the SL
DDSolidShape shape(void) const
The type of the solid.
std::vector< double > extractParameters(DDFilteredView &fv) const
get parameter also for boolean solid.
const std::vector< std::string > & strings() const
a reference to the std::string-valued values stored in the given instance of DDValue ...
DDSolid solidA(void) const
RCPPlane plane(const DDFilteredView &fv, Bounds *bounds) const
DDsvalues_type mergedSpecifics() const
DTGeometryBuilderFromDDD()
Constructor.
void buildGeometry(DTGeometry &theGeometry, DDFilteredView &fv, const MuonDDDConstants &muonConstants) const
void add(DTSuperLayer *sl)
Add SL to the chamber which takes ownership.
int getDetId(const MuonBaseNumber &num) const
std::vector< std::pair< unsigned int, DDValue > > DDsvalues_type
bool firstChild()
set the current node to the first child ...
constexpr NumType convertMmToCm(NumType millimeters)
const DDTranslation & translation() const
The absolute translation of the current node.
MuonBaseNumber geoHistoryToBaseNumber(const DDGeoHistory &history)
void add(DTChamber *ch)
Add a DTChamber to Geometry.