Go to the documentation of this file.
28 int oldCol = -1, oldAveragedBlock = -1;
31 int col = di->column();
33 if ((
col != oldCol) | (averagedBlock != oldAveragedBlock)) {
35 oldAveragedBlock = averagedBlock;
79 <<
"Attempting to check if nonexistant pixel is dead. Exception message: " <<
e.what();
93 <<
"Attempting to check if nonexistant pixel is noisy. Exception message: " <<
e.what();
107 <<
"Attempting to check if nonexistant pixel is dead. Exception message: " <<
e.what();
121 <<
"Attempting to check if nonexistant pixel is noisy. Exception message: " <<
e.what();
std::pair< float, float > getPedAndGain(const int &col, const int &row, const Range &range, const int &nCols, bool &isDeadColumn, bool &isNoisyColumn) const
void calibrate(uint32_t detID, DigiIterator b, DigiIterator e, float conversionFactor, float offset, int *electron) override
float getPedestal(const uint32_t &detID, const int &col, const int &row) override
edm::DetSet< PixelDigi >::const_iterator DigiIterator
std::pair< ContainerIterator, ContainerIterator > Range
float getPedestalByColumn(const uint32_t &detID, const int &col, const int &row, bool &isDeadColumn, bool &isNoisyColumn)
Log< level::Info, false > LogInfo
int numberOfRowsAveragedOver_
float getGainByColumn(const uint32_t &detID, const int &col, const int &row, bool &isDeadColumn, bool &isNoisyColumn)
bool isNoisy(const uint32_t &detID, const int &col, const int &row) override
edm::ESHandle< SiPixelGainCalibrationForHLT > ped
float getGain(const uint32_t &detID, const int &col, const int &row) override
bool isDead(const uint32_t &detID, const int &col, const int &row) override
const std::pair< const Range, const int > getRangeAndNCols(const uint32_t &detID) const
bool isDeadColumn(const uint32_t &detID, const int &col, const int &row) override
bool isNoisyColumn(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