CMS 3D CMS Logo

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