CMS 3D CMS Logo

HcalShapeIntegrator.h
Go to the documentation of this file.
1 #ifndef HcalAlgos_HcalShapeIntegrator_h
2 #define HcalAlgos_HcalShapeIntegrator_h
3 
10 #include <vector>
11 
13 public:
15  float operator()(double startTime, double stopTime) const;
16 
17 private:
18  float at(double time) const;
19 
20  int nbin_;
21  std::vector<float> v_;
22 };
23 
24 #endif
HcalShapeIntegrator(const HcalPulseShapes::Shape *aShape)
float operator()(double startTime, double stopTime) const
std::vector< float > v_
float at(double time) const