Belle II Software development
|
template class for vector (one per strip) calibrations More...
#include <SVDCalibrationsVector.h>
Public Types | |
typedef T | calibrationType |
typedef of the calibration type class | |
typedef std::vector< calibrationType > | payloadContainerType |
typedef of the payload container, one per strip | |
Public Member Functions | |
SVDCalibrationsVector () | |
default constructor | |
~SVDCalibrationsVector () | |
default destructor | |
Static Public Member Functions | |
static calibrationType | get (const payloadContainerType &svdVector, unsigned int strip) |
get the calibration of the strip | |
static const calibrationType & | getReference (const payloadContainerType &svdVector, unsigned int strip) |
get a reference to the calibration of the strip | |
static void | set (payloadContainerType &svdVector, unsigned int strip, calibrationType value) |
set the calibration of the strip | |
static void | init (payloadContainerType &svdVector, unsigned int layer, unsigned int, unsigned int, unsigned int side, const T &defaultT) |
initialize the calibration vector | |
template class for vector (one per strip) calibrations
Definition at line 22 of file SVDCalibrationsVector.h.
typedef T calibrationType |
typedef of the calibration type class
Definition at line 25 of file SVDCalibrationsVector.h.
typedef std::vector< calibrationType > payloadContainerType |
typedef of the payload container, one per strip
Definition at line 26 of file SVDCalibrationsVector.h.
|
inline |
|
inline |
|
inlinestatic |
get the calibration of the strip
Definition at line 35 of file SVDCalibrationsVector.h.
|
inlinestatic |
get a reference to the calibration of the strip
Definition at line 41 of file SVDCalibrationsVector.h.
|
inlinestatic |
initialize the calibration vector
Definition at line 54 of file SVDCalibrationsVector.h.
|
inlinestatic |
set the calibration of the strip
Definition at line 47 of file SVDCalibrationsVector.h.