CMS 3D CMS Logo

HFShape.cc
Go to the documentation of this file.
2 
3 HFShape::HFShape() : shape_(HcalPulseShapes().hfShape()) {}
4 
5 double HFShape::timeToRise() const { return 0.; }
6 
7 double HFShape::operator()(double time) const { return shape_.at(time); }
HFShape()
Definition: HFShape.cc:3
double timeToRise() const override
Definition: HFShape.cc:5
double operator()(double time) const override
Definition: HFShape.cc:7
HcalPulseShapes::Shape shape_
Definition: HFShape.h:21
float at(double time) const