Belle II Software development
|
template class for scalar (one per side) calibrations More...
#include <SVDCalibrationsScalar.h>
Public Types | |
typedef T | calibrationType |
typedef of the calibration type class | |
typedef calibrationType | payloadContainerType |
typedef of the payload container, one per side | |
Public Member Functions | |
~SVDCalibrationsScalar () | |
default destructor | |
Static Public Member Functions | |
static calibrationType | get (const payloadContainerType &svdScalar, unsigned int) |
get the calibration of the side | |
static const calibrationType & | getReference (const payloadContainerType &svdScalar, unsigned int) |
get a reference to the calibration of the side | |
static void | set (payloadContainerType &svdScalar, unsigned int, const calibrationType &value) |
set the calibration of the side | |
static void | init (payloadContainerType &svdScalar, unsigned int, unsigned int, unsigned int, unsigned int, const T &defaultT) |
initialize the calibration scalar | |
template class for scalar (one per side) calibrations
Definition at line 19 of file SVDCalibrationsScalar.h.
typedef T calibrationType |
typedef of the calibration type class
Definition at line 22 of file SVDCalibrationsScalar.h.
typedef calibrationType payloadContainerType |
typedef of the payload container, one per side
Definition at line 23 of file SVDCalibrationsScalar.h.
|
inline |
Definition at line 28 of file SVDCalibrationsScalar.h.
|
inline |
|
inlinestatic |
get the calibration of the side
Definition at line 34 of file SVDCalibrationsScalar.h.
|
inlinestatic |
get a reference to the calibration of the side
Definition at line 40 of file SVDCalibrationsScalar.h.
|
inlinestatic |
initialize the calibration scalar
Definition at line 53 of file SVDCalibrationsScalar.h.
|
inlinestatic |
set the calibration of the side
Definition at line 46 of file SVDCalibrationsScalar.h.