44 std::vector<HcalFlexiHardcodeGeometryLoader::HBHOCellParameters>
result;
45 std::vector<std::pair<double,double> > gconsHB = hcons.
getConstHBHE(0);
46 std::vector<double> layerDepths;
47 layerDepths.push_back(gconsHB[0].
first-gconsHB[0].
second);
48 for (
int i=0;
i<17; ++
i)
49 layerDepths.push_back(gconsHB[
i].first+gconsHB[
i].second);
50 std::vector<HcalDDDRecConstants::HcalEtaBin> etabins = hcons.
getEtaBins(0);
53 std::cout <<
"FlexiGeometryLoader called for " << etabins.size()
54 <<
" Eta Bins" << std::endl;
55 for (
unsigned int k=0;
k<gconsHB.size(); ++
k) {
56 std::cout <<
"gconsHB[" <<
k <<
"] = " << gconsHB[
k].first <<
":"
57 << gconsHB[
k].second <<
" LayerDepth[" <<
k <<
"] = "
58 << layerDepths[
k] << std::endl;
61 for (
unsigned int i=0; i<etabins.size(); ++
i) {
62 int iring = etabins[
i].ieta;
63 int nphi = etabins[
i].nPhi;
64 int depth = etabins[
i].depthStart;
65 for (
unsigned int k=0;
k<etabins[
i].layer.size(); ++
k) {
66 double rmin = layerDepths[etabins[
i].layer[
k].first-1];
67 double rmax = layerDepths[etabins[
i].layer[
k].second];
69 std::cout <<
"HBRing " << iring <<
" eta " << etabins[
i].etaMin <<
":"
70 << etabins[
i].etaMax <<
" depth " << depth <<
" R " << rmin
71 <<
":" << rmax <<
" Phi 1:" << nphi <<
":" << etabins[
i].phi0
72 <<
":" << etabins[
i].dphi <<
" layer[" <<
k <<
"]: "
73 << etabins[
i].layer[
k].first-1 <<
":"
74 << etabins[
i].layer[
k].second << std::endl;
76 result.push_back (
HcalFlexiHardcodeGeometryLoader::HBHOCellParameters(iring, depth, 1, nphi, 1, etabins[i].phi0, etabins[i].dphi, rmin, rmax, etabins[i].
etaMin, etabins[i].
etaMax));
86 const double HORMIN0 = 390.0;
87 const double HORMIN1 = 412.6;
88 const double HORMAX = 413.6;
89 const int nCells = 15;
90 const double etamin[nCells] = {0.000,0.087,0.174, 0.261, 0.3395,0.435,0.522,
91 0.609,0.696,0.783, 0.873, 0.957, 1.044,1.131,
93 const double etamax[nCells] = {0.087,0.174,0.261, 0.3075,0.435, 0.522,0.609,
94 0.696,0.783,0.8494,0.957, 1.044, 1.131,1.218,
96 std::vector<HcalFlexiHardcodeGeometryLoader::HBHOCellParameters>
result;
97 result.reserve (nCells);
99 for (
int i = 0;
i < nCells; ++
i) {
100 double rmin = ((
i < 4) ? HORMIN0 : HORMIN1);
102 result.push_back (
HcalFlexiHardcodeGeometryLoader::HBHOCellParameters(
i+1, 4, 1, 72, 1, 0, dphi, rmin, HORMAX, etamin[
i], etamax[i]));
113 for (
size_t iCell = 0; iCell < fCells.size(); ++iCell) {
116 for (
int iside = -1; iside <= 1; iside += 2) {
120 float x = param.
rMin*
cos (phiCenter);
121 float y = param.
rMin*
sin (phiCenter);
122 float z = iside * param.
rMin * sinh(etaCenter);
125 std::vector<CCGFloat> cellParams;
126 cellParams.reserve (5);
127 cellParams.push_back (0.5 * (param.
etaMax - param.
etaMin));
128 cellParams.push_back (0.5 * param.
dphi);
129 cellParams.push_back (0.5 * (param.
rMax - param.
rMin) * cosh (etaCenter));
130 cellParams.push_back ( fabs( refPoint.
eta() ) ) ;
131 cellParams.push_back ( fabs( refPoint.
z() ) ) ;
133 std::cout <<
"HcalFlexiHardcodeGeometryLoader::fillHBHO-> " << hid <<
" " << hid.
rawId() <<
" " << std::hex << hid.
rawId() <<
std::dec <<
" " << hid.
ieta() <<
'/' << hid.
iphi() <<
'/' << hid.
depth() << refPoint <<
'/' << cellParams [0] <<
'/' << cellParams [1] <<
'/' << cellParams [2] << std::endl;
135 fGeometry->
newCell(refPoint, refPoint, refPoint,
149 std::vector<HcalFlexiHardcodeGeometryLoader::HECellParameters>
result;
150 std::vector<std::pair<double,double> > gconsHE = hcons.
getConstHBHE(1);
151 std::vector<double> layerDepths;
153 std::cout <<
"HcalFlexiHardcodeGeometryLoader:HE with " << gconsHE.size() <<
" cells" << std::endl;
155 if (gconsHE.size() > 0) {
156 unsigned int istart = 1;
157 layerDepths.push_back(gconsHE[istart].
first-gconsHE[istart].
second);
158 for (
unsigned int i=istart;
i<gconsHE.size(); ++
i)
159 layerDepths.push_back(gconsHE[
i].first+gconsHE[
i].second);
160 std::vector<HcalDDDRecConstants::HcalEtaBin> etabins = hcons.
getEtaBins(1);
163 std::cout <<
"FlexiGeometryLoader called for HE with " << etabins.size()
164 <<
" Eta Bins and " << layerDepths.size() <<
" depths"
166 for (
unsigned int i=0; i<layerDepths.size(); ++
i)
167 std::cout <<
" Depth[" << i <<
"] = " << layerDepths[i];
170 for (
unsigned int i=0; i<etabins.size(); ++
i) {
171 int iring = etabins[
i].ieta;
172 int nphi = etabins[
i].nPhi;
173 int depth = etabins[
i].depthStart;
174 double dphi = etabins[
i].dphi;
175 int units = int(((dphi*72)/(2*
M_PI))+0.5);
176 int fioff = (units == 4) ? 3 : 1;
178 for (
unsigned int k=0;
k<etabins[
i].layer.size(); ++
k) {
179 int layf = etabins[
i].layer[
k].first-1;
180 int layl = etabins[
i].layer[
k].second-1;
181 double zmin = layerDepths[layf];
182 double zmax = layerDepths[layl];
184 for (
int k2=layf;
k2<=layl; ++
k2) {
185 if (layerDepths[
k2] > 10) {
186 zmin = layerDepths[
k2];
191 if (zmin >= zmax) zmax = zmin+10.;
193 std::cout <<
"HERing " << iring <<
" eta " << etabins[
i].etaMin <<
":"
194 << etabins[
i].etaMax <<
" depth " << depth <<
" Z " << zmin
195 <<
":" << zmax <<
" Phi 1:" << nphi <<
":" << etabins[
i].phi0
196 <<
":" << dphi <<
":" << units <<
":" << fioff <<
" layer["
197 <<
k <<
"]: " << etabins[
i].layer[
k].first-1 <<
":"
198 << etabins[
i].layer[
k].second-1 << std::endl;
200 result.push_back(
HcalFlexiHardcodeGeometryLoader::HECellParameters(iring, depth, fioff, nphi, units, etabins[i].phi0, dphi, zmin, zmax, etabins[i].
etaMin, etabins[i].
etaMax));
212 const double HEZMIN_H2 = 400.715;
213 const double HEZMID_H2 = 436.285;
214 const double HEZMAX_H2 = 541.885;
216 const double dphi2 = 2*dphi1;
220 HcalFlexiHardcodeGeometryLoader::HECellParameters ( 16, 3, 1, 8, 1, 0, dphi1, 409.885, 462.685, 1.305, 1.373),
221 HcalFlexiHardcodeGeometryLoader::HECellParameters ( 17, 1, 1, 8, 1, 0, dphi1, HEZMIN_H2, 427.485, 1.373, 1.444),
222 HcalFlexiHardcodeGeometryLoader::HECellParameters ( 17, 2, 1, 8, 1, 0, dphi1, 427.485, 506.685, 1.373, 1.444),
223 HcalFlexiHardcodeGeometryLoader::HECellParameters ( 18, 1, 1, 8, 1, 0, dphi1, HEZMIN_H2, HEZMID_H2, 1.444, 1.521),
224 HcalFlexiHardcodeGeometryLoader::HECellParameters ( 18, 2, 1, 8, 1, 0, dphi1, HEZMID_H2, 524.285, 1.444, 1.521),
225 HcalFlexiHardcodeGeometryLoader::HECellParameters ( 19, 1, 1, 8, 1, 0, dphi1, HEZMIN_H2, HEZMID_H2, 1.521, 1.603),
226 HcalFlexiHardcodeGeometryLoader::HECellParameters ( 19, 2, 1, 8, 1, 0, dphi1, HEZMID_H2, HEZMAX_H2, 1.521, 1.603),
227 HcalFlexiHardcodeGeometryLoader::HECellParameters ( 20, 1, 1, 8, 1, 0, dphi1, HEZMIN_H2, HEZMID_H2, 1.603, 1.693),
228 HcalFlexiHardcodeGeometryLoader::HECellParameters ( 20, 2, 1, 8, 1, 0, dphi1, HEZMID_H2, HEZMAX_H2, 1.603, 1.693),
229 HcalFlexiHardcodeGeometryLoader::HECellParameters ( 21, 1, 1, 8, 2, 0, dphi1, HEZMIN_H2, HEZMID_H2, 1.693, 1.79),
230 HcalFlexiHardcodeGeometryLoader::HECellParameters ( 21, 2, 1, 8, 2, 0, dphi1, HEZMID_H2, HEZMAX_H2, 1.693, 1.79),
231 HcalFlexiHardcodeGeometryLoader::HECellParameters ( 22, 1, 1, 8, 2, 0, dphi2, HEZMIN_H2, HEZMID_H2, 1.79, 1.88),
232 HcalFlexiHardcodeGeometryLoader::HECellParameters ( 22, 2, 1, 8, 2, 0, dphi2, HEZMID_H2, HEZMAX_H2, 1.79, 1.88),
233 HcalFlexiHardcodeGeometryLoader::HECellParameters ( 23, 1, 1, 8, 2, 0, dphi2, HEZMIN_H2, HEZMID_H2, 1.88, 1.98),
234 HcalFlexiHardcodeGeometryLoader::HECellParameters ( 23, 2, 1, 8, 2, 0, dphi2, HEZMID_H2, HEZMAX_H2, 1.88, 1.98),
235 HcalFlexiHardcodeGeometryLoader::HECellParameters ( 24, 1, 1, 8, 2, 0, dphi2, HEZMIN_H2, 418.685, 1.98, 2.09),
236 HcalFlexiHardcodeGeometryLoader::HECellParameters ( 24, 2, 1, 8, 2, 0, dphi2, 418.685, HEZMID_H2, 1.98, 2.09),
237 HcalFlexiHardcodeGeometryLoader::HECellParameters ( 24, 3, 1, 8, 2, 0, dphi2, HEZMID_H2, HEZMAX_H2, 1.98, 2.09),
238 HcalFlexiHardcodeGeometryLoader::HECellParameters ( 25, 1, 1, 8, 2, 0, dphi2, HEZMIN_H2, 418.685, 2.09, 2.21),
239 HcalFlexiHardcodeGeometryLoader::HECellParameters ( 25, 2, 1, 8, 2, 0, dphi2, 418.685, HEZMID_H2, 2.09, 2.21),
240 HcalFlexiHardcodeGeometryLoader::HECellParameters ( 25, 3, 1, 8, 2, 0, dphi2, HEZMID_H2, HEZMAX_H2, 2.09, 2.21)
243 std::vector <HcalFlexiHardcodeGeometryLoader::HECellParameters>
result;
244 result.reserve (nCells);
245 for (
int i = 0;
i < nCells; ++
i) result.push_back (cells[
i]);
252 const float HFZMIN1 = 1115.;
253 const float HFZMIN2 = 1137.;
254 const float HFZMAX = 1280.1;
286 std::vector <HcalFlexiHardcodeGeometryLoader::HFCellParameters>
result;
287 result.reserve (nCells);
288 for (
int i = 0;
i < nCells; ++
i) result.push_back (cells[
i]);
294 for (
size_t iCell = 0; iCell < fCells.size(); ++iCell) {
298 for (
int iside = -1; iside <= 1; iside += 2) {
300 float phiCenter = param.
phiStart + (kPhi-0.5)*param.
dphi;
303 float perp = param.
zMin / sinh (etaCenter);
304 float x = perp *
cos (phiCenter);
305 float y = perp *
sin (phiCenter);
306 float z = iside * param.
zMin;
309 std::vector<CCGFloat> cellParams;
310 cellParams.reserve (5);
311 cellParams.push_back (0.5 * (param.
etaMax - param.
etaMin));
312 cellParams.push_back (0.5 * param.
dphi);
313 cellParams.push_back (-0.5 * (param.
zMax - param.
zMin) / tanh (etaCenter));
314 cellParams.push_back ( fabs( refPoint.
eta() ) ) ;
315 cellParams.push_back ( fabs( refPoint.
z() ) ) ;
317 std::cout <<
"HcalFlexiHardcodeGeometryLoader::fillHE-> " << hid <<
" " << hid.
rawId() <<
" " << std::hex << hid.
rawId() <<
std::dec <<
" " << hid.
ieta() <<
'/' << hid.
iphi() <<
'/' << hid.
depth() << refPoint <<
'/' << cellParams [0] <<
'/' << cellParams [1] <<
'/' << cellParams [2] << std::endl;
319 fGeometry->
newCell(refPoint, refPoint, refPoint,
331 for (
size_t iCell = 0; iCell < fCells.size(); ++iCell) {
335 for (
int iside = -1; iside <= 1; iside += 2) {
342 float iEta = inner.
eta();
343 float oEta = outer.
eta();
344 float etaCenter = 0.5 * ( iEta + oEta );
346 float perp = param.
zMin / sinh (etaCenter);
347 float x = perp *
cos (phiCenter);
348 float y = perp *
sin (phiCenter);
349 float z = iside * param.
zMin;
352 std::vector<CCGFloat> cellParams;
353 cellParams.reserve (5);
354 cellParams.push_back (0.5 * ( iEta - oEta ));
356 cellParams.push_back (0.5 * (param.
zMax - param.
zMin));
357 cellParams.push_back ( fabs( refPoint.
eta()));
358 cellParams.push_back ( fabs( refPoint.
z() ) ) ;
360 std::cout <<
"HcalFlexiHardcodeGeometryLoader::fillHF-> " << hid <<
" " << hid.
rawId() <<
" " << std::hex << hid.
rawId() <<
std::dec <<
" " << hid.
ieta() <<
'/' << hid.
iphi() <<
'/' << hid.
depth() << refPoint <<
'/' << cellParams [0] <<
'/' << cellParams [1] <<
'/' << cellParams [2] << std::endl;
362 fGeometry->
newCell(refPoint, refPoint, refPoint,
virtual void newCell(const GlobalPoint &f1, const GlobalPoint &f2, const GlobalPoint &f3, const CCGFloat *parm, const DetId &detId)=0
Sin< T >::type sin(const T &t)
std::vector< HFCellParameters > makeHFCells()
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
int depth() const
get the tower depth
virtual unsigned int numberOfShapes() const
std::vector< HBHOCellParameters > makeHOCells()
Cos< T >::type cos(const T &t)
int ieta() const
get the cell ieta
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)
int iphi() const
get the cell iphi
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