CMS 3D CMS Logo

List of all members | Public Member Functions
DDDividedTrdY Class Referencefinal

#include <DDDividedTrd.h>

Inheritance diagram for DDDividedTrdY:
DDDividedGeometryObject

Public Member Functions

void checkParametersValidity () override
 
 DDDividedTrdY (const DDDivision &div, DDCompactView *cpv)
 
double getMaxParameter () const override
 
DDLogicalPart makeDDLogicalPart (int copyNo) const override
 
DDRotation makeDDRotation (int copyNo) const override
 
DDTranslation makeDDTranslation (int copyNo) const override
 
- Public Member Functions inherited from DDDividedGeometryObject
 DDDividedGeometryObject (const DDDivision &div, DDCompactView *cpv)
 
virtual void execute (void)
 
virtual const std::string & getType (void) const
 
virtual void setType (const std::string &type)
 
int volumeFirstCopyNo (void) const
 
virtual ~DDDividedGeometryObject (void)=default
 

Additional Inherited Members

- Static Public Member Functions inherited from DDDividedGeometryObject
static const double tolerance (void)
 
- Protected Member Functions inherited from DDDividedGeometryObject
int calculateNDiv (double motherDim, double width, double offset) const
 
double calculateWidth (double motherDim, int nDiv, double offset) const
 
std::unique_ptr< DDRotationMatrixchangeRotMatrix (double rotZ=0.) const
 
void checkNDivAndWidth (double maxPar)
 
void checkOffset (double maxPar)
 
- Protected Attributes inherited from DDDividedGeometryObject
int compNDiv_
 
double compWidth_
 
DDCompactViewcpv_
 
DDDivision div_
 
DivisionType divisionType_
 
std::string ftype_
 
int theVoluFirstCopyNo_
 

Detailed Description

Definition at line 23 of file DDDividedTrd.h.

Constructor & Destructor Documentation

◆ DDDividedTrdY()

DDDividedTrdY::DDDividedTrdY ( const DDDivision div,
DDCompactView cpv 
)

Definition at line 117 of file DDDividedTrd.cc.

References DDDividedGeometryObject::calculateNDiv(), DDDividedGeometryObject::calculateWidth(), checkParametersValidity(), DDDividedGeometryObject::compNDiv_, DDDividedGeometryObject::compWidth_, DDDividedGeometryObject::div_, DDDividedGeometryObject::divisionType_, DivNDIV, DivWIDTH, DDDivision::nReplicas(), DDDivision::offset(), DDDivision::parent(), DDDividedGeometryObject::setType(), DDLogicalPart::solid(), DDDivision::width(), and DDTrap::y1().

117  : DDDividedGeometryObject(div, cpv) {
119  setType("DivisionTrdY");
120  DDTrap mtrd = (DDTrap)(div_.parent().solid());
121 
122  if (divisionType_ == DivWIDTH) {
123  compNDiv_ = calculateNDiv(2 * mtrd.y1(), div_.width(), div_.offset());
124  } else if (divisionType_ == DivNDIV) {
125  compWidth_ = calculateWidth(2 * mtrd.y1(), div_.nReplicas(), div_.offset());
126  }
127 }
int nReplicas() const
Definition: DDDivision.cc:51
double offset() const
Definition: DDDivision.cc:55
const DDLogicalPart & parent() const
Definition: DDDivision.cc:57
DDDividedGeometryObject(const DDDivision &div, DDCompactView *cpv)
int calculateNDiv(double motherDim, double width, double offset) const
Interface to a Trapezoid.
Definition: DDSolid.h:88
virtual void setType(const std::string &type)
const DDSolid & solid(void) const
Returns a reference object of the solid being the shape of this LogicalPart.
double width() const
Definition: DDDivision.cc:53
void checkParametersValidity() override
double y1(void) const
Half-length along y of the face at -pDz.
Definition: DDSolid.cc:141
double calculateWidth(double motherDim, int nDiv, double offset) const
dd4hep::Trap DDTrap

Member Function Documentation

◆ checkParametersValidity()

void DDDividedTrdY::checkParametersValidity ( void  )
overridevirtual

Reimplemented from DDDividedGeometryObject.

Definition at line 180 of file DDDividedTrd.cc.

References DDTrap::alpha1(), DDTrap::alpha2(), DDDividedGeometryObject::checkParametersValidity(), DDDividedGeometryObject::div_, Exception, DDDivision::parent(), DDTrap::phi(), alignCSCRings::s, DDLogicalPart::solid(), AlCaHLTBitMon_QueryRunRegistry::string, DDTrap::theta(), DDDividedGeometryObject::tolerance(), DDTrap::y1(), and DDTrap::y2().

Referenced by DDDividedTrdY().

180  {
182 
183  DDTrap mtrd = (DDTrap)(div_.parent().solid());
184 
185  double mpDy1 = mtrd.y1(); // Y half length1
186  double mpDy2 = mtrd.y2(); // Y half length2
187  double mpTheta = mtrd.theta();
188  double mpPhi = mtrd.phi();
189  double mpAlpha1 = mtrd.alpha1();
190  double mpAlpha2 = mtrd.alpha2();
191 
192  if (fabs(mpDy1 - mpDy2) > tolerance()) {
193  std::string s = "ERROR - DDDividedTrdY::checkParametersValidity()";
194  s += "\n Making a division of a TRD along axis Y while";
195  s += "\n the Y half lengths are not equal is not (yet)";
196  s += "\n supported. It will result in non-equal";
197  s += "\n division solids.";
198  throw cms::Exception("DDException") << s;
199  }
200  // mec: we only have traps, not trds in DDD, so I added this check
201  // to make sure it is only a trd (I think! :-))
202  if (mpAlpha1 != 0._deg || mpAlpha2 != 0._deg || mpTheta != 0._deg || mpPhi != 0._deg) {
203  std::string s = "ERROR - DDDividedTrdY::checkParametersValidity()";
204  s += "\n Making a division of a TRD along axis X,";
205  s += "\n while the theta, phi and aplhpa2 are not zero,";
206  s += "\n is not (yet) supported. It will result";
207  s += "\n in non-equal division solids.";
208  throw cms::Exception("DDException") << s;
209  }
210 }
double phi(void) const
Azimuthal angle of the line joining the centres of the faces at -/+pDz.
Definition: DDSolid.cc:139
const DDLogicalPart & parent() const
Definition: DDDivision.cc:57
virtual void checkParametersValidity(void)
static const double tolerance(void)
Interface to a Trapezoid.
Definition: DDSolid.h:88
double y2(void) const
Half-length along y of the face at +pDz.
Definition: DDSolid.cc:149
double alpha1(void) const
Angle with respect to the y axis from the centre of the side at y=-pDy1 to the centre at y=+pDy1 of t...
Definition: DDSolid.cc:147
const DDSolid & solid(void) const
Returns a reference object of the solid being the shape of this LogicalPart.
double alpha2(void) const
Angle with respect to the y axis from the centre of the side at y=-pDy2 to the centre at y=+pDy2 of t...
Definition: DDSolid.cc:155
double y1(void) const
Half-length along y of the face at -pDz.
Definition: DDSolid.cc:141
dd4hep::Trap DDTrap
double theta(void) const
Polar angle of the line joining the centres of the faces at -/+pDz.
Definition: DDSolid.cc:137

◆ getMaxParameter()

double DDDividedTrdY::getMaxParameter ( void  ) const
overridevirtual

Reimplemented from DDDividedGeometryObject.

Definition at line 129 of file DDDividedTrd.cc.

References DDDividedGeometryObject::div_, DDDivision::parent(), DDLogicalPart::solid(), and DDTrap::y1().

129  {
130  DDTrap mtrd = (DDTrap)(div_.parent().solid());
131  return 2 * mtrd.y1();
132 }
const DDLogicalPart & parent() const
Definition: DDDivision.cc:57
Interface to a Trapezoid.
Definition: DDSolid.h:88
const DDSolid & solid(void) const
Returns a reference object of the solid being the shape of this LogicalPart.
double y1(void) const
Half-length along y of the face at -pDz.
Definition: DDSolid.cc:141
dd4hep::Trap DDTrap

◆ makeDDLogicalPart()

DDLogicalPart DDDividedTrdY::makeDDLogicalPart ( int  copyNo) const
overridevirtual

Reimplemented from DDDividedGeometryObject.

Definition at line 157 of file DDDividedTrd.cc.

References DDDividedGeometryObject::compWidth_, DDDividedGeometryObject::div_, DDTrap::halfZ(), DDLogicalPart::material(), DDBase< N, C >::name(), DDDivision::parent(), DDLogicalPart::solid(), DDSolidFactory::trap(), DDTrap::x1(), DDTrap::x2(), DDTrap::x3(), and DDTrap::x4().

157  {
158  //---- The division along Y of a Trd will result a Trd, only
159  //--- if Y at -Z and +Z are equal, else use the G4Trap version
160  DDTrap mtrd = (DDTrap)(div_.parent().solid());
161  DDMaterial usemat = div_.parent().material();
162 
163  double pDx1 = mtrd.x1(); // X half length1 at Y+
164  double pDx2 = mtrd.x2(); // X half length2 at Y+
165  double pDx3 = mtrd.x3(); // X half length1 at Y-
166  double pDx4 = mtrd.x4(); // X half length2 at Y-
167  double pDz = mtrd.halfZ(); // Z half length
168  double pDy = compWidth_ / 2.;
169 
170  DDName solname(div_.name());
171  DDSolid dsol(solname);
172  DDLogicalPart ddlp(solname);
173  if (!dsol.isDefined().second) {
174  dsol = DDSolidFactory::trap(solname, pDz, 0._deg, 0._deg, pDy, pDx1, pDx2, 0._deg, pDy, pDx3, pDx4, 0._deg);
175  DDLogicalPart ddlp(solname, usemat, dsol);
176  }
177  return ddlp;
178 }
DDMaterial is used to define and access material information.
Definition: DDMaterial.h:45
double halfZ(void) const
half of the z-Axis
Definition: DDSolid.cc:135
DDName is used to identify DDD entities uniquely.
Definition: DDName.h:17
const DDLogicalPart & parent() const
Definition: DDDivision.cc:57
A DDSolid represents the shape of a part.
Definition: DDSolid.h:39
double x3(void) const
Half-length along x of the side at y=-pDy2 of the face at +pDz.
Definition: DDSolid.cc:151
Interface to a Trapezoid.
Definition: DDSolid.h:88
A DDLogicalPart aggregates information concerning material, solid and sensitveness ...
Definition: DDLogicalPart.h:93
static DDSolid trap(const DDName &name, double pDz, double pTheta, double pPhi, double pDy1, double pDx1, double pDx2, double pAlp1, double pDy2, double pDx3, double pDx4, double pAlp2)
Definition: DDSolid.cc:609
double x4(void) const
Half-length along x of the side at y=+pDy2 of the face at +pDz.
Definition: DDSolid.cc:153
const DDMaterial & material(void) const
Returns a reference object of the material this LogicalPart is made of.
const N & name() const
Definition: DDBase.h:59
double x2(void) const
Half-length along x of the side at y=+pDy1 of the face at -pDz.
Definition: DDSolid.cc:145
const DDSolid & solid(void) const
Returns a reference object of the solid being the shape of this LogicalPart.
dd4hep::Trap DDTrap
double x1(void) const
Half-length along x of the side at y=-pDy1 of the face at -pDz.
Definition: DDSolid.cc:143

◆ makeDDRotation()

DDRotation DDDividedTrdY::makeDDRotation ( int  copyNo) const
overridevirtual

Reimplemented from DDDividedGeometryObject.

Definition at line 155 of file DDDividedTrd.cc.

155 { return DDRotation(); }
Represents a uniquely identifyable rotation matrix.
Definition: DDTransform.h:57

◆ makeDDTranslation()

DDTranslation DDDividedTrdY::makeDDTranslation ( int  copyNo) const
overridevirtual

Reimplemented from DDDividedGeometryObject.

Definition at line 134 of file DDDividedTrd.cc.

References DDDivision::axis(), DDDividedGeometryObject::compWidth_, DDDividedGeometryObject::div_, Exception, DDAxesNames::name(), DDDivision::offset(), DDDivision::parent(), alignCSCRings::s, DDLogicalPart::solid(), AlCaHLTBitMon_QueryRunRegistry::string, y, and DDTrap::y1().

134  {
135  DDTrap mtrd = (DDTrap)(div_.parent().solid());
136  double mdy = mtrd.y1();
137 
138  //----- translation
139  double posi = -mdy + div_.offset() + (copyNo + 0.5) * compWidth_;
140 
141  if (div_.axis() == DDAxes::y) {
142  return DDTranslation(0.0, posi, 0.0);
143  } else {
144  std::string s = "ERROR - DDDividedTrdY::makeDDTranslation()";
145  s += "\n Axis is along ";
147  s += " !\n";
148  s += "DDDividedTrdY::makeDDTranslation()";
149  s += " IllegalConstruct: Only axes along y are allowed !";
150  throw cms::Exception("DDException") << s;
151  }
152  return DDTranslation();
153 }
double offset() const
Definition: DDDivision.cc:55
DDAxes axis() const
Definition: DDDivision.cc:49
const DDLogicalPart & parent() const
Definition: DDDivision.cc:57
Interface to a Trapezoid.
Definition: DDSolid.h:88
const DDSolid & solid(void) const
Returns a reference object of the solid being the shape of this LogicalPart.
double y1(void) const
Half-length along y of the face at -pDz.
Definition: DDSolid.cc:141
dd4hep::Trap DDTrap
static const std::string name(const DDAxes &s)
Definition: DDAxes.cc:24
ROOT::Math::DisplacementVector3D< ROOT::Math::Cartesian3D< double > > DDTranslation
Definition: DDTranslation.h:7