test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 {
13  public:
14 
16  virtual ~CaloVShape() {}
17 
18  virtual double operator () (double) const = 0 ;
19  virtual double timeToRise() const = 0 ;
20 
21  protected:
22 
23  private:
24 };
25 
26 #endif
Electronic response of the preamp.
Definition: CaloVShape.h:11
virtual double timeToRise() const =0
virtual ~CaloVShape()
Definition: CaloVShape.h:16
virtual double operator()(double) const =0