14#include <svd/dbobjects/SVDCalibrationsBase.h>
41 std::bitset<nBitsInBundle> bundle = svdBitmap.at(strip / (
nBitsInBundle));
49 std::bitset<nBitsInBundle> bundle = svdBitmap.at(strip / (
nBitsInBundle));
56 unsigned int ,
unsigned int ,
57 unsigned int side,
bool defaultB)
59 unsigned int numberOfStrips = 0;
70 numberOfStrips = layer == 3 ? 768 : 512;
base class for calibrations classes
class for digital (0/1) calibration values per srtip
std::vector< bundleType > payloadContainerType
typedef of the vector of bundle type
SVDCalibrationsBitmap()
default constructor
static calibrationType get(const payloadContainerType &svdBitmap, unsigned int strip)
get the calibration value of that strip
unsigned long bundleType
typedef for the bundle type
bool calibrationType
typedef of the calibration value (1/0)
~SVDCalibrationsBitmap()
default destructor
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 const int nBitsInBundle
nuber of bits in the bundle
Abstract base class for different kinds of events.