1 #ifndef CondFormats_SiPixelObjects_SiPixelGainCalibrationForHLT_h 2 #define CondFormats_SiPixelObjects_SiPixelGainCalibrationForHLT_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;
79 float ped,
float gain, std::vector<char>& vped,
bool thisColumnIsDead =
false,
bool thisColumnIsNoisy =
false);
81 setData(0, 0 , vped,
true,
false);
84 setData(0, 0 , vped,
false,
true);
92 bool& isNoisyColumn)
const;
99 bool& isNoisyColumn)
const;
105 bool& isNoisyColumn)
const;
const int getNCols(const uint32_t &detID) const
bool operator()(const DetRegistry &p, const uint32_t &i) const
SiPixelGainCalibrationForHLT()
void setNoisyColumn(const int &nRows, std::vector< char > &vped)
void getDetIds(std::vector< uint32_t > &DetIds_) const
float getPed(const int &col, const int &row, const Range &range, const int &nCols, bool &isDeadColumn, bool &isNoisyColumn) const
void setData(float ped, float gain, std::vector< char > &vped, bool thisColumnIsDead=false, bool thisColumnIsNoisy=false)
float encodePed(const float &ped)
float getGainHigh() const
std::vector< DetRegistry > Registry
unsigned int getNumberOfRowsToAverageOver() const
std::vector< DetRegistry > indexes
std::pair< float, float > getPedAndGain(const int &col, const int &row, const Range &range, const int &nCols, bool &isDeadColumn, bool &isNoisyColumn) const
std::pair< ContainerIterator, ContainerIterator > Range
const std::pair< const Range, const int > getRangeAndNCols(const uint32_t &detID) const
static std::string const input
float getGain(const int &col, const int &row, const Range &range, const int &nCols, bool &isDeadColumn, bool &isNoisyColumn) const
unsigned int numberOfRowsToAverageOver_
std::vector< DetRegistry > const & getIndexes() const
std::vector< char > const & data() const
float encodeGain(const float &gain)
std::vector< char >::const_iterator ContainerIterator
bool put(const uint32_t &detID, Range input, const int &nCols)
Registry::const_iterator RegistryIterator
unsigned int nBinsToUseForEncoding_
void setDeadColumn(const int &nRows, std::vector< char > &vped)
#define COND_SERIALIZABLE
~SiPixelGainCalibrationForHLT()
const Range getRange(const uint32_t &detID) const
float decodeGain(unsigned int gain) const
float decodePed(unsigned int ped) const
std::vector< char > v_pedestals