Main Page
Namespaces
Classes
Package Documentation
CommonTools
CandAlgos
interface
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
*/
8
#include "
CommonTools/UtilAlgos/interface/Matcher.h
"
9
#include "
DataFormats/Candidate/interface/Candidate.h
"
10
#include "
CommonTools/CandUtils/interface/CandMapTrait.h
"
11
12
namespace
reco
{
13
namespace
modules
{
14
template
<
typename
S,
typename
Collection = Cand
id
ateCollection,
typename
D = DeltaR<reco::Cand
id
ate> >
15
class
CandMatcher
:
16
public
Matcher
<Collection, Collection, S, D, typename reco::helper::CandMapTrait<Collection>::type> {
17
public
:
18
CandMatcher
(
const
edm::ParameterSet
&
cfg
) :
19
Matcher
<Collection, Collection,
S
,
D
, typename
reco
::
helper
::CandMapTrait<Collection>::
type
>( cfg ) { }
20
~CandMatcher
()
override
{ }
21
};
22
23
}
24
}
25
#endif
type
type
Definition:
HCALResponse.h:21
Matcher.h
helper
Definition:
helper.py:1
reco::modules::CandMatcher
Definition:
CandMatcher.h:15
Candidate.h
Matcher
Definition:
Matcher.py:1
CandMapTrait.h
reco::modules::CandMatcher::CandMatcher
CandMatcher(const edm::ParameterSet &cfg)
Definition:
CandMatcher.h:18
S
Definition:
CSCDBL1TPParametersExtended.h:16
looper.cfg
cfg
Definition:
looper.py:293
funct::D
DecomposeProduct< arg, typename Div::arg > D
Definition:
Factorize.h:151
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:43
edm::ParameterSet
Definition:
ParameterSet.h:36
reco::modules::CandMatcher::~CandMatcher
~CandMatcher() override
Definition:
CandMatcher.h:20
modules
Definition:
ZHLTMatchFilter.cc:17
Generated for CMSSW Reference Manual by
1.8.11