CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 {
13  namespace modules {
14  template<typename S, typename Collection = CandidateCollection, typename D = DeltaR<reco::Candidate> >
15  class CandMatcher :
16  public Matcher<Collection, Collection, S, D, typename reco::helper::CandMapTrait<Collection>::type> {
17  public:
19  Matcher<Collection, Collection, S, D, typename reco::helper::CandMapTrait<Collection>::type>( cfg ) { }
21  };
22 
23  }
24 }
25 #endif
type
Definition: HCALResponse.h:21
tuple cfg
Definition: looper.py:293
CandMatcher(const edm::ParameterSet &cfg)
Definition: CandMatcher.h:18
DecomposeProduct< arg, typename Div::arg > D
Definition: Factorize.h:150
double S(const TLorentzVector &, const TLorentzVector &)
Definition: Particle.cc:99