1 #ifndef CondFormats_SiPixelObjects_SiPixelGainCalibration_h 2 #define CondFormats_SiPixelObjects_SiPixelGainCalibration_h 51 typedef std::pair<ContainerIterator, ContainerIterator>
Range;
62 bool put(
const uint32_t& detID,
Range input,
const int& nCols);
64 void getDetIds(std::vector<uint32_t>& DetIds_)
const;
65 const int getNCols(
const uint32_t& detID)
const;
66 const std::pair<const Range, const int>
getRangeAndNCols(
const uint32_t& detID)
const;
76 float ped,
float gain, std::vector<char>& vped,
bool thisPixelIsDead =
false,
bool thisPixelIsNoisy =
false);
81 float getPed(
const int&
col,
const int& row,
const Range&
range,
const int& nCols,
bool& isDead,
bool& isNoisy)
const;
82 float getGain(
const int&
col,
const int& row,
const Range&
range,
const int& nCols,
bool& isDead,
bool& isNoisy)
const;
std::vector< char > v_pedestals
unsigned int nBinsToUseForEncoding_
std::vector< DetRegistry > indexes
std::vector< char >::const_iterator ContainerIterator
bool put(const uint32_t &detID, Range input, const int &nCols)
void setDeadPixel(std::vector< char > &vped)
std::vector< DetRegistry > Registry
void setNoisyPixel(std::vector< char > &vped)
const std::pair< const Range, const int > getRangeAndNCols(const uint32_t &detID) const
static std::string const input
unsigned int numberOfRowsToAverageOver_
float getGain(const int &col, const int &row, const Range &range, const int &nCols, bool &isDead, bool &isNoisy) const
float encodePed(const float &ped)
float decodePed(unsigned int ped) const
unsigned int getNumberOfRowsToAverageOver() const
double getPedHigh() const
Registry::const_iterator RegistryIterator
const Range getRange(const uint32_t &detID) const
const int getNCols(const uint32_t &detID) const
double getGainHigh() const
#define COND_SERIALIZABLE
std::pair< ContainerIterator, ContainerIterator > Range
void getDetIds(std::vector< uint32_t > &DetIds_) const
double getGainLow() const
float getPed(const int &col, const int &row, const Range &range, const int &nCols, bool &isDead, bool &isNoisy) const
void setData(float ped, float gain, std::vector< char > &vped, bool thisPixelIsDead=false, bool thisPixelIsNoisy=false)
float decodeGain(unsigned int gain) const
bool operator()(const DetRegistry &p, const uint32_t &i) const
~SiPixelGainCalibration()
float encodeGain(const float &gain)