24 if (isDead || isNoisy)
36 float gainValue = this->
getGainByColumn(detID, col, row, isDead, isNoisy);
37 if (isDead || isNoisy)
56 edm::LogInfo(
"SiPixelGainCalibrationOfflineService") <<
"Attempting to check if nonexistant pixel is dead. Exception message: " << e.
what();
73 edm::LogInfo(
"SiPixelGainCalibrationOfflineService") <<
"Attempting to check if nonexistant pixel is noisy. Exception message: " << e.
what();
90 edm::LogInfo(
"SiPixelGainCalibrationOfflineService") <<
"Attempting to check if nonexistant pixel is dead. Exception message: " << e.
what();
107 edm::LogInfo(
"SiPixelGainCalibrationOfflineService") <<
"Attempting to check if nonexistant pixel is Noisy. Exception message: " << e.
what();
bool isNoisyColumn(const uint32_t &detID, const int &col, const int &row) override
float getPedestalByPixel(const uint32_t &detID, const int &col, const int &row, bool &isDeadPixel, bool &isNoisyPixel)
char const * what() const override
float getGainByColumn(const uint32_t &detID, const int &col, const int &row, bool &isDeadColumn, bool &isNoisyColumn)
void throwExepctionForBadRead(std::string payload, const uint32_t &detID, const int &col, const int &row, double value=-1) const
bool isDeadColumn(const uint32_t &detID, const int &col, const int &row) override
bool isDead(const uint32_t &detID, const int &col, const int &row) override
bool isNoisy(const uint32_t &detID, const int &col, const int &row) override
float getPedestal(const uint32_t &detID, const int &col, const int &row) override
float getGain(const uint32_t &detID, const int &col, const int &row) override