21 float lowEdge (
unsigned fAdc)
const;
22 float highEdge (
unsigned fAdc)
const;
23 float center (
unsigned fAdc)
const;
24 bool setLowEdges (
unsigned int nVals,
const float *fValue);
25 unsigned range (
unsigned fAdc)
const {
return (fAdc >> 5) & 0x3;}
26 unsigned local (
unsigned fAdc)
const {
27 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< std::vector< double > > tmp
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