169 const double tol(0.01);
170 for (
unsigned int i = 0;
i <
layers_.size();
i++) {
172 double routF =
rMax(zi);
176 for (
int ly = laymin; ly < laymax; ++ly) {
185 edm::LogVerbatim(
"HGCalGeom") <<
"DDHGCalModuleAlgo: Layer " << ly <<
":" << ii <<
" Front " << zi <<
", "
186 << routF <<
" Back " << zo <<
", " << rinB <<
" superlayer thickness "
194 double rmax = routF *
cos(alpha) - tol;
195 std::vector<double> pgonZ, pgonRin, pgonRout;
196 pgonZ.emplace_back(-0.5 *
thick_[ii]);
197 pgonZ.emplace_back(0.5 *
thick_[ii]);
198 pgonRin.emplace_back(rinB);
199 pgonRin.emplace_back(rinB);
200 pgonRout.emplace_back(rmax);
201 pgonRout.emplace_back(rmax);
208 << (360.0 +
convertRadToDeg(-alpha)) <<
" with " << pgonZ.size() <<
" sections";
209 for (
unsigned int k = 0;
k < pgonZ.size(); ++
k)
210 edm::LogVerbatim(
"HGCalGeom") <<
"[" <<
k <<
"] z " << pgonZ[
k] <<
" R " << pgonRin[
k] <<
":" << pgonRout[
k];
216 edm::LogVerbatim(
"HGCalGeom") <<
"DDHGCalModuleAlgo: " << solid.
name() <<
" Tubs made of " << matName
217 <<
" of dimensions " << rinB <<
", " << routF <<
", " << 0.5 *
thick_[
ii]
227 edm::LogVerbatim(
"HGCalGeom") <<
"DDHGCalModuleAlgo: " << glog.
name() <<
" number " << copy <<
" positioned in "
228 << module.
name() <<
" at " <<
r1 <<
" with " <<
rot;
234 if (fabs(thickTot - layerThick_[
i]) >
tol_) {
235 if (thickTot > layerThick_[i]) {
236 edm::LogError(
"HGCalGeom") <<
"Thickness of the partition " << layerThick_[
i] <<
" is smaller than thickness "
237 << thickTot <<
" of all its components **** ERROR ****\n";
239 edm::LogWarning(
"HGCalGeom") <<
"Thickness of the partition " << layerThick_[
i] <<
" does not match with "
240 << thickTot <<
" of the components\n";
Log< level::Info, true > LogVerbatim
std::vector< double > slopeB_
void positionSensitive(DDLogicalPart &glog, double rin, double rout, DDCompactView &cpv)
void position(const DDLogicalPart &self, const DDLogicalPart &parent, const std::string ©no, const DDTranslation &trans, const DDRotation &rot, const DDDivision *div=nullptr)
DDMaterial is used to define and access material information.
constexpr NumType convertRadToDeg(NumType radians)
std::vector< std::string > names_
std::vector< double > thick_
DDName is used to identify DDD entities uniquely.
Log< level::Error, false > LogError
A DDSolid represents the shape of a part.
std::vector< std::string > materials_
Represents a uniquely identifyable rotation matrix.
U second(std::pair< T, U > const &p)
Cos< T >::type cos(const T &t)
A DDLogicalPart aggregates information concerning material, solid and sensitveness ...
static DDSolid tubs(const DDName &name, double zhalf, double rIn, double rOut, double startPhi, double deltaPhi)
static constexpr double tol_
std::vector< double > layerThick_
std::vector< int > layers_
std::vector< int > layerSense_
Log< level::Warning, false > LogWarning
std::pair< std::string, std::string > DDSplit(const std::string &n)
split into (name,namespace), separator = ':'
ROOT::Math::DisplacementVector3D< ROOT::Math::Cartesian3D< double > > DDTranslation
static DDSolid polyhedra(const DDName &name, int sides, double startPhi, double deltaPhi, const std::vector< double > &z, const std::vector< double > &rmin, const std::vector< double > &rmax)
Creates a polyhedra (refere to Geant3 or Geant4 documentation)
std::vector< int > layerType_
std::vector< int > copyNumber_