CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CaloVHitCorrection.h
Go to the documentation of this file.
1 #ifndef CaloSimAlgos_CaloVHitCorrection_h
2 #define CaloSimAlgos_CaloVHitCorrection_h
3 
5 
7 public:
8  virtual void correct(PCaloHit & hit) const = 0;
9 };
10 
11 #endif
12 
virtual void correct(PCaloHit &hit) const =0