1 = cms.EDProducer(
"METProducer",
2 src = cms.InputTag(
"genParticlesForMETAllVisible"),
4 METType = cms.string(
'GenMET'),
6 alias = cms.string(
'GenMETAllVisible'),
8 onlyFiducialParticles = cms.bool(
False),
10 globalThreshold = cms.double(0.0),
12 usePt = cms.untracked.bool(
True),
14 InputType = cms.string(
'CandidateCollection')