CMS 3D CMS Logo

HFShape.cc
Go to the documentation of this file.
2 
4 : shape_(HcalPulseShapes().hfShape())
5 {
6 }
7 
8 double
10 {
11  return 0. ;
12 }
13 
14 double HFShape::operator () (double time) const
15 {
16  return shape_.at(time);
17 }
18 
HFShape()
Definition: HFShape.cc:3
float at(double time) const
double timeToRise() const override
Definition: HFShape.cc:9
double operator()(double time) const override
Definition: HFShape.cc:14
HcalPulseShapes::Shape shape_
Definition: HFShape.h:22