Go to the documentation of this file.
8 #ifndef SiPixelCalibConfiguration_H
9 #define SiPixelCalibConfiguration_H
uint32_t nextPatternChangeForEvent(const uint32_t &eventnumber) const
const std::vector< short > getVCalValues() const
std::vector< short > fColumnPattern
uint32_t nRowPatterns() const
std::vector< short > fRowPattern
short getNTriggers() const
#define COND_SERIALIZABLE
uint32_t nPatterns() const
uint32_t nColumnPatterns() const
uint32_t patternSize() const
std::string getCalibrationMode() const
This class implements the steps that are used in a scan over Threshold and CalDelay.
std::vector< short > columnPatternForEvent(const uint32_t &eventnumber) const
void setNTriggers(const short &in)
uint32_t expectedTotalEvents() const
SiPixelCalibConfiguration()
void setVCalValues(const std::vector< short > &in)
void setCalibrationMode(const std::string &in)
short vcalIndexForEvent(const uint32_t &eventnumber) const
short vcalForEvent(const uint32_t &eventnumber) const
std::vector< short > rowPatternForEvent(const uint32_t &eventnumber) const
std::vector< short > fVCalValues
void setRowPattern(const std::vector< short > &in)
std::vector< short > getColumnPattern() const
std::vector< short > getRowPattern() const
This class implements the steps that are used in a scan over Threshold and CalDelay.
void setColumnPattern(const std::vector< short > &in)
virtual ~SiPixelCalibConfiguration()