CMS 3D CMS Logo

CandMatcher.h
Go to the documentation of this file.
1 #ifndef CandAlgos_CandMatcher_h
2 #define CandAlgos_CandMatcher_h
3 /* \class CandMatcher
4  *
5  * Producer fo simple Candidate match map
6  *
7  */
11 
12 namespace reco::modules {
13  template <typename S, typename Collection = CandidateCollection, typename D = DeltaR<reco::Candidate> >
15 } // namespace reco::modules
16 #endif