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
 

Variable Documentation

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

Definition at line 8 of file genMetCaloAndNonPrompt_cfi.py.