#include <HcalRecoParamWithPulseShapeT.h>
Public Types | |
using | PulseShapeConstView = typename PulseShapeCollection::ConstView |
using | RecoParamConstView = typename RecoParamCollection::ConstView |
Public Member Functions | |
constexpr | ConstView (RecoParamConstView recoView, PulseShapeConstView psView) |
ALPAKA_FN_ACC PulseShapeConstElement | getPulseShape (uint32_t const hashedId) const |
constexpr RecoParamCollection::ConstView | recoParamView () |
Private Attributes | |
PulseShapeCollection::ConstView | pulseShapeView_ |
RecoParamCollection::ConstView | recoParamView_ |
Definition at line 17 of file HcalRecoParamWithPulseShapeT.h.
using hcal::HcalRecoParamWithPulseShapeT< TDev >::ConstView::PulseShapeConstView = typename PulseShapeCollection::ConstView |
Definition at line 20 of file HcalRecoParamWithPulseShapeT.h.
using hcal::HcalRecoParamWithPulseShapeT< TDev >::ConstView::RecoParamConstView = typename RecoParamCollection::ConstView |
Definition at line 19 of file HcalRecoParamWithPulseShapeT.h.
|
inline |
Definition at line 21 of file HcalRecoParamWithPulseShapeT.h.
|
inline |
Definition at line 24 of file HcalRecoParamWithPulseShapeT.h.
References hcal::HcalRecoParamWithPulseShapeT< TDev >::ConstView::pulseShapeView_, and hcal::HcalRecoParamWithPulseShapeT< TDev >::ConstView::recoParamView_.
Referenced by ALPAKA_ACCELERATOR_NAMESPACE::hcal::reconstruction::mahi::Kernel_prep_pulseMatrices_sameNumberOfSamples::operator()().
|
inline |
Definition at line 29 of file HcalRecoParamWithPulseShapeT.h.
References hcal::HcalRecoParamWithPulseShapeT< TDev >::ConstView::recoParamView_.
Referenced by ALPAKA_ACCELERATOR_NAMESPACE::hcal::reconstruction::mahi::Kernel_prep1d_sameNumberOfSamples::operator()().
|
private |
Definition at line 33 of file HcalRecoParamWithPulseShapeT.h.
Referenced by hcal::HcalRecoParamWithPulseShapeT< TDev >::ConstView::getPulseShape().
|
private |
Definition at line 32 of file HcalRecoParamWithPulseShapeT.h.
Referenced by hcal::HcalRecoParamWithPulseShapeT< TDev >::ConstView::getPulseShape(), and hcal::HcalRecoParamWithPulseShapeT< TDev >::ConstView::recoParamView().