Variables | |
tuple | genMetCalo |
00001 cms.EDProducer("METProducer", 00002 src = cms.InputTag("genCandidatesForMET"), ## Input product label 00003 00004 METType = cms.string('GenMET'), ## Output MET type 00005 00006 alias = cms.string('GenMETCalo'), ## Alias for FWLite 00007 00008 onlyFiducialParticles = cms.bool(True), ## Use Only Fiducial Gen Particles 00009 00010 globalThreshold = cms.double(0.0), ## Global Threshold for input objects 00011 00012 usePt = cms.untracked.bool(True), ## using Pt instead Et 00013 00014 InputType = cms.string('CandidateCollection') ## Input product type 00015 00016 )
Definition at line 8 of file genMetCalo_cfi.py.
Referenced by METTester::analyze().