CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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
virtual double operator()(double time) const
Definition: HFShape.cc:14
float at(double time) const
virtual double timeToRise() const
Definition: HFShape.cc:9
HcalPulseShapes::Shape shape_
Definition: HFShape.h:22