CMS 3D CMS Logo

CaloShapeIntegrator.h
Go to the documentation of this file.
1 #ifndef CaloSimAlgos_CaloShapeIntegrator_h
2 #define CaloSimAlgos_CaloShapeIntegrator_h
3 
10 
12 public:
13  enum { BUNCHSPACE = 25 };
14 
15  CaloShapeIntegrator(const CaloVShape *aShape);
16 
17  ~CaloShapeIntegrator() override;
18 
19  double operator()(double startTime) const override;
20  double timeToRise() const override;
21 
22 private:
24 };
25 
26 #endif
CaloShapeIntegrator(const CaloVShape *aShape)
double timeToRise() const override
Electronic response of the preamp.
Definition: CaloVShape.h:11
const CaloVShape * m_shape
double operator()(double startTime) const override