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