Go to the source code of this file.
◆ algorithm()
Definition at line 17 of file DDPixFwdDiskAlgo.cc.
26 std::vector<double> bladeZShift;
36 startCopyNo =
args.find(
"StartCopyNo") ?
args.value<
int>(
"StartCopyNo") : 0;
37 nBlades =
args.value<
int>(
"NumberOfBlades");
38 bladeAngle =
args.value<
double>(
"BladeAngle");
39 bladeTilt =
args.value<
double>(
"BladeTilt");
40 zPlane =
args.value<
double>(
"BladeCommonZ");
41 anchorR =
args.value<
double>(
"AnchorRadius");
43 bladeZShift =
args.value<std::vector<double> >(
"BladeZShift");
50 childName = ns.prepend(childName);
54 edm::LogVerbatim(
"TrackerGeom") <<
"DDPixFwdDiskAlgo debug: Parent " << mother.name() <<
"\tChild " <<
child.name()
55 <<
" NameSpace " << ns.name() <<
"\tRot Name " << rotName <<
"\tCopyNo (Start/Total) "
56 << startCopyNo <<
", " << nBlades <<
"\tAngles " <<
convertRadToDeg(bladeAngle)
57 <<
", " <<
convertRadToDeg(bladeTilt) <<
"\tZshifts " << zPlane <<
"\tAnchor Radius "
60 for (
int iBlade = 0; iBlade < nBlades; ++iBlade) {
61 edm::LogVerbatim(
"TrackerGeom") <<
"DDPixFwdDiskAlgo: Blade " << iBlade <<
" flag " << flagString[iBlade]
62 <<
" zshift " << bladeZShift[iBlade];
65 double deltaPhi = 360.0_deg / (double)nBlades;
66 int copyNo = startCopyNo;
69 for (
int iBlade = 0; iBlade < nBlades; ++iBlade) {
70 if (flagString[iBlade] == flagSelector[0]) {
71 std::string rotstr = rotName[0] + std::to_string(
double(copyNo));
74 double thetx = acos(-
sin(bladeAngle));
78 double thety = acos(
cos(bladeAngle) *
sin(bladeTilt));
82 double thetz = acos(
cos(bladeAngle) *
cos(bladeTilt));
84 auto rot = dd4hep::Rotation3D();
86 auto irot = ctxt.
rotations.find(ns.prepend(rotstr));
101 <<
", " <<
sin(
phi) *
cos(bladeAngle) <<
", "
105 <<
", " << -
sin(bladeAngle) <<
", " <<
cos(bladeAngle) *
sin(bladeTilt) <<
", "
106 <<
cos(bladeAngle) *
cos(bladeTilt);
111 double zpos = anchorR * (
cos(bladeAngle) *
sin(bladeTilt)) + zPlane + bladeZShift[iBlade];
114 pv = mother.placeVolume(
child, copyNo, dd4hep::Transform3D(
rot, tran));
115 edm::LogVerbatim(
"TrackerGeom") <<
"DDPixFwdDiskAlgo test: " <<
pv.name() <<
": " << childName <<
" number "
116 << copyNo <<
" positioned in " << mother.name() <<
" at " << tran <<
" with "
References writedatasetfile::args, angle_units::operators::convertRadToDeg(), funct::cos(), SiPixelRawToDigiRegional_cfi::deltaPhi, MillePedeFileConverter_cfg::e, cms::makeRotation3D(), cms::DDNamespace::name(), NAMESPACE_SEP, PixelTestBeamValidation_cfi::Position, cms::DDNamespace::prepend(), MetAnalyzer::pv(), makeMuonMisalignmentScenario::rot, cms::DDParsingContext::rotations, cms::s_executed, funct::sin(), AlCaHLTBitMon_QueryRunRegistry::string, and cms::DDNamespace::volume().
◆ DD4HEP_OPEN_PLUGIN()
DD4HEP_OPEN_PLUGIN |
( |
dd4hep |
, |
|
|
ddcms_det_element_DDCMS_track_DDPixFwdDiskAlgo |
|
|
) |
| |
DDRotationMatrix makeRotation3D(double thetaX, double phiX, double thetaY, double phiY, double thetaZ, double phiZ)
std::unordered_map< std::string, dd4hep::Rotation3D > rotations