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 
15 namespace reco {
16  class Candidate;
17 }
18 
19 class CandSelector {
20 public:
22  virtual ~CandSelector();
24  virtual bool operator()( const reco::Candidate & c ) const = 0;
25 };
26 
27 #endif
virtual ~CandSelector()
destructor
Definition: CandSelector.cc:3
virtual bool operator()(const reco::Candidate &c) const =0
return true if the candidate is selected