CMS 3D CMS Logo

Variables

genMetCaloAndNonPrompt_cfi Namespace Reference

Variables

tuple genMetCaloAndNonPrompt

Variable Documentation

Initial value:
00001 cms.EDProducer("METProducer",
00002     src = cms.InputTag("genParticlesForJets"), ## Input  product label            
00003 
00004     METType = cms.string('GenMET'), ## Output MET type            
00005 
00006     alias = cms.string('GenMETCaloAndNonPrompt'), ## Alias  for FWLite            
00007 
00008     onlyFiducialParticles = cms.bool(True), ## use only fiducial GenParticles
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 8 of file genMetCaloAndNonPrompt_cfi.py.