Functions | |
constexpr uint16_t | divu52 (uint16_t n) |
constexpr uint8_t | findLayer (uint32_t detId, uint8_t sl=0) |
constexpr uint8_t | findLayerFromCompact (uint32_t detId) |
constexpr uint16_t | findMaxModuleStride () |
constexpr uint8_t | getLayer (uint32_t detId) |
constexpr bool | isBigPixX (uint16_t px) |
constexpr bool | isBigPixY (uint16_t py) |
constexpr bool | isEdgeX (uint16_t px) |
constexpr bool | isEdgeY (uint16_t py) |
constexpr uint16_t | localX (uint16_t px) |
constexpr uint16_t | localY (uint16_t py) |
constexpr uint16_t | toRocX (uint16_t px) |
constexpr uint16_t | toRocY (uint16_t py) |
constexpr bool | validateLayerIndex () |
Variables | |
constexpr uint16_t | lastColInModule = numColsInModule - 1 |
constexpr uint16_t | lastColInRoc = numColsInRoc - 1 |
constexpr uint16_t | lastRowInModule = numRowsInModule - 1 |
constexpr uint16_t | lastRowInRoc = numRowsInRoc - 1 |
constexpr std::array< uint8_t, layerIndexSize > | layer = pixelTopology::map_to_array<layerIndexSize>(findLayerFromCompact) |
constexpr uint32_t | layerIndexSize = numberOfModules / maxModuleStride |
constexpr char const * | layerName [numberOfLayers] |
constexpr uint32_t | layerStart [numberOfLayers+1] |
constexpr uint16_t | maxModuleStride = findMaxModuleStride() |
constexpr uint16_t | numberOfLaddersInBarrel = numberOfModulesInBarrel / numberOfModulesInLadder |
constexpr uint32_t | numberOfLayers = 10 |
constexpr uint32_t | numberOfModules = 1856 |
constexpr uint16_t | numberOfModulesInBarrel = 1184 |
constexpr uint16_t | numberOfModulesInLadder = 8 |
constexpr uint16_t | numColsInModule = 8 * numColsInRoc |
constexpr uint16_t | numColsInRoc = 52 |
constexpr uint32_t | numPixsInModule = uint32_t(numRowsInModule) * uint32_t(numColsInModule) |
constexpr uint16_t | numRowsInModule = 2 * numRowsInRoc |
constexpr uint16_t | numRowsInRoc = 80 |
constexpr uint16_t | pixelPitchX = 100 |
constexpr uint16_t | pixelPitchY = 150 |
constexpr uint16_t | pixelThickness = 285 |
constexpr int16_t | xOffset = -81 |
constexpr int16_t | yOffset = -54 * 4 |
|
inline |
Definition at line 158 of file SimplePixelTopology.h.
References dqmiodumpmetadata::n, and submitPVResolutionJobs::q.
Referenced by localY(), and toRocY().
constexpr uint8_t phase1PixelTopology::findLayer | ( | uint32_t | detId, |
uint8_t | sl = 0 |
||
) |
Definition at line 118 of file SimplePixelTopology.h.
References mps_fire::i, layerStart, and findQualityFiles::size.
constexpr uint8_t phase1PixelTopology::findLayerFromCompact | ( | uint32_t | detId | ) |
Definition at line 125 of file SimplePixelTopology.h.
References mps_fire::i, layerStart, maxModuleStride, and findQualityFiles::size.
constexpr uint16_t phase1PixelTopology::findMaxModuleStride | ( | ) |
Definition at line 99 of file SimplePixelTopology.h.
References mps_fire::i, layerStart, dqmiodumpmetadata::n, and findQualityFiles::size.
constexpr uint8_t phase1PixelTopology::getLayer | ( | uint32_t | detId | ) |
Definition at line 140 of file SimplePixelTopology.h.
References layer, and maxModuleStride.
Referenced by HcalHitValidation::analyze(), ME0SegmentBuilder::build(), TrackSoAHeterogeneousT< S >::computeNumberOfLayers(), HCalEndcapAlgo::constructInsideModule(), HCalEndcapAlgo::constructInsideModule0(), SoftPFElectronTagInfoProducer::isElecClean(), and egamma::isInnermostElectron().
|
inline |
Definition at line 178 of file SimplePixelTopology.h.
References multPhiCorr_741_25nsDY_cfi::px.
Referenced by pixelCPEforGPU::errorFromDB(), pixelCPEforGPU::errorFromSize(), and pixelCPEforGPU::position().
|
inline |
Definition at line 180 of file SimplePixelTopology.h.
References lastColInRoc, multPhiCorr_741_25nsDY_cfi::py, and toRocY().
Referenced by pixelCPEforGPU::errorFromDB(), pixelCPEforGPU::errorFromSize(), and pixelCPEforGPU::position().
|
inline |
Definition at line 167 of file SimplePixelTopology.h.
References lastRowInModule, and multPhiCorr_741_25nsDY_cfi::px.
Referenced by pixelCPEforGPU::errorFromDB(), and pixelCPEforGPU::errorFromSize().
|
inline |
Definition at line 169 of file SimplePixelTopology.h.
References lastColInModule, and multPhiCorr_741_25nsDY_cfi::py.
Referenced by pixelCPEforGPU::errorFromDB(), and pixelCPEforGPU::errorFromSize().
|
inline |
Definition at line 185 of file SimplePixelTopology.h.
References lastRowInRoc, numRowsInRoc, multPhiCorr_741_25nsDY_cfi::px, and edm::shift.
Referenced by CSCRecHit2DValidation::analyze(), SiPixelPhase1HitsV::analyze(), FWME0RecHitProxyBuilder::buildViewType(), FWRPCRecHitProxyBuilder::buildViewType(), FWGEMRecHitProxyBuilder::buildViewType(), SiPixelDigiModule::getZeroLoEffROCs(), DTTrigGeom::localPosition(), HGCalDDDConstants::localToGlobal8(), PathToPlane2Order::operator()(), PixelBlade::overlap(), Phase1PixelBlade::overlap(), pixelCPEforGPU::position(), and DTTrigGeom::tubePosInCh().
|
inline |
Definition at line 194 of file SimplePixelTopology.h.
References divu52(), multPhiCorr_741_25nsDY_cfi::py, PixelMapPlotter::roc, and edm::shift.
Referenced by pixelCPEforGPU::position().
|
inline |
Definition at line 171 of file SimplePixelTopology.h.
References numRowsInRoc, and multPhiCorr_741_25nsDY_cfi::px.
|
inline |
Definition at line 173 of file SimplePixelTopology.h.
References divu52(), multPhiCorr_741_25nsDY_cfi::py, and PixelMapPlotter::roc.
Referenced by isBigPixY().
constexpr bool phase1PixelTopology::validateLayerIndex | ( | ) |
Definition at line 144 of file SimplePixelTopology.h.
References mps_fire::i, dqmiolumiharvest::j, layer, layerStart, maxModuleStride, numberOfLayers, numberOfModules, and mitigatedMETSequence_cff::U.
constexpr uint16_t phase1PixelTopology::lastColInModule = numColsInModule - 1 |
Definition at line 59 of file SimplePixelTopology.h.
Referenced by isEdgeY(), and pixelCPEforGPU::position().
constexpr uint16_t phase1PixelTopology::lastColInRoc = numColsInRoc - 1 |
Definition at line 54 of file SimplePixelTopology.h.
Referenced by isBigPixY().
constexpr uint16_t phase1PixelTopology::lastRowInModule = numRowsInModule - 1 |
Definition at line 58 of file SimplePixelTopology.h.
Referenced by isEdgeX(), and pixelCPEforGPU::position().
constexpr uint16_t phase1PixelTopology::lastRowInRoc = numRowsInRoc - 1 |
Definition at line 53 of file SimplePixelTopology.h.
Referenced by localX().
constexpr std::array<uint8_t, layerIndexSize> phase1PixelTopology::layer = pixelTopology::map_to_array<layerIndexSize>(findLayerFromCompact) |
Definition at line 138 of file SimplePixelTopology.h.
Referenced by CSCCFEBData::adcCounts(), CSCCFEBData::adcOverflow(), CSCAnodeData::add(), CSCCFEBData::add(), CSCAnodeData2007::add(), CSCComparatorData::add(), SiStripDetSummary::add(), CSCAnodeData2006::add(), TkHistoMap::add(), LayerHitMapCache::add(), CSCEventData::add(), mkfit::MkFinder::add_hit(), GEMClusterProcessor::addCoincidenceClusters(), FWRecoGeometryESProducer::addCSCGeometry(), FWTGeoRecoGeometryESProducer::addCSCGeometry(), FWRecoGeometryESProducer::addDTGeometry(), FWTGeoRecoGeometryESProducer::addDTGeometry(), RPCWheelMap::addHit(), PreshowerHitMaker::addHit(), HcalHitMaker::addHit(), CSCAnodeData2006::addHit(), CSCSegAlgoTC::addHit(), CSCSegAlgoSK::addHit(), CSCSegAlgoRU::addHit(), FWTGeoRecoGeometryESProducer::addPixelBarrelGeometry(), GEMClusterProcessor::addSingleClusters(), MkFitGeometryESProducer::addTECGeometry(), IntermediateHitTriplets::RegionFiller::addTriplets(), CSCChamberMasker::ageDigis(), SiStripHitEffFromCalibTree::algoAnalyze(), ME0HitsValidation::analyze(), ME0RecHitsValidation::analyze(), CSCRecHit2DValidation::analyze(), CSCSegmentValidation::analyze(), ME0DigisValidation::analyze(), ME0SegmentsValidation::analyze(), CSCWireDigiValidation::analyze(), CSCComparatorDigiValidation::analyze(), CSCAFEBThrAnalysis::analyze(), L1TStage2EMTF::analyze(), SiPixelDigiValid::analyze(), OuterTrackerMonitorTrackingParticles::analyze(), DTTPAnalyzer::analyze(), SiPixelVCalDB::analyze(), SiPixelDynamicInefficiencyDB::analyze(), RPCTnPEfficiencyTask::analyze(), SiPixelDigiSource::analyze(), SiPixelVCalReader::analyze(), HGCGeometryValidation::analyze(), SiPixelGenErrorDBObjectUploader::analyze(), SiPixel2DTemplateDBObjectUploader::analyze(), SiPixelTemplateDBObjectUploader::analyze(), CSCRecoBadChannelsAnalyzer::analyze(), DTTTrigCalibration::analyze(), DTEfficiencyTask::analyze(), DTResolutionAnalysisTask::analyze(), HGCalDigiValidation::analyze(), HGCalRecHitValidation::analyze(), SiPixelHitEfficiencySource::analyze(), GlobalDigisHistogrammer::analyze(), PixelLumiDQM::analyze(), GEMEfficiencyAnalyzer::analyze(), DTDigiTask::analyze(), PixelBaryCentreAnalyzer::analyze(), PrimaryVertexValidation::analyze(), L1MuonRecoTreeProducer::analyze(), GEMEffByGEMCSCSegmentSource::analyzeGE11ME11Segment(), HGCalSimHitStudy::analyzeHits(), HGCalSimHitValidation::analyzeHits(), HcalHitValidation::analyzeLayer(), SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy::AnalyzeOccupancy(), HGCalTBAnalyzer::analyzeRecHits(), HGCalTimingAnalyzer::analyzeSimHits(), HGCalTBAnalyzer::analyzeSimHits(), OverlapValidation::analyzeTrajectory(), mkfit::SteeringParams::append_plan(), HGCNumberingScheme::assignCell(), HGCalDDDConstants::assignCellTrap(), TrackerOfflineValidationSummary::associateModuleHistsWithTree(), PixelInactiveAreaFinder::badAdjecentDetsBarrel(), GEMNumberingScheme::baseNumberToUnitNumber(), ME0NumberingScheme::baseNumberToUnitNumber(), PixelBaryCentreAnalyzer::beginJob(), DTnoiseDBValidation::beginRun(), SiPixelLorentzAnglePCLHarvester::beginRun(), SiPixelLorentzAnglePCLHarvesterMCS::beginRun(), CSCComparatorData::bitValue(), SiPixelPhase1Analyzer::BookBarrelBins(), Phase1PixelMaps::bookBarrelBins(), DTEfficiencyTask::bookHistograms(), TICLTrackstersEdgesValidation::bookHistograms(), MillePedeDQMModule::bookHistograms(), SiStripHitEfficiencyWorker::bookHistograms(), DTt0DBValidation::bookHistos(), DTEfficiencyTest::bookHistos(), Phase2TrackerMonitorDigi::bookLayerHistos(), Phase2TrackerValidateDigi::bookLayerHistos(), SiPixelPhase1ResidualsExtra::bookMEs(), HGCalGeometryLoader::build(), ME0SegmentBuilder::build(), CSCRecHitDBuilder::build(), TrackerMap::build(), CSCGeometryBuilder::buildChamber(), GEMEfficiencyAnalyzer::buildGEMLayers(), CmsMTDConstruction< FilteredView >::buildLayer(), TrackerAlignmentLevelBuilder::buildPXBAlignmentLevels(), CSCSegAlgoST::buildSegments(), SiPixelClusterSource::buildStructure(), SiPixelDigiSource::buildStructure(), TrackerAlignmentLevelBuilder::buildTIBAlignmentLevels(), PixelTopologyMap::buildTopologyMaps(), HGCalTowerMap2DImpl::buildTowerMap2D(), SETFilter::buildTrajectoryMeasurements(), RPCDigiL1Link::bx(), TrackingParticleNumberOfLayers::calculate(), RPCStripsRing::calculateHwPlane(), DTSegmentUpdator::calculateT0corr(), HGCalDDDConstants::cellThickness(), GEMSuperChamber::chamber(), RPCNameHelper::chamberName(), RPCGeomServ::chambername(), RPCGeomServ::channelInChip(), CSCComparatorData::check(), PhiMemoryImage::check_input(), HitPairGeneratorFromLayerPairForPhotonConversion::checkBoundaries(), RPCDigiL1Link::checklayer(), GEMEfficiencyAnalyzer::checkPropagationDirection(), RectangularEtaPhiTrackingRegion::checkRZ(), HitPairGeneratorFromLayerPairForPhotonConversion::checkRZCompatibilityWithSeedTrack(), CSCIndexer::chipIndex(), CSCIndexerBase::chipIndex(), RBXAndHPDCleaner::clean(), PhiMemoryImage::clear_bit(), MuonCkfTrajectoryBuilder::collectMeasurement(), ResidualRefitting::CollectTrackHits(), CSCComparatorData::comparatorDigis(), CSCSegAlgoShowering::compareProtoSegment(), CSCSegAlgoTC::compareProtoSegment(), CSCSegAlgoDF::compareProtoSegment(), CSCSegAlgoSK::compareProtoSegment(), CSCSegAlgoRU::compareProtoSegment(), PrepareDMRTrends::compileDMRTrends(), OutInConversionSeedFinder::completeSeed(), InOutConversionSeedFinder::completeSeed(), DTRecHitSegmentResidual::compute(), DTLinearDriftAlgo::compute(), DTNoDriftAlgo::compute(), DTLinearDriftFromDBAlgo::compute(), HFShower::compute(), DTParametrizedDriftAlgo::compute(), DTCalibValidationFromMuons::compute(), DTCalibValidation::compute(), DTRecHitQuality::compute(), GlobalRecHitsAnalyzer::compute(), GlobalRecHitsProducer::compute(), SiPixelGainCalibScaler::computeAndStorePalyoads(), RealisticHitToClusterAssociator::computeAssociation(), DTDigitizer::computeTime(), SiStripDetCabling::connectedNumber(), DDCmsMTDConstruction::construct(), DDHCalEndcapAlgo::constructInsideModule(), DDHCalEndcapAlgo::constructInsideModule0(), RPCEMap::convert(), HGCalShowerShape::coreShowerLength(), CSCCondSegFit::correctTheCovX(), DTDigiToRaw::createFedBuffers(), TrajectoryManager::createPSimHits(), TkHistoMap::createTkHistoMap(), CSCAnodeData2006::CSCAnodeData2006(), CSCComparatorData::dataWord(), EcalDetailedTimeRecHitProducer::deltaTimeOfFlight(), CSCSegFit::derivativeMatrix(), SiStripDetCabling::detectedNumber(), CSCCrateMap::detId(), CSCReadoutMapping::detId(), CSCTriggerMapping::detId(), CSCIndexerPostls1::detIdFromChipIndex(), CSCIndexerStartup::detIdFromGasGainIndex(), CSCIndexerPostls1::detIdFromGasGainIndex(), CSCIndexerPostls1::detIdFromStripChannelIndex(), SiStripBadComponentsDQMServiceReader::detIdToString(), HGCalTriggerGeometryV9Imp2::detIdWaferType(), HGCalTriggerGeometryV9Imp3::detIdWaferType(), PixelInactiveAreaFinder::detInfo(), ConvBremSeedProducer::detLayer(), TrajectoryManager::detLayer(), SiStripDetCabling::detNumber(), CSCCFEBData::digis(), HGCalDigiValidation::digiValidation(), HGCalTriggerGeometryV9Imp3::disconnectedModule(), CSCDigitizer::doAction(), CSCOfflineMonitor::doBXMonitor(), OutsideInMuonSeeder::doLayer(), DDEcalPreshowerAlgoTB::doLayers(), DDEcalPreshowerAlgo::doLayers(), CSCAFEBConnectAnalysis::done(), CSCAFEBThrAnalysis::done(), SiStripHitEfficiencyHarvester::dqmEndJob(), SiPixelLorentzAnglePCLHarvester::dqmEndJob(), DTNoiseAnalysisTest::dqmEndLuminosityBlock(), DTEfficiencyTest::dqmEndLuminosityBlock(), SiPixelStatusHarvester::dqmEndRun(), DTNoiseCalibration::DTNoiseCalibration(), DTT0Calibration::DTT0Calibration(), DTT0CalibrationRMS::DTT0CalibrationRMS(), TkHistoMap::dumpInTkMap(), TrackExtenderWithMTDT< TrackCollection >::dumpLayer(), HGCalShowerShape::eMax(), TkAlCaSkimTreeMerger::endJob(), DTT0Correction::endJob(), AlignmentStats::endJob(), APVValidationPlots::endJob(), DTT0Calibration::endJob(), TrackerTreeGenerator::endJob(), HcalHitRelabeller::energyWt(), CSCCFEBData::errorstat(), HITrackingRegionProducer::estimateMultiplicity(), DDTIBLayerAlgo::execute(), PulseArray::extend(), DTDigitizer::externalDelays(), HitQuadrupletGeneratorFromLayerPairForPhotonConversion::failCheckRZCompatibility(), MTDDetLayerMeasurements::fastMeasurements(), MuonDetLayerMeasurements::fastMeasurements(), ParticlePropagator::fieldMap(), MuonShowerDigiFiller::fill(), TkHistoMap::fill(), HcalTestAnalysis::fill(), Phase1PixelMaps::fill(), TrackerMap::fill(), Phase1PixelMaps::fillBarrelBin(), SiPixelPhase1Analyzer::FillBarrelBinsAnalyze(), SiPixelPhase1Analyzer::FillBarrelBinsRemap(), TrackerRemapper::fillBarrelRemap(), HcalTB04Analysis::fillBuffer(), TrackerMap::fillc(), ME0ReDigiProducer::fillCentralTOFs(), SiPixelHitEfficiencySource::fillClusterProbability(), HGCalDigiValidation::fillDigiInfo(), PseudoBayesGrouping::FillDigisByLayer(), TrackerRemapper::fillEndcapRemap(), MillePedeDQMModule::fillExpertHisto_HG(), SiStripHitEfficiencyWorker::fillForTraj(), SiPixelDataQuality::fillGlobalQualityPlot(), HGCalRecHitValidation::fillHitsInfo(), Phase2TrackerValidateDigi::fillITPixelBXInfo(), Phase2TrackerMonitorDigi::fillITPixelDigiHistos(), HGCalTriggerGeometryV9Imp2::fillMaps(), HGCalTriggerGeometryV9Imp3::fillMaps(), SiPixelPhase1ResidualsExtra::fillMEs(), CSCStripElectronicsSim::fillMissingLayer(), GlobalDigisProducer::fillMuon(), GlobalDigisAnalyzer::fillMuon(), GlobalRecHitsAnalyzer::fillMuon(), GlobalRecHitsProducer::fillMuon(), MuonIdProducer::fillMuonId(), HGCalDigiValidation::fillOccupancyMap(), HGCalRecHitValidation::fillOccupancyMap(), HGCalSimHitValidation::fillOccupancyMap(), Phase2TrackerValidateDigi::fillOTBXInfo(), Phase2TrackerMonitorDigi::fillOTDigiHistos(), PixelCPEFast::fillParamsForGpu(), DeepCoreSeedGenerator::fillPixelMatrix(), QcdLowPtDQM::fillPixels(), Phase2TrackerValidateDigi::fillSimHitInfo(), CaloParticleDebugger::fillSimHits(), CaloTruthAccumulator::fillSimHits(), TrackerRemapper::fillStripRemap(), DTCompactMapWriter::fillTDCMap(), DTTimingExtractor::fillTiming(), HGCalHitCalibration::fillWithRecHits(), HcalTB04Analysis::finalAnalysis(), TrackerMap::find_layer(), CosmicMuonTrajectoryBuilder::findBestMeasurements(), StandAloneMuonFilter::findBestMeasurements(), DTCalibValidation::findBestRecHit(), DTRecHitQuality::findBestRecHit(), GlobalRecHitsAnalyzer::findBestRecHit(), GlobalRecHitsProducer::findBestRecHit(), SETFilter::findChi2(), CSCAnodeData2007::findFrame(), MSLayersAtAngle::findLayer(), HcalDDDSimConstants::findLayer(), TkDetMap::findLayer(), InOutConversionSeedFinder::findSeeds(), SeedGeneratorFromL1TTracksEDProducer::findSeedsOnLayer(), MonitorTrackResidualsBase< pixel_or_strip >::findSubdetAndLayer(), CSCXonStrip_MatchGatti::findXOnStrip(), HGCalShowerShape::firstLayer(), CSCCondSegFit::fit(), DTSegmentUpdator::fit(), GEMCSCSegFit::fit2(), CSCSegAlgoRU::fit_r_phi(), CSCSimHitMatcher::fitHitsInChamber(), CSCSegFit::fitlsq(), GEMCSCSegFit::fitlsq(), TkHistoMap::folderDefinition(), PixelDataFormatter::formatRawData(), TotemT1Organization::fromObjectTypeToInt(), RPCPhiEff::fromRaw(), CSCIndexer::gasGainIndex(), CSCIndexerBase::gasGainIndex(), DTHVHandler::get(), RPCTnPEfficiencyTask::get_barrel_histo_ycoord(), PhiMemoryImage::get_word(), CSCToAFEB::getAfebCh(), CSCToAFEB::getAfebPos(), TrackerMap::getAutomaticRange(), PropagateToMuon::getBestDet(), DTDeadFlag::getCellDead_HV(), DTDeadFlag::getCellDead_RO(), DTDeadFlag::getCellDead_TP(), DTDeadFlag::getCellDiscCat(), HGCalTriggerGeometryV9Imp2::getCellsFromTriggerCell(), HGCalTriggerGeometryV9Imp3::getCellsFromTriggerCell(), HGCalCoarseTriggerCellMapping::getCoarseTriggerCellId(), TkDetMap::getComponents(), HGCalCoarseTriggerCellMapping::getConstituentTriggerCells(), MuonAlignmentInputXML::getCSCnode(), RealisticHitToClusterAssociator::getDecayLength(), HcalLayerDepthMap::getDepth(), TkDetMap::getDetFromBin(), TkHistoMap::getDetId(), PixelBarrelNameUpgrade::getDetId(), PixelBarrelName::getDetId(), HFNoseDetIdToModule::getDetIds(), HGCSiliconDetIdToModule::getDetIds(), getDetLayer(), GEMDQMBase::getDetOccXBin(), TkDetMap::getDetsForLayer(), HGCSiliconDetIdToModule::getDetTriggerIds(), HGCalRadiationMap::getDoseValue(), MuonAlignmentInputXML::getDTnode(), HGCSD::getEnergyDeposit(), TkHistoMap::getEntries(), HGCalRadiationMap::getFluenceValue(), OmtfAngleConverter::getGlobalEta(), AngleConverter::getGlobalEta(), AngleConverterBase::getGlobalEta(), DTTMax::getInfoLayer(), CSCWireHitSim::getIonizationClusters(), phase2tkutil::getITHistoId(), SiStripLAProfileBooker::getlayer(), getLayer(), CSCToAFEB::getLayer(), HcalLayerDepthMap::getLayerBack(), HcalDDDSimConstants::getLayerBack(), HcalLayerDepthMap::getLayerFront(), HcalDDDSimConstants::getLayerFront(), HitPairGeneratorFromLayerPairForPhotonConversion::getLayerRadius(), HitPairGeneratorFromLayerPairForPhotonConversion::getLayerZ(), HGCalTriggerGeometryV9Imp2::getLinksInModule(), HGCNumberingScheme::getLocalCoords(), HGCalTriggerGeometryV9Imp3::getLpgbtsFromModule(), DTEfficiencyTest::getMEName(), TrackerMap::getmoduleCount(), HGCalTriggerGeometryV9Imp2::getModuleFromTriggerCell(), HGCalTriggerGeometryV9Imp3::getModuleFromTriggerCell(), HGCalTriggerGeometryV9Imp3::getModulesFromLpgbt(), HGCalTriggerGeometryV9Imp2::getModuleSize(), PrepareDMRTrends::getName(), TrajSeedMatcher::getNrValidLayersAlongTraj(), HGCalTriggerGeometryV9Imp2::getOrderedTriggerCellsFromModule(), HGCalTriggerGeometryV9Imp3::getOrderedTriggerCellsFromModule(), phase2tkutil::getOTHistoId(), HitPairGeneratorFromLayerPairForPhotonConversion::getPhiRange(), AngleConverter::getProcessorPhi(), AngleConverterBase::getProcessorPhi(), HGCalDDDConstants::getRadiusLayer(), SiStripMiscalibrate::getRegionsFromDetId(), GlobalMuonRefitter::getRidOfSelectStationHits(), TrackerMap::getringCount(), RPCLBLinkMapHandler::getRPCDetId(), HcalDDDRecConstants::getRZ(), HGCalTriggerGeometryV9Imp3::getScintillatoriEtaiPhi(), PlotAlignmentValidation::getSelectionForDMRPlot(), HGCalCassette::getShift(), HGCalTriggerGeometryV9Imp3::getStage1FpgaFromModule(), SiStripFolderOrganizer::GetSubDetAndLayer(), SiStripFolderOrganizer::GetSubDetAndLayerThickness(), SiStripFolderOrganizer::getSubDetLayerFolderName(), TkDetMap::getSubDetLayerSide(), HGCalGeometry::getSummary(), SiStripApvSimulationParameters::getTIB(), SiStripApvSimulationParameters::getTOB(), HGCalTriggerGeometryV9Imp2::getTriggerCellsFromModule(), HGCalTriggerGeometryV9Imp3::getTriggerCellsFromModule(), HFNoseDetIdToModule::getTriggerDetIds(), SiStripMiscalibrate::getTruncatedRange(), HGCalDDDConstants::getTypeHex(), HGCalDDDConstants::getTypeTrap(), ESTBNumberingScheme::getUnitID(), EcalPreshowerNumberingScheme::getUnitID(), ZdcNumberingScheme::getUnitID(), HFNoseNumberingScheme::getUnitID(), HGCNumberingScheme::getUnitID(), HGCalNumberingScheme::getUnitID(), TkHistoMap::getValue(), HGCalTriggerGeometryV9Imp3::getWaferCentring(), CSCDriftSim::getWireHit(), HGCalDDDConstants::getXY(), MTDDetLayerMeasurements::groupedMeasurements(), MuonDetLayerMeasurements::groupedMeasurements(), CSCSegAlgoTC::hasHitOnLayer(), ME0SegAlgoRU::hasHitOnLayer(), CSCSegAlgoDF::hasHitOnLayer(), CSCSegAlgoSK::hasHitOnLayer(), GE0SegAlgoRU::hasHitOnLayer(), CSCSegAlgoRU::hasHitOnLayer(), HGCalDDDConstants::HGCalDDDConstants(), HGCalNumberingScheme::HGCalNumberingScheme(), HGCScintSD::HGCScintSD(), CSCMake2DRecHit::hitFromStripAndWire(), SeedingLayerSetsBuilder::hits(), MultiHitGeneratorFromChi2::hitSets(), CSCSimHitMatcher::hitStripsInDetId(), PixelTripletNoTipGenerator::hitTriplets(), PixelTripletLowPtGenerator::hitTriplets(), PixelTripletHLTGenerator::hitTriplets(), PixelTripletLargeTipGenerator::hitTriplets(), CSCSimHitMatcher::hitWiregroupsInDetId(), DTSimHitMatcher::hitWiresInDTLayerId(), DTSequentialCellNumber::id(), DTSequentialLayerNumber::id(), MuonSeedBuilder::IdentifyShowering(), PFHBHERecHitCreator::importRecHits(), PFPSRecHitCreator::importRecHits(), PFHFRecHitCreator::importRecHits(), PixelInactiveAreaFinder::inactiveAreas(), CSCSegAlgoTC::increaseProtoSegment(), CSCSegAlgoSK::increaseProtoSegment(), CSCSegAlgoRU::increaseProtoSegment(), CosmicMuonTrajectoryBuilder::incrementChamberCounters(), SETFilter::incrementChamberCounters(), StandAloneMuonFilter::incrementChamberCounters(), StandAloneMuonFilter::incrementCompatibleChamberCounters(), CSCAnodeData2007::index(), CSCAnodeData2006::index(), DTTMax::InfoLayer::InfoLayer(), PFBadHcalPseudoClusterProducer::init(), TrackerMap::init(), InnerDeltaPhi::initBarrelLayer(), InnerDeltaPhi::initForwardLayer(), PulseArray::initialize(), HGCalTriggerGeometryV9Imp2::initialize(), HcalLayerDepthMap::initialize(), HGCalTriggerGeometryV9Imp3::initialize(), CSCOverlapsAlignmentAlgorithm::initialize(), ThirdHitRZPredictionBase::initLayer(), InnerDeltaPhi::InnerDeltaPhi(), PFGeometry::innerRadius(), PFGeometry::innerZ(), MaterialEffects::interact(), HGCalTriggerClusterInterpretationEM::interpret(), PixelDataFormatter::interpretRawData(), MagneticFieldMap::inTeslaZ(), Phase1PixelROCMaps::isBPixOuterLadder(), AngleConverter::isCSCCounterClockwise(), AngleConverterBase::isCSCCounterClockwise(), ME0SegmentAlgorithm::isGoodToMerge(), CSCMake2DRecHit::isHitInFiducial(), CSCSegAlgoShowering::isHitNearSegment(), CSCSegAlgoDF::isHitNearSegment(), CSCSegAlgoRU::isHitNearSegment(), ME0SegmentsValidation::isMatched(), PulseArray::isOneShotHighAtBX(), TrackerMap::isRingStereo(), HGCalWaferValidation::isRotationMatched(), HGCalDDDConstants::isValidHex8(), HGCalDDDConstants::isValidTrap(), HGCalShowerShape::lastLayer(), Trajectory::lastLayer(), MSLayersKeeperX0DetLayer::layer(), MSLayersKeeperX0Averaged::layer(), LA_Filler_Fitter::layer_index(), AlignmentParameterSelector::layerDeselected(), OverlapValidation::layerFromId(), TrajSeedMatcher::layerHasValidHits(), CSCIndexer::layerIndex(), CSCIndexerBase::layerIndex(), LA_Filler_Fitter::layerLabel(), TrackerMap::layername(), SeedingLayerSetsBuilder::layerNamesInSets(), TrackerMap::layerno(), SeedingLayerSetsBuilder::layers(), HGCalTriggerGeometryV9Imp2::layerWithOffset(), HGCalTriggerGeometryV9Imp3::layerWithOffset(), HGCalTriggerGeometryV9Imp3::layerWithoutOffsetAndSubdetId(), GEMCSCSegmentBuilder::LinkGEMRollsToCSCChamberIndex(), HGCalGeomParameters::loadGeometryHexagon(), HGCalGeomParameters::loadGeometryHexagon8(), TkHistoMap::loadTkHistoMap(), RPCtoDTTranslator::localXX(), HGCalDDDConstants::locateCell(), MagneticFieldMap::MagneticFieldMap(), EMTFSubsystemCollector::make_copad_gem(), PatternRecognition::make_zone_image(), HGCal3DClustering::makeClusters(), OutInConversionSeedFinder::makeEstimator(), HcalHardcodeGeometryLoader::makeHBCells(), HcalHardcodeGeometryLoader::makeHECells(), HGCalDepthPreClusterer::makePreClusters(), HGCalRecHitSimpleAlgo::makeRecHit(), SeedingLayerSetsBuilder::makeSeedingLayerSetsHitsforFastSim(), TSGForOIDNN::makeSeedsFromHitDoublets(), TSGForOIDNN::makeSeedsFromHits(), TSGForOIFromL2::makeSeedsFromHits(), TSGForOIDNN::makeSeedsWithoutHits(), TSGForOIFromL2::makeSeedsWithoutHits(), ConvBremSeedProducer::makeTrajectoryState(), TrajectoryManager::makeTrajectoryState(), HGCalDDDConstants::maskCell(), StubsSimHitsMatcher::match(), MatchedHitRZCorrectionFromBending::MatchedHitRZCorrectionFromBending(), HGCalShowerShape::maxLayer(), MTDDetLayerMeasurements::measurements(), MuonDetLayerMeasurements::measurements(), SymmetricLayerFinder::mirror(), SiPixelDigitizerAlgorithm::missCalibrate(), CSCGEMMatcher::mitigatedSlopeByConsistency(), InitialGrouping::mixChannels(), SiStripCondVisualizer::module_location_type(), MSLayer::MSLayer(), MultipleScatteringParametrisation::MultipleScatteringParametrisation(), MuonGeometrySanityCheckPoint::MuonGeometrySanityCheckPoint(), RPCGeomServ::name(), HGCalTowerMap2DImpl::newTowerMaps(), RBCProcessRPCDigis::next(), MaterialEffects::normalVector(), PulseArray::numberOfLayersAtBX(), EventCapture::observeEventEnd(), DTTTrigBaseSync::offset(), DTTTrigSyncTOFCorr::offset(), DTTTrigSyncFromDB::offset(), PulseArray::oneShotAtBX(), DTSegmentCand::operator DTChamberRecSegment2D *(), TrackingLayer::operator!=(), ThirdHitRZPrediction< Propagator >::operator()(), PulseArray::operator()(), CheckHitPattern::operator()(), LayerHitMapCache::operator()(), TrackingLayer::operator<(), operator<<(), fastsim::operator<<(), TrackingLayer::operator==(), HGCal3DClustering::organizeByLayer(), PFGeometry::outerRadius(), PFGeometry::outerZ(), CSCCFEBData::overlappedSampleFlag(), HGCalTriggerGeometryV9Imp2::packLayerModuleId(), HGCalTriggerGeometryV9Imp3::packLayerSubdetWaferId(), HGCalTriggerGeometryV9Imp2::packLayerWaferId(), ZdcNumberingScheme::packZdcIndex(), SiStripTrackerMapCreator::paintTkMapFromAlarm(), DDHCalEndcapAlgo::parameterLayer0(), MultipleScatteringParametrisationMaker::parametrisation(), GEMDQMEfficiencyClientBase::parseGEMLabel(), TTStubAlgorithm_official< T >::PatternHitCorrelation(), HGCalShowerShape::percentileLayer(), SiPixelStatusHarvester::perLayerRingAverage(), DTTrigGeomUtils::phiRange(), PlotAlignmentValidation::plotDMR(), PlotAlignmentValidation::plotDMRHistogram(), HIPplots::plotHitMap(), CSCWireDigiValidation::plotResolution(), CSCSegmentValidation::plotResolution(), CSCComparatorDigiValidation::plotResolution(), CSCRecHit2DValidation::plotResolution(), GlobalRecHitsAnalyzer::plotResolution(), GlobalRecHitsProducer::plotResolution(), DD4hep_TrackingMaterialPlotter::plotSegmentInLayer(), TrackingMaterialPlotter::plotSegmentInLayer(), PlotAlignmentValidation::plotSS(), CSCChipSpeedCorrectionDBConditions::prefillDBChipSpeedCorrection(), CSCGasGainCorrectionDBConditions::prefillDBGasGainCorrection(), CtfSpecialSeedGenerator::preliminaryCheck(), CaloGeometryHelper::preshowerZPosition(), MuonPath::primitive(), SiPixelDetSummary::print(), CheckHitPattern::print(), SiStripDetSummary::print(), TrackerMap::print(), SeedingLayerSetsHits::print(), TrackerMap::printall(), VectorHitBuilderAlgorithmBase::printCluster(), SiStripQuality::printDetInfo(), MuonNavigationPrinter::printLayer(), ConversionSeedFinder::printLayer(), TrackerMap::printlayers(), TrackerMap::printonline(), SiStripDetCabling::printSummary(), TkDetMapESProducer::produce(), PFClusterTimeSelector::produce(), TICLLayerTileProducer::produce(), SiPixelDigisClustersFromSoA::produce(), DTRecHitProducer::produce(), TkAlCaOverlapTagger::produce(), SiPixelFakeLorentzAngleESSource::produce(), HGCalTrackCollectionProducer::produce(), TSGForOIDNN::produce(), DTDigitizer::produce(), TkMSParameterizationBuilder::produce(), CorrectedECALPFClusterProducer::produce(), MuonSimHitProducer::produce(), FastSimProducer::produce(), PixelClusterTagInfoProducer::produce(), CSCDCCUnpacker::produce(), CaloGeometryDBEP< T, U >::produceAligned(), EcalTrivialConditionRetriever::produceEcalAlignmentES(), HGCalIsoCalculator::produceHGCalIso(), SiStripRegionConnectivity::produceRegionCabling(), StandAloneMuonTrajectoryBuilder::propagateTheSeedTSOS(), ParticlePropagator::propagateToBoundSurface(), TrajectoryManager::propagateToLayer(), CSCSegAlgoShowering::pruneFromResidual(), CSCSegAlgoDF::pruneFromResidual(), PGlobalDigi::putMB1Digis(), PGlobalDigi::putMB2Digis(), PGlobalDigi::putMB3Digis(), PGlobalDigi::putMB4Digis(), SiStripApvSimulationParameters::putTIB(), SiStripApvSimulationParameters::putTOB(), HcalTestAnalysis::qieAnalysis(), TrackClassifier::qualityInformation(), MaterialEffects::radLengths(), CSCChannelMapperStartup::rawCSCDetId(), CSCChannelTranslator::rawCSCDetId(), RPCDigiL1Link::rawdetId(), CSCAnodeData2006::rawHit(), HGCalRadiationMap::readDosePars(), AsciiNeutronReader::readNextEvent(), HGCalSciNoiseMap::readSipmPars(), DTCalibValidationFromMuons::recHitDistFromWire(), DTCalibValidation::recHitDistFromWire(), DTRecHitQuality::recHitDistFromWire(), GlobalRecHitsAnalyzer::recHitDistFromWire(), GlobalRecHitsProducer::recHitDistFromWire(), DTCalibValidationFromMuons::recHitPosition(), DTCalibValidation::recHitPosition(), MTDDetLayerMeasurements::recHits(), MuonDetLayerMeasurements::recHits(), HGCalRecHitValidation::recHitValidation(), DTNoDriftAlgo::reconstruct(), DTRecHitBaseAlgo::reconstruct(), StandAloneMuonFilter::refit(), HcalHitRelabeller::relabel(), CSCSegAlgoTC::replaceHit(), CSCSegAlgoSK::replaceHit(), CSCSegAlgoRU::replaceHit(), HGCalRecHitWorkerSimple::run(), DTOccupancyTestML::runOccupancyTest(), CSCHitFromStripOnly::runStrip(), CSCHitFromWireOnly::runWire(), SiStripApvSimulationParameters::sampleTIB(), SiStripApvSimulationParameters::sampleTOB(), TrackerMap::save(), SiPixelPhase1Analyzer::SaveDetectorVertices(), TrackingMaterialAnalyser::saveLayerPlots(), DD4hep_TrackingMaterialAnalyser::saveLayerPlots(), DD4hep_TrackingMaterialAnalyser::saveParameters(), TrackingMaterialAnalyser::saveParameters(), DD4hep_TrackingMaterialAnalyser::saveXml(), TrackingMaterialAnalyser::saveXml(), CSCCFEBTimeSlice::scaControllerWord(), HcalTB04Analysis::scale(), HGCalSciNoiseMap::scaleByDose(), HGCalSciNoiseMap::scaleBySipmArea(), HGCalParameters::scintCells(), HGCalParameters::scintCellSize(), HGCalParameters::scintType(), ApeTreeCreateDefault::sectorBuilder(), ApeEstimator::sectorBuilder(), DTResidualCalibration::segmentToWireDistance(), HGCalConcentratorAutoEncoderImpl::select(), CosmicLayerPairs::selectTIBHit(), CosmicLayerPairs::selectTOBHit(), DTT0::set(), PhiMemoryImage::set_bit(), PhiMemoryImage::set_word(), TkHistoMap::setBinContent(), DTStatusFlag::setCellDead(), DTDeadFlag::setCellDead_HV(), DTDeadFlag::setCellDead_RO(), DTDeadFlag::setCellDead_TP(), DTDeadFlag::setCellDiscCat(), DTStatusFlag::setCellFEMask(), DTStatusFlag::setCellNoHV(), DTStatusFlag::setCellNoise(), DTStatusFlag::setCellTDCMask(), DTStatusFlag::setCellTrigMask(), CSCCondSegFit::setChi2(), CSCSegFit::setChi2(), CSCCFEBTimeSlice::setControllerWord(), HGCScintSD::setDetUnitId(), HGCalSD::setDetUnitId(), HFNoseSD::setDetUnitId(), HGCSD::setDetUnitId(), PlotAlignmentValidation::setDMRHistStyleAndLegend(), DTHVStatus::setFlagA(), DTHVStatus::setFlagC(), DTHVStatus::setFlagS(), FWEventItemsManager::setFrom(), InitialGrouping::setInChannels(), CSCBaseElectronicsSim::setLayer(), SiStripFolderOrganizer::setLayerFolder(), DTPrimitive::setLayerId(), TkDetMap::setLayerMap(), RPCDigiL1Link::setLink(), ParticlePropagator::setPropagationConditions(), SiStripFolderOrganizer::setRingFolder(), GoldenPatternResult::setStubResult(), TrackerMap::setText(), SiStripTrackerMapCreator::setTkMapFromHistogram(), PixelCPEGenericBase::setXYErrors(), RPCGeomServ::shortname(), CSCSegAlgoShowering::showerSeg(), FW3DViewGeometry::showHGCalEE(), FW3DViewGeometry::showHGCalHSc(), FW3DViewGeometry::showHGCalHSi(), HGCalShowerShape::sigmaEtaEtaMax(), HGCalShowerShape::sigmaPhiPhiMax(), HGCalShowerShape::sigmaRRMax(), HGCalShowerShape::sigmaRRMean(), DTRecHitQuality::simHitDistFromFE(), DTRecHitQuality::simHitDistFromWire(), GlobalRecHitsAnalyzer::simHitDistFromWire(), GlobalRecHitsProducer::simHitDistFromWire(), CSCSimHitMatcher::simHitsMeanStrip(), CSCSimHitMatcher::simHitsMeanWG(), DTSimHitMatcher::simHitsMeanWire(), CSCStripHitSim::simulate(), CSCWireHitSim::simulate(), CSCBaseElectronicsSim::simulate(), SiStripDetSummary::SiStripDetSummary(), JetCoreMCtruthSeedGenerator::splittedClusterDirections(), DeepCoreSeedGenerator::splittedClusterDirections(), OutInConversionSeedFinder::startSeed(), CSCCFEBData::statusDigi(), ResidualRefitting::StoreTrackerRecHits(), RPCDigiL1Link::strip(), CSCIndexer::stripChannelIndex(), CSCIndexerBase::stripChannelIndex(), CSCCFEBData::stripDigis(), CSCEventData::stripDigis(), SiPixelStatusHarvester::substructure(), PhiMemoryImage::test_bit(), MagneticFieldMap::theFieldBarrelHisto(), MagneticFieldMap::theFieldEndcapHisto(), DTTrigGeomUtils::thetaRange(), ThirdHitCorrection::ThirdHitCorrection(), ThirdHitRZPredictionBase::ThirdHitRZPredictionBase(), MatchedHitRZCorrectionFromBending::tibMatchedHitZFixup(), HGCalDDDConstants::tileCount(), HGCalDDDConstants::tileExist(), HGCalTileIndex::tileIndex(), HGCalDDDConstants::tileInfo(), HGCalDDDConstants::tileRings(), HGCalDDDConstants::tileType(), HcalTestAnalysis::timeOfFlight(), HcalTB04Analysis::timeOfFlight(), EcalTimeMapDigitizer::timeOfFlight(), CSCCFEBTimeSlice::timeSample(), TrackTransformerForGlobalCosmicMuons::TrackerKeep(), TrackerMap::TrackerMap(), CosmicMuonTrajectoryBuilder::trajectories(), TrajectorySeedProducer::TrajectorySeedProducer(), trends(), HGCalClusteringImpl::triggerCellReshuffling(), HGCalTriggerGeometryV9Imp2::triggerLayer(), HGCalTriggerGeometryV9Imp3::triggerLayer(), CSCSegAlgoDF::tryAddingHitsToSegment(), CSCSegAlgoSK::tryAddingHitsToSegment(), CSCSegAlgoTC::tryAddingHitsToSegment(), CSCSegAlgoRU::tryAddingHitsToSegment(), SiStripDetCabling::undetectedNumber(), MkFitGeometry::uniqueIdInLayer(), HGCalTriggerGeometryV9Imp3::unpackLayerSubdetWaferId(), ZdcNumberingScheme::unpackZdcIndex(), CosmicMuonTrajectoryBuilder::unusedHits(), MSLayersAtAngle::update(), HcalTestAnalysis::update(), SimG4HGCalValidation::update(), HcalTB02Analysis::update(), SeedingLayerSetsBuilder::updateEventSetup(), FW3DViewBase::updateHGCalVisibility(), DTSegmentUpdator::updateHits(), PixelInactiveAreaFinder::updatePixelDets(), ValidateGeometry::validateCSCLayerGeometry(), ValidateGeometry::validateDTLayerGeometry(), validateLayerIndex(), HGCalDDDConstants::waferFromPosition(), HGCalWaferIndex::waferIndex(), HGCalDDDConstants::waferIndex(), HGCalDDDConstants::wafers(), HGCalDDDConstants::waferType(), HGCalDDDConstants::waferTypeRotation(), HGCalDDDConstants::waferVirtual(), CSCAnodeData::wireDigis(), CSCAnodeData2007::wireDigis(), CSCAnodeData2006::wireDigis(), CSCEventData::wireDigis(), CSCComparatorData::zero(), and TrackerMap::~TrackerMap().
constexpr uint32_t phase1PixelTopology::layerIndexSize = numberOfModules / maxModuleStride |
Definition at line 133 of file SimplePixelTopology.h.
constexpr char const* phase1PixelTopology::layerName[numberOfLayers] |
Definition at line 86 of file SimplePixelTopology.h.
Referenced by SiStripHitEffFromCalibTree::algoAnalyze(), algorithm(), SiPixelHitEfficiencySource::analyze(), SiStripHitEfficiencyWorker::bookHistograms(), SiStripHitEffFromCalibTree::computeEff(), DDHCalEndcapModuleAlgo::constructInsideModule(), HCalEndcapModuleAlgo::constructInsideModule(), HCalEndcapAlgo::constructInsideModule(), DDHCalEndcapModuleAlgo::constructInsideModule0(), HCalEndcapModuleAlgo::constructInsideModule0(), HCalEndcapAlgo::constructInsideModule0(), SiStripHitEfficiencyHarvester::dqmEndJob(), APVValidationPlots::endJob(), DDHGCalWaferFullRotated::execute(), TkDetMap::getDetFromBin(), CAGraph::getLayerId(), DTNoiseCalibration::getLayerName(), DDHCalEndcapAlgo::getLayerName(), DTNoiseComputation::getLayerName(), SiStripBaseCondObjDQM::getLayerNameAndId(), TkHistoMap::getLayerNum(), HCalEndcapAlgo::HCalEndcapAlgo(), HCalEndcapModuleAlgo::HCalEndcapModuleAlgo(), DDHCalEndcapModuleAlgo::initialize(), SeedingLayerSetsBuilder::LayerSpec::LayerSpec(), makePlots(), SiStripHitEfficiencyHarvester::makeSummary(), SiStripHitEffFromCalibTree::makeSummary(), SiStripHitEffFromCalibTree::makeSummaryVsBx(), SiStripHitEffFromCalibTree::makeTKMap(), PixelToFEDAssociateFromAscii::operator()(), SiStripHitEfficiencyHarvester::printTotalStatistics(), SeedingLayerSetsBuilder::SeedingLayerSetsBuilder(), CACut::setCutValuesByLayerIds(), and SiStripHitEffFromCalibTree::totalStatistics().
constexpr uint32_t phase1PixelTopology::layerStart[numberOfLayers+1] |
Definition at line 75 of file SimplePixelTopology.h.
Referenced by PixelCPEFast::fillParamsForGpu(), findLayer(), findLayerFromCompact(), findMaxModuleStride(), MuonRPCDetLayerGeometryBuilder::makeBarrelLayers(), SiPixelRecHitSoAFromLegacy::produce(), and validateLayerIndex().
constexpr uint16_t phase1PixelTopology::maxModuleStride = findMaxModuleStride() |
Definition at line 116 of file SimplePixelTopology.h.
Referenced by PixelCPEFast::fillParamsForGpu(), findLayerFromCompact(), getLayer(), and validateLayerIndex().
constexpr uint16_t phase1PixelTopology::numberOfLaddersInBarrel = numberOfModulesInBarrel / numberOfModulesInLadder |
Definition at line 49 of file SimplePixelTopology.h.
Referenced by gpuPixelRecHits::__attribute__(), and PixelCPEFast::fillParamsForGpu().
constexpr uint32_t phase1PixelTopology::numberOfLayers = 10 |
Definition at line 71 of file SimplePixelTopology.h.
Referenced by RealisticSimClusterMapper::buildClusters(), RealisticHitToClusterAssociator::init(), SiPixelRecHitSoAFromLegacy::produce(), RealisticCluster::setLayersNum(), TrackingRecHit2DHeterogeneous< Traits >::TrackingRecHit2DHeterogeneous(), and validateLayerIndex().
constexpr uint32_t phase1PixelTopology::numberOfModules = 1856 |
Definition at line 70 of file SimplePixelTopology.h.
Referenced by gpuCalibPixel::calibDigis(), SiPixelDigisClustersFromSoA::produce(), SiPixelRecHitSoAFromLegacy::produce(), TrackingRecHit2DHeterogeneous< Traits >::TrackingRecHit2DHeterogeneous(), and validateLayerIndex().
constexpr uint16_t phase1PixelTopology::numberOfModulesInBarrel = 1184 |
Definition at line 47 of file SimplePixelTopology.h.
Referenced by PixelCPEFast::fillParamsForGpu().
constexpr uint16_t phase1PixelTopology::numberOfModulesInLadder = 8 |
Definition at line 48 of file SimplePixelTopology.h.
Referenced by PixelCPEFast::fillParamsForGpu().
constexpr uint16_t phase1PixelTopology::numColsInModule = 8 * numColsInRoc |
Definition at line 57 of file SimplePixelTopology.h.
Referenced by PixelCPEFast::fillParamsForGpu().
constexpr uint16_t phase1PixelTopology::numColsInRoc = 52 |
Definition at line 52 of file SimplePixelTopology.h.
Referenced by PixelCPEFast::fillParamsForGpu(), and sipixelobjects::FrameConversion::FrameConversion().
constexpr uint32_t phase1PixelTopology::numPixsInModule = uint32_t(numRowsInModule) * uint32_t(numColsInModule) |
Definition at line 68 of file SimplePixelTopology.h.
constexpr uint16_t phase1PixelTopology::numRowsInModule = 2 * numRowsInRoc |
Definition at line 56 of file SimplePixelTopology.h.
Referenced by PixelCPEFast::fillParamsForGpu().
constexpr uint16_t phase1PixelTopology::numRowsInRoc = 80 |
Definition at line 51 of file SimplePixelTopology.h.
Referenced by PixelDataFormatter::digi2wordPhase1Layer1(), PixelCPEFast::fillParamsForGpu(), sipixelobjects::FrameConversion::FrameConversion(), localX(), and toRocX().
constexpr uint16_t phase1PixelTopology::pixelPitchX = 100 |
Definition at line 65 of file SimplePixelTopology.h.
constexpr uint16_t phase1PixelTopology::pixelPitchY = 150 |
Definition at line 66 of file SimplePixelTopology.h.
Referenced by for().
constexpr uint16_t phase1PixelTopology::pixelThickness = 285 |
Definition at line 64 of file SimplePixelTopology.h.
constexpr int16_t phase1PixelTopology::xOffset = -81 |
Definition at line 61 of file SimplePixelTopology.h.
Referenced by EcalSelectiveReadoutValidation::analyzeEE(), SSDigitizerAlgorithm::cbc3PulsePolarExpansion(), FWTextTreeCellRenderer::draw(), FWCheckBoxIcon::drawInsideBox(), pixelCPEforGPU::errorFromDB(), PixelCPEFast::fillParamsForGpu(), and SSDigitizerAlgorithm::signalShape().
constexpr int16_t phase1PixelTopology::yOffset = -54 * 4 |
Definition at line 62 of file SimplePixelTopology.h.
Referenced by FWCheckBoxIcon::drawInsideBox(), and PixelCPEFast::fillParamsForGpu().