CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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  virtual double operator () (double time) const;
21  virtual double timeToRise() const;
22 private:
24 
25 };
26 
27 #endif
28 
29 
HcalPulseShapes::Shape shape_
Definition: HcalShape.h:23
void setShape(int shapeType)
Definition: HcalShape.cc:9
Electronic response of the preamp.
Definition: CaloVShape.h:11
shaper for Hcal (not for HF)
Definition: HcalShape.h:15
virtual double operator()(double time) const
Definition: HcalShape.cc:22
HcalShape()
Definition: HcalShape.cc:3
virtual double timeToRise() const
Definition: HcalShape.cc:17