src
CommonTools
CandAlgos
interface
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
*/
8
#include "
CommonTools/UtilAlgos/interface/NewMatcher.h
"
9
#include "
DataFormats/Candidate/interface/Candidate.h
"
10
11
namespace
reco::modulesNew
{
12
template
<
typename
S,
typename
C1,
typename
C2,
typename
D = DeltaR<reco::Cand
id
ate> >
13
using
CandMatcher
=
Matcher<C1, C2, S, D>
;
14
}
// namespace reco::modulesNew
15
#endif
reco::modulesNew
Definition:
NewCandMatcher.h:11
Candidate.h
NewMatcher.h
reco::modulesNew::Matcher
Definition:
NewMatcher.h:23
Generated for CMSSW Reference Manual by
1.8.14