CMS 3D CMS Logo

CaloVShape.h
Go to the documentation of this file.
1 #ifndef CaloSimAlgos_CaloVShape_h
2 #define CaloSimAlgos_CaloVShape_h 1
3 
11 class CaloVShape {
12 public:
14  virtual ~CaloVShape() {}
15 
16  virtual double operator()(double) const = 0;
17  virtual double timeToRise() const = 0;
18 
19 protected:
20 private:
21 };
22 
23 #endif
Electronic response of the preamp.
Definition: CaloVShape.h:11
virtual double timeToRise() const =0
virtual ~CaloVShape()
Definition: CaloVShape.h:14
virtual double operator()(double) const =0