CMS 3D CMS Logo

CaloCachedShapeIntegrator.h
Go to the documentation of this file.
1 #ifndef CaloSimAlgos_CaloCachedShapeIntegrator_h
2 #define CaloSimAlgos_CaloCachedShapeIntegrator_h
3 
10 #include <vector>
11 
13 public:
15 
16  ~CaloCachedShapeIntegrator() override;
17 
18  double operator()(double startTime) const override;
19  double timeToRise() const override;
20 
21 private:
22  std::vector<double> v_;
23  double timeToRise_;
24 };
25 
26 #endif
double timeToRise() const override
CaloCachedShapeIntegrator(const CaloVShape *aShape)
Electronic response of the preamp.
Definition: CaloVShape.h:11
double operator()(double startTime) const override