#include <HcalDDDRecConstants.h>
Classes | |
struct | HcalActiveLength |
struct | HcalEtaBin |
struct | HcalID |
struct | HFCellParameters |
Public Member Functions | |
const HcalDDDSimConstants * | dddConstants () 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 |
std::vector< HcalEtaBin > | getEtaBins (const int itype) const |
std::pair< double, double > | getEtaLimit (const int i) const |
std::pair< double, double > | getEtaPhi (int subdet, int ieta, 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 (int det, int phi, int zside) const |
void | getLayerDepth (int ieta, std::map< int, int > &layers) 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 (int subdet, 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 (int subdet, int ieta, int depth) 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 | 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 |
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 (const 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 13 of file HcalDDDRecConstants.cc.
References gather_cfg::cout, and initialize().
HcalDDDRecConstants::~HcalDDDRecConstants | ( | ) |
|
inline |
Definition at line 120 of file HcalDDDRecConstants.h.
References create_public_pileup_plots::bins, getOneEtaBin(), hcons, mps_fire::i, initialize(), layerGroup(), and layerGroupSize().
|
inline |
Definition at line 59 of file HcalDDDRecConstants.h.
References HcalDDDRecConstants::HcalID::eta, gconsHB, gconsHE, getDepth(), HcalDDDRecConstants::HcalID::phi, and HcalDigiParam_cfi::zside.
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 50 of file HcalDDDRecConstants.cc.
References HcalLayerDepthMap::getLayerDepth(), hcons, LayerTriplets::layers(), and HcalDDDSimConstants::ldMap().
Referenced by getConstHBHE(), and HcalTopology::HcalTopology().
std::vector< int > HcalDDDRecConstants::getDepth | ( | const unsigned int | eta, |
const bool | extra | ||
) | const |
Definition at line 29 of file HcalDDDRecConstants.cc.
References HcalLayerDepthMap::getLayerDepth(), hcons, hpar, plotBeamSpotDB::last, HcalParameters::layerGroupEtaRec, LayerTriplets::layers(), and HcalDDDSimConstants::ldMap().
|
inline |
Definition at line 67 of file HcalDDDRecConstants.h.
References HcalDDDSimConstants::getDepthEta16(), getEtaBins(), getEtaPhi(), hcons, and HcalDDDRecConstants::HcalID::subdet.
Referenced by HcalTopology::depthBinInformation(), and HcalTopology::validRaw().
std::vector< HcalDDDRecConstants::HcalEtaBin > HcalDDDRecConstants::getEtaBins | ( | const int | itype | ) | const |
Definition at line 64 of file HcalDDDRecConstants.cc.
References create_public_pileup_plots::bins, gather_cfg::cout, spr::find(), plotBeamSpotDB::first, HcalLayerDepthMap::getLayerDepth(), getLayerDepth(), getOneEtaBin(), getPhis(), hcons, mps_fire::i, iEtaMax, iEtaMin, gen::k, LayerTriplets::layers(), HcalDDDSimConstants::ldMap(), edm::second(), HcalLayerDepthMap::validDet(), and HcalDigiParam_cfi::zside.
Referenced by getDepthEta16(), getThickActive(), HcalCellTypes(), HcalTopology::HcalTopology(), HcalFlexiHardcodeGeometryLoader::makeHBCells(), HcalFlexiHardcodeGeometryLoader::makeHECells(), and nCells().
|
inline |
Definition at line 75 of file HcalDDDRecConstants.h.
References etaTable, getHCID(), getHFCellParameters(), getLayerDepth(), mps_fire::i, and LayerTriplets::layers().
std::pair< double, double > HcalDDDRecConstants::getEtaPhi | ( | int | subdet, |
int | ieta, | ||
int | iphi | ||
) | const |
Definition at line 134 of file HcalDDDRecConstants.cc.
References gather_cfg::cout, stringResolutionProvider_cfi::eta, etaTable, HcalParameters::etaTableHF, HcalBarrel, HcalEndcap, HcalOuter, hcons, hpar, iEtaMax, iEtaMin, M_PI, phi, phibin, HcalParameters::phioff, HcalParameters::phitable, csvLumiCalc::unit, and HcalDDDSimConstants::unitPhi().
Referenced by HGCalSimHitValidation::analyzeHits(), and getDepthEta16().
|
inline |
Definition at line 71 of file HcalDDDRecConstants.h.
References mps_fire::i, iEtaMax, and iEtaMin.
Referenced by HcalSimHitStudy::bookHistograms(), SimHitsValidationHcal::bookHistograms(), HcalSimHitsValidation::bookHistograms(), CaloTowersAnalyzer::dqmBeginRun(), HcalRecHitsAnalyzer::dqmBeginRun(), SimHitsValidationHcal::getLimits(), HcalTopology::HcalTopology(), and HcalTopology::nPhiBins().
|
inline |
Definition at line 73 of file HcalDDDRecConstants.h.
References etaTable.
Referenced by HcalTopology::HcalTopology(), and CaloTowerHardcodeGeometryLoader::load().
|
inline |
Definition at line 74 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 163 of file HcalDDDRecConstants.cc.
References gather_cfg::cout, particleFlowClusterECALTimeSelected_cfi::depth, stringResolutionProvider_cfi::eta, HcalDDDSimConstants::findDepth(), HcalDDDSimConstants::getDepthEta16(), HcalDDDSimConstants::getDepthEta29(), HcalBarrel, HcalEndcap, HcalOuter, hcons, hpar, ietaMap, iEtaMin, createfilelist::int, layerGroup(), maxLayerHB_, HcalParameters::noff, phi, phibin, HcalParameters::phigroup, HcalDDDSimConstants::phiNumber(), HcalParameters::phioff, phiUnitS, csvLumiCalc::unit, HcalDDDSimConstants::unitPhi(), and HcalDigiParam_cfi::zside.
Referenced by HGCalHitValidation::analyze(), CaloTruthAccumulator::fillSimHits(), getEtaLimit(), and HcalHitRelabeller::relabel().
std::vector< HcalDDDRecConstants::HFCellParameters > HcalDDDRecConstants::getHFCellParameters | ( | ) | const |
Definition at line 216 of file HcalDDDRecConstants.cc.
References funct::abs(), gather_cfg::cout, particleFlowClusterECALTimeSelected_cfi::depth, HcalDDDSimConstants::getIdHF2QIE(), HcalDDDSimConstants::getPhiTableHF(), HcalDDDSimConstants::getRTableHF(), hcons, iEtaMin, createfilelist::int, gen::k, maxDepth, DetIdAssociatorESProducer_cff::nEta, DetIdAssociatorESProducer_cff::nPhi, conversionPostprocessing_cfi::rMax, and conversionPostprocessing_cfi::rMin.
Referenced by getEtaLimit(), and HcalFlexiHardcodeGeometryLoader::makeHFCells().
|
inline |
Definition at line 81 of file HcalDDDRecConstants.h.
References HcalDDDSimConstants::getLayer0Wt(), and hcons.
Referenced by HcalHitRelabeller::energyWt().
void HcalDDDRecConstants::getLayerDepth | ( | int | ieta, |
std::map< int, int > & | layers | ||
) | const |
Definition at line 273 of file HcalDDDRecConstants.cc.
References gather_cfg::cout, checklumidiff::l, layerGroup(), and layerGroupSize().
Referenced by getEtaBins(), and getEtaLimit().
|
inline |
Definition at line 82 of file HcalDDDRecConstants.h.
References getMinDepth(), and maxDepth.
Referenced by HGCalDigiClient::beginRun(), HGCalRecHitsClient::beginRun(), HGCalSimHitsClient::beginRun(), HcalSimHitsClient::beginRun(), HcalRecHitsDQMClient::beginRun(), HcalSimHitStudy::bookHistograms(), SimHitsValidationHcal::bookHistograms(), HcalSimHitsValidation::bookHistograms(), HcalTopology::depthBinInformation(), HGCalDigiValidation::dqmBeginRun(), HcalRecHitsAnalyzer::dqmBeginRun(), HGCalRecHitValidation::dqmBeginRun(), HcalDigisValidation::dqmBeginRun(), HGCalSimHitValidation::dqmBeginRun(), HcalTopology::HcalTopology(), HcalTopologyIdealEP::produce(), and HcalTopology::validRaw().
int HcalDDDRecConstants::getMaxDepth | ( | const int | itype, |
const int | ieta, | ||
const int | iphi, | ||
const int | zside | ||
) | const |
Definition at line 290 of file HcalDDDRecConstants.cc.
References HcalDDDSimConstants::getDepthEta16M(), HcalDDDSimConstants::getDepthEta29M(), HcalDDDSimConstants::getMaxDepth(), hcons, hpar, iEtaMax, createfilelist::int, layerGroup(), layerGroupSize(), maxLayer_, maxLayerHB_, and HcalParameters::noff.
int HcalDDDRecConstants::getMinDepth | ( | const int | itype, |
const int | ieta, | ||
const int | iphi, | ||
const int | zside | ||
) | const |
Definition at line 308 of file HcalDDDRecConstants.cc.
References HcalDDDSimConstants::getDepthEta16M(), HcalDDDSimConstants::getMinDepth(), hcons, iEtaMin, createfilelist::int, layerGroup(), layerGroupSize(), and maxDepth.
Referenced by HcalTopology::depthBinInformation(), HcalGeometry::getClosestCell(), and getMaxDepth().
|
inline |
Definition at line 87 of file HcalDDDRecConstants.h.
References HcalParameters::etagroup, and hpar.
Referenced by HcalTopology::HcalTopology().
|
inline |
Definition at line 88 of file HcalDDDRecConstants.h.
References hpar, mps_fire::i, and HcalParameters::noff.
Referenced by HcalTopology::validRaw().
|
inline |
Definition at line 89 of file HcalDDDRecConstants.h.
References nPhiBins.
Referenced by HcalSimHitStudy::bookHistograms(), SimHitsValidationHcal::bookHistograms(), HcalSimHitsValidation::bookHistograms(), CaloTowersAnalyzer::dqmBeginRun(), HcalRecHitsAnalyzer::dqmBeginRun(), and HcalTopology::HcalTopology().
|
private |
Definition at line 612 of file HcalDDDRecConstants.cc.
References gather_cfg::cout, HcalDDDRecConstants::HcalEtaBin::depthStart, etaTable, plotBeamSpotDB::first, HcalDDDSimConstants::getDepthEta16(), HcalDDDSimConstants::getDepthEta16M(), HcalDDDSimConstants::getDepthEta29(), HcalDDDSimConstants::getDepthEta29M(), HcalBarrel, HcalEndcap, hcons, hpar, iEtaMax, iEtaMin, gen::k, checklumidiff::l, HcalDDDRecConstants::HcalEtaBin::layer, maxLayer_, maxLayerHB_, gen::n, HcalParameters::noff, phibin, HcalDDDRecConstants::HcalEtaBin::phis, and edm::second().
Referenced by dddConstants(), and getEtaBins().
|
inline |
|
inline |
Definition at line 91 of file HcalDDDRecConstants.h.
References hpar, mps_fire::i, and HcalParameters::phioff.
|
inline |
Definition at line 92 of file HcalDDDRecConstants.h.
References getPhis(), hpar, and HcalParameters::phioff.
Referenced by HcalTopology::HcalTopology().
std::vector< std::pair< int, double > > HcalDDDRecConstants::getPhis | ( | int | subdet, |
int | ieta | ||
) | const |
Definition at line 331 of file HcalDDDRecConstants.cc.
References gather_cfg::cout, etaSimValu, plotBeamSpotDB::first, HcalDDDSimConstants::getPhiCons(), HcalForward, hcons, gen::k, phi, phibin, HcalDDDSimConstants::phiNumber(), edm::second(), HcalDDDSimConstants::unitPhi(), and units().
Referenced by getEtaBins(), and getPhiOffs().
|
inline |
Definition at line 94 of file HcalDDDRecConstants.h.
References phibin.
Referenced by HcalTopology::HcalTopology().
|
inline |
Definition at line 95 of file HcalDDDRecConstants.h.
References HcalDDDRecConstants::HcalID::depth, getPhiZOne(), getRZ(), getThickActive(), hpar, and HcalParameters::phitable.
Referenced by HcalTopology::HcalTopology().
int HcalDDDRecConstants::getPhiZOne | ( | std::vector< std::pair< int, int > > & | phiz | ) | const |
Definition at line 356 of file HcalDDDRecConstants.cc.
References gather_cfg::cout, plotBeamSpotDB::first, HcalLayerDepthMap::getPhis(), HcalLayerDepthMap::getSubdet(), hcons, gen::k, HcalDDDSimConstants::ldMap(), phi, edm::second(), and HcalDigiParam_cfi::zside.
Referenced by getPhiTableHF(), and HcalTopology::getPhiZOne().
double HcalDDDRecConstants::getRZ | ( | int | subdet, |
int | ieta, | ||
int | depth | ||
) | const |
Definition at line 378 of file HcalDDDRecConstants.cc.
References gather_cfg::cout, ALCARECOTkAlBeamHalo_cff::etaMax, plotBeamSpotDB::first, gconsHB, gconsHE, HcalBarrel, gen::k, layerGroup(), and layerGroupSize().
Referenced by HGCalSimHitValidation::analyzeHits(), and getPhiTableHF().
std::vector< HcalDDDRecConstants::HcalActiveLength > HcalDDDRecConstants::getThickActive | ( | const int | type | ) | const |
Definition at line 407 of file HcalDDDRecConstants.cc.
References create_public_pileup_plots::bins, funct::cos(), gather_cfg::cout, particleFlowClusterECALTimeSelected_cfi::depth, HcalDDDRecConstants::HcalActiveLength::depth, stringResolutionProvider_cfi::eta, HcalDDDRecConstants::HcalActiveLength::eta, JetChargeProducer_cfi::exp, plotBeamSpotDB::first, gconsHB, gconsHE, getEtaBins(), mps_fire::i, HcalDDDRecConstants::HcalActiveLength::ieta, gen::k, Scenarios_cff::scale, edm::second(), funct::sin(), lumiQTWidget::t, theta(), and HcalDDDRecConstants::HcalActiveLength::thick.
Referenced by HcalHBHEMuonSimAnalyzer::beginRun(), HcalRaddamMuon::beginRun(), HcalHBHEMuonAnalyzer::beginRun(), and getPhiTableHF().
|
inline |
Definition at line 99 of file HcalDDDRecConstants.h.
References hpar, and HcalParameters::topologyMode.
Referenced by HcalTopology::HcalTopology(), and HcalTopologyIdealEP::produce().
|
inline |
Definition at line 100 of file HcalDDDRecConstants.h.
References HcalCellTypes(), hpar, and HcalParameters::topologyMode.
Referenced by HcalTopology::HcalTopology().
std::vector< HcalCellType > HcalDDDRecConstants::HcalCellTypes | ( | HcalSubdetector | subdet | ) | const |
Definition at line 444 of file HcalDDDRecConstants.cc.
References stringResolutionProvider_cfi::bin, KineDebug3::count(), gather_cfg::cout, particleFlowClusterECALTimeSelected_cfi::depth, ALCARECOTkAlBeamHalo_cff::etaMax, ALCARECOTkAlBeamHalo_cff::etaMin, etaSimValu, plotBeamSpotDB::first, getEtaBins(), HcalBarrel, HcalDDDSimConstants::HcalCellTypes(), HcalEndcap, hcons, hpar, iEtaMax, createfilelist::int, HcalParameters::phioff, HcalCellType::setPhi(), groupFilesInBlocks::temp, csvLumiCalc::unit, HcalDDDSimConstants::unitPhi(), and HcalDigiParam_cfi::zside.
Referenced by HcalDDDGeometryLoader::fill(), getTriggerMode(), and numberOfCells().
Definition at line 565 of file HcalDDDRecConstants.cc.
References detIdSpR_.
Referenced by HcalTopology::idBack(), and maxHFDepth().
Definition at line 556 of file HcalDDDRecConstants.cc.
References particleFlowClusterECALTimeSelected_cfi::depth, and detIdSpR_.
Referenced by HcalTopology::idFront(), and maxHFDepth().
|
private |
Definition at line 707 of file HcalDDDRecConstants.cc.
References KineDebug3::count(), gather_cfg::cout, particleFlowClusterECALTimeSelected_cfi::depth, depthMaxDf_, depthMaxSp_, detIdSp_, detIdSpR_, HcalParameters::drHB, HcalParameters::dzHE, stringResolutionProvider_cfi::eta, HcalParameters::etagroup, ALCARECOTkAlBeamHalo_cff::etaMax, HcalParameters::etaMax, ALCARECOTkAlBeamHalo_cff::etaMin, HcalParameters::etaMin, EnergyCorrector::etas, etaSimValu, HcalParameters::etaTable, etaTable, HcalParameters::etaTableHF, Exception, plotBeamSpotDB::first, 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, ietaMap, iEtaMax, iEtaMin, createfilelist::int, gen::k, GetRecoTauVFromDQM_MC_cff::kk, checklumidiff::l, layerGroup(), layerGroupSize(), HcalDDDSimConstants::ldMap(), genParticles_cff::map, HcalParameters::maxDepth, maxDepth, maxLayer_, maxLayerHB_, HcalParameters::modHB, HcalParameters::modHE, DetIdAssociatorESProducer_cff::nEta, nHalves, nModule, HcalParameters::noff, nPhiBins, phi, HcalParameters::phibin, phibin, HcalParameters::phigroup, HcalParameters::phitable, phiUnitS, HcalParameters::rHB, edm::second(), csvLumiCalc::unit, HcalDDDSimConstants::unitPhi(), HcalLayerDepthMap::validDet(), HcalLayerDepthMap::validEta(), HcalParameters::zHE, and HcalDigiParam_cfi::zside.
Referenced by dddConstants(), and HcalDDDRecConstants().
|
inline |
Definition at line 102 of file HcalDDDRecConstants.h.
References hcons, and HcalDDDSimConstants::isBH().
Referenced by HcalDDDGeometryLoader::HcalDDDGeometryLoader(), HcalTopology::isBH(), and HcalFlexiHardcodeGeometryLoader::load().
|
inline |
Definition at line 103 of file HcalDDDRecConstants.h.
References detIdSp_.
Referenced by CaloTPGTranscoderULUT::setup(), and HcaluLUTTPGCoder::update().
|
inline |
Definition at line 119 of file HcalDDDRecConstants.h.
References detIdSpR_.
Referenced by HcalTopology::validHcal().
|
inline |
Definition at line 118 of file HcalDDDRecConstants.h.
References detIdSp_.
Referenced by HcalTopology::validHcal().
|
private |
Definition at line 985 of file HcalDDDRecConstants.cc.
References hpar, gen::k, and HcalParameters::layerGroupEtaRec.
Referenced by dddConstants(), getHCID(), getLayerDepth(), getMaxDepth(), getMinDepth(), getRZ(), and initialize().
|
private |
Definition at line 973 of file HcalDDDRecConstants.cc.
References hpar, gen::k, and HcalParameters::layerGroupEtaRec.
Referenced by dddConstants(), getLayerDepth(), getMaxDepth(), getMinDepth(), getRZ(), and initialize().
|
inline |
Definition at line 104 of file HcalDDDRecConstants.h.
References RemoveAddSevLevel::flag, hcons, idBack(), idFront(), HcalDDDSimConstants::maxHFDepth(), mergedDepthDetId(), nCells(), numberOfCells(), specialRBXHBHE(), and unmergeDepthDetId().
Referenced by HcalTopology::validRaw().
Definition at line 549 of file HcalDDDRecConstants.cc.
References detIdSp_.
Referenced by maxHFDepth(), and HcalTopology::mergedDepthDetId().
unsigned int HcalDDDRecConstants::nCells | ( | HcalSubdetector | subdet | ) | const |
Definition at line 526 of file HcalDDDRecConstants.cc.
References getEtaBins(), HcalBarrel, HcalEndcap, HcalForward, HcalOuter, hcons, mps_fire::i, kHOSizePreLS1, and HcalDDDSimConstants::numberOfCells().
unsigned int HcalDDDRecConstants::nCells | ( | ) | const |
Definition at line 545 of file HcalDDDRecConstants.cc.
References HcalBarrel, HcalEndcap, HcalForward, and HcalOuter.
Referenced by maxHFDepth().
unsigned int HcalDDDRecConstants::numberOfCells | ( | HcalSubdetector | subdet | ) | const |
Definition at line 507 of file HcalDDDRecConstants.cc.
References HcalBarrel, HcalCellTypes(), HcalEndcap, hcons, mps_fire::i, createfilelist::int, nPhiBins, pileupDistInMC::num, and HcalDDDSimConstants::numberOfCells().
Referenced by HcalDDDGeometryLoader::load(), and maxHFDepth().
void HcalDDDRecConstants::specialRBXHBHE | ( | const std::vector< HcalDetId > & | idsOld, |
std::vector< HcalDetId > & | idsNew | ||
) | const |
Definition at line 589 of file HcalDDDRecConstants.cc.
References detIdSp_, and gen::k.
Referenced by maxHFDepth().
bool HcalDDDRecConstants::specialRBXHBHE | ( | const bool | flag, |
std::vector< HcalDetId > & | ids | ||
) | const |
Definition at line 598 of file HcalDDDRecConstants.cc.
References detIdSp_, and detIdSpR_.
void HcalDDDRecConstants::unmergeDepthDetId | ( | const HcalDetId & | id, |
std::vector< HcalDetId > & | ids | ||
) | const |
Definition at line 574 of file HcalDDDRecConstants.cc.
References detIdSpR_, and gen::k.
Referenced by maxHFDepth(), and HcalTopology::unmergeDepthDetId().
|
inline |
Definition at line 117 of file HcalDDDRecConstants.h.
References HcalLayerDepthMap::getSubdet(), hcons, and HcalDDDSimConstants::ldMap().
Referenced by HcalTopology::withSpecialRBXHBHE().
|
private |
Definition at line 147 of file HcalDDDRecConstants.h.
Referenced by initialize().
|
private |
Definition at line 147 of file HcalDDDRecConstants.h.
Referenced by initialize().
Definition at line 148 of file HcalDDDRecConstants.h.
Referenced by initialize(), isPlan1(), isPlan1ToBeMergedId(), mergedDepthDetId(), and specialRBXHBHE().
Definition at line 149 of file HcalDDDRecConstants.h.
Referenced by idBack(), idFront(), initialize(), isPlan1MergedId(), specialRBXHBHE(), and unmergeDepthDetId().
|
private |
Definition at line 136 of file HcalDDDRecConstants.h.
Referenced by getPhis(), HcalCellTypes(), and initialize().
|
private |
Definition at line 137 of file HcalDDDRecConstants.h.
Referenced by getEtaLimit(), getEtaPhi(), getEtaTable(), getOneEtaBin(), and initialize().
|
private |
Definition at line 144 of file HcalDDDRecConstants.h.
Referenced by getConstHBHE(), getRZ(), getThickActive(), and initialize().
|
private |
Definition at line 145 of file HcalDDDRecConstants.h.
Referenced by getConstHBHE(), getRZ(), getThickActive(), and initialize().
|
private |
Definition at line 135 of file HcalDDDRecConstants.h.
Referenced by dddConstants(), getDepth(), getDepthEta16(), getEtaBins(), getEtaPhi(), getHCID(), getHFCellParameters(), getLayer0Wt(), getMaxDepth(), getMinDepth(), getOneEtaBin(), getPhis(), getPhiZOne(), HcalCellTypes(), initialize(), isBH(), maxHFDepth(), nCells(), numberOfCells(), and withSpecialRBXHBHE().
|
private |
Definition at line 134 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 138 of file HcalDDDRecConstants.h.
Referenced by getHCID(), and initialize().
|
private |
Definition at line 139 of file HcalDDDRecConstants.h.
Referenced by getEtaBins(), getEtaPhi(), getEtaRange(), getMaxDepth(), getOneEtaBin(), HcalCellTypes(), and initialize().
|
private |
Definition at line 139 of file HcalDDDRecConstants.h.
Referenced by getEtaBins(), getEtaPhi(), getEtaRange(), getHCID(), getHFCellParameters(), getMinDepth(), getOneEtaBin(), and initialize().
|
private |
Definition at line 140 of file HcalDDDRecConstants.h.
Referenced by getHFCellParameters(), getMaxDepth(), getMinDepth(), and initialize().
|
staticprivate |
Definition at line 132 of file HcalDDDRecConstants.h.
Referenced by getMaxDepth(), getOneEtaBin(), and initialize().
|
staticprivate |
Definition at line 133 of file HcalDDDRecConstants.h.
Referenced by getHCID(), getMaxDepth(), getOneEtaBin(), and initialize().
|
private |
Definition at line 146 of file HcalDDDRecConstants.h.
Referenced by initialize().
|
private |
Definition at line 146 of file HcalDDDRecConstants.h.
Referenced by initialize().
|
private |
Definition at line 141 of file HcalDDDRecConstants.h.
Referenced by getNPhi(), initialize(), and numberOfCells().
|
private |
Definition at line 142 of file HcalDDDRecConstants.h.
Referenced by getEtaPhi(), getHCID(), getOneEtaBin(), getPhiBin(), getPhis(), getPhiTable(), and initialize().
|
private |
Definition at line 143 of file HcalDDDRecConstants.h.
Referenced by getHCID(), and initialize().