#include <HcalPulseShapes.h>
Public Member Functions | |
float | at (double time) const |
float | getTpeak () const |
float | integrate (double tmin, double tmax) const |
float | operator() (double time) const |
void | setNBin (int n) |
void | setShapeBin (int i, float f) |
Shape () | |
Private Attributes | |
int | nbin_ |
std::vector< float > | shape_ |
float | tpeak_ |
Definition at line 16 of file HcalPulseShapes.h.
HcalPulseShapes::Shape::Shape | ( | ) |
Definition at line 139 of file HcalPulseShapes.cc.
float HcalPulseShapes::Shape::at | ( | double | time | ) | const |
Definition at line 161 of file HcalPulseShapes.cc.
References i.
Referenced by HBHEPulseShapeFlagSetter::Initialize(), and HcalNoiseMonitor::ReadHcalPulse().
|
inline |
float HcalPulseShapes::Shape::integrate | ( | double | tmin, |
double | tmax | ||
) | const |
Definition at line 169 of file HcalPulseShapes.cc.
References asciidump::at, and matplotRender::t.
Referenced by RecoFCcorFactorAlgo< S >::RecoFCcorFactorAlgo().
float HcalPulseShapes::Shape::operator() | ( | double | time | ) | const |
void HcalPulseShapes::Shape::setNBin | ( | int | n | ) |
Definition at line 144 of file HcalPulseShapes.cc.
References n.
Referenced by HcalPulseShapes::computeHFShape(), and HcalPulseShapes::computeHPDShape().
void HcalPulseShapes::Shape::setShapeBin | ( | int | i, |
float | f | ||
) |
Definition at line 149 of file HcalPulseShapes.cc.
Referenced by HcalPulseShapes::computeHFShape(), and HcalPulseShapes::computeHPDShape().
|
private |
Definition at line 27 of file HcalPulseShapes.h.
Referenced by Shape().
|
private |
Definition at line 26 of file HcalPulseShapes.h.
|
private |
Definition at line 28 of file HcalPulseShapes.h.
Referenced by getTpeak(), and Shape().