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 
11 
13 {
14  public:
15 
16  enum {BUNCHSPACE = 25};
17 
18  CaloShapeIntegrator( const CaloVShape* aShape ) ;
19 
20  ~CaloShapeIntegrator() override ;
21 
22  double operator () ( double startTime ) const override ;
23  double timeToRise() const override ;
24 
25  private:
26 
28 };
29 
30 #endif
31 
CaloShapeIntegrator(const CaloVShape *aShape)
Electronic response of the preamp.
Definition: CaloVShape.h:11
double operator()(double startTime) const override
const CaloVShape * m_shape
double timeToRise() const override