CMS 3D CMS Logo

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

Variables

tuple genMetIC5GenJets
 

Variable Documentation

tuple genMetFromGenJets_cfi.genMetIC5GenJets
Initial value:
1 = cms.EDProducer("ElseMETProducer",
2  src = cms.InputTag("iterativeCone5GenJets"), ## Input product label
3 
4  METType = cms.string('MET'), ## Output MET type
5 
6  alias = cms.string('genMetIC5GenJets'), ## Alias for FWLite
7 
8  noHF = cms.bool(False), ## do not exclude HF
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 9 of file genMetFromGenJets_cfi.py.