Belle II Software  release-08-01-10
SVDCalibrationsVector< T > Class Template Reference

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< calibrationTypepayloadContainerType
 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 calibrationTypegetReference (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
 

Detailed Description

template<class T>
class Belle2::SVDCalibrationsVector< T >

template class for vector (one per strip) calibrations

Definition at line 22 of file SVDCalibrationsVector.h.


The documentation for this class was generated from the following file: