CalibFunctor
CalibFunctor
Section titled “CalibFunctor”#include <xalgospp/detector/calibration.hh>template<typename U>struct CalibFunctorDefined in src/lib/xalgospp/detector/calibration.hh:116
List of all members
Section titled “List of all members”| Name | Kind | Owner |
|---|---|---|
p |
variable |
Declared here |
calib_const |
variable |
Declared here |
NPIX |
variable |
Declared here |
seg_offset |
variable |
Declared here |
CalibFunctor |
function |
Declared here |
operator() |
function |
Declared here |
Public Attributes
Section titled “Public Attributes”| Return | Name | Description |
|---|---|---|
const CalibParameters & |
p |
|
const std::span< const PixelCalibStruct > |
calib_const |
|
std::size_t |
NPIX |
|
std::size_t |
seg_offset |
const CalibParameters & pDefined in src/lib/xalgospp/detector/calibration.hh:152
calib_const
Section titled “calib_const”const std::span< const PixelCalibStruct > calib_constDefined in src/lib/xalgospp/detector/calibration.hh:154
std::size_t NPIXDefined in src/lib/xalgospp/detector/calibration.hh:155
seg_offset
Section titled “seg_offset”std::size_t seg_offsetDefined in src/lib/xalgospp/detector/calibration.hh:156
Public Methods
Section titled “Public Methods”| Return | Name | Description |
|---|---|---|
CalibFunctor inline |
||
U |
operator() const inline |
CalibFunctor
Section titled “CalibFunctor”inline
inline CalibFunctor(const CalibParameters & p_, const std::span< const PixelCalibStruct > & cc, std::size_t seg_off)Defined in src/lib/xalgospp/detector/calibration.hh:117
operator()
Section titled “operator()”const inline
inline U operator()(int raw, int i) constDefined in src/lib/xalgospp/detector/calibration.hh:127