Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 from TrackingTools.TrackAssociator.default_cfi import *
00004 from TrackingTools.TrackAssociator.DetIdAssociatorESProducer_cff import *
00005
00006 MuonMETValueMapProducer = cms.EDProducer("MuonMETValueMapProducer",
00007 TrackAssociatorParameterBlock,
00008 muonInputTag = cms.InputTag("muons"),
00009 beamSpotInputTag = cms.InputTag("offlineBeamSpot"),
00010 useTrackAssociatorPositions = cms.bool(True),
00011 useRecHits = cms.bool(False),
00012 useHO = cms.bool(False),
00013 isAlsoTkMu = cms.bool(True),
00014 towerEtThreshold = cms.double(0.3),
00015 minPt = cms.double(10.0),
00016 maxEta = cms.double(2.5),
00017 maxNormChi2 = cms.double(10.0),
00018 maxd0 = cms.double(0.2),
00019 minnHits = cms.int32(11),
00020 minnValidStaHits = cms.int32(1)
00021 )
00022 MuonMETValueMapProducer.TrackAssociatorParameters.useEcal = False
00023 MuonMETValueMapProducer.TrackAssociatorParameters.useHcal = False
00024 MuonMETValueMapProducer.TrackAssociatorParameters.useHO = False
00025 MuonMETValueMapProducer.TrackAssociatorParameters.useCalo = True
00026 MuonMETValueMapProducer.TrackAssociatorParameters.useMuon = False
00027 MuonMETValueMapProducer.TrackAssociatorParameters.truthMatch = False