PolicyCalibFunctor
PolicyCalibFunctor
Section titled “PolicyCalibFunctor”#include <xalgospp/detector/calibration.hh>template<typename Policy, typename U>struct PolicyCalibFunctorDefined in src/lib/xalgospp/detector/calibration.hh:160
List of all members
Section titled “List of all members”| Name | Kind | Owner |
|---|---|---|
calib_const |
variable |
Declared here |
NPIX |
variable |
Declared here |
seg_offset |
variable |
Declared here |
PolicyCalibFunctor |
function |
Declared here |
operator() |
function |
Declared here |
Public Attributes
Section titled “Public Attributes”| Return | Name | Description |
|---|---|---|
const std::span< const PixelCalibStruct > |
calib_const |
|
std::size_t |
NPIX |
|
std::size_t |
seg_offset |
calib_const
Section titled “calib_const”const std::span< const PixelCalibStruct > calib_constDefined in src/lib/xalgospp/detector/calibration.hh:192
std::size_t NPIXDefined in src/lib/xalgospp/detector/calibration.hh:193
seg_offset
Section titled “seg_offset”std::size_t seg_offsetDefined in src/lib/xalgospp/detector/calibration.hh:194
Public Methods
Section titled “Public Methods”| Return | Name | Description |
|---|---|---|
PolicyCalibFunctor inline |
||
U |
operator() const inline |
PolicyCalibFunctor
Section titled “PolicyCalibFunctor”inline
inline PolicyCalibFunctor(const std::span< const PixelCalibStruct > & cc, std::size_t seg_off)Defined in src/lib/xalgospp/detector/calibration.hh:161
operator()
Section titled “operator()”const inline
inline U operator()(int raw, int i) constDefined in src/lib/xalgospp/detector/calibration.hh:168