21 float lowEdge(
unsigned fAdc)
const;
23 float center(
unsigned fAdc)
const;
24 bool setLowEdges(
unsigned int nVals,
const float *fValue);
25 unsigned range(
unsigned fAdc)
const {
27 return (
nbins_ == 32) ? (fAdc >> 5) & 0x3 : (fAdc >> 6) & 0x3;
29 unsigned local(
unsigned fAdc)
const {
30 unsigned tmp =
nbins_ == 32 ? (fAdc & 0x1f) : (fAdc & 0x3f);
float lowEdge(unsigned fAdc) const
bool setLowEdge(float fValue, unsigned fAdc)
float center(unsigned fAdc) const
std::vector< float > mValues
unsigned local(unsigned fAdc) const
unsigned range(unsigned fAdc) const
bool setLowEdges(unsigned int nVals, const float *fValue)
float highEdge(unsigned fAdc) const