Go to the source code of this file.
Definition at line 11 of file DDTECPhiAltAlgo.cc.
References writedatasetfile::args, cms::DDAlgoArguments::childName(), angle_units::operators::convertRadToDeg(), funct::cos(), cms::DDAlgoArguments::find(), mps_fire::i, cms::makeRotation3D(), cms::DDNamespace::name(), contentValuesFiles::number, cms::DDAlgoArguments::parentName(), PixelTestBeamValidation_cfi::Position, CosmicsPD_Skims::radius, idealTransformation::rotation, funct::sin(), theta(), cms::DDAlgoArguments::value(), and cms::DDNamespace::volume().
16 double startAngle =
args.value<
double>(
"StartAngle");
17 double incrAngle =
args.value<
double>(
"IncrAngle");
19 double zIn =
args.value<
double>(
"ZIn");
20 double zOut =
args.value<
double>(
"ZOut");
22 int startCopyNo =
args.find(
"StartCopyNo") ?
args.value<
int>(
"StartCopyNo") : 1;
23 int incrCopyNo =
args.find(
"IncrCopyNo") ?
args.value<
int>(
"IncrCopyNo") : 1;
28 <<
convertRadToDeg(incrAngle) <<
"\tZ in/out " << zIn <<
", " << zOut <<
"\tCopy Numbers "
29 << number <<
" Start/Increment " << startCopyNo <<
", " << incrCopyNo;
30 edm::LogVerbatim(
"TECGeom") <<
"debug: Parent " << mother.name() <<
"\tChild " << child.name() <<
" NameSpace "
34 double theta = 90._deg;
35 int copyNo = startCopyNo;
37 double phiz = startAngle +
i * incrAngle;
38 double phix = phiz + 90._deg;
40 Position tran(radius *
cos(phiz), radius *
sin(phiz), (
i % 2 == 0) ? zIn : zOut);
41 mother.placeVolume(child, copyNo, Transform3D(rotation, tran));
42 edm::LogVerbatim(
"TECGeom") <<
"test: " << child.name() <<
" number " << copyNo <<
" positioned in "
43 << mother.name() <<
" at " << tran <<
" with " <<
rotation;
Log< level::Info, true > LogVerbatim
constexpr NumType convertRadToDeg(NumType radians)
Sin< T >::type sin(const T &t)
Geom::Theta< T > theta() const
DDRotationMatrix makeRotation3D(double thetaX, double phiX, double thetaY, double phiY, double thetaZ, double phiZ)
Cos< T >::type cos(const T &t)
DD4HEP_OPEN_PLUGIN |
( |
dd4hep |
, |
|
|
ddcms_det_element_DDCMS_track_DDTECPhiAltAlgo |
|
|
) |
| |