CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
genMetCaloAndNonPrompt_cfi Namespace Reference

Variables

tuple genMetCaloAndNonPrompt
 ____________________________________________________________________________|| More...
 

Variable Documentation

tuple genMetCaloAndNonPrompt_cfi.genMetCaloAndNonPrompt
Initial value:
1 = cms.EDProducer(
2  "GenMETProducer",
3  src = cms.InputTag("genParticlesForJets"),
4  alias = cms.string('GenMETCaloAndNonPrompt'), ## Alias for FWLite
5  onlyFiducialParticles = cms.bool(True), ## use only fiducial GenParticles
6  globalThreshold = cms.double(0.0), ## Global Threshold for input objects
7  usePt = cms.bool(True), ## using Pt instead Et
8  applyFiducialThresholdForFractions = cms.bool(False),
9 
10 )

____________________________________________________________________________||

Definition at line 4 of file genMetCaloAndNonPrompt_cfi.py.