CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros 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 {
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 ) { }
18  };
19 
20  }
21 }
22 #endif
tuple cfg
Definition: looper.py:293
DecomposeProduct< arg, typename Div::arg > D
Definition: Factorize.h:150
double S(const TLorentzVector &, const TLorentzVector &)
Definition: Particle.cc:99
CandMatcher(const edm::ParameterSet &cfg)