CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CaloShapeIntegrator.h
Go to the documentation of this file.
1 #ifndef CaloSimAlgos_CaloShapeIntegrator_h
2 #define CaloSimAlgos_CaloShapeIntegrator_h
3 
10 
11 
13 {
14  public:
15 
16  enum {BUNCHSPACE = 25};
17 
18  CaloShapeIntegrator( const CaloVShape* aShape ) ;
19 
20  virtual ~CaloShapeIntegrator() ;
21 
22  virtual double operator () ( double startTime ) const ;
23  virtual double timeToRise() const ;
24 
25  private:
26 
28 };
29 
30 #endif
31 
CaloShapeIntegrator(const CaloVShape *aShape)
Electronic response of the preamp.
Definition: CaloVShape.h:11
virtual double timeToRise() const
const CaloVShape * m_shape
virtual double operator()(double startTime) const