CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HFShape.h
Go to the documentation of this file.
1 #ifndef HcalSimAlgos_HFShape_h
2 #define HcalSimAlgos_HFShape_h
3 #include<vector>
12 class HFShape : public CaloVShape
13 {
14 public:
15  HFShape();
16  virtual ~HFShape(){}
17 
18  virtual double operator () (double time) const;
19  virtual double timeToRise() const;
20 
21  private:
23 };
24 
25 #endif
26 
HFShape()
Definition: HFShape.cc:3
virtual double operator()(double time) const
Definition: HFShape.cc:14
Electronic response of the preamp.
Definition: CaloVShape.h:11
virtual ~HFShape()
Definition: HFShape.h:16
virtual double timeToRise() const
Definition: HFShape.cc:9
shaper for HF
Definition: HFShape.h:12
HcalPulseShapes::Shape shape_
Definition: HFShape.h:22