CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch13/src/DataFormats/Candidate/interface/OverlapChecker.h

Go to the documentation of this file.
00001 #ifndef Candidate_OverlapChecker_h
00002 #define Candidate_OverlapChecker_h
00003 
00015 namespace reco {
00016   class Candidate; 
00017 }
00018 
00019 class OverlapChecker {
00020 public:
00022   bool operator()( const reco::Candidate &, const reco::Candidate & ) const;
00023 };
00024 
00025 #endif