CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
genMetCaloAndNonPrompt_cfi.py
Go to the documentation of this file.
2 
3 ##____________________________________________________________________________||
4 genMetCaloAndNonPrompt = cms.EDProducer(
5  "GenMETProducer",
6  src = cms.InputTag("genParticlesForJets"),
7  alias = cms.string('GenMETCaloAndNonPrompt'), ## Alias for FWLite
8  onlyFiducialParticles = cms.bool(True), ## use only fiducial GenParticles
9  globalThreshold = cms.double(0.0), ## Global Threshold for input objects
10  usePt = cms.bool(True), ## using Pt instead Et
11  applyFiducialThresholdForFractions = cms.bool(False),
12 
13 )
14 
15 ##____________________________________________________________________________||