CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CandSelector.h
Go to the documentation of this file.
1 #ifndef CandUtils_CandSelector_h
2 #define CandUtils_CandSelector_h
3 
13 namespace reco {
14  class Candidate;
15 }
16 
17 class CandSelector {
18 public:
20  virtual ~CandSelector();
22  virtual bool operator()( const reco::Candidate & c ) const = 0;
23 };
24 
25 #endif
virtual ~CandSelector()
destructor
Definition: CandSelector.cc:3
virtual bool operator()(const reco::Candidate &c) const =0
return true if the candidate is selected