23 if (isDead || isNoisy) {
33 float gainValue = this->
getGainByColumn(detID, col, row, isDead, isNoisy);
34 if (isDead || isNoisy) {
49 <<
"Attempting to check if nonexistant pixel is dead. Exception message: " << e.
what();
63 <<
"Attempting to check if nonexistant pixel is noisy. Exception message: " << e.
what();
77 <<
"Attempting to check if nonexistant pixel is dead. Exception message: " << e.
what();
91 <<
"Attempting to check if nonexistant pixel is noisy. Exception message: " << e.
what();
float getPedestalByColumn(const uint32_t &detID, const int &col, const int &row, bool &isDeadColumn, bool &isNoisyColumn)
bool isDead(const uint32_t &detID, const int &col, const int &row) 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
char const * what() const noexceptoverride
Log< level::Info, false > LogInfo
bool isNoisyColumn(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 getGain(const uint32_t &detID, const int &col, const int &row) override
bool isDeadColumn(const uint32_t &detID, const int &col, const int &row) override
float getPedestal(const uint32_t &detID, const int &col, const int &row) override