#include <CastorQIEShape.h>
Public Member Functions | |
CastorQIEShape () | |
float | center (unsigned fAdc) const |
float | highEdge (unsigned fAdc) const |
unsigned | local (unsigned fAdc) const |
float | lowEdge (unsigned fAdc) const |
unsigned | range (unsigned fAdc) const |
bool | setLowEdges (const float fValue[32]) |
~CastorQIEShape () | |
Private Member Functions | |
void | expand () |
bool | setLowEdge (float fValue, unsigned fAdc) |
Private Attributes | |
float | mValues [129] |
Definition at line 14 of file CastorQIEShape.h.
CastorQIEShape::CastorQIEShape | ( | ) |
CastorQIEShape::~CastorQIEShape | ( | ) |
Definition at line 21 of file CastorQIEShape.cc.
float CastorQIEShape::center | ( | unsigned | fAdc | ) | const |
Definition at line 41 of file CastorQIEShape.cc.
References mValues.
Referenced by CastorQIECoder::charge().
|
private |
Definition at line 23 of file CastorQIEShape.cc.
References mps_fire::i, diffTreeTool::index, mValues, range(), and Scenarios_cff::scale.
Referenced by CastorQIEShape(), local(), and setLowEdges().
float CastorQIEShape::highEdge | ( | unsigned | fAdc | ) | const |
Definition at line 49 of file CastorQIEShape.cc.
References mValues.
Referenced by CastorQIECoder::adc().
|
inline |
Definition at line 23 of file CastorQIEShape.h.
References expand(), and setLowEdge().
float CastorQIEShape::lowEdge | ( | unsigned | fAdc | ) | const |
Definition at line 36 of file CastorQIEShape.cc.
References mValues.
Referenced by CastorDbASCIIIO::dumpObject().
|
inline |
Definition at line 22 of file CastorQIEShape.h.
Referenced by CastorQIECoder::charge(), and expand().
|
private |
Definition at line 56 of file CastorQIEShape.cc.
References mValues.
Referenced by local(), and setLowEdges().
bool CastorQIEShape::setLowEdges | ( | const float | fValue[32] | ) |
Definition at line 62 of file CastorQIEShape.cc.
References ecalMGPA::adc(), expand(), mps_fire::result, and setLowEdge().
|
private |
Definition at line 28 of file CastorQIEShape.h.
Referenced by CastorQIEShape(), center(), expand(), highEdge(), lowEdge(), and setLowEdge().