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
 

Variable Documentation

tuple genMetTrue_cfi.genMetTrue
Initial value:
1 = cms.EDProducer("METProducer",
2  src = cms.InputTag("genParticlesForMETAllVisible"), ## Input product label
3 
4  METType = cms.string('GenMET'), ## Output MET type
5 
6  alias = cms.string('GenMETAllVisible'), ## Alias for FWLite
7 
8  onlyFiducialParticles = cms.bool(False), ## Use only fiducial GenParticles
9 
10  globalThreshold = cms.double(0.0), ## Global Threshold for input objects
11 
12  usePt = cms.untracked.bool(True), ## using Pt instead Et
13 
14  InputType = cms.string('CandidateCollection') ## Input product type
15 
16  )

Definition at line 8 of file genMetTrue_cfi.py.