CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CaloVPECorrection.h
Go to the documentation of this file.
1 #ifndef CaloSimAlgos_CaloVPECorrection_h
2 #define CaloSimAlgos_CaloVPECorrection_h
3 
4 /* Corrections to the number of photoelectrons
5  applied after the Poisson statistics. Handles
6  effects like quantum efficiency or ion feedback
7 */
9 
11 {
12 public:
13  virtual double correctPE(const DetId & detId, double npe) const = 0;
14 };
15 
16 #endif
17 
Definition: DetId.h:20
virtual double correctPE(const DetId &detId, double npe) const =0