Variables | |
tuple | genMetIC5GenJets |
00001 cms.EDProducer("METProducer", 00002 src = cms.InputTag("iterativeCone5GenJets"), ## Input product label 00003 00004 METType = cms.string('MET'), ## Output MET type 00005 00006 alias = cms.string('GenMETIC5'), ## Alias for FWLite 00007 00008 noHF = cms.bool(False), ## do not exclude HF 00009 00010 globalThreshold = cms.double(0.0), ## Global Threshold for input objects 00011 00012 InputType = cms.string('CandidateCollection') ## Input product type 00013 00014 )
Definition at line 9 of file genMetFromGenJets_cfi.py.