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