CMS 3D CMS Logo

Variables

genMetTrue_cfi Namespace Reference

Variables

tuple genMetTrue

Variable Documentation

Initial value:
00001 cms.EDProducer("METProducer",
00002                             src = cms.InputTag("genParticlesForMETAllVisible"), ## Input  product label           
00003                             
00004                             METType = cms.string('GenMET'), ## Output MET type            
00005                             
00006                             alias = cms.string('GenMETAllVisible'), ## Alias  for FWLite                  
00007                             
00008                             onlyFiducialParticles = cms.bool(False), ## Use only fiducial GenParticles
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 genMetTrue_cfi.py.