CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
NewCandMatcher.h
Go to the documentation of this file.
1 #ifndef CandAlgos_NewCandMatcher_h
2 #define CandAlgos_NewCandMatcher_h
3 /* \class CandMatcher
4  *
5  * Producer fo simple Candidate match map
6  *
7  */
10 
11 namespace reco::modulesNew {
12  template <typename S, typename C1, typename C2, typename D = DeltaR<reco::Candidate> >
14 } // namespace reco::modulesNew
15 #endif