CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PFMET_cfi.py
Go to the documentation of this file.
2 
3 ##____________________________________________________________________________||
5 
6 ##____________________________________________________________________________||
7 pfMet = cms.EDProducer(
8  "PFMETProducer",
9  METSignificance_params,
10  src = cms.InputTag("particleFlow"),
11  alias = cms.string('PFMET'),
12  globalThreshold = cms.double(0.0),
13  calculateSignificance = cms.bool(True),
14  jets = cms.InputTag("ak5PFJets") # for significance calculation
15  )
16 ##____________________________________________________________________________||