19 #include "CLHEP/Units/GlobalPhysicalConstants.h" 20 #include "CLHEP/Units/GlobalSystemOfUnits.h" 26 std::cout <<
"DDHGCalModule info: Creating an instance" << std::endl;
38 wafer = vsArgs[
"WaferName"];
40 std::cout <<
"DDHGCalModule: " <<
wafer.size() <<
" wafers" << std::endl;
41 for (
unsigned int i=0;
i<
wafer.size(); ++
i)
45 names = vsArgs[
"VolumeNames"];
46 thick = vArgs[
"Thickness"];
52 <<
" types of volumes" << std::endl;
53 for (
unsigned int i=0;
i<
names.size(); ++
i)
56 <<
" first copy number " <<
copyNumber[
i] << std::endl;
61 std::cout <<
"DDHGCalModule: " <<
layers.size() <<
" blocks" <<std::endl;
62 for (
unsigned int i=0;
i<
layers.size(); ++
i)
64 <<
" with " <<
layers[
i] <<
" layers" << std::endl;
73 <<
" sensitive class " <<
layerSense[
i] << std::endl;
84 slopeB = vArgs[
"SlopeBottom"];
85 slopeT = vArgs[
"SlopeTop"];
90 <<
slopeB[1] <<
" and " <<
slopeT.size() <<
" slopes for top" 92 for (
unsigned int i=0;
i<
slopeT.size(); ++
i)
109 std::cout <<
"==>> Constructing DDHGCalModule..." << std::endl;
114 std::cout <<
copies.size() <<
" different wafer copy numbers" << std::endl;
116 for (std::unordered_set<int>::const_iterator itr=
copies.begin();
117 itr !=
copies.end(); ++itr,++
k) {
118 std::cout <<
"[" << k <<
"] : " << (*itr) <<
" ";
120 if (nk == 8) {
std::cout << std::endl; nk = 0;}
126 std::cout <<
"<<== End of DDHGCalModule construction ..." << std::endl;
134 std::cout <<
"DDHGCalModule test: \t\tInside Layers" << std::endl;
138 const double tol(0.01);
139 for (
unsigned int i=0;
i<
layers.size();
i++) {
141 double routF =
rMax(zi);
145 for (
int ly=laymin; ly<laymax; ++ly) {
154 std::cout <<
"DDHGCalModule test: Layer " << ly <<
":" << ii
155 <<
" Front " << zi <<
", " << routF <<
" Back " << zo <<
", " 156 << rinB <<
" superlayer thickness " << layerThick[
i]
165 double rmax = routF*
cos(alpha) - tol;
166 std::vector<double> pgonZ, pgonRin, pgonRout;
167 pgonZ.emplace_back(-0.5*
thick[ii]); pgonZ.emplace_back(0.5*
thick[ii]);
168 pgonRin.emplace_back(rinB); pgonRin.emplace_back(rinB);
169 pgonRout.emplace_back(rmax); pgonRout.emplace_back(rmax);
172 pgonZ, pgonRin, pgonRout);
176 <<
" polyhedra of " <<
sectors <<
" sectors covering " 177 << -alpha/CLHEP::deg <<
":" 178 << (-alpha+CLHEP::twopi)/CLHEP::deg
179 <<
" with " << pgonZ.size() <<
" sections" << std::endl;
180 for (
unsigned int k=0;
k<pgonZ.size(); ++
k)
181 std::cout <<
"[" <<
k <<
"] z " << pgonZ[
k] <<
" R " << pgonRin[
k]
182 <<
":" << pgonRout[
k] << std::endl;
186 0.5*
thick[ii], rinB, routF, 0.0,
191 <<
" Tubs made of " << matName <<
" of dimensions " << rinB
192 <<
", " << routF <<
", " << 0.5*
thick[
ii] <<
", 0.0, " 193 << CLHEP::twopi/CLHEP::deg << std::endl;
194 std::cout <<
"DDHGCalModule test position in: " << glog.
name()
195 <<
" number " << copy << std::endl;
201 cpv.
position(glog, module, copy, r1, rot);
204 std::cout <<
"DDHGCalModule test: " << glog.
name() <<
" number " 205 << copy <<
" positioned in " << module.
name() <<
" at " << r1
206 <<
" with " << rot << std::endl;
212 if (fabs(thickTot-layerThick[
i]) < 0.00001) {
213 }
else if (thickTot > layerThick[i]) {
214 edm::LogError(
"HGCalGeom") <<
"Thickness of the partition " << layerThick[
i]
215 <<
" is smaller than thickness " << thickTot
216 <<
" of all its components **** ERROR ****\n";
217 }
else if (thickTot < layerThick[i]) {
219 << layerThick[
i] <<
" does not match with " 220 << thickTot <<
" of the components\n";
230 for (
unsigned int k=0;
k<
slopeT.size(); ++
k) {
238 std::cout <<
"rMax : " << z <<
":" << ik <<
":" << r << std::endl;
246 double dy = 3.0*dx*
tan(30.0*CLHEP::deg);
247 double rr = 2.0*dx*
tan(30.0*CLHEP::deg);
249 int nrow = (
int)(rout/(
waferW*
tan(30.0*CLHEP::deg))) + 1;
250 int incm(0), inrm(0), kount(0), ntot(0),
nin(0), nfine(0), ncoarse(0);
253 <<
" Column " << ncol << std::endl;
255 for (
int nr=-nrow; nr <= nrow; ++nr) {
256 int inr = (nr >= 0) ? nr : -nr;
257 for (
int nc=-ncol; nc <=
ncol; ++nc) {
258 int inc = (nc >= 0) ? nc : -nc;
259 if (inr%2 == inc%2) {
262 std::pair<int,int>
corner =
265 if (corner.first > 0) {
266 int copy = inr*100 + inc;
267 if (nc < 0) copy += 10000;
268 if (nr < 0) copy += 100000;
269 if (inc > incm) incm = inc;
270 if (inr > inrm) inrm = inr;
274 double rpos =
std::sqrt(xpos*xpos+ypos*ypos);
285 std::cout <<
"DDHGCalModule: " << name <<
" number " << copy
286 <<
" positioned in " << glog.
ddname() <<
" at " << tran
287 <<
" with " << rotation << std::endl;
295 std::cout <<
"DDHGCalModule: # of columns " << incm <<
" # of rows " 296 << inrm <<
" and " <<
nin <<
":" << kount <<
":" << ntot
297 <<
" wafers (" << nfine <<
":" << ncoarse <<
") for " 298 << glog.
ddname() <<
" R " << rin <<
":" << rout << std::endl;
DDMaterial is used to define and access material information.
std::vector< int > copyNumber
DDName is used to identify DDD entities uniquely.
static std::string & ns()
std::vector< std::string > wafer
std::vector< int > layerSense
Compact representation of the geometrical detector hierarchy.
A DDSolid represents the shape of a part.
std::vector< int > layers
ROOT::Math::DisplacementVector3D< ROOT::Math::Cartesian3D< double > > DDTranslation
Represents a uniquely identifyable rotation matrix.
U second(std::pair< T, U > const &p)
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 > slopeB
std::vector< double > slopeT
std::vector< std::string > names
std::vector< std::string > materials
Cos< T >::type cos(const T &t)
Tan< T >::type tan(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)
void execute(DDCompactView &cpv) override
std::vector< double > rMaxFront
std::unordered_set< int > copies
std::vector< int > layerType
static uint32_t k_CornerSize
void initialize(const DDNumericArguments &nArgs, const DDVectorArguments &vArgs, const DDMapArguments &mArgs, const DDStringArguments &sArgs, const DDStringVectorArguments &vsArgs) override
void position(const DDLogicalPart &self, const DDLogicalPart &parent, const std::string ©no, const DDTranslation &trans, const DDRotation &rot, const DDDivision *div=0)
std::vector< double > thick
std::vector< double > layerThick
void positionSensitive(DDLogicalPart &glog, double rin, double rout, DDCompactView &cpv)
~DDHGCalModule() override
std::vector< double > zFront
void constructLayers(const DDLogicalPart &, DDCompactView &cpv)
std::pair< std::string, std::string > DDSplit(const std::string &n)
split into (name,namespace), separator = ':'
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)