Belle II Software
release-08-01-10
|
class for digital (0/1) calibration values per srtip More...
#include <SVDCalibrationsBitmap.h>
Public Types | |
typedef bool | calibrationType |
typedef of the calibration value (1/0) | |
typedef unsigned long | bundleType |
typedef for the bundle type | |
typedef std::vector< bundleType > | payloadContainerType |
typedef of the vector of bundle type | |
Public Member Functions | |
SVDCalibrationsBitmap () | |
default constructor | |
~SVDCalibrationsBitmap () | |
default destructor | |
Static Public Member Functions | |
static calibrationType | get (const payloadContainerType &svdBitmap, unsigned int strip) |
get the calibration value of that strip | |
static void | set (payloadContainerType &svdBitmap, unsigned int strip, calibrationType value) |
set the calibration value of the strip | |
static void | init (payloadContainerType &svdBitmap, unsigned int layer, unsigned int, unsigned int, unsigned int side, bool defaultB) |
initialize the calibration bitmap | |
Static Public Attributes | |
static const int | nBitsInBundle = CHAR_BIT * sizeof(bundleType) |
nuber of bits in the bundle | |
class for digital (0/1) calibration values per srtip
Definition at line 23 of file SVDCalibrationsBitmap.h.