CMS 3D CMS Logo

HcalShape.h
Go to the documentation of this file.
1 #ifndef HcalSimAlgos_HcalShape_h
2 #define HcalSimAlgos_HcalShape_h
3 #include<vector>
4 
15 class HcalShape : public CaloVShape
16 {
17 public:
18  HcalShape();
19  void setShape(int shapeType);
20  double operator () (double time) const override;
21  double timeToRise() const override;
22 private:
24 
25 };
26 
27 #endif
28 
29 
HcalPulseShapes::Shape shape_
Definition: HcalShape.h:23
void setShape(int shapeType)
Definition: HcalShape.cc:8
Electronic response of the preamp.
Definition: CaloVShape.h:11
shaper for Hcal (not for HF)
Definition: HcalShape.h:15
double timeToRise() const override
Definition: HcalShape.cc:16
double operator()(double time) const override
Definition: HcalShape.cc:21
HcalShape()
Definition: HcalShape.cc:3