#include <HcalDDDRecConstants.h>
Classes | |
struct | HcalActiveLength |
struct | HcalEtaBin |
struct | HcalID |
struct | HFCellParameters |
Public Member Functions | |
const HcalDDDSimConstants * | dddConstants () const |
int | findDepth (const int &det, const int &eta, const int &phi, const int &zside, const int &lay) const |
std::vector< std::pair< double, double > > | getConstHBHE (const int &type) const |
std::vector< int > | getDepth (const int &det, const int &phi, const int &zside, const unsigned int &eta) const |
std::vector< int > | getDepth (const unsigned int &eta, const bool &extra) const |
int | getDepthEta16 (const int &det, const int &iphi, const int &zside) const |
int | getDepthEta29 (const int &iphi, const int &zside, const int &type) const |
std::vector< HcalEtaBin > | getEtaBins (const int &itype) const |
std::pair< double, double > | getEtaLimit (const int &i) const |
std::pair< double, double > | getEtaPhi (const int &subdet, const int &ieta, const int &iphi) const |
std::pair< int, int > | getEtaRange (const int &i) const |
const std::vector< double > & | getEtaTable () const |
const std::vector< double > & | getEtaTableHF () const |
HcalID | getHCID (int subdet, int ieta, int iphi, int lay, int idepth) const |
std::vector< HFCellParameters > | getHFCellParameters () const |
double | getLayer0Wt (const int &det, const int &phi, const int &zside) const |
int | getLayerBack (const int &det, const int &eta, const int &phi, const int &depth) const |
void | getLayerDepth (const int &ieta, std::map< int, int > &layers) const |
int | getLayerFront (const int &det, const int &eta, const int &phi, const int &depth) const |
int | getMaxDepth (const int &type) const |
int | getMaxDepth (const int &itype, const int &ieta, const int &iphi, const int &zside) const |
int | getMinDepth (const int &itype, const int &ieta, const int &iphi, const int &zside) const |
int | getNEta () const |
int | getNoff (const int &i) const |
int | getNPhi (const int &type) const |
double | getPhiBin (const int &i) const |
double | getPhiOff (const int &i) const |
const std::vector< double > & | getPhiOffs () const |
std::vector< std::pair< int, double > > | getPhis (const int &subdet, const int &ieta) const |
const std::vector< double > & | getPhiTable () const |
const std::vector< double > & | getPhiTableHF () const |
int | getPhiZOne (std::vector< std::pair< int, int >> &phiz) const |
double | getRZ (const int &subdet, const int &ieta, const int &depth) const |
double | getRZ (const int &subdet, const int &ieta, const int &iphi, const int &depth) const |
double | getRZ (const int &subdet, const int &layer) const |
std::pair< double, double > | getRZ (const HcalDetId &id) const |
std::vector< HcalActiveLength > | getThickActive (const int &type) const |
int | getTopoMode () const |
int | getTriggerMode () const |
std::vector< HcalCellType > | HcalCellTypes (HcalSubdetector) const |
HcalDDDRecConstants (const HcalParameters *hp, const HcalDDDSimConstants &hc) | |
HcalDetId | idBack (const HcalDetId &id) const |
HcalDetId | idFront (const HcalDetId &id) const |
bool | isBH () const |
bool | isHE () const |
bool | isPlan1 (const HcalDetId &id) const |
bool | isPlan1MergedId (const HcalDetId &id) const |
bool | isPlan1ToBeMergedId (const HcalDetId &id) const |
int | maxHFDepth (int ieta, int iphi) const |
HcalDetId | mergedDepthDetId (const HcalDetId &id) const |
bool | mergedDepthList29 (int ieta, int iphi, int depth) const |
std::vector< int > | mergedDepthList29 (int ieta, int iphi) const |
unsigned int | nCells (HcalSubdetector) const |
unsigned int | nCells () const |
unsigned int | numberOfCells (HcalSubdetector) const |
void | specialRBXHBHE (const std::vector< HcalDetId > &, std::vector< HcalDetId > &) const |
bool | specialRBXHBHE (bool flag, std::vector< HcalDetId > &) const |
void | unmergeDepthDetId (const HcalDetId &id, std::vector< HcalDetId > &ids) const |
bool | withSpecialRBXHBHE () const |
~HcalDDDRecConstants () | |
Private Member Functions | |
void | getOneEtaBin (HcalSubdetector subdet, int ieta, int zside, std::vector< std::pair< int, double >> &phis, std::map< int, int > &layers, bool planOne, std::vector< HcalDDDRecConstants::HcalEtaBin > &bins) const |
void | initialize (void) |
unsigned int | layerGroup (int eta, int i) const |
unsigned int | layerGroupSize (int eta) const |
Private Attributes | |
std::pair< int, int > | depthMaxDf_ |
std::pair< int, int > | depthMaxSp_ |
std::map< HcalDetId, HcalDetId > | detIdSp_ |
std::map< HcalDetId, std::vector< HcalDetId > > | detIdSpR_ |
std::vector< std::pair< int, int > > | etaSimValu |
std::vector< double > | etaTable |
std::vector< std::pair< double, double > > | gconsHB |
std::vector< std::pair< double, double > > | gconsHE |
const HcalDDDSimConstants & | hcons |
const HcalParameters * | hpar |
std::vector< int > | ietaMap |
std::vector< int > | iEtaMax |
std::vector< int > | iEtaMin |
std::vector< int > | maxDepth |
int | nHalves [2] |
int | nModule [2] |
std::vector< int > | nPhiBins |
std::vector< double > | phibin |
std::vector< int > | phiUnitS |
Static Private Attributes | |
static const int | maxLayer_ = 18 |
static const int | maxLayerHB_ = 16 |
this class reads the constant section of the hcal-sim-numbering xml-file
Definition at line 23 of file HcalDDDRecConstants.h.
HcalDDDRecConstants::HcalDDDRecConstants | ( | const HcalParameters * | hp, |
const HcalDDDSimConstants & | hc | ||
) |
Definition at line 17 of file HcalDDDRecConstants.cc.
References initialize().
HcalDDDRecConstants::~HcalDDDRecConstants | ( | ) |
Definition at line 25 of file HcalDDDRecConstants.cc.
|
inline |
int HcalDDDRecConstants::findDepth | ( | const int & | det, |
const int & | eta, | ||
const int & | phi, | ||
const int & | zside, | ||
const int & | lay | ||
) | const |
Definition at line 31 of file HcalDDDRecConstants.cc.
References ztail::d, hcalRecHitTable_cff::depth, HLT_2023v12_cff::depths, PVValHelper::eta, HcalDDDSimConstants::findDepth(), getDepth(), hcons, phi, and ecaldqm::zside().
|
inline |
Definition at line 54 of file HcalDDDRecConstants.h.
References gconsHB, and gconsHE.
Referenced by HcalFlexiHardcodeGeometryLoader::makeHBCells(), and HcalFlexiHardcodeGeometryLoader::makeHECells().
std::vector< int > HcalDDDRecConstants::getDepth | ( | const int & | det, |
const int & | phi, | ||
const int & | zside, | ||
const unsigned int & | eta | ||
) | const |
Definition at line 72 of file HcalDDDRecConstants.cc.
References HLT_2023v12_cff::depths, PVValHelper::eta, HcalLayerDepthMap::getLayerDepth(), hcons, hgcalTBTopologyTester_cfi::layers, HcalDDDSimConstants::ldMap(), phi, and ecaldqm::zside().
Referenced by findDepth(), and HcalTopology::HcalTopology().
std::vector< int > HcalDDDRecConstants::getDepth | ( | const unsigned int & | eta, |
const bool & | extra | ||
) | const |
Definition at line 49 of file HcalDDDRecConstants.cc.
References HLT_2023v12_cff::depths, PVValHelper::eta, HcalLayerDepthMap::getLayerDepth(), hcons, hpar, dqmdumpme::last, HcalParameters::layerGroupEtaRec, hgcalTBTopologyTester_cfi::layers, and HcalDDDSimConstants::ldMap().
|
inline |
Definition at line 67 of file HcalDDDRecConstants.h.
References HcalDDDSimConstants::getDepthEta16(), hcons, hcalRecHitTable_cff::iphi, and ecaldqm::zside().
Referenced by HcalTopology::depthBinInformation(), HcalTopology::incrementDepth(), and HcalTopology::validRaw().
|
inline |
Definition at line 70 of file HcalDDDRecConstants.h.
References HcalDDDSimConstants::getDepthEta29(), hcons, hcalRecHitTable_cff::iphi, and ecaldqm::zside().
Referenced by HcalTopology::decrementDepth().
std::vector< HcalDDDRecConstants::HcalEtaBin > HcalDDDRecConstants::getEtaBins | ( | const int & | itype | ) | const |
Definition at line 88 of file HcalDDDRecConstants.cc.
References trigObjTnPSource_cfi::bins, spr::find(), dqmdumpme::first, HcalLayerDepthMap::getLayerDepth(), getLayerDepth(), getOneEtaBin(), getPhis(), hcons, mps_fire::i, hcalRecHitTable_cff::ieta, iEtaMax, iEtaMin, dqmdumpme::k, hgcalTBTopologyTester_cfi::layers, HcalDDDSimConstants::ldMap(), phi, HcalLayerDepthMap::validDet(), and ecaldqm::zside().
Referenced by getThickActive(), HcalCellTypes(), HcalTopology::HcalTopology(), HcalFlexiHardcodeGeometryLoader::makeHBCells(), HcalFlexiHardcodeGeometryLoader::makeHECells(), and nCells().
|
inline |
std::pair< double, double > HcalDDDRecConstants::getEtaPhi | ( | const int & | subdet, |
const int & | ieta, | ||
const int & | iphi | ||
) | const |
Definition at line 152 of file HcalDDDRecConstants.cc.
References PVValHelper::eta, etaTable, HcalParameters::etaTableHF, HcalBarrel, HcalEndcap, HcalOuter, hcons, hpar, hcalRecHitTable_cff::ieta, iEtaMax, iEtaMin, hcalRecHitTable_cff::iphi, M_PI, phi, phibin, HcalParameters::phioff, HcalParameters::phitable, unit(), and HcalDDDSimConstants::unitPhi().
Referenced by HcalGeomCheck::analyze().
|
inline |
Definition at line 75 of file HcalDDDRecConstants.h.
References mps_fire::i, iEtaMax, and iEtaMin.
Referenced by HcalTestNumberingTester::analyze(), HcalSimHitCheck::beginRun(), HcalSimHitStudy::bookHistograms(), SimHitsValidationHcal::bookHistograms(), HcalSimHitsValidation::bookHistograms(), CaloTowersAnalyzer::dqmBeginRun(), HcalRecHitsAnalyzer::dqmBeginRun(), SimHitsValidationHcal::getLimits(), HcalTopology::HcalTopology(), and HcalTopology::nPhiBins().
|
inline |
Definition at line 76 of file HcalDDDRecConstants.h.
References etaTable.
Referenced by HcalTopology::HcalTopology(), and CaloTowerHardcodeGeometryLoader::load().
|
inline |
Definition at line 77 of file HcalDDDRecConstants.h.
References HcalParameters::etaTableHF, and hpar.
Referenced by HcalTopology::HcalTopology(), and CaloTowerHardcodeGeometryLoader::load().
HcalDDDRecConstants::HcalID HcalDDDRecConstants::getHCID | ( | int | subdet, |
int | ieta, | ||
int | iphi, | ||
int | lay, | ||
int | idepth | ||
) | const |
Definition at line 181 of file HcalDDDRecConstants.cc.
References hcalRecHitTable_cff::depth, PVValHelper::eta, HcalParameters::etaMaxHBHE(), Exception, HcalDDDSimConstants::findDepth(), HcalDDDSimConstants::getDepthEta16(), HcalDDDSimConstants::getDepthEta29(), HcalBarrel, HcalEndcap, HcalOuter, hcons, hpar, hcalRecHitTable_cff::ieta, ietaMap, iEtaMin, createfilelist::int, hcalRecHitTable_cff::iphi, layerGroup(), maxLayerHB_, HcalParameters::noff, phi, phibin, HcalParameters::phigroup, HcalDDDSimConstants::phiNumber(), HcalParameters::phioff, phiUnitS, unit(), HcalDDDSimConstants::unitPhi(), and ecaldqm::zside().
Referenced by CaloSimHitStudy::analyzeHits(), HcalGeometry::getBackPosition(), HcalGeometry::getPosition(), and HcalHitRelabeller::relabel().
std::vector< HcalDDDRecConstants::HFCellParameters > HcalDDDRecConstants::getHFCellParameters | ( | ) | const |
Definition at line 235 of file HcalDDDRecConstants.cc.
References funct::abs(), hgcalTopologyTester_cfi::cell1, hgcalTopologyTester_cfi::cell2, hgcalTBTopologyTester_cfi::cells, HcalDDDSimConstants::getIdHF2QIE(), HcalDDDSimConstants::getPhiTableHF(), HcalDDDSimConstants::getRTableHF(), hcons, hcalRecHitTable_cff::ieta, iEtaMin, hcalRecHitTable_cff::iphi, dqmdumpme::k, maxDepth, HLT_2023v12_cff::nEta, nphi, photonAnalyzer_cfi::rMax, and photonAnalyzer_cfi::rMin.
Referenced by HcalFlexiHardcodeGeometryLoader::makeHFCells().
|
inline |
Definition at line 86 of file HcalDDDRecConstants.h.
References HcalDDDSimConstants::getLayer0Wt(), hcons, phi, and ecaldqm::zside().
Referenced by HcalHitRelabeller::energyWt().
int HcalDDDRecConstants::getLayerBack | ( | const int & | det, |
const int & | eta, | ||
const int & | phi, | ||
const int & | depth | ||
) | const |
Definition at line 302 of file HcalDDDRecConstants.cc.
References hcalRecHitTable_cff::depth, PVValHelper::eta, ALCARECOTkAlBeamHalo_cff::etaMax, HcalDDDSimConstants::getLastLayer(), HcalLayerDepthMap::getLayerBack(), hcons, hcalRecHitTable_cff::ieta, hcalRecHitTable_cff::iphi, dqmdumpme::k, layerGroup(), layerGroupSize(), HcalDDDSimConstants::ldMap(), and ecaldqm::zside().
Referenced by getRZ().
void HcalDDDRecConstants::getLayerDepth | ( | const int & | ieta, |
std::map< int, int > & | layers | ||
) | const |
Definition at line 289 of file HcalDDDRecConstants.cc.
References hcalRecHitTable_cff::ieta, MainPageGenerator::l, layerGroup(), layerGroupSize(), and hgcalTBTopologyTester_cfi::layers.
Referenced by getEtaBins().
int HcalDDDRecConstants::getLayerFront | ( | const int & | det, |
const int & | eta, | ||
const int & | phi, | ||
const int & | depth | ||
) | const |
Definition at line 325 of file HcalDDDRecConstants.cc.
References hcalRecHitTable_cff::depth, PVValHelper::eta, ALCARECOTkAlBeamHalo_cff::etaMax, HcalDDDSimConstants::getFrontLayer(), HcalLayerDepthMap::getLayerFront(), HcalEndcap, hcons, hcalRecHitTable_cff::ieta, hcalRecHitTable_cff::iphi, dqmdumpme::k, layerGroup(), layerGroupSize(), HcalDDDSimConstants::ldMap(), and ecaldqm::zside().
Referenced by getRZ(), and getThickActive().
|
inline |
Definition at line 89 of file HcalDDDRecConstants.h.
References maxDepth.
Referenced by HcalSimHitCheck::beginRun(), HcalSimHitsClient::beginRun(), HcalRecHitsDQMClient::beginRun(), HcalSimHitStudy::bookHistograms(), SimHitsValidationHcal::bookHistograms(), HcalSimHitsValidation::bookHistograms(), HcalTopology::depthBinInformation(), HcalDigisValidation::dqmBeginRun(), HcalRecHitsAnalyzer::dqmBeginRun(), HcalTopology::HcalTopology(), mergedDepthList29(), HcalTopologyIdealEP::produce(), and HcalTopology::validRaw().
int HcalDDDRecConstants::getMaxDepth | ( | const int & | itype, |
const int & | ieta, | ||
const int & | iphi, | ||
const int & | zside | ||
) | const |
Definition at line 355 of file HcalDDDRecConstants.cc.
References HcalDDDSimConstants::getDepthEta16M(), HcalDDDSimConstants::getDepthEta29M(), HcalDDDSimConstants::getMaxDepth(), hcons, hpar, hcalRecHitTable_cff::ieta, iEtaMax, hcalRecHitTable_cff::iphi, layerGroup(), layerGroupSize(), maxLayer_, maxLayerHB_, HcalParameters::noff, and ecaldqm::zside().
int HcalDDDRecConstants::getMinDepth | ( | const int & | itype, |
const int & | ieta, | ||
const int & | iphi, | ||
const int & | zside | ||
) | const |
Definition at line 378 of file HcalDDDRecConstants.cc.
References HcalDDDSimConstants::getDepthEta16M(), HcalDDDSimConstants::getMinDepth(), hcons, hcalRecHitTable_cff::ieta, iEtaMin, hcalRecHitTable_cff::iphi, layerGroup(), layerGroupSize(), maxDepth, and ecaldqm::zside().
Referenced by HcalRaddamMuon::analyze(), HcalHBHEMuonAnalyzer::depth16HE(), HcalHBHEMuonHighEtaAnalyzer::depth16HE(), AlCaHcalHBHEMuonProducer::depth16HE(), HcalTopology::depthBinInformation(), and HcalGeometry::getClosestCell().
|
inline |
Definition at line 92 of file HcalDDDRecConstants.h.
References HcalParameters::etagroup, and hpar.
Referenced by HcalTopology::HcalTopology().
|
inline |
Definition at line 93 of file HcalDDDRecConstants.h.
References hpar, mps_fire::i, and HcalParameters::noff.
Referenced by HcalTopology::validRaw().
|
inline |
Definition at line 94 of file HcalDDDRecConstants.h.
References nPhiBins.
Referenced by HcalSimHitCheck::beginRun(), HcalSimHitStudy::bookHistograms(), SimHitsValidationHcal::bookHistograms(), HcalSimHitsValidation::bookHistograms(), CaloTowersAnalyzer::dqmBeginRun(), HcalRecHitsAnalyzer::dqmBeginRun(), and HcalTopology::HcalTopology().
|
private |
Definition at line 732 of file HcalDDDRecConstants.cc.
References trigObjTnPSource_cfi::bins, angle_units::operators::convertRadToDeg(), HcalDDDRecConstants::HcalEtaBin::depthStart, etaTable, dqmdumpme::first, HcalDDDSimConstants::getDepthEta16(), HcalDDDSimConstants::getDepthEta16M(), HcalDDDSimConstants::getDepthEta29(), HcalDDDSimConstants::getDepthEta29M(), HcalBarrel, HcalEndcap, hcons, hpar, hcalRecHitTable_cff::ieta, iEtaMax, iEtaMin, dqmdumpme::k, MainPageGenerator::l, HcalDDDRecConstants::HcalEtaBin::layer, hgcalTBTopologyTester_cfi::layers, maxLayer_, maxLayerHB_, dqmiodumpmetadata::n, HcalParameters::noff, phibin, HcalDDDRecConstants::HcalEtaBin::phis, edm::second(), and ecaldqm::zside().
Referenced by getEtaBins().
|
inline |
|
inline |
Definition at line 96 of file HcalDDDRecConstants.h.
References hpar, mps_fire::i, and HcalParameters::phioff.
|
inline |
Definition at line 97 of file HcalDDDRecConstants.h.
References hpar, and HcalParameters::phioff.
Referenced by HcalTopology::HcalTopology().
std::vector< std::pair< int, double > > HcalDDDRecConstants::getPhis | ( | const int & | subdet, |
const int & | ieta | ||
) | const |
Definition at line 398 of file HcalDDDRecConstants.cc.
References angle_units::operators::convertRadToDeg(), etaSimValu, dqmdumpme::first, HcalDDDSimConstants::getPhiCons(), HcalForward, hcons, hcalRecHitTable_cff::ieta, hcalRecHitTable_cff::iphi, dqmdumpme::k, nphi, phi, phibin, HcalDDDSimConstants::phiNumber(), edm::second(), HcalDDDSimConstants::unitPhi(), and units().
Referenced by HcalTestNumberingTester::analyze(), and getEtaBins().
|
inline |
Definition at line 99 of file HcalDDDRecConstants.h.
References phibin.
Referenced by HcalTopology::HcalTopology().
|
inline |
Definition at line 100 of file HcalDDDRecConstants.h.
References hpar, and HcalParameters::phitable.
Referenced by HcalTopology::HcalTopology().
int HcalDDDRecConstants::getPhiZOne | ( | std::vector< std::pair< int, int >> & | phiz | ) | const |
Definition at line 422 of file HcalDDDRecConstants.cc.
References HcalLayerDepthMap::getPhis(), HcalLayerDepthMap::getSubdet(), hcons, dqmdumpme::k, HcalDDDSimConstants::ldMap(), phi, and ecaldqm::zside().
Referenced by HcalTopology::getPhiZOne().
double HcalDDDRecConstants::getRZ | ( | const int & | subdet, |
const int & | ieta, | ||
const int & | depth | ||
) | const |
Definition at line 441 of file HcalDDDRecConstants.cc.
References hcalRecHitTable_cff::depth, and hcalRecHitTable_cff::ieta.
Referenced by HcalGeomCheck::analyze(), HcalHBHEMuonAnalyzer::goodCell(), HcalHBHEMuonHighEtaAnalyzer::goodCell(), and AlCaHcalHBHEMuonProducer::goodCell().
double HcalDDDRecConstants::getRZ | ( | const int & | subdet, |
const int & | ieta, | ||
const int & | iphi, | ||
const int & | depth | ||
) | const |
Definition at line 445 of file HcalDDDRecConstants.cc.
References hcalRecHitTable_cff::depth, dqmdumpme::first, gconsHB, gconsHE, getLayerFront(), HcalBarrel, hcalRecHitTable_cff::ieta, and hcalRecHitTable_cff::iphi.
double HcalDDDRecConstants::getRZ | ( | const int & | subdet, |
const int & | layer | ||
) | const |
Definition at line 456 of file HcalDDDRecConstants.cc.
References dqmdumpme::first, gconsHB, gconsHE, HcalBarrel, nano_mu_digi_cff::layer, and layerGroupSize().
std::pair< double, double > HcalDDDRecConstants::getRZ | ( | const HcalDetId & | id | ) | const |
Definition at line 466 of file HcalDDDRecConstants.cc.
References hcalRecHitTable_cff::depth, dqmdumpme::first, gconsHB, gconsHE, getLayerBack(), getLayerFront(), HcalBarrel, hcalRecHitTable_cff::ieta, hcalRecHitTable_cff::iphi, edm::second(), and ecaldqm::zside().
std::vector< HcalDDDRecConstants::HcalActiveLength > HcalDDDRecConstants::getThickActive | ( | const int & | type | ) | const |
Definition at line 490 of file HcalDDDRecConstants.cc.
References newFWLiteAna::bin, trigObjTnPSource_cfi::bins, angle_units::operators::convertRadToDeg(), funct::cos(), hcalRecHitTable_cff::depth, HcalDDDRecConstants::HcalActiveLength::depth, HcalDDDRecConstants::HcalActiveLength::eta, PVValHelper::eta, JetChargeProducer_cfi::exp, gconsHB, gconsHE, getEtaBins(), HcalDDDSimConstants::getLastLayer(), getLayerFront(), hcons, mps_fire::i, hcalRecHitTable_cff::ieta, HcalDDDRecConstants::HcalActiveLength::ieta, iEtaMin, HcalDDDRecConstants::HcalActiveLength::iphis, dqmiolumiharvest::j, SiStripPI::max, SiStripPI::min, phi, pfClustersFromCombinedCaloHF_cfi::scale, edm::second(), funct::sin(), HcalDDDRecConstants::HcalActiveLength::stype, submitPVValidationJobs::t, theta(), HcalDDDRecConstants::HcalActiveLength::thick, HcalDDDRecConstants::HcalActiveLength::zside, and ecaldqm::zside().
Referenced by HcalRaddamMuon::beginRun(), HcalHBHEMuonAnalyzer::beginRun(), HcalHBHEMuonHighEtaAnalyzer::beginRun(), and AlCaHcalHBHEMuonProducer::beginRun().
|
inline |
Definition at line 107 of file HcalDDDRecConstants.h.
References hpar, and HcalParameters::topologyMode.
Referenced by HcalTopology::HcalTopology(), and HcalTopologyIdealEP::produce().
|
inline |
Definition at line 108 of file HcalDDDRecConstants.h.
References hpar, and HcalParameters::topologyMode.
Referenced by HcalTopology::HcalTopology().
std::vector< HcalCellType > HcalDDDRecConstants::HcalCellTypes | ( | HcalSubdetector | subdet | ) | const |
Definition at line 545 of file HcalDDDRecConstants.cc.
References hgcalTBTopologyTester_cfi::cells, submitPVResolutionJobs::count, hcalRecHitTable_cff::depth, defaults_cfi::etabins, etaSimValu, dqmdumpme::first, getEtaBins(), HcalBarrel, HcalDDDSimConstants::HcalCellTypes(), HcalEndcap, hcons, hpar, hcalRecHitTable_cff::ieta, iEtaMax, HcalParameters::phioff, groupFilesInBlocks::temp, unit(), and HcalDDDSimConstants::unitPhi().
Referenced by HcalDDDGeometryLoader::fill(), and numberOfCells().
Definition at line 688 of file HcalDDDRecConstants.cc.
References detIdSpR_.
Referenced by HcalTopology::idBack().
Definition at line 680 of file HcalDDDRecConstants.cc.
References hcalRecHitTable_cff::depth, and detIdSpR_.
Referenced by HcalTopology::idFront().
|
private |
Definition at line 826 of file HcalDDDRecConstants.cc.
References angle_units::operators::convertRadToDeg(), submitPVResolutionJobs::count, hcalRecHitTable_cff::depth, depthMaxDf_, depthMaxSp_, HLT_2023v12_cff::depths, detIdSp_, detIdSpR_, HcalParameters::drHB, HcalParameters::dzHE, PVValHelper::eta, HcalParameters::etagroup, ALCARECOTkAlBeamHalo_cff::etaMax, HcalParameters::etaMax, ALCARECOTkAlBeamHalo_cff::etaMin, HcalParameters::etaMin, EnergyCorrector::etas, etaSimValu, HcalParameters::etaTable, etaTable, HcalParameters::etaTableHF, Exception, RemoveAddSevLevel::flag, gconsHB, gconsHE, HcalDDDSimConstants::getDepthEta16(), HcalDDDSimConstants::getDepthEta16M(), HcalDDDSimConstants::getDepthEta29M(), HcalLayerDepthMap::getDepths(), HcalLayerDepthMap::getLayerBack(), HcalLayerDepthMap::getLayerFront(), HcalDDDSimConstants::getMaxDepthDet(), HcalBarrel, HcalEndcap, hcons, hpar, mps_fire::i, hcalRecHitTable_cff::ieta, ietaMap, iEtaMax, iEtaMin, dqmdumpme::k, GetRecoTauVFromDQM_MC_cff::kk, MainPageGenerator::l, layerGroup(), layerGroupSize(), HcalDDDSimConstants::ldMap(), genParticles_cff::map, HcalParameters::maxDepth, maxDepth, maxLayer_, maxLayerHB_, HcalParameters::modHB, HcalParameters::modHE, ndepth, HLT_2023v12_cff::nEta, nHalves, nModule, HcalParameters::noff, nphi, nPhiBins, phi, HcalParameters::phibin, phibin, HcalParameters::phigroup, HcalParameters::phitable, phiUnitS, HcalParameters::rHB, edm::second(), unit(), HcalDDDSimConstants::unitPhi(), HcalLayerDepthMap::validDet(), HcalLayerDepthMap::validEta(), HcalParameters::zHE, and ecaldqm::zside().
Referenced by HcalDDDRecConstants().
|
inline |
Definition at line 110 of file HcalDDDRecConstants.h.
References hcons, and HcalDDDSimConstants::isBH().
Referenced by HcalDDDGeometryLoader::HcalDDDGeometryLoader(), HcalTopology::isBH(), and HcalFlexiHardcodeGeometryLoader::load().
|
inline |
Definition at line 111 of file HcalDDDRecConstants.h.
References hcons, and HcalDDDSimConstants::isHE().
|
inline |
Definition at line 112 of file HcalDDDRecConstants.h.
References detIdSp_.
Referenced by CaloTPGTranscoderULUT::setup(), and HcaluLUTTPGCoder::update().
|
inline |
Definition at line 127 of file HcalDDDRecConstants.h.
References detIdSpR_.
Referenced by HcalTopology::validHcal().
|
inline |
Definition at line 126 of file HcalDDDRecConstants.h.
References detIdSp_.
Referenced by HcalTopology::validHcal().
|
private |
Definition at line 1104 of file HcalDDDRecConstants.cc.
References PVValHelper::eta, hpar, mps_fire::i, dqmdumpme::k, and HcalParameters::layerGroupEtaRec.
Referenced by getHCID(), getLayerBack(), getLayerDepth(), getLayerFront(), getMaxDepth(), getMinDepth(), and initialize().
|
private |
Definition at line 1091 of file HcalDDDRecConstants.cc.
References PVValHelper::eta, hpar, dqmdumpme::k, and HcalParameters::layerGroupEtaRec.
Referenced by getLayerBack(), getLayerDepth(), getLayerFront(), getMaxDepth(), getMinDepth(), getRZ(), and initialize().
|
inline |
Definition at line 113 of file HcalDDDRecConstants.h.
References hcons, hcalRecHitTable_cff::ieta, hcalRecHitTable_cff::iphi, and HcalDDDSimConstants::maxHFDepth().
Referenced by HcalTopology::validRaw().
Definition at line 672 of file HcalDDDRecConstants.cc.
References detIdSp_.
Referenced by HcalHBHEMuonAnalyzer::analyze(), HcalHBHEMuonHighEtaAnalyzer::analyzeTracks(), HcalHBHEMuonAnalyzer::beginRun(), HcalHBHEMuonHighEtaAnalyzer::beginRun(), AlCaHcalHBHEMuonProducer::beginRun(), HcalTopology::mergedDepthDetId(), AlCaHcalHBHEMuonProducer::produce(), HcalIsoTrkSimAnalyzer::storeEnergy(), HcalIsoTrkAnalyzer::storeEnergy(), and AlCaHcalIsotrkProducer::storeEnergy().
bool HcalDDDRecConstants::mergedDepthList29 | ( | int | ieta, |
int | iphi, | ||
int | depth | ||
) | const |
Definition at line 605 of file HcalDDDRecConstants.cc.
References funct::abs(), hcalRecHitTable_cff::depth, PVValHelper::eta, TrackingDataMCValidation_Standalone_cff::etamin, HcalDDDSimConstants::getDepthEta29(), getMaxDepth(), hcons, hcalRecHitTable_cff::ieta, iEtaMax, hcalRecHitTable_cff::iphi, and ecaldqm::zside().
Referenced by HcalTopology::mergedDepth29(), and HcalTopology::mergedDepthList29().
std::vector< int > HcalDDDRecConstants::mergedDepthList29 | ( | int | ieta, |
int | iphi | ||
) | const |
Definition at line 618 of file HcalDDDRecConstants.cc.
References funct::abs(), hcalRecHitTable_cff::depth, HLT_2023v12_cff::depths, PVValHelper::eta, TrackingDataMCValidation_Standalone_cff::etamin, HcalDDDSimConstants::getDepthEta29(), getMaxDepth(), hcons, hcalRecHitTable_cff::ieta, iEtaMax, hcalRecHitTable_cff::iphi, and ecaldqm::zside().
unsigned int HcalDDDRecConstants::nCells | ( | HcalSubdetector | subdet | ) | const |
Definition at line 650 of file HcalDDDRecConstants.cc.
References defaults_cfi::etabins, getEtaBins(), HcalBarrel, HcalEndcap, HcalForward, HcalOuter, hcons, kHOSizePreLS1, and HcalDDDSimConstants::numberOfCells().
unsigned int HcalDDDRecConstants::nCells | ( | ) | const |
Definition at line 668 of file HcalDDDRecConstants.cc.
References HcalBarrel, HcalEndcap, HcalForward, and HcalOuter.
unsigned int HcalDDDRecConstants::numberOfCells | ( | HcalSubdetector | subdet | ) | const |
Definition at line 633 of file HcalDDDRecConstants.cc.
References HcalBarrel, HcalCellTypes(), HcalEndcap, hcons, createfilelist::int, EgammaValidation_cff::num, and HcalDDDSimConstants::numberOfCells().
Referenced by HcalDDDGeometryLoader::load().
void HcalDDDRecConstants::specialRBXHBHE | ( | const std::vector< HcalDetId > & | idsOld, |
std::vector< HcalDetId > & | idsNew | ||
) | const |
Definition at line 709 of file HcalDDDRecConstants.cc.
References detIdSp_, and dqmdumpme::k.
bool HcalDDDRecConstants::specialRBXHBHE | ( | bool | flag, |
std::vector< HcalDetId > & | ids | ||
) | const |
Definition at line 719 of file HcalDDDRecConstants.cc.
References detIdSp_, and detIdSpR_.
void HcalDDDRecConstants::unmergeDepthDetId | ( | const HcalDetId & | id, |
std::vector< HcalDetId > & | ids | ||
) | const |
Definition at line 696 of file HcalDDDRecConstants.cc.
References detIdSpR_, hcalRecHitTable_cff::ieta, hcalRecHitTable_cff::iphi, and dqmdumpme::k.
Referenced by HcalHBHEMuonAnalyzer::activeLength(), HcalHBHEMuonHighEtaAnalyzer::activeLength(), AlCaHcalHBHEMuonProducer::activeLength(), and HcalTopology::unmergeDepthDetId().
|
inline |
Definition at line 125 of file HcalDDDRecConstants.h.
References HcalLayerDepthMap::getSubdet(), hcons, and HcalDDDSimConstants::ldMap().
Referenced by HcalTopology::withSpecialRBXHBHE().
|
private |
Definition at line 157 of file HcalDDDRecConstants.h.
Referenced by initialize().
|
private |
Definition at line 157 of file HcalDDDRecConstants.h.
Referenced by initialize().
Definition at line 158 of file HcalDDDRecConstants.h.
Referenced by initialize(), isPlan1(), isPlan1ToBeMergedId(), mergedDepthDetId(), and specialRBXHBHE().
Definition at line 159 of file HcalDDDRecConstants.h.
Referenced by idBack(), idFront(), initialize(), isPlan1MergedId(), specialRBXHBHE(), and unmergeDepthDetId().
|
private |
Definition at line 146 of file HcalDDDRecConstants.h.
Referenced by getPhis(), HcalCellTypes(), and initialize().
|
private |
Definition at line 147 of file HcalDDDRecConstants.h.
Referenced by getEtaLimit(), getEtaPhi(), getEtaTable(), getOneEtaBin(), and initialize().
|
private |
Definition at line 154 of file HcalDDDRecConstants.h.
Referenced by getConstHBHE(), getRZ(), getThickActive(), and initialize().
|
private |
Definition at line 155 of file HcalDDDRecConstants.h.
Referenced by getConstHBHE(), getRZ(), getThickActive(), and initialize().
|
private |
Definition at line 145 of file HcalDDDRecConstants.h.
Referenced by dddConstants(), findDepth(), getDepth(), getDepthEta16(), getDepthEta29(), getEtaBins(), getEtaPhi(), getHCID(), getHFCellParameters(), getLayer0Wt(), getLayerBack(), getLayerFront(), getMaxDepth(), getMinDepth(), getOneEtaBin(), getPhis(), getPhiZOne(), getThickActive(), HcalCellTypes(), initialize(), isBH(), isHE(), maxHFDepth(), mergedDepthList29(), nCells(), numberOfCells(), and withSpecialRBXHBHE().
|
private |
Definition at line 144 of file HcalDDDRecConstants.h.
Referenced by getDepth(), getEtaPhi(), getEtaTableHF(), getHCID(), getMaxDepth(), getNEta(), getNoff(), getOneEtaBin(), getPhiOff(), getPhiOffs(), getPhiTableHF(), getTopoMode(), getTriggerMode(), HcalCellTypes(), initialize(), layerGroup(), and layerGroupSize().
|
private |
Definition at line 148 of file HcalDDDRecConstants.h.
Referenced by getHCID(), and initialize().
|
private |
Definition at line 149 of file HcalDDDRecConstants.h.
Referenced by getEtaBins(), getEtaPhi(), getEtaRange(), getMaxDepth(), getOneEtaBin(), HcalCellTypes(), initialize(), and mergedDepthList29().
|
private |
Definition at line 149 of file HcalDDDRecConstants.h.
Referenced by getEtaBins(), getEtaPhi(), getEtaRange(), getHCID(), getHFCellParameters(), getMinDepth(), getOneEtaBin(), getThickActive(), and initialize().
|
private |
Definition at line 150 of file HcalDDDRecConstants.h.
Referenced by getHFCellParameters(), getMaxDepth(), getMinDepth(), and initialize().
|
staticprivate |
Definition at line 142 of file HcalDDDRecConstants.h.
Referenced by getMaxDepth(), getOneEtaBin(), and initialize().
|
staticprivate |
Definition at line 143 of file HcalDDDRecConstants.h.
Referenced by getHCID(), getMaxDepth(), getOneEtaBin(), and initialize().
|
private |
Definition at line 156 of file HcalDDDRecConstants.h.
Referenced by initialize().
|
private |
Definition at line 156 of file HcalDDDRecConstants.h.
Referenced by initialize().
|
private |
Definition at line 151 of file HcalDDDRecConstants.h.
Referenced by getNPhi(), and initialize().
|
private |
Definition at line 152 of file HcalDDDRecConstants.h.
Referenced by getEtaPhi(), getHCID(), getOneEtaBin(), getPhiBin(), getPhis(), getPhiTable(), and initialize().
|
private |
Definition at line 153 of file HcalDDDRecConstants.h.
Referenced by getHCID(), and initialize().