Classes | |
struct | FillHitsModuleStart |
struct | RawToDigi_kernel |
class | SiPixelRawToClusterKernel |
class | WordFedAppender |
Functions | |
template<bool debug = false> | |
ALPAKA_FN_ACC uint8_t | checkROC (uint32_t errorWord, uint8_t fedId, uint32_t link, const SiPixelMappingSoAConstView &cablingMap) |
template<bool debug = false> | |
ALPAKA_FN_ACC uint8_t | conversionError (uint8_t fedId, uint8_t status) |
ALPAKA_FN_ACC bool | dcolIsValid (uint32_t dcol, uint32_t pxid) |
ALPAKA_FN_ACC ::pixelDetails::Pixel | frameConversion (bool bpix, int side, uint32_t layer, uint32_t rocIdInDetUnit, ::pixelDetails::Pixel local) |
template<bool debug = false> | |
ALPAKA_FN_ACC uint32_t | getErrRawID (uint8_t fedId, uint32_t errWord, uint32_t errorType, const SiPixelMappingSoAConstView &cablingMap) |
ALPAKA_FN_ACC ::pixelDetails::DetIdGPU | getRawId (const SiPixelMappingSoAConstView &cablingMap, uint8_t fed, uint32_t link, uint32_t roc) |
ALPAKA_FN_ACC bool | isBarrel (uint32_t rawId) |
ALPAKA_FN_ACC bool | rocRowColIsValid (uint32_t rocRow, uint32_t rocCol) |
ALPAKA_FN_ACC uint8_t ALPAKA_ACCELERATOR_NAMESPACE::pixelDetails::checkROC | ( | uint32_t | errorWord, |
uint8_t | fedId, | ||
uint32_t | link, | ||
const SiPixelMappingSoAConstView & | cablingMap | ||
) |
Definition at line 176 of file SiPixelRawToClusterKernel.dev.cc.
References ALPAKA_ACCELERATOR_NAMESPACE::brokenline::constexpr(), debug, pixelDetails::ERROR_mask, l1tstage2_dqm_sourceclient-live_cfg::fedId, pixelgpudetails::MAX_LINK, pixelgpudetails::MAX_ROC, pixelDetails::MAX_ROC, sipixelconstants::OMIT_ERR_mask, sipixelconstants::OMIT_ERR_shift, and sipixelconstants::ROC_shift.
ALPAKA_FN_ACC uint8_t ALPAKA_ACCELERATOR_NAMESPACE::pixelDetails::conversionError | ( | uint8_t | fedId, |
uint8_t | status | ||
) |
Definition at line 130 of file SiPixelRawToClusterKernel.dev.cc.
References ALPAKA_ACCELERATOR_NAMESPACE::brokenline::constexpr(), debug, l1tstage2_dqm_sourceclient-live_cfg::fedId, and mps_update::status.
ALPAKA_FN_ACC bool ALPAKA_ACCELERATOR_NAMESPACE::pixelDetails::dcolIsValid | ( | uint32_t | dcol, |
uint32_t | pxid | ||
) |
Definition at line 171 of file SiPixelRawToClusterKernel.dev.cc.
Referenced by ALPAKA_ACCELERATOR_NAMESPACE::pixelDetails::RawToDigi_kernel< debug >::operator()().
ALPAKA_FN_ACC ::pixelDetails::Pixel ALPAKA_ACCELERATOR_NAMESPACE::pixelDetails::frameConversion | ( | bool | bpix, |
int | side, | ||
uint32_t | layer, | ||
uint32_t | rocIdInDetUnit, | ||
::pixelDetails::Pixel | local | ||
) |
Definition at line 60 of file SiPixelRawToClusterKernel.dev.cc.
References DTRecHitClients_cfi::local, pixelDetails::numColsInRoc, pixelDetails::numRowsInRoc, and ALPAKA_ACCELERATOR_NAMESPACE::ecal::reconstruction::internal::barrel::side().
Referenced by ALPAKA_ACCELERATOR_NAMESPACE::pixelDetails::RawToDigi_kernel< debug >::operator()().
ALPAKA_FN_ACC uint32_t ALPAKA_ACCELERATOR_NAMESPACE::pixelDetails::getErrRawID | ( | uint8_t | fedId, |
uint32_t | errWord, | ||
uint32_t | errorType, | ||
const SiPixelMappingSoAConstView & | cablingMap | ||
) |
Definition at line 256 of file SiPixelRawToClusterKernel.dev.cc.
References l1tstage2_dqm_sourceclient-live_cfg::fedId, getRawId(), pixelClustering::invalidModuleId, pixelDetails::LINK_mask, sipixelconstants::LINK_shift, pixelDetails::DetIdGPU::rawId, PixelMapPlotter::roc, pixelDetails::ROC_mask, and sipixelconstants::ROC_shift.
ALPAKA_FN_ACC ::pixelDetails::DetIdGPU ALPAKA_ACCELERATOR_NAMESPACE::pixelDetails::getRawId | ( | const SiPixelMappingSoAConstView & | cablingMap, |
uint8_t | fed, | ||
uint32_t | link, | ||
uint32_t | roc | ||
) |
Definition at line 47 of file SiPixelRawToClusterKernel.dev.cc.
References hcalRecHitTable_cff::detId, pixelgpudetails::MAX_LINK, pixelgpudetails::MAX_ROC, and PixelMapPlotter::roc.
Referenced by getErrRawID(), HcalAssistant::getRawId(), and ALPAKA_ACCELERATOR_NAMESPACE::pixelDetails::RawToDigi_kernel< debug >::operator()().
ALPAKA_FN_ACC bool ALPAKA_ACCELERATOR_NAMESPACE::pixelDetails::isBarrel | ( | uint32_t | rawId | ) |
Definition at line 43 of file SiPixelRawToClusterKernel.dev.cc.
References DetId::kSubdetMask, DetId::kSubdetOffset, PixelSubdetector::PixelBarrel, and nano_mu_digi_cff::rawId.
Referenced by ALPAKA_ACCELERATOR_NAMESPACE::pixelDetails::RawToDigi_kernel< debug >::operator()().
ALPAKA_FN_ACC bool ALPAKA_ACCELERATOR_NAMESPACE::pixelDetails::rocRowColIsValid | ( | uint32_t | rocRow, |
uint32_t | rocCol | ||
) |
row and column in ROC representation
Definition at line 166 of file SiPixelRawToClusterKernel.dev.cc.
References pixelDetails::numColsInRoc, and pixelDetails::numRowsInRoc.
Referenced by ALPAKA_ACCELERATOR_NAMESPACE::pixelDetails::RawToDigi_kernel< debug >::operator()().