Functions | |
constexpr uint16_t | divu52 (uint16_t n) |
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) |
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 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 int16_t | xOffset = -81 |
constexpr int16_t | yOffset = -54*4 |
|
inline |
Definition at line 25 of file phase1PixelTopology.h.
References constexpr, lumiQueryAPI::q, and alignCSCRings::r.
Referenced by localY(), and toRocY().
|
inline |
Definition at line 48 of file phase1PixelTopology.h.
References constexpr.
|
inline |
Definition at line 53 of file phase1PixelTopology.h.
References constexpr, lastColInRoc, and toRocY().
|
inline |
Definition at line 34 of file phase1PixelTopology.h.
References constexpr, and lastRowInModule.
|
inline |
Definition at line 36 of file phase1PixelTopology.h.
References constexpr, and lastColInModule.
|
inline |
Definition at line 59 of file phase1PixelTopology.h.
References constexpr, and edm::shift.
Referenced by CSCRecHit2DValidation::analyze(), SiPixelPhase1HitsV::analyze(), FWME0RecHitProxyBuilder::buildViewType(), FWRPCRecHitProxyBuilder::buildViewType(), FWGEMRecHitProxyBuilder::buildViewType(), MuonAlignmentSummary::dqmEndJob(), SiPixelDigiModule::getZeroLoEffROCs(), DTTrigGeom::localPosition(), PathToPlane2Order::operator()(), PixelBlade::overlap(), Phase1PixelBlade::overlap(), and DTTrigGeom::tubePosInCh().
|
inline |
Definition at line 67 of file phase1PixelTopology.h.
References divu52(), and edm::shift.
Referenced by CSCRecHit2DValidation::analyze(), SiPixelPhase1HitsV::analyze(), FWME0RecHitProxyBuilder::buildViewType(), FWRPCRecHitProxyBuilder::buildViewType(), FWGEMRecHitProxyBuilder::buildViewType(), TOBRod::computeWindowSize(), Phase2OTBarrelRod::computeWindowSize(), TwoBowedSurfacesAlignmentParameters::derivatives(), MuonAlignmentSummary::dqmEndJob(), SiPixelDigiModule::getZeroLoEffROCs(), and PathToPlane2Order::operator()().
|
inline |
|
inline |
Definition at line 42 of file phase1PixelTopology.h.
References constexpr, and divu52().
Referenced by isBigPixY().
constexpr uint16_t phase1PixelTopology::lastColInModule = numColsInModule - 1 |
Definition at line 16 of file phase1PixelTopology.h.
Referenced by isEdgeY().
constexpr uint16_t phase1PixelTopology::lastColInRoc = numColsInRoc - 1 |
Definition at line 11 of file phase1PixelTopology.h.
Referenced by isBigPixY().
constexpr uint16_t phase1PixelTopology::lastRowInModule = numRowsInModule - 1 |
Definition at line 15 of file phase1PixelTopology.h.
Referenced by isEdgeX().
constexpr uint16_t phase1PixelTopology::lastRowInRoc = numRowsInRoc - 1 |
Definition at line 10 of file phase1PixelTopology.h.
constexpr uint16_t phase1PixelTopology::numColsInModule = 8 * numColsInRoc |
Definition at line 14 of file phase1PixelTopology.h.
constexpr uint16_t phase1PixelTopology::numColsInRoc = 52 |
Definition at line 9 of file phase1PixelTopology.h.
Referenced by sipixelobjects::FrameConversion::FrameConversion().
constexpr uint32_t phase1PixelTopology::numPixsInModule = uint32_t(numRowsInModule)* uint32_t(numColsInModule) |
Definition at line 21 of file phase1PixelTopology.h.
constexpr uint16_t phase1PixelTopology::numRowsInModule = 2 * numRowsInRoc |
Definition at line 13 of file phase1PixelTopology.h.
constexpr uint16_t phase1PixelTopology::numRowsInRoc = 80 |
Definition at line 8 of file phase1PixelTopology.h.
Referenced by PixelDataFormatter::digi2wordPhase1Layer1(), sipixelobjects::FrameConversion::FrameConversion(), and toRocX().
constexpr int16_t phase1PixelTopology::xOffset = -81 |
Definition at line 18 of file phase1PixelTopology.h.
Referenced by EcalSelectiveReadoutValidation::analyzeEE(), FWTextTreeCellRenderer::draw(), and FWCheckBoxIcon::drawInsideBox().
constexpr int16_t phase1PixelTopology::yOffset = -54*4 |
Definition at line 19 of file phase1PixelTopology.h.
Referenced by FWCheckBoxIcon::drawInsideBox().