CMS 3D CMS Logo

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> >
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) {}
20  ~CandMatcher() override {}
21  };
22 
23  } // namespace modules
24 } // namespace reco
25 #endif
modules
Definition: MuonCleanerBySegments.cc:35
reco
fixed size matrix
Definition: AlignmentAlgorithmBase.h:45
reco::modules::CandMatcher
Definition: CandMatcher.h:15
edm::ParameterSet
Definition: ParameterSet.h:47
reco::modules::CandMatcher::~CandMatcher
~CandMatcher() override
Definition: CandMatcher.h:20
type
type
Definition: SiPixelVCal_PayloadInspector.cc:37
helper
Definition: helper.py:1
reco::modules::CandMatcher::CandMatcher
CandMatcher(const edm::ParameterSet &cfg)
Definition: CandMatcher.h:18
looper.cfg
cfg
Definition: looper.py:297
CandMapTrait.h
Matcher.h
funct::D
DecomposeProduct< arg, typename Div::arg > D
Definition: Factorize.h:141
S
Definition: CSCDBL1TPParametersExtended.h:16
Candidate.h
Matcher
Definition: Matcher.py:1