Go to the documentation of this file.
24 int col = di->column();
31 float vcal = di->adc() * DBgain - DBpedestal;
69 <<
"Attempting to check if nonexistant pixel is dead. Exception message: " <<
e.what();
83 <<
"Attempting to check if nonexistant pixel is noisy. Exception message: " <<
e.what();
91 <<
"You attempted to check if an entire column was dead with a payload that stores information at pixel "
92 "granularity. Please check by pixel. THANKS!";
98 <<
"You attempted to check if an entire column was noisy with a payload that stores information at pixel "
99 "granularity. Please check by pixel. THANKS!";
bool isNoisy(const uint32_t &detID, const int &col, const int &row) override
edm::DetSet< PixelDigi >::const_iterator DigiIterator
virtual bool isDead(const uint32_t &detID, const int &col, const int &row)=0
virtual float getGain(const uint32_t &detID, const int &col, const int &row)=0
bool isNoisyColumn(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)
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
virtual float getPedestal(const uint32_t &detID, const int &col, const int &row)=0
bool isDead(const uint32_t &detID, const int &col, const int &row) override
void throwExepctionForBadRead(std::string payload, const uint32_t &detID, const int &col, const int &row, double value=-1) const
virtual void calibrate(uint32_t detID, DigiIterator b, DigiIterator e, float conversionFactor, float offset, int *electron)
float getPedestalByPixel(const uint32_t &detID, const int &col, const int &row, bool &isDeadPixel, bool &isNoisyPixel)
virtual bool isNoisy(const uint32_t &detID, const int &col, const int &row)=0