1 import FWCore.ParameterSet.Config
as cms
5 pfRecoTauDiscriminationAgainstMuon2 = cms.EDProducer(
"PFRecoTauDiscriminationAgainstMuon2",
8 PFTauProducer = cms.InputTag(
'pfRecoTauProducer'),
13 Prediscriminants = requireLeadTrack,
16 discriminatorOption = cms.string(
'loose'),
17 HoPMin = cms.double(0.2),
18 maxNumberOfMatches = cms.int32(0),
19 doCaloMuonVeto = cms.bool(
False),
20 maxNumberOfHitsLast2Stations = cms.int32(0),
23 srcMuons = cms.InputTag(
'muons'),
24 dRmuonMatch = cms.double(0.3),
26 dRmuonMatchLimitedToJetArea = cms.bool(
False),
27 minPtMatchedMuon = cms.double(5.),
32 maskMatchesDT = cms.vint32(0,0,0,0),
33 maskMatchesCSC = cms.vint32(1,0,0,0),
34 maskMatchesRPC = cms.vint32(0,0,0,0),
35 maskHitsDT = cms.vint32(0,0,0,0),
36 maskHitsCSC = cms.vint32(0,0,0,0),
37 maskHitsRPC = cms.vint32(0,0,0,0),
39 verbosity = cms.int32(0)