19 #include "CLHEP/Units/GlobalSystemOfUnits.h" 50 buildGeometry(fview, muonConstants, rig);
75 insertChamber(fv,type, muonConstants,rig);
82 insertSuperLayer(fv, type, muonConstants,rig);
89 insertLayer(fv, type, muonConstants, rig);
116 par.emplace_back(DTChamberTag);
117 vector<double>
size= extractParameters(fv);
118 par.insert(par.end(), size.begin(), size.end());
127 rig.
insert(rawid, posRot.first, posRot.second, par);
143 par.emplace_back(DTSuperLayerTag);
144 vector<double>
size= extractParameters(fv);
145 par.insert(par.end(), size.begin(), size.end());
150 rig.
insert(slId, posRot.first, posRot.second, par);
166 par.emplace_back(DTLayerTag);
167 vector<double>
size= extractParameters(fv);
168 par.insert(par.end(), size.begin(), size.end());
173 int firstWire=fv.
copyno();
179 vector<double> sensSize= extractParameters(fv);
181 par.emplace_back(firstWire);
182 par.emplace_back(WCounter);
183 par.emplace_back(sensSize[1]);
188 rig.
insert(layId, posRot.first, posRot.second, par);
214 std::vector<double> gtran( 3 );
215 gtran[0] = (
float) 1.0 * (trans.x() / cm);
216 gtran[1] = (
float) 1.0 * (trans.y() / cm);
217 gtran[2] = (
float) 1.0 * (trans.z() / cm);
227 rotation.GetComponents(x,y,z);
234 std::vector<double> grmat( 9 );
235 grmat[0] = (
float) 1.0 * x.X();
236 grmat[1] = (
float) 1.0 * x.Y();
237 grmat[2] = (
float) 1.0 * x.Z();
239 grmat[3] = (
float) 1.0 * y.X();
240 grmat[4] = (
float) 1.0 * y.Y();
241 grmat[5] = (
float) 1.0 * y.Z();
243 grmat[6] = (
float) 1.0 * z.X();
244 grmat[7] = (
float) 1.0 * z.Y();
245 grmat[8] = (
float) 1.0 * z.Z();
255 return pair<std::vector<double>, std::vector<double> >(gtran, grmat);
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.
bool nextSibling()
set the current node to the next sibling ...
const DDRotationMatrix & rotation() const
The absolute rotation of the current node.
bool insert(DetId id, const std::vector< double > &trans, const std::vector< double > &rot, const std::vector< double > &pars)
ROOT::Math::Rotation3D DDRotationMatrix
A DDRotationMatrix is currently implemented with a ROOT Rotation3D.
void insertChamber(DDFilteredView &fv, const std::string &type, const MuonDDDConstants &muonConstants, RecoIdealGeometry &rig) const
create the chamber
const DDSolid & solid(void) const
Returns a reference object of the solid being the shape of this LogicalPart.
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.
virtual ~DTGeometryParsFromDD()
Destructor.
ROOT::Math::DisplacementVector3D< ROOT::Math::Cartesian3D< double > > DD3Vector
A DD Translation is currently implemented with Root Vector3D.
std::vector< double > extractParameters(DDFilteredView &fv) const
get parameter also for boolean solid.
void insertLayer(DDFilteredView &fv, const std::string &type, const MuonDDDConstants &muonConstants, RecoIdealGeometry &rig) const
create the layer
DDSolidShape shape(void) const
The type of the solid.
const std::vector< std::string > & strings() const
a reference to the std::string-valued values stored in the given instance of DDValue ...
DTGeometryParsFromDD()
Constructor.
DDSolid solidA(void) const
std::pair< std::vector< double >, std::vector< double > > PosRotPair
DDsvalues_type mergedSpecifics() const
void buildGeometry(DDFilteredView &fv, const MuonDDDConstants &muonConstants, RecoIdealGeometry &rig) const
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 ...
const DDTranslation & translation() const
The absolute translation of the current node.
MuonBaseNumber geoHistoryToBaseNumber(const DDGeoHistory &history)
void insertSuperLayer(DDFilteredView &fv, const std::string &type, const MuonDDDConstants &muonConstants, RecoIdealGeometry &rig) const
create the SL
void build(const DDCompactView *cview, const MuonDDDConstants &muonConstants, RecoIdealGeometry &rig)
PosRotPair plane(const DDFilteredView &fv) const