31 std::cout <<
"FlexiGeometryLoader initialize with ncells "
32 << fTopology.
ncells() <<
" and shapes "
35 <<
" with BH Flag " <<
isBH_ << std::endl;
54 std::vector<HcalFlexiHardcodeGeometryLoader::HBHOCellParameters>
result;
55 std::vector<std::pair<double,double> > gconsHB = hcons.
getConstHBHE(0);
56 std::vector<HcalDDDRecConstants::HcalEtaBin> etabins = hcons.
getEtaBins(0);
59 std::cout <<
"FlexiGeometryLoader called for " << etabins.size()
60 <<
" Eta Bins" << std::endl;
61 for (
unsigned int k=0;
k<gconsHB.size(); ++
k) {
62 std::cout <<
"gconsHB[" <<
k <<
"] = " << gconsHB[
k].first <<
" +- "
63 << gconsHB[
k].second << std::endl;
66 for (
unsigned int i=0;
i<etabins.size(); ++
i) {
67 int iring = etabins[
i].ieta;
68 int nphi = etabins[
i].nPhi;
69 int depth = etabins[
i].depthStart;
70 for (
unsigned int k=0;
k<etabins[
i].layer.size(); ++
k) {
71 int layf = etabins[
i].layer[
k].first-1;
72 int layl = etabins[
i].layer[
k].second-1;
73 double rmin = gconsHB[layf].first-gconsHB[layf].second;
74 double rmax = gconsHB[layl].first+gconsHB[layl].second;
76 std::cout <<
"HBRing " << iring <<
" eta " << etabins[
i].etaMin <<
":"
77 << etabins[
i].etaMax <<
" depth " << depth <<
" R " << rmin
78 <<
":" << rmax <<
" Phi 1:" << nphi <<
":" << etabins[
i].phi0
79 <<
":" << etabins[
i].dphi <<
" layer[" <<
k <<
"]: "
80 << etabins[
i].layer[
k].first-1 <<
":"
81 << etabins[
i].layer[
k].second << std::endl;
83 result.push_back (
HcalFlexiHardcodeGeometryLoader::HBHOCellParameters(iring, depth, 1, nphi, 1, etabins[
i].phi0, etabins[
i].dphi, rmin, rmax, etabins[
i].
etaMin, etabins[
i].
etaMax));
93 const double HORMIN0 = 390.0;
94 const double HORMIN1 = 412.6;
95 const double HORMAX = 413.6;
96 const int nCells = 15;
97 const double etamin[nCells] = {0.000,0.087,0.174, 0.261, 0.3395,0.435,0.522,
98 0.609,0.696,0.783, 0.873, 0.957, 1.044,1.131,
100 const double etamax[nCells] = {0.087,0.174,0.261, 0.3075,0.435, 0.522,0.609,
101 0.696,0.783,0.8494,0.957, 1.044, 1.131,1.218,
103 std::vector<HcalFlexiHardcodeGeometryLoader::HBHOCellParameters>
result;
104 result.reserve (nCells);
106 for (
int i = 0;
i < nCells; ++
i) {
107 double rmin = ((
i < 4) ? HORMIN0 : HORMIN1);
109 result.push_back (
HcalFlexiHardcodeGeometryLoader::HBHOCellParameters(
i+1, 4, 1, 72, 1, 0, dphi, rmin, HORMAX, etamin[
i], etamax[i]));
120 for (
size_t iCell = 0; iCell < fCells.size(); ++iCell) {
123 for (
int iside = -1; iside <= 1; iside += 2) {
127 float x = param.
rMin*
cos (phiCenter);
128 float y = param.
rMin*
sin (phiCenter);
129 float z = iside * param.
rMin * sinh(etaCenter);
132 std::vector<CCGFloat> cellParams;
133 cellParams.reserve (5);
134 cellParams.push_back (0.5 * (param.
etaMax - param.
etaMin));
135 cellParams.push_back (0.5 * param.
dphi);
136 cellParams.push_back (0.5 * (param.
rMax - param.
rMin) * cosh (etaCenter));
137 cellParams.push_back ( fabs( refPoint.
eta() ) ) ;
138 cellParams.push_back ( fabs( refPoint.
z() ) ) ;
140 std::cout <<
"HcalFlexiHardcodeGeometryLoader::fillHBHO-> " << hid
141 <<
" " << hid.
rawId() <<
" " << std::hex << hid.
rawId()
142 <<
std::dec <<
" " << hid <<
" " << refPoint <<
'/'
143 << cellParams [0] <<
'/' << cellParams [1] <<
'/'
144 << cellParams [2] << std::endl;
146 fGeometry->
newCell(refPoint, refPoint, refPoint,
160 std::vector<HcalFlexiHardcodeGeometryLoader::HECellParameters>
result;
161 std::vector<std::pair<double,double> > gconsHE = hcons.
getConstHBHE(1);
163 std::cout <<
"HcalFlexiHardcodeGeometryLoader:HE with " << gconsHE.size()
164 <<
" cells" << std::endl;
166 if (gconsHE.size() > 0) {
167 std::vector<HcalDDDRecConstants::HcalEtaBin> etabins = hcons.
getEtaBins(1);
170 std::cout <<
"FlexiGeometryLoader called for HE with " << etabins.size()
171 <<
" Eta Bins and " << gconsHE.size() <<
" depths"
173 for (
unsigned int i=0;
i<gconsHE.size(); ++
i)
178 for (
unsigned int i=0;
i<etabins.size(); ++
i) {
179 int iring = etabins[
i].ieta;
180 int nphi = etabins[
i].nPhi;
181 int depth = etabins[
i].depthStart;
182 double dphi = etabins[
i].dphi;
183 int units = int(((dphi*72)/(2*
M_PI))+0.5);
184 if (units < 1) units = 1;
185 int fioff = (units == 4) ? 3 : 1;
188 std::cout <<
"FlexiGeometryLoader::Ring " << iring <<
" nphi " << nphi
189 <<
" dstart " << depth <<
" dphi " << dphi <<
" units "
190 << units <<
" fioff " << fioff <<
" layers "
191 << etabins[
i].layer.size() << std::endl;
193 for (
unsigned int k=0;
k<etabins[
i].layer.size(); ++
k) {
194 int layf = etabins[
i].layer[
k].first-1;
195 int layl = etabins[
i].layer[
k].second-1;
196 double zmin = gconsHE[layf].first-gconsHE[layf].second;
197 double zmax = gconsHE[layl].first+gconsHE[layl].second;
199 for (
int k2=layf;
k2<=layl; ++
k2) {
201 zmin = gconsHE[
k2].first-gconsHE[
k2].second;
206 if (zmin >= zmax) zmax = zmin+10.;
208 std::cout <<
"HERing " << iring <<
" eta " << etabins[
i].etaMin <<
":"
209 << etabins[
i].etaMax <<
" depth " << depth <<
" Z " << zmin
210 <<
":" << zmax <<
" Phi 1:" << nphi <<
":" << etabins[
i].phi0
211 <<
":" << dphi <<
":" << units <<
":" << fioff <<
" layer["
212 <<
k <<
"]: " << etabins[
i].layer[
k].first-1 <<
":"
213 << etabins[
i].layer[
k].second-1 << std::endl;
215 result.push_back(
HcalFlexiHardcodeGeometryLoader::HECellParameters(iring, depth, fioff, nphi, units, etabins[
i].phi0, dphi, zmin, zmax, etabins[
i].
etaMin, etabins[
i].
etaMax));
227 const double HEZMIN_H2 = 400.715;
228 const double HEZMID_H2 = 436.285;
229 const double HEZMAX_H2 = 541.885;
231 const double dphi2 = 2*dphi1;
235 HcalFlexiHardcodeGeometryLoader::HECellParameters ( 16, 3, 1, 8, 1, 0, dphi1, 409.885, 462.685, 1.305, 1.373),
236 HcalFlexiHardcodeGeometryLoader::HECellParameters ( 17, 1, 1, 8, 1, 0, dphi1, HEZMIN_H2, 427.485, 1.373, 1.444),
237 HcalFlexiHardcodeGeometryLoader::HECellParameters ( 17, 2, 1, 8, 1, 0, dphi1, 427.485, 506.685, 1.373, 1.444),
238 HcalFlexiHardcodeGeometryLoader::HECellParameters ( 18, 1, 1, 8, 1, 0, dphi1, HEZMIN_H2, HEZMID_H2, 1.444, 1.521),
239 HcalFlexiHardcodeGeometryLoader::HECellParameters ( 18, 2, 1, 8, 1, 0, dphi1, HEZMID_H2, 524.285, 1.444, 1.521),
240 HcalFlexiHardcodeGeometryLoader::HECellParameters ( 19, 1, 1, 8, 1, 0, dphi1, HEZMIN_H2, HEZMID_H2, 1.521, 1.603),
241 HcalFlexiHardcodeGeometryLoader::HECellParameters ( 19, 2, 1, 8, 1, 0, dphi1, HEZMID_H2, HEZMAX_H2, 1.521, 1.603),
242 HcalFlexiHardcodeGeometryLoader::HECellParameters ( 20, 1, 1, 8, 1, 0, dphi1, HEZMIN_H2, HEZMID_H2, 1.603, 1.693),
243 HcalFlexiHardcodeGeometryLoader::HECellParameters ( 20, 2, 1, 8, 1, 0, dphi1, HEZMID_H2, HEZMAX_H2, 1.603, 1.693),
244 HcalFlexiHardcodeGeometryLoader::HECellParameters ( 21, 1, 1, 8, 2, 0, dphi1, HEZMIN_H2, HEZMID_H2, 1.693, 1.79),
245 HcalFlexiHardcodeGeometryLoader::HECellParameters ( 21, 2, 1, 8, 2, 0, dphi1, HEZMID_H2, HEZMAX_H2, 1.693, 1.79),
246 HcalFlexiHardcodeGeometryLoader::HECellParameters ( 22, 1, 1, 8, 2, 0, dphi2, HEZMIN_H2, HEZMID_H2, 1.79, 1.88),
247 HcalFlexiHardcodeGeometryLoader::HECellParameters ( 22, 2, 1, 8, 2, 0, dphi2, HEZMID_H2, HEZMAX_H2, 1.79, 1.88),
248 HcalFlexiHardcodeGeometryLoader::HECellParameters ( 23, 1, 1, 8, 2, 0, dphi2, HEZMIN_H2, HEZMID_H2, 1.88, 1.98),
249 HcalFlexiHardcodeGeometryLoader::HECellParameters ( 23, 2, 1, 8, 2, 0, dphi2, HEZMID_H2, HEZMAX_H2, 1.88, 1.98),
250 HcalFlexiHardcodeGeometryLoader::HECellParameters ( 24, 1, 1, 8, 2, 0, dphi2, HEZMIN_H2, 418.685, 1.98, 2.09),
251 HcalFlexiHardcodeGeometryLoader::HECellParameters ( 24, 2, 1, 8, 2, 0, dphi2, 418.685, HEZMID_H2, 1.98, 2.09),
252 HcalFlexiHardcodeGeometryLoader::HECellParameters ( 24, 3, 1, 8, 2, 0, dphi2, HEZMID_H2, HEZMAX_H2, 1.98, 2.09),
253 HcalFlexiHardcodeGeometryLoader::HECellParameters ( 25, 1, 1, 8, 2, 0, dphi2, HEZMIN_H2, 418.685, 2.09, 2.21),
254 HcalFlexiHardcodeGeometryLoader::HECellParameters ( 25, 2, 1, 8, 2, 0, dphi2, 418.685, HEZMID_H2, 2.09, 2.21),
255 HcalFlexiHardcodeGeometryLoader::HECellParameters ( 25, 3, 1, 8, 2, 0, dphi2, HEZMID_H2, HEZMAX_H2, 2.09, 2.21)
258 std::vector <HcalFlexiHardcodeGeometryLoader::HECellParameters>
result;
259 result.reserve (nCells);
260 for (
int i = 0;
i < nCells; ++
i) result.push_back (cells[
i]);
267 const float HFZMIN1 = 1115.;
268 const float HFZMIN2 = 1137.;
269 const float HFZMAX = 1280.1;
271 unsigned int nCells = cells.size();
272 std::vector <HcalFlexiHardcodeGeometryLoader::HFCellParameters>
result;
273 result.reserve (nCells);
274 for (
unsigned int i = 0;
i < nCells; ++
i) {
276 result.push_back (cell1);
278 result.push_back (cell2);
285 for (
size_t iCell = 0; iCell < fCells.size(); ++iCell) {
289 for (
int iside = -1; iside <= 1; iside += 2) {
291 float phiCenter = param.
phiStart + (kPhi-0.5)*param.
dphi;
294 float perp = param.
zMin / sinh (etaCenter);
295 float x = perp *
cos (phiCenter);
296 float y = perp *
sin (phiCenter);
300 std::vector<CCGFloat> cellParams;
301 cellParams.reserve (5);
302 cellParams.push_back (0.5 * (param.
etaMax - param.
etaMin));
303 cellParams.push_back (0.5 * param.
dphi);
304 cellParams.push_back (-0.5 * (param.
zMax - param.
zMin) / tanh (etaCenter));
305 cellParams.push_back ( fabs( refPoint.
eta() ) ) ;
306 cellParams.push_back ( fabs( refPoint.
z() ) ) ;
308 std::cout <<
"HcalFlexiHardcodeGeometryLoader::fillHE-> " << hid <<
" "
310 <<
" " << hid << refPoint <<
'/' << cellParams [0] <<
'/'
311 << cellParams [1] <<
'/' << cellParams [2] << std::endl;
313 fGeometry->
newCell(refPoint, refPoint, refPoint,
325 for (
size_t iCell = 0; iCell < fCells.size(); ++iCell) {
334 float iEta = inner.
eta();
335 float oEta = outer.
eta();
336 float etaCenter = 0.5 * ( iEta + oEta );
338 float perp = param.
zMin / sinh (etaCenter);
339 float x = perp *
cos (phiCenter);
340 float y = perp *
sin (phiCenter);
344 std::vector<CCGFloat> cellParams;
345 cellParams.reserve (5);
346 cellParams.push_back (0.5 * ( iEta - oEta ));
348 cellParams.push_back (0.5 * (param.
zMax - param.
zMin));
349 cellParams.push_back ( fabs( refPoint.eta()));
350 cellParams.push_back ( fabs( refPoint.z() ) ) ;
352 std::cout <<
"HcalFlexiHardcodeGeometryLoader::fillHF-> " << hid <<
" "
354 <<
" " << hid <<
" " << refPoint <<
'/' << cellParams [0]
355 <<
'/' << cellParams [1] <<
'/' << cellParams [2] << std::endl;
357 fGeometry->
newCell(refPoint, refPoint, refPoint,
unsigned int getHFSize() const
virtual void newCell(const GlobalPoint &f1, const GlobalPoint &f2, const GlobalPoint &f3, const CCGFloat *parm, const DetId &detId)=0
std::vector< HFCellParameters > makeHFCells(const HcalDDDRecConstants &hcons)
Sin< T >::type sin(const T &t)
void fillHBHO(CaloSubdetectorGeometry *fGeometry, const std::vector< HBHOCellParameters > &fCells, bool fHB)
std::vector< HECellParameters > makeHECells_H2()
HcalFlexiHardcodeGeometryLoader(const edm::ParameterSet &)
void allocatePar(ParVec::size_type n, unsigned int m)
std::vector< HBHOCellParameters > makeHBCells(const HcalDDDRecConstants &hcons)
HcalTopologyMode::Mode mode() const
uint32_t rawId() const
get the raw id
U second(std::pair< T, U > const &p)
std::vector< std::pair< double, double > > getConstHBHE(const int type) const
virtual unsigned int numberOfShapes() const
std::vector< HBHOCellParameters > makeHOCells()
Cos< T >::type cos(const T &t)
std::vector< HFCellParameters > getHFCellParameters() const
CaloCellGeometry::CCGFloat CCGFloat
void fillHE(CaloSubdetectorGeometry *fGeometry, const std::vector< HECellParameters > &fCells)
static const CCGFloat * getParmPtr(const std::vector< CCGFloat > &vd, ParMgr *mgr, ParVecVec &pvv)
std::vector< HECellParameters > makeHECells(const HcalDDDRecConstants &hcons)
void fillHF(CaloSubdetectorGeometry *fGeometry, const std::vector< HFCellParameters > &fCells)
CaloCellGeometry::CornersMgr * cornersMgr()
TString units(TString variable, Char_t axis)
T perp() const
Magnitude of transverse component.
CaloSubdetectorGeometry * load(const HcalTopology &fTopology, const HcalDDDRecConstants &hcons)
void allocateCorners(CaloCellGeometry::CornersVec::size_type n)
virtual unsigned int ncells() const
return a count of valid cells (for dense indexing use)
std::vector< HcalEtaBin > getEtaBins(const int itype) const