Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004
00005
00006
00007
00008 genMetCaloAndNonPrompt = cms.EDProducer("METProducer",
00009 src = cms.InputTag("genParticlesForJets"),
00010
00011 METType = cms.string('GenMET'),
00012
00013 alias = cms.string('GenMETCaloAndNonPrompt'),
00014
00015 onlyFiducialParticles = cms.bool(True),
00016
00017 globalThreshold = cms.double(0.0),
00018
00019 InputType = cms.string('CandidateCollection')
00020
00021 )
00022
00023