1 import FWCore.ParameterSet.Config
as cms
9 genMetIC5GenJets = cms.EDProducer(
"ElseMETProducer",
10 src = cms.InputTag(
"iterativeCone5GenJets"),
12 METType = cms.string(
'MET'),
14 alias = cms.string(
'genMetIC5GenJets'),
16 noHF = cms.bool(
False),
18 globalThreshold = cms.double(0.0),
20 usePt = cms.bool(
True),
22 applyFiducialThresholdForFractions = cms.bool(
False),
24 InputType = cms.string(
'CandidateCollection')