Classes | |
struct | AverageGeometry |
Functions | |
constexpr uint16_t | localY (uint16_t py, uint16_t n) |
template<int N, class Function > | |
constexpr auto | map_to_array (Function f) -> std::array< std::invoke_result_t< Function, std::size_t >, N > |
template<class Function , std::size_t... Indices> | |
constexpr auto | map_to_array_helper (Function f, std::index_sequence< Indices... >) -> std::array< std::invoke_result_t< Function, std::size_t >, sizeof...(Indices)> |
Variables | |
constexpr uint32_t | maxLayers = 28 |
constexpr auto | maxNumberOfLadders = 160 |
|
inline |
Definition at line 34 of file SimplePixelTopology.h.
References dqmiodumpmetadata::n, multPhiCorr_741_25nsDY_cfi::py, PixelMapPlotter::roc, and edm::shift.
Referenced by CSCRecHit2DValidation::analyze(), SiPixelPhase1HitsV::analyze(), FWME0RecHitProxyBuilder::buildViewType(), FWRPCRecHitProxyBuilder::buildViewType(), FWGEMRecHitProxyBuilder::buildViewType(), TwoBowedSurfacesAlignmentParameters::derivatives(), SiPixelDigiModule::getZeroLoEffROCs(), HGCalDDDConstants::localToGlobal8(), and PathToPlane2Order::operator()().
constexpr auto pixelTopology::map_to_array | ( | Function | f | ) | -> std::array<std::invoke_result_t<Function, std::size_t>, N> |
Definition at line 16 of file SimplePixelTopology.h.
References f, and map_to_array_helper().
constexpr auto pixelTopology::map_to_array_helper | ( | Function | f, |
std::index_sequence< Indices... > | |||
) | -> std::array<std::invoke_result_t<Function, std::size_t>, sizeof...(Indices)> |
constexpr uint32_t pixelTopology::maxLayers = 28 |
Definition at line 21 of file SimplePixelTopology.h.
Referenced by MuonTrackValidator::bookHistograms(), HIPplots::plotHitMap(), TkMSParameterizationBuilder::produce(), and TrackClassifier::qualityInformation().
constexpr auto pixelTopology::maxNumberOfLadders = 160 |
Definition at line 20 of file SimplePixelTopology.h.