CMS 3D CMS Logo

caloMetM_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 
4 caloMetM = cms.EDProducer(
5  "MuonMET",
6  metTypeInputTag = cms.InputTag("CaloMET"),
7  uncorMETInputTag = cms.InputTag("caloMet"),
8  muonsInputTag = cms.InputTag("muons"),
9  muonMETDepositValueMapInputTag = cms.InputTag("muonMETValueMapProducer", "muCorrData", "")
10  )
11 
12