shaper for Hcal (not for HF) More...
#include <HcalShape.h>
Public Member Functions | |
HcalShape () | |
virtual double | operator() (double time) const |
virtual double | timeToRise () const |
Private Attributes | |
HcalPulseShapes::Shape | shape_ |
shaper for Hcal (not for HF)
Definition at line 15 of file HcalShape.h.
HcalShape::HcalShape | ( | ) |
Definition at line 3 of file HcalShape.cc.
: shape_(HcalPulseShapes().hbShape()) { }
double HcalShape::operator() | ( | double | time | ) | const [virtual] |
Implements CaloVShape.
Definition at line 13 of file HcalShape.cc.
References HcalPulseShapes::Shape::at(), and shape_.
double HcalShape::timeToRise | ( | ) | const [virtual] |
HcalPulseShapes::Shape HcalShape::shape_ [private] |
Definition at line 22 of file HcalShape.h.
Referenced by operator()().