55 thick_ = nArgs[
"ModuleThickness"];
62 tags_ = vsArgs[
"Tags"];
67 edm::LogVerbatim(
"HGCalGeom") <<
"DDHGCalPassivePartial: " <<
tags_.size() <<
" variations of wafer types";
68 for (
unsigned int k = 0;
k <
tags_.size(); ++
k) {
86 std::ostringstream st1;
102 for (
unsigned int k = 0;
k <
tags_.size(); ++
k) {
106 std::vector<std::pair<double, double> > wxy =
108 std::vector<double> xM, yM;
109 for (
unsigned int i = 0;
i < (wxy.size() - 1); ++
i) {
110 xM.emplace_back(wxy[
i].
first);
111 yM.emplace_back(wxy[
i].
second);
114 std::vector<double> zx(2, 0), zy(2, 0),
scale(2, 1.0);
120 edm::LogVerbatim(
"HGCalGeom") <<
"DDHGCalPassivePartial: " << solid.
name() <<
" extruded polygon made of " 121 << matName <<
" z|x|y|s (0) " <<
zw[0] <<
":" << zx[0] <<
":" << zy[0] <<
":" 122 <<
scale[0] <<
" z|x|y|s (1) " <<
zw[1] <<
":" << zx[1] <<
":" << zy[1] <<
":" 125 for (
unsigned int j = 0;
j < xM.size(); ++
j)
130 std::vector<DDLogicalPart> glogs(
materials_.size());
131 std::vector<int> copyNumber(
materials_.size(), 1);
132 double zi(-0.5 *
thick_), thickTot(0.0);
136 std::vector<double> xL, yL;
137 for (
unsigned int i0 = 0; i0 < (wxy.size() - 1); ++i0) {
138 xL.emplace_back(wxy[i0].
first);
139 yL.emplace_back(wxy[i0].
second);
146 if (copyNumber[
i] == 1) {
155 edm::LogVerbatim(
"HGCalGeom") <<
"DDHGCalPassivePartial: " << solid.
name() <<
" extruded polygon made of " 156 << matN <<
" z|x|y|s (0) " <<
zw[0] <<
":" << zx[0] <<
":" << zy[0] <<
":" 157 <<
scale[0] <<
" z|x|y|s (1) " <<
zw[1] <<
":" << zx[1] <<
":" << zy[1] <<
":" 160 for (
unsigned int j = 0;
j < xL.size(); ++
j)
167 edm::LogVerbatim(
"HGCalGeom") <<
"DDHGCalPassivePartial: " << glogs[
i].name() <<
" number " << copyNumber[
i]
168 <<
" positioned in " << glogM.
name() <<
" at " << tran <<
" with no rotation";
176 edm::LogError(
"HGCalGeom") <<
"Thickness of the partition " <<
thick_ <<
" is smaller than " << thickTot
177 <<
": thickness of all its components **** ERROR ****";
179 edm::LogWarning(
"HGCalGeom") <<
"Thickness of the partition " <<
thick_ <<
" does not match with " << thickTot
180 <<
" of the components";
Log< level::Info, true > LogVerbatim
void position(const DDLogicalPart &self, const DDLogicalPart &parent, const std::string ©no, const DDTranslation &trans, const DDRotation &rot, const DDDivision *div=nullptr)
~DDHGCalPassivePartial() override=default
DDMaterial is used to define and access material information.
DDName is used to identify DDD entities uniquely.
Log< level::Error, false > LogError
Compact representation of the geometrical detector hierarchy.
static std::vector< std::pair< double, double > > waferXY(const int &part, const int &orient, const int &zside, const double &waferSize, const double &offset, const double &xpos, const double &ypos, const bool &v17)
A DDSolid represents the shape of a part.
Represents a uniquely identifyable rotation matrix.
U second(std::pair< T, U > const &p)
std::vector< int > layerType_
std::vector< std::string > placementIndexTags_
DDHGCalPassivePartial()=default
std::vector< std::string > materials_
Abs< T >::type abs(const T &t)
A DDLogicalPart aggregates information concerning material, solid and sensitveness ...
std::vector< int > partialTypes_
std::vector< int > dbl_to_int(const std::vector< double > &vecdbl)
Converts a std::vector of doubles to a std::vector of int.
std::vector< double > layerThick_
static DDSolid extrudedpolygon(const DDName &name, const std::vector< double > &x, const std::vector< double > &y, const std::vector< double > &z, const std::vector< double > &zx, const std::vector< double > &zy, const std::vector< double > &zscale)
std::vector< int > placementIndex_
auto zw(V v) -> Vec2< typename std::remove_reference< decltype(v[0])>::type >
#define DEFINE_EDM_PLUGIN(factory, type, name)
std::vector< std::string > layerNames_
void execute(DDCompactView &cpv) override
Log< level::Warning, false > LogWarning
std::pair< std::string, std::string > DDSplit(const std::string &n)
split into (name,namespace), separator = ':'
std::vector< std::string > tags_
ROOT::Math::DisplacementVector3D< ROOT::Math::Cartesian3D< double > > DDTranslation
void initialize(const DDNumericArguments &nArgs, const DDVectorArguments &vArgs, const DDMapArguments &mArgs, const DDStringArguments &sArgs, const DDStringVectorArguments &vsArgs) override