1 #ifndef CondFormats_CTPPSReadoutObjects_CTPPSPixelGainCalibration_h 2 #define CondFormats_CTPPSReadoutObjects_CTPPSPixelGainCalibration_h 47 float minPed=0.,
float maxPed=255.,
float minGain=0.,
float maxGain=255.);
52 void setGainsPeds(
const uint32_t& detId,
const std::vector<float>& peds,
const std::vector<float>& gains);
67 float getPed (
const int&
col,
const int& row )
const;
68 float getGain (
const int& col,
const int& row )
const;
double getGainLow() const
float getPed(const uint32_t ipix) const
float getGain(const uint32_t ipix) const
bool isDead(const uint32_t ipix) const
double getPedHigh() const
void resetPixData(uint32_t ipix, float ped, float gain)
uint32_t getIBegin() const
CTPPSPixelGainCalibration()
double getGainHigh() const
uint32_t getDetId() const
std::vector< float > v_pedestals
void setGainsPeds(const uint32_t &detId, const std::vector< float > &peds, const std::vector< float > &gains)
uint32_t getNCols() const
std::vector< float > v_gains
~CTPPSPixelGainCalibration()
uint32_t getNRows() const
#define COND_SERIALIZABLE
void setDeadPixel(int ipix)
void setNoisyPixel(int ipix)
float getPed(const int &col, const int &row) const
bool isNoisy(const uint32_t ipix) const
void setIndexes(const uint32_t &detId)
void putData(uint32_t ipix, float ped, float gain)
float getGain(const int &col, const int &row) const