22 #include "CLHEP/Units/GlobalSystemOfUnits.h" 26 #include <boost/lexical_cast.hpp> 49 LogDebug(
"GEMGeometryBuilderFromDDD") <<
"Building the geometry service";
51 LogDebug(
"GEMGeometryBuilderFromDDD") <<
"About to run through the GEM structure\n" 52 <<
" First logical part " 58 LogDebug(
"GEMGeometryBuilderFromDDD") <<
"doSuperChamber = " << doSuper;
74 if (detIdCh.
layer() == 1){
76 geometry->
add(gemSuperChamber);
95 gemChamber->
add(etaPart);
96 geometry->
add(etaPart);
101 geometry->
add(gemChamber);
112 for (
int re = -1; re <= 1; re = re+2) {
119 for (
int ri=1; ri<=1; ++ri) {
121 for (
auto sch : superChambers){
124 if (detId.region() != re || detId.station() != st || detId.ring() != ri)
continue;
126 auto ch1 = geometry->
chamber(
GEMDetId(detId.region(),detId.ring(),detId.station(),1,detId.chamber(),0));
127 auto ch2 = geometry->
chamber(
GEMDetId(detId.region(),detId.ring(),detId.station(),2,detId.chamber(),0));
128 superChamber->
add(const_cast<GEMChamber*>(ch1));
129 superChamber->
add(const_cast<GEMChamber*>(ch2));
131 ring->
add(superChamber);
132 LogDebug(
"GEMGeometryBuilderFromDDD") <<
"Adding super chamber " << detId <<
" to ring: " 133 <<
"re " << re <<
" st " << st <<
" ri " << ri << std::endl;
135 LogDebug(
"GEMGeometryBuilderFromDDD") <<
"Adding ring " << ri <<
" to station " <<
"re " << re <<
" st " << st << std::endl;
136 station->
add(const_cast<GEMRing*>(ring));
137 geometry->
add(const_cast<GEMRing*>(ring));
139 LogDebug(
"GEMGeometryBuilderFromDDD") <<
"Adding station " << st <<
" to region " << re << std::endl;
140 region->
add(const_cast<GEMStation*>(station));
141 geometry->
add(const_cast<GEMStation*>(station));
143 LogDebug(
"GEMGeometryBuilderFromDDD") <<
"Adding region " << re <<
" to the geometry " << std::endl;
144 geometry->
add(const_cast<GEMRegion*>(region));
156 double dy = dpar[0]/cm;
157 double dz = dpar[3]/cm;
158 double dx1= dpar[4]/cm;
159 double dx2= dpar[8]/cm;
165 bool isOdd = detId.
chamber()%2;
167 LogDebug(
"GEMGeometryBuilderFromDDD") <<
"size "<< dx1 <<
" " << dx2 <<
" " << dy <<
" " << dz <<std::endl;
179 double dy = dpar[0]/cm;
180 double dz = dpar[3]/cm;
181 double dx1= dpar[4]/cm;
182 double dx2= dpar[8]/cm;
186 bool isOdd = detId.
chamber()%2;
188 LogDebug(
"GEMGeometryBuilderFromDDD") <<
"size "<< dx1 <<
" " << dx2 <<
" " << dy <<
" " << dz <<std::endl;
198 DDValue numbOfStrips(
"nStrips");
201 std::vector<const DDsvalues_type* >::iterator is =
specs.begin();
202 double nStrips = 0., nPads = 0.;
203 for (;is !=
specs.end(); is++){
204 if (
DDfetch( *is, numbOfStrips)) nStrips = numbOfStrips.
doubles()[0];
207 LogDebug(
"GEMGeometryBuilderFromDDD")
208 << ((nStrips == 0. ) ? (
"No nStrips found!!") : (
"Number of strips: " + boost::lexical_cast<
std::string>(nStrips)));
209 LogDebug(
"GEMGeometryBuilderFromDDD")
210 << ((nPads == 0. ) ? (
"No nPads found!!") : (
"Number of pads: " + boost::lexical_cast<
std::string>(nPads)));
215 double be = dpar[4]/cm;
216 double te = dpar[8]/cm;
217 double ap = dpar[0]/cm;
220 std::vector<float> pars;
221 pars.emplace_back(be);
222 pars.emplace_back(te);
223 pars.emplace_back(ap);
224 pars.emplace_back(nStrips);
225 pars.emplace_back(nPads);
227 bool isOdd = detId.
chamber()%2;
232 LogDebug(
"GEMGeometryBuilderFromDDD") <<
"size "<< be <<
" " << te <<
" " << ap <<
" " << ti <<std::endl;
239 Bounds* bounds,
bool isOddChamber)
const {
244 float(trans.z()/cm));
254 rotation.GetComponents(x,y,z);
263 float(y.X()),
float(y.Y()),
float(y.Z()),
264 float(z.X()),
float(z.Y()),
float(z.Z()));
271 if (isOddChamber) newY *= -1;
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.
const std::vector< double > & doubles() const
a reference to the double-valued values stored in the given instance of DDValue
GEMGeometry * buildGeometry(DDFilteredView &fview, const MuonDDDConstants &muonConstants)
bool nextSibling()
set the current node to the next sibling ...
const DDRotationMatrix & rotation() const
The absolute rotation of the current node.
void add(GEMChamber *ch)
Add chamber to the super chamber which takes ownership.
int chamber() const
Chamber id: it identifies a chamber in a ring it goes from 1 to 36.
const DDSolid & solid(void) const
Returns a reference object of the solid being the shape of this LogicalPart.
GEMDetId superChamberId() const
Return the corresponding superChamberId.
type of data representation of DDCompactView
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 *.
void add(GEMRing *ring)
Add ring to the station which takes ownership.
void add(GEMSuperChamber *ch)
Add super chamber to the ring which takes ownership.
ReferenceCountingPointer< BoundPlane > RCPBoundPlane
TkRotation & rotateAxes(const Basic3DVector< T > &newX, const Basic3DVector< T > &newY, const Basic3DVector< T > &newZ)
DDSolid solidB(void) const
ROOT::Math::DisplacementVector3D< ROOT::Math::Cartesian3D< double > > DDTranslation
GEMDetId chamberId() const
Return the corresponding ChamberId.
GEMSuperChamber * buildSuperChamber(DDFilteredView &fv, GEMDetId detId) const
GEMGeometry * build(const DDCompactView *cview, const MuonDDDConstants &muonConstants)
ROOT::Math::DisplacementVector3D< ROOT::Math::Cartesian3D< double > > DD3Vector
A DD Translation is currently implemented with Root Vector3D.
int layer() const
Layer id: each station have two layers of chambers: layer 1 is the inner chamber and layer 2 is the o...
RCPBoundPlane boundPlane(const DDFilteredView &fv, Bounds *bounds, bool isOddChamber) const
void add(GEMEtaPartition *roll)
Add EtaPartition to the chamber which takes ownership.
static const int maxStationId
void setName(std::string name)
Set the station name.
GEMGeometryBuilderFromDDD()
DDSolid solidA(void) const
const std::vector< const GEMSuperChamber * > & superChambers() const
Return a vector of all GEM super chambers.
~GEMGeometryBuilderFromDDD()
void add(GEMRegion *region)
Add a GEMRegion to the Geometry.
GEMChamber * buildChamber(DDFilteredView &fv, GEMDetId detId) const
GEMEtaPartition * buildEtaPartition(DDFilteredView &fv, GEMDetId detId) const
const GEMChamber * chamber(GEMDetId id) const
GEMDetId id() const
Return the GEMDetId of this super chamber.
ESHandle< TrackerGeometry > geometry
bool firstChild()
set the current node to the first child ...
void add(GEMStation *st)
Add station to the region which takes ownership.
const DDTranslation & translation() const
The absolute translation of the current node.
std::vector< const DDsvalues_type * > specifics() const
MuonBaseNumber geoHistoryToBaseNumber(const DDGeoHistory &history)
ROOT::Math::Rotation3D DDRotationMatrix
A DDRotationMatrix is currently implemented with a ROOT Rotation3D.
int baseNumberToUnitNumber(const MuonBaseNumber &) override
const std::string & name() const
Returns the name.