CMS 3D CMS Logo

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

Variables

tuple genMetTrue
 ____________________________________________________________________________|| More...
 

Variable Documentation

tuple genMetTrue_cfi.genMetTrue
Initial value:
1 = cms.EDProducer(
2  "GenMETProducer",
3  src = cms.InputTag("genParticlesForMETAllVisible"),
4  alias = cms.string('genMetTrue'), ## Alias for FWLite
5  onlyFiducialParticles = cms.bool(False), ## 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  )

____________________________________________________________________________||

Definition at line 4 of file genMetTrue_cfi.py.