3 pfTauMatcher = cms.EDProducer(
5 src = cms.InputTag(
"your_collection"),
6 matched = cms.InputTag(
"hpsTancTaus"),
7 mcPdgId = cms.vint32(),
8 mcStatus = cms.vint32(),
9 checkCharge = cms.bool(
True),
10 maxDeltaR = cms.double(0.15),
11 maxDPtRel = cms.double(3.0),
12 resolveAmbiguities = cms.bool(
False),
13 resolveByMatchQuality = cms.bool(
False),
16 candViewMatchedToPFTauRefSelector = cms.EDFilter(
17 "CandViewPFTauMatchRefSelector",
18 src = cms.InputTag(
"kinematicSignalJets"),
19 matching = cms.InputTag(
"pfTauMatcher"),
21 filter = cms.bool(
False)