#include <HcalQIEShape.h>
Public Member Functions | |
float | center (unsigned fAdc) const |
HcalQIEShape () | |
float | highEdge (unsigned fAdc) const |
unsigned | local (unsigned fAdc) const |
float | lowEdge (unsigned fAdc) const |
unsigned | range (unsigned fAdc) const |
bool | setLowEdges (unsigned int nVals, const float *fValue) |
~HcalQIEShape () | |
Private Member Functions | |
void | expand () |
bool | setLowEdge (float fValue, unsigned fAdc) |
Private Attributes | |
std::vector< float > | mValues |
unsigned int | nbins_ |
Definition at line 17 of file HcalQIEShape.h.
HcalQIEShape::HcalQIEShape | ( | ) |
Definition at line 11 of file HcalQIEShape.cc.
HcalQIEShape::~HcalQIEShape | ( | ) |
Definition at line 16 of file HcalQIEShape.cc.
float HcalQIEShape::center | ( | unsigned | fAdc | ) | const |
Definition at line 37 of file HcalQIEShape.cc.
References mValues, and nbins_.
Referenced by HcalQIECoder::charge().
|
private |
Definition at line 18 of file HcalQIEShape.cc.
References i, cmsHarvester::index, mValues, nbins_, range(), and pileupReCalc_HLTpaths::scale.
Referenced by setLowEdges().
float HcalQIEShape::highEdge | ( | unsigned | fAdc | ) | const |
Definition at line 45 of file HcalQIEShape.cc.
References mValues, and nbins_.
Referenced by HcalQIECoder::adc().
|
inline |
Definition at line 26 of file HcalQIEShape.h.
float HcalQIEShape::lowEdge | ( | unsigned | fAdc | ) | const |
|
inline |
Definition at line 25 of file HcalQIEShape.h.
Referenced by HcalQIECoder::charge(), and expand().
|
private |
Definition at line 50 of file HcalQIEShape.cc.
References mValues, and nbins_.
Referenced by setLowEdges().
bool HcalQIEShape::setLowEdges | ( | unsigned int | nVals, |
const float * | fValue | ||
) |
Definition at line 56 of file HcalQIEShape.cc.
References ecalMGPA::adc(), expand(), mValues, pileupCalc::nbins, nbins_, query::result, and setLowEdge().
Referenced by HcalQIEData::setupShape().
|
private |
Definition at line 35 of file HcalQIEShape.h.
Referenced by center(), expand(), highEdge(), lowEdge(), setLowEdge(), and setLowEdges().
|
private |
Definition at line 36 of file HcalQIEShape.h.
Referenced by center(), expand(), highEdge(), local(), lowEdge(), setLowEdge(), and setLowEdges().