35 edm::LogVerbatim(
"HGCalGeom") <<
"DDHGCalSiliconModule: Creating an instance";
37 static constexpr double tol1 = 0.01 * dd4hep::mm;
38 static constexpr double tol2 = 0.00001 * dd4hep::mm;
67 <<
" rotation matrix " <<
rotstr_;
69 waferFull_ =
args.value<std::vector<std::string>>(
"WaferNamesFull");
70 waferPart_ =
args.value<std::vector<std::string>>(
"WaferNamesPartial");
73 <<
" partial modules\nDDHGCalSiliconModule:Full Modules:";
74 unsigned int i1max =
static_cast<unsigned int>(
waferFull_.size());
75 for (
unsigned int i1 = 0;
i1 < i1max;
i1 += 2) {
76 std::ostringstream st1;
78 for (
unsigned int i =
i1;
i <
i2; ++
i)
83 i1max =
static_cast<unsigned int>(
waferPart_.size());
84 for (
unsigned int i1 = 0;
i1 < i1max;
i1 += 2) {
85 std::ostringstream st1;
87 for (
unsigned int i =
i1;
i <
i2; ++
i)
92 materials_ =
args.value<std::vector<std::string>>(
"MaterialNames");
93 names_ =
args.value<std::vector<std::string>>(
"VolumeNames");
94 thick_ =
args.value<std::vector<double>>(
"Thickness");
98 for (
unsigned int i = 0;
i <
names_.size(); ++
i)
107 for (
unsigned int i = 0;
i <
layers_.size(); ++
i)
109 <<
" with " <<
layers_[
i] <<
" layers";
126 edm::LogVerbatim(
"HGCalGeom") <<
"First copy number for layer type " <<
i <<
":" <<
ii <<
" with " 140 slopeB_ =
args.value<std::vector<double>>(
"SlopeBottom");
141 zFrontB_ =
args.value<std::vector<double>>(
"ZFrontBottom");
143 slopeT_ =
args.value<std::vector<double>>(
"SlopeTop");
144 zFrontT_ =
args.value<std::vector<double>>(
"ZFrontTop");
147 for (
unsigned int i = 0;
i <
slopeB_.size(); ++
i)
150 for (
unsigned int i = 0;
i <
slopeT_.size(); ++
i)
170 edm::LogVerbatim(
"HGCalGeom") <<
"DDHGCalSiliconModule: NameSpace " << ns.name();
174 edm::LogVerbatim(
"HGCalGeom") <<
"==>> Constructing DDHGCalSiliconModule...";
180 for (
unsigned int i = 0;
i <
layers_.size(); ++
i) {
186 for (
int ly = laymin; ly < laymax; ++ly) {
196 edm::LogVerbatim(
"HGCalGeom") <<
"DDHGCalSiliconModule: Layer " << ly <<
":" <<
ii <<
" Front " 206 std::vector<double> pgonZ, pgonRin, pgonRout;
220 for (
unsigned int isec = 0;
isec < pgonZ.size(); ++
isec) {
223 pgonRout[
isec] = rmax;
228 ns.addSolidNS(ns.prepend(
name), solid);
230 ns.addVolumeNS(glog);
235 <<
" sections and filled with " << matter.name();
236 for (
unsigned int k = 0;
k < pgonZ.size(); ++
k)
245 dd4hep::Solid solid = dd4hep::Tube(rins, routs, hthick, 0.0, 2._pi);
246 ns.addSolidNS(ns.prepend(
name), solid);
248 ns.addVolumeNS(glog);
251 edm::LogVerbatim(
"HGCalGeom") <<
"DDHGCalSiliconModule: " << solid.name() <<
" Tubs made of " << matter.name()
254 <<
cms::convert2mm(hthick) <<
", 0.0, 360.0 and position " << glog.name()
261 dd4hep::Rotation3D
rot;
271 mother.placeVolume(glog,
copy, dd4hep::Transform3D(
rot,
r1));
277 <<
") with " <<
rotName <<
" rotation";
288 <<
": thickness of all its components **** ERROR ****";
291 <<
" does not match with " <<
cms::convert2mm(thickTot) <<
" of the components";
297 edm::LogVerbatim(
"HGCalGeom") <<
"DDHGCalSiliconModule: " <<
copies_.size() <<
" different wafer copy numbers";
299 for (std::unordered_set<int>::const_iterator itr =
copies_.begin(); itr !=
copies_.end(); ++itr, ++
k) {
303 edm::LogVerbatim(
"HGCalGeom") <<
"<<== End of DDHGCalSiliconModule construction...";
Log< level::Info, true > LogVerbatim
std::unordered_set< int > copies_
std::vector< double > slopeT_
std::vector< double > slopeB_
int32_t waferU(const int32_t index)
int32_t waferLayer(const int32_t index)
std::vector< int > copyNumber_
constexpr NumType convertRadToDeg(NumType radians)
constexpr NumType convert2mm(NumType length)
std::vector< int > layerOrient_
std::vector< int > layerSense_
Log< level::Error, false > LogError
int32_t waferOrient(const int32_t property)
static std::string to_string(const XMLCh *ch)
std::vector< double > zFrontT_
static const std::string & rotName(const T &rot, const cms::DDParsingContext &context)
std::vector< double > zFrontB_
std::vector< double > thick_
Cos< T >::type cos(const T &t)
Abs< T >::type abs(const T &t)
std::vector< std::string > names_
int32_t waferThick(const int32_t property)
std::vector< int > waferProperty_
std::vector< std::string > waferPart_
std::vector< double > rMaxFront_
static constexpr int32_t WaferCenterR
std::vector< int > waferLayerStart_
std::vector< std::string > materials_
std::vector< int > layerType_
void positionSensitive(cms::DDParsingContext &ctxt, xml_h e, const dd4hep::Volume &glog, int layer)
int32_t waferPartial(const int32_t property)
int32_t waferV(const int32_t index)
std::vector< int > layers_
Log< level::Warning, false > LogWarning
static int32_t layerType(int type)
std::vector< std::string > waferFull_
std::vector< double > rMinFront_
std::vector< int > waferIndex_
std::vector< double > layerThick_