CMS 3D CMS Logo

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
fixed size matrix