Belle II Software
release-08-01-10
|
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.