9 : theTopology(topology)
18 std::vector<HcalTrigTowerDetId>
21 std::vector<HcalTrigTowerDetId>
results;
34 ieta *= cellId.
zside();
40 int iphi = (((cellId.
iphi()+1)/4) * 4 + 1)%72;
45 if (hfRing==29) hfRing=30;
47 int ieta = hfRing*cellId.
zside();
48 int iphi = cellId.
iphi();
52 results.emplace_back(
id);
61 int iphi1 = cellId.
iphi();
62 int ieta = cellId.
ieta();
69 if (ieta == 26 and depth == 7)
71 if (ieta == -26 and depth == 7)
84 std::vector<HcalDetId>
89 int tower_ieta = hcalTrigTowerDetId.
ieta();
90 int tower_iphi = hcalTrigTowerDetId.
iphi();
92 int cell_ieta = tower_ieta;
93 int cell_iphi = tower_iphi;
95 int min_depth, n_depths;
101 for (
int cell_depth = min_depth; cell_depth <= min_depth + n_depths - 1; cell_depth++)
109 for (
int ho_depth = min_depth; ho_depth <= min_depth + n_depths - 1; ho_depth++)
122 if (tower_iphi%2 == 0) cell_iphi = tower_iphi - 1;
125 if (
abs(tower_ieta) == 26)
127 if (tower_ieta == 27)
129 if (tower_ieta == -27)
133 for (
int cell_depth = min_depth; cell_depth <= min_depth + n_depths - 1; cell_depth++)
137 if (
abs(tower_ieta) == 28){
139 for (
int cell_depth = min_depth; cell_depth <= min_depth + n_depths - 1; cell_depth++){
140 if (tower_ieta < 0) results.emplace_back(
HcalDetId(
HcalEndcap, tower_ieta - 1, cell_iphi, cell_depth));
141 if (tower_ieta > 0) results.emplace_back(
HcalDetId(
HcalEndcap, tower_ieta + 1, cell_iphi, cell_depth));
151 if (hcalTrigTowerDetId.
version()==0) {
153 int HfTowerPhiSize = 72 /
nPhiBins(tower_ieta,0);
158 for (
int iHFTowerPhiSegment = 0; iHFTowerPhiSegment < HfTowerPhiSize; iHFTowerPhiSegment++){
160 cell_iphi = (tower_iphi / HfTowerPhiSize) * HfTowerPhiSize;
162 cell_iphi += iHFTowerPhiSegment;
164 cell_iphi = cell_iphi % 72;
167 if (cell_iphi%2 == 0)
continue;
169 for (
int iHFTowerEtaSegment = 0; iHFTowerEtaSegment < HfTowerEtaSize; iHFTowerEtaSegment++){
171 cell_ieta = FirstHFRingInTower + iHFTowerEtaSegment;
173 if (cell_ieta >= 40 && cell_iphi%4 == 1)
continue;
179 if (tower_ieta < 0) zside = -1;
183 for (
int cell_depth = min_depth; cell_depth <= min_depth + n_depths - 1; cell_depth++)
186 if ( zside * cell_ieta == 30 ) {
188 for (
int cell_depth = min_depth; cell_depth <= min_depth + n_depths - 1; cell_depth++)
193 }
else if (hcalTrigTowerDetId.
version()==1) {
195 for (
int cell_depth = min_depth; cell_depth <= min_depth + n_depths - 1; cell_depth++)
197 if (
abs(tower_ieta)==30) {
199 if (tower_ieta < 0) i29 = -29;
201 for (
int cell_depth = min_depth; cell_depth <= min_depth + n_depths - 1; cell_depth++)
213 int ietaAbs =
abs(ieta);
216 return (ietaAbs ==
nTowers(0)) ? 4 : 3;
223 int inputTower =
abs(ietaTower);
225 for(
int iTower =
firstHFTower(0); iTower != inputTower; ++iTower) {
230 if(ietaTower < 0) result *= -1;
236 int ietaAbs =
abs(ieta);
237 std::pair<double,double>
etas =
int zside() const
get the z-side of the tower (1/-1)
HcalSubdetector subdet() const
get the subdetector
std::vector< HcalTrigTowerDetId > towerIds(const HcalDetId &cellId) const
the mapping to and from DetIds
CaloTopology const * topology(0)
const HcalTopology * theTopology
int zside() const
get the z-side of the cell (1/-1)
void towerEtaBounds(int ieta, int version, double &eta1, double &eta2) const
where this tower begins and ends in eta
int ieta() const
get the tower ieta
int hfTowerEtaSize(int ieta) const
HcalTopologyMode::TriggerMode triggerMode() const
int nPhiBins(int ieta, int version) const
the number of phi bins in this eta ring
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
int depth() const
get the tower depth
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
int ieta() const
get the cell ieta
Abs< T >::type abs(const T &t)
int firstHEDoublePhiRing() const
int nTowers(int version) const
number of towers (version dependent)
int ietaAbs() const
get the absolute value of the cell ieta
int iphi() const
get the cell iphi
int firstHFRingInTower(int ietaTower) const
since the towers are irregular in eta in HF
int version() const
get the version code for the trigger tower
std::vector< std::vector< double > > tmp
std::pair< double, double > etaRange(HcalSubdetector subdet, int ieta) const
HcalTrigTowerGeometry(const HcalTopology *topology)
int iphi() const
get the tower iphi
std::vector< HcalDetId > detIds(const HcalTrigTowerDetId &) const
int firstHFTower(int version) const