19 mergePosition_(mergePosition),
31 firstHEDoublePhiRing_(999),
32 firstHEQuadPhiRing_(999),
33 firstHFQuadPhiRing_(40),
34 firstHETripleDepthRing_(999),
54 int unit =
static_cast<int>((
i.dphi / 5.0_deg) + 0.01);
115 if (
eta <
i.etaMax) {
121 const double fiveDegInRad = 5.0_deg;
123 int units = (
int)(
k / fiveDegInRad + 0.5);
127 int units = (
int)(
k / fiveDegInRad + 0.5);
135 edm::LogVerbatim(
"HCalGeom") <<
"Set segmentation for ring " <<
ring <<
" with " << segmentation.size()
137 for (
unsigned int k = 0;
k < segmentation.size(); ++
k)
143 edm::LogVerbatim(
"HCalGeom") <<
"Set Plan-1 segmentation for ring " <<
ring <<
" with " << segmentation.size()
145 for (
unsigned int k = 0;
k < segmentation.size(); ++
k)
165 mergePosition_(
false),
181 firstHEQuadPhiRing_(999),
182 firstHFQuadPhiRing_(40),
192 HBSize_(kHBSizePreLS1),
193 HESize_(kHESizePreLS1),
196 HTSize_(kHTSizePreLS1),
197 CALIBSize_(kCALIBSizePreLS1),
221 edm::LogWarning(
"HCalGeom") <<
"This is an incomplete constructor of HcalTopology - be warned that many " 222 <<
"functionalities will not be there - revert from this - get from EventSetup";
255 if ((
id.
iphi() % 4) != 1)
260 }
else if (
id.
version() == 1) {
283 unsigned int iphi =
static_cast<unsigned int>(tid.
iphi());
310 unsigned int iphi =
static_cast<unsigned int>(tid.
iphi());
316 unsigned int iphi =
static_cast<unsigned int>(tid.
iphi());
321 unsigned int iphi =
static_cast<unsigned int>(tid.
iphi());
352 switch (
id.subdet()) {
404 std::vector<DetId> vNeighborsDetId;
407 if (neighbors[
i].oldFormat())
408 neighbors[
i].changeForm();
409 vNeighborsDetId.emplace_back(
DetId(neighbors[
i].
rawId()));
411 return vNeighborsDetId;
415 std::vector<DetId> vNeighborsDetId;
418 if (neighbors[
i].oldFormat())
419 neighbors[
i].changeForm();
420 vNeighborsDetId.emplace_back(
DetId(neighbors[
i].
rawId()));
422 return vNeighborsDetId;
426 std::vector<DetId> vNeighborsDetId;
431 vNeighborsDetId.emplace_back(
DetId(neighbor.
rawId()));
433 return vNeighborsDetId;
437 std::vector<DetId> vNeighborsDetId;
442 vNeighborsDetId.emplace_back(
DetId(neighbor.
rawId()));
444 return vNeighborsDetId;
449 std::vector<DetId> vNeighborsDetId;
453 vNeighborsDetId.emplace_back(neighbor);
455 return vNeighborsDetId;
460 std::vector<DetId> vNeighborsDetId;
464 vNeighborsDetId.emplace_back(neighbor);
466 return vNeighborsDetId;
493 int iphi_l =
std::min(iphi1, iphi2);
494 int iphi_h =
std::max(iphi1, iphi2);
495 int depth_l =
std::min(depth1, depth2);
496 int depth_h =
std::max(depth1, depth2);
540 const int ip(
id.
iphi());
543 return ((ip >= 1) && (ip <=
IPHI_MAX) && (
dp >= 1) && (ie >= 1) &&
544 (((sd ==
HcalBarrel) && (((ie <= 14) && (
dp == 1)) || (((ie == 15) || (ie == 16)) && (
dp <= 2)))) ||
547 ((ie >= 18) && (ie <= 20) && (
dp <= 2)) || ((ie >= 21) && (ie <= 26) && (
dp <= 2) && (ip % 2 == 1)) ||
548 ((ie >= 27) && (ie <= 28) && (
dp <= 3) && (ip % 2 == 1)) || ((ie == 29) && (
dp <= 2) && (ip % 2 == 1)))) ||
558 int ieta =
id.ieta();
559 int aieta =
id.ietaAbs();
560 int depth =
id.depth();
561 int iphi =
id.iphi();
562 int zside =
id.zside();
572 (depth < hcons_->getMinDepth(0, aieta,
iphi,
zside)))
585 if (aieta ==
i.ieta) {
605 (((aieta >= 17 && aieta < firstHETripleDepthRing()) || aieta == lastHERing()) && depth > 2) ||
630 switch (
id.subdet()) {
682 switch (
id.subdet()) {
747 int aieta =
id.ietaAbs();
764 if (!
valid(neighbors[0]))
772 int aieta =
id.ietaAbs();
792 }
else if (aieta == 1) {
801 if (!
valid(neighbors[0]) &&
n == 2) {
802 if (!
valid(neighbors[1]))
806 neighbors[0] = neighbors[1];
809 if (
n == 2 && !
valid(neighbors[1]))
811 if (
n == 1 && !
valid(neighbors[0]))
877 int nDepthBins(0), startingBin(0);
882 if (
depth >= (startingBin + nDepthBins)) {
918 int nDepthBins, startingBin;
934 }
else if (
depth <= 0) {
942 depth =
i.depthStart +
i.layer.size() - 1;
976 if (phiTableVal != 0.0)
977 lastPhiBin =
static_cast<int>((2._pi / phiTableVal) + 0.001);
1009 for (
unsigned int k = 0;
k <
etaTable.size() - 1; ++
k) {
1043 else if (
phi > 2._pi)
1045 int phibin(1),
unit(1);
1059 iphi = (phibin - 1) * 2 + 1;
1061 iphi = (phibin - 1) * 4 + 3;
1068 SegmentationMap::const_iterator
pos;
1072 throw cms::Exception(
"HcalTopology") <<
"No depth segmentation found for ring" <<
ring;
1077 throw cms::Exception(
"HcalTopology") <<
"No depth segmentation found for ring" <<
ring;
1082 readoutDepths =
pos->second;
1094 std::vector<int> readoutDepths;
1097 int d2 =
std::upper_bound(readoutDepths.begin(), readoutDepths.end(),
depth) - readoutDepths.begin();
1098 return std::pair<int, int>(
d1, d2);
1126 int ieta = (keta > 0) ? keta : -keta;
1138 return std::pair<double, double>(0, 0);
1144 const int ip(hid.
iphi());
1147 const int zn(hid.
zside() < 0 ? 1 : 0);
1148 unsigned int retval =
1150 ? (ip - 1) * 18 +
dp - 1 + ie - (ie < 16 ? 1 : 0) + zn *
kHBhalf 1152 ? 2 *
kHBhalf + (ip - 1) * 8 + (ip / 2) * 20 +
1153 ((ie == 16 || ie == 17)
1155 : ((ie >= 18 && ie <= 20)
1156 ? 2 + 2 * (ie - 18) +
dp - 1
1157 : ((ie >= 21 && ie <= 26)
1158 ? 8 + 2 * (ie - 21) +
dp - 1
1159 : ((ie >= 27 && ie <= 28) ? 20 + 3 * (ie - 27) +
dp - 1
1160 : 26 + 2 * (ie - 29) +
dp - 1)))) +
1165 ((ip - 1) / 2) * 22 + 2 * (ie - 29) + (
dp - 1) + zn *
kHFhalf 1172 const int ip(hid.
iphi());
1175 const int zn(hid.
zside() < 0 ? 1 : 0);
1176 unsigned int retval = 0xFFFFFFFFu;
1178 retval = (ip - 1) * 18 +
dp - 1 + ie - (ie < 16 ? 1 : 0) + zn *
kHBhalf;
1191 const int ip(hid.
iphi());
1194 const int zn(hid.
zside() < 0 ? 1 : 0);
1195 unsigned int retval = 0xFFFFFFFFu;
1197 retval = (ip - 1) * 8 + (ip / 2) * 20 +
1198 ((ie == 16 || ie == 17)
1200 : ((ie >= 18 && ie <= 20)
1201 ? 2 + 2 * (ie - 18) +
dp - 1
1202 : ((ie >= 21 && ie <= 26) ? 8 + 2 * (ie - 21) +
dp - 1
1203 : ((ie >= 27 && ie <= 28) ? 20 + 3 * (ie - 27) +
dp - 1
1204 : 26 + 2 * (ie - 29) +
dp - 1)))) +
1218 const int ip(hid.
iphi());
1220 const int zn(hid.
zside() < 0 ? 1 : 0);
1222 unsigned int retval = 0xFFFFFFFFu;
1224 retval = (ip - 1) * 15 + (ie - 1) + zn *
kHOhalf;
1236 const int ip(hid.
iphi());
1239 const int zn(hid.
zside() < 0 ? 1 : 0);
1241 unsigned int retval = 0xFFFFFFFFu;
1243 retval = ((ip - 1) / 4) * 4 + ((ip - 1) / 2) * 22 + 2 * (ie - 29) + (
dp - 1) + zn *
kHFhalf;
1245 retval =
dp - 1 + 2 * (ip - 1);
1259 unsigned int ivers = tid.
version();
1263 if ((
iphi - 1) % 4 == 0)
1285 unsigned int index = 0xFFFFFFFFu;
1292 edm::LogVerbatim(
"HCalGeom") <<
"CALIB_HB: dphi = 4 (18 phi values), 3 channel types (0,1,2), eta = -1 or 1\n " 1293 " total of 18*3*2=108 channels";
1304 edm::LogVerbatim(
"HCalGeom") <<
"CALIB_HE: dphi = 4 (18 phi values), 7 channel types (0,1,2,3,4,5,6), eta = " 1305 "-1/+1\n total of 18*7*2=252 channels if (channel > 2) channel -= 1";
1321 <<
"CALIB_HF: dphi = 18 (4 phi values), 3 channel types (0,1,8), eta = -1 or +1\n or iphi = 1; " 1322 "channel = 9, eta = -1 or +1 total channels 4*3*2=24 + 2";
1353 }
else if (
ieta > 0) {
1365 edm::LogVerbatim(
"HCalGeom") <<
"HX: for YB0/HO0 phi is grouped in 6 groups of 6 with dphi=2 but the transitions " 1366 "are 1 or 3 in such a way that the %36 operation yeilds unique values for every " 1367 "iphi\n ieta = 0 for HO2M/HO1M ieta=2 for HO1P/HO2P; /ieta = 1 YB0/HO0";
1394 unsigned int hid0(hid);
1397 int ieta(0),
iphi(0), ichan(0), ctype(0);
1399 int id0 =
static_cast<int>(hid0);
1409 int id0 =
static_cast<int>(hid0);
1419 int id0 =
static_cast<int>(hid0);
1429 int id0 =
static_cast<int>(hid0);
1474 << ctype <<
" " <<
id;
1480 iphi =
static_cast<int>(hid0) + 1;
1492 iphi =
static_cast<int>(hid0) + 1;
1524 unsigned int retval(0);
1556 retval = 0xFFFFFFFu;
1582 ip += 1 + (
in > 21 ? 2 : 0);
1594 ie = 1 + (
in - 15 * (ip - 1));
1605 ie = 15 + (
in < 2 ? 1 +
in : 2 + (
in < 20 ? 1 + (
in - 2) / 2 : 9 + (
in < 26 ? 1 + (
in - 20) / 3 : 3)));
1608 : (
in < 2 ? 1 : (
in < 20 ? 1 + (
in - 2) % 2 : (
in < 26 ? 1 + (
in - 20) % 3 : (1 + (
in - 26) % 2)))));
1625 if (denseid <
ncells()) {
1653 }
else if (denseid >= (
HBSize_)) {
static constexpr int minMaxDepth_
int getMinDepth(const int &itype, const int &ieta, const int &iphi, const int &zside) const
static constexpr int chanCalibHF2_
Log< level::Info, true > LogVerbatim
bool validHT(const HcalTrigTowerDetId &id) const
int cboxChannel() const
get the calibration box channel (if relevant)
std::vector< int > unitPhiHF
static constexpr unsigned int kchanCalibHE1_
static constexpr int etaCalibHE_[nEtaCalibHE_]
std::pair< int, int > getEtaRange(const int &i) const
static constexpr unsigned int kchanCalibHF1_
static constexpr unsigned int kPhiCalibHBX_
constexpr bool oldFormat() const
const std::vector< double > & getPhiOffs() const
static constexpr int etaCalibHBX_
static constexpr unsigned int kOffCalibHFX_
unsigned int numberOfShapes_
unsigned int detId2denseIdPreLS1(const DetId &id) const
std::vector< double > dPhiTableHF
void excludeSubdetector(HcalSubdetector subdet)
bool decrementDepth(HcalDetId &id) const
int getDepthEta16(const int &det, const int &iphi, const int &zside) const
std::vector< HcalDDDRecConstants::HcalEtaBin > etaBinsHB_
constexpr int zside() const
get the z-side of the cell (1/-1)
int topoVersion() const override
return a version which identifies the given topology
void getDepthSegmentation(const unsigned ring, std::vector< int > &readoutDepths, const bool flag=false) const
std::vector< int > unitPhi
static constexpr unsigned int kchanCalibHE2_
constexpr int ietaAbs() const
get the absolute value of the cell ieta
int getNPhi(const int &type) const
bool valid(const DetId &id) const override
std::vector< DetId > south(const DetId &id) const override
unsigned int detId2denseIdHF(const DetId &id) const
return a linear packed id from HF
void exclude(const HcalDetId &id)
HcalTopologyMode::TriggerMode triggerMode_
unsigned int detId2denseIdHO(const DetId &id) const
return a linear packed id from HO
static constexpr unsigned int kchanCalibHF2_
std::pair< int, int > segmentBoundaries(const unsigned ring, const unsigned depth, const bool flag=false) const
static constexpr unsigned int kOffCalibHE1_
unsigned int detId2denseId(const DetId &id) const override
return a linear packed id
int decAIEta(const HcalDetId &id, HcalDetId neighbors[2]) const
static constexpr unsigned int nEtaCalibHO_
int incIEta(const HcalDetId &id, HcalDetId neighbors[2]) const
static constexpr unsigned int kPhiCalibHO0_
bool incIPhi(const HcalDetId &id, HcalDetId &neighbor) const
static constexpr int phiCalibHO_[nEtaCalibHO_]
static constexpr int etaCalibHO_[nEtaCalibHO_]
HcalCalibDetId denseId2detIdCALIB(const unsigned int &id) const
return a Calib DetId from linear packed id
static constexpr unsigned int nEtaCalibHF_
static constexpr unsigned int nchanCalibHO_
static constexpr int etaCalibHB_[nEtaCalibHB_]
void find(edm::Handle< EcalRecHitCollection > &hits, DetId thisDet, std::vector< EcalRecHitCollection::const_iterator > &hit, bool debug=false)
int getTriggerMode() const
std::vector< HcalDDDRecConstants::HcalEtaBin > etaBinsHE_
static constexpr unsigned int nPhiCalibHOX_[nEtaCalibHOX_]
bool validDetId(HcalSubdetector subdet, int ieta, int iphi, int depth) const
std::vector< HcalEtaBin > getEtaBins(const int &itype) const
int firstHETripleDepthRing() const
HcalSubdetector hcalSubdet() const
get the HcalSubdetector (if relevant)
static constexpr int chanCalibHE2_
static constexpr unsigned int nEtaCalibHB_
int iphi() const
get the tower iphi
int etaRing(HcalSubdetector subdet, double eta) const
eta and phi index from eta, phi values
static constexpr int phiCalibHOX3_
static constexpr unsigned int kPhiCalibHB_
static constexpr unsigned int nEtaCalibHE_
unsigned int detId2denseIdHE(const DetId &id) const
return a linear packed id from HE
U second(std::pair< T, U > const &p)
static constexpr unsigned int maxPhi_
ALPAKA_FN_ACC ALPAKA_FN_INLINE uint32_t ietaAbs(uint32_t id)
std::vector< DetId > up(const DetId &id) const override
constexpr HcalSubdetector subdet() const
get the subdetector
static constexpr int phiCalibHOX2_
constexpr void changeForm()
int decIEta(const HcalDetId &id, HcalDetId neighbors[2]) const
static constexpr unsigned int nchanCalibHB_
unsigned int detId2denseIdCALIB(const DetId &id) const
return a linear packed id from CALIB
static constexpr int phiCalibHOX1_
unsigned int detId2denseIdHB(const DetId &id) const
return a linear packed id from HB
bool decIPhi(const HcalDetId &id, HcalDetId &neighbor) const
int firstHFQuadPhiRing() const
static constexpr unsigned int kOffCalibHEX_
constexpr int ieta() const
get the cell ieta
int iphi() const
get the low-edge iphi (if relevant)
HcalTopologyMode::Mode mode_
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e< void, edm::EventID const &, edm::Timestamp const & > We also list in braces which AR_WATCH_USING_METHOD_ is used for those or
HcalTopology(const HcalDDDRecConstants *hcons, const bool mergePosition=false)
static constexpr unsigned int mPhiCalibHEX_
std::pair< double, double > etaRange(HcalSubdetector subdet, int ieta) const
static constexpr int chanCalibHE1_[nchanCalibHE1_]
Abs< T >::type abs(const T &t)
const std::vector< double > & getEtaTable() const
DetId denseId2detId(unsigned int) const override
return a linear packed id
static constexpr int etaCalibHEX_[nEtaCalibHEX_]
static constexpr unsigned int kPhiCalibHO2_
std::vector< double > etaTableHF
SegmentationMap depthSegmentation_
static constexpr unsigned int kPhiCalibHO1_
SegmentationMap depthSegmentationOne_
bool validRaw(const HcalDetId &id) const
static constexpr unsigned int mPhiCalibHE_
bool validDetIdPreLS1(const HcalDetId &id) const
int getMaxDepth(const int &type) const
int zside() const
get the sign of ieta (+/-1)
std::vector< DetId > east(const DetId &id) const override
std::vector< double > etaTable
int incAIEta(const HcalDetId &id, HcalDetId neighbors[2]) const
static constexpr unsigned int kOffCalibHB_
Basic3DVector unit() const
static constexpr unsigned int nchanCalibHF1_
unsigned int ncells() const override
return a count of valid cells (for dense indexing use)
std::vector< DetId > down(const DetId &id) const override
const std::vector< double > & getEtaTableHF() const
static constexpr int chanCalibHO_[nchanCalibHO_]
static constexpr unsigned int nchanCalibHE1_
static constexpr unsigned int mPhiCalibHO1_
static constexpr unsigned int kOffCalibHOX_
static constexpr unsigned int kPhiCalibHF1_
int firstHEQuadPhiRing() const
bool isPlan1ToBeMergedId(const HcalDetId &id) const
bool validCalib(const HcalCalibDetId &id) const
static constexpr int etaCalibHOX_[nEtaCalibHOX_]
std::vector< double > phioff
static constexpr int chanCalibHOs_
void depthBinInformation(HcalSubdetector subdet, int etaRing, int iphi, int zside, int &nDepthBins, int &startingBin) const
finds the number of depth bins and which is the number to start with
static constexpr unsigned int kOffCalibHF1_
static constexpr unsigned int nEtaCalibHOX_
static constexpr int chanCalibHF1_[nchanCalibHF1_]
constexpr uint32_t rawId() const
get the raw id
static constexpr unsigned int kOffCalibHE2_
int firstHEDoublePhiRing() const
int maxHFDepth(int ieta, int iphi) const
static constexpr unsigned int kOffCalibHBX_
static constexpr int chanCalibHB_[nchanCalibHB_]
CalibDetType calibFlavor() const
get the flavor of this calibration detid
int ietaAbs() const
get the absolute value of the tower ieta
chan
lumi = TPaveText(lowX+0.38, lowY+0.061, lowX+0.45, lowY+0.161, "NDC") lumi.SetBorderSize( 0 ) lumi...
std::vector< DetId > north(const DetId &id) const override
bool validHcal(const HcalDetId &id) const
static constexpr unsigned int mPhiCalibHO0_
std::vector< double > dPhiTable
static constexpr unsigned int kOffCalibHO2_
TString units(TString variable, Char_t axis)
int getNoff(const int &i) const
static constexpr unsigned int minPhi_
int firstHETripleDepthRing_
bool isPlan1MergedId(const HcalDetId &id) const
static constexpr int etaCalibHF_[nEtaCalibHF_]
int zside() const
get the z-side of the tower (1/-1)
std::vector< HcalDetId > exclusionList_
const std::vector< double > & getPhiTable() const
bool incrementDepth(HcalDetId &id) const
static constexpr unsigned int kPhiCalibHE_
static constexpr unsigned int mPhiCalibHB_
const std::vector< double > & getPhiTableHF() const
static constexpr unsigned int kchanCalibHB_
int phiBin(HcalSubdetector subdet, int etaRing, double phi) const
std::vector< DetId > west(const DetId &id) const override
void setDepthSegmentation(const unsigned ring, const std::vector< int > &readoutDepths, const bool flag)
Log< level::Warning, false > LogWarning
static constexpr int phiCalibHF2_
int version() const
get the version code for the trigger tower
static constexpr unsigned int kOffCalibHO1_
static constexpr unsigned int nEtaCalibHEX_
static constexpr float d1
static constexpr unsigned int kPhiCalibHEX_
int getDepthEta29(const int &iphi, const int &zside, const int &type) const
std::vector< int > getDepth(const int &det, const int &phi, const int &zside, const unsigned int &eta) const
double etaMax(HcalSubdetector subdet) const
constexpr int iphi() const
get the cell iphi
static constexpr unsigned int mPhiCalibHF1_
unsigned int detId2denseIdHT(const DetId &id) const
return a linear packed id from HT
int nPhiBins(int etaRing) const
how many phi segments in this ring
int firstHEDoublePhiRing_
const HcalDDDRecConstants * hcons_
static const int IPHI_MAX
static constexpr unsigned int kOffCalibHF2_
bool isExcluded(const HcalDetId &id) const
constexpr int depth() const
get the tower depth