CMS 3D CMS Logo

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  ~HFShape() override{}
17 
18  double operator () (double time) const override;
19  double timeToRise() const override;
20 
21  private:
23 };
24 
25 #endif
26 
HFShape()
Definition: HFShape.cc:3
Electronic response of the preamp.
Definition: CaloVShape.h:11
double timeToRise() const override
Definition: HFShape.cc:9
double operator()(double time) const override
Definition: HFShape.cc:14
shaper for HF
Definition: HFShape.h:12
HcalPulseShapes::Shape shape_
Definition: HFShape.h:22
~HFShape() override
Definition: HFShape.h:16