Functions | |
constexpr uint8_t | findLayerFromCompact (uint32_t detId) |
constexpr uint16_t | findMaxModuleStride () |
constexpr bool | validateLayerIndex () |
Variables | |
constexpr std::array< uint8_t, layerIndexSize > | layer |
constexpr uint16_t | layerIndexSize = numberOfModules / maxModuleStride |
constexpr uint32_t | layerStart [numberOfLayers+1] |
constexpr uint16_t | maxModuleStride = findMaxModuleStride() |
constexpr uint32_t | numberOfLaddersInBarrel = numberOfModulesInBarrel / numberOfModulesInLadder |
constexpr uint8_t | numberOfLayers = 28 |
constexpr uint32_t | numberOfModules = 3892 |
constexpr uint32_t | numberOfModulesInBarrel = 756 |
constexpr uint32_t | numberOfModulesInLadder = 9 |
constexpr uint8_t phase2PixelTopology::findLayerFromCompact | ( | uint32_t | detId | ) |
Definition at line 263 of file SimplePixelTopology.h.
References mps_fire::i, layerStart, maxModuleStride, and numberOfLayers.
constexpr uint16_t phase2PixelTopology::findMaxModuleStride | ( | ) |
Definition at line 244 of file SimplePixelTopology.h.
References mps_fire::i, layerStart, dqmiodumpmetadata::n, and numberOfLayers.
constexpr bool phase2PixelTopology::validateLayerIndex | ( | ) |
Definition at line 275 of file SimplePixelTopology.h.
References mps_fire::i, dqmiolumiharvest::j, layer, layerStart, maxModuleStride, numberOfLayers, numberOfModules, and mitigatedMETSequence_cff::U.
constexpr std::array<uint8_t, layerIndexSize> phase2PixelTopology::layer |
Definition at line 272 of file SimplePixelTopology.h.
Referenced by PixelCPEFast::fillParamsForGpu(), and validateLayerIndex().
constexpr uint16_t phase2PixelTopology::layerIndexSize = numberOfModules / maxModuleStride |
Definition at line 271 of file SimplePixelTopology.h.
constexpr uint32_t phase2PixelTopology::layerStart[numberOfLayers+1] |
Definition at line 214 of file SimplePixelTopology.h.
Referenced by PixelCPEFast::fillParamsForGpu(), findLayerFromCompact(), findMaxModuleStride(), SiPixelRecHitSoAFromLegacy::produce(), and validateLayerIndex().
constexpr uint16_t phase2PixelTopology::maxModuleStride = findMaxModuleStride() |
Definition at line 261 of file SimplePixelTopology.h.
Referenced by PixelCPEFast::fillParamsForGpu(), findLayerFromCompact(), and validateLayerIndex().
constexpr uint32_t phase2PixelTopology::numberOfLaddersInBarrel = numberOfModulesInBarrel / numberOfModulesInLadder |
Definition at line 209 of file SimplePixelTopology.h.
Referenced by gpuPixelRecHits::__attribute__(), and PixelCPEFast::fillParamsForGpu().
constexpr uint8_t phase2PixelTopology::numberOfLayers = 28 |
Definition at line 212 of file SimplePixelTopology.h.
Referenced by findLayerFromCompact(), findMaxModuleStride(), SiPixelRecHitSoAFromLegacy::produce(), TrackingRecHit2DHeterogeneous< Traits >::TrackingRecHit2DHeterogeneous(), and validateLayerIndex().
constexpr uint32_t phase2PixelTopology::numberOfModules = 3892 |
Definition at line 211 of file SimplePixelTopology.h.
Referenced by gpuCalibPixel::calibDigisPhase2(), SiPixelDigisClustersFromSoA::produce(), SiPixelRecHitSoAFromLegacy::produce(), TrackingRecHit2DHeterogeneous< Traits >::TrackingRecHit2DHeterogeneous(), and validateLayerIndex().
constexpr uint32_t phase2PixelTopology::numberOfModulesInBarrel = 756 |
Definition at line 207 of file SimplePixelTopology.h.
Referenced by PixelCPEFast::fillParamsForGpu().
constexpr uint32_t phase2PixelTopology::numberOfModulesInLadder = 9 |
Definition at line 208 of file SimplePixelTopology.h.
Referenced by PixelCPEFast::fillParamsForGpu().