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 ##____________________________________________________________________________||
4 pfMet = cms.EDProducer(
5  "PFMETProducer",
6  src = cms.InputTag("particleFlow"),
7  alias = cms.string('PFMET'),
8  globalThreshold = cms.double(0.0),
9  calculateSignificance = cms.bool(False),
10  )
11 ##____________________________________________________________________________||