CMS 3D CMS Logo

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 {
12  namespace modulesNew {
13  template <typename S, typename C1, typename C2, typename D = DeltaR<reco::Candidate> >
14  class CandMatcher : public Matcher<C1, C2, S, D> {
15  public:
16  CandMatcher(const edm::ParameterSet& cfg) : Matcher<C1, C2, S, D>(cfg) {}
17  ~CandMatcher() override {}
18  };
19 
20  } // namespace modulesNew
21 } // namespace reco
22 #endif
reco::modulesNew::CandMatcher::CandMatcher
CandMatcher(const edm::ParameterSet &cfg)
Definition: NewCandMatcher.h:16
reco
fixed size matrix
Definition: AlignmentAlgorithmBase.h:45
NewMatcher.h
reco::modulesNew::CandMatcher
Definition: NewCandMatcher.h:14
edm::ParameterSet
Definition: ParameterSet.h:47
reco::modulesNew::CandMatcher::~CandMatcher
~CandMatcher() override
Definition: NewCandMatcher.h:17
looper.cfg
cfg
Definition: looper.py:297
funct::D
DecomposeProduct< arg, typename Div::arg > D
Definition: Factorize.h:141
S
Definition: CSCDBL1TPParametersExtended.h:16
Candidate.h
Matcher
Definition: Matcher.py:1