CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PFClusterMET_cfi.py
Go to the documentation of this file.
2 
3 # File: PFMET.cff
4 # Author: R. Cavanaugh
5 # Date: 28.10.2008
6 #
7 # Form uncorrected Missing ET from Particle Flow and store into event as a MET
8 # product
9 
11 
12 pfClusterMet = cms.EDProducer("METProducer",
13  METSignificance_params,
14  src = cms.InputTag("pfClusterRefsForJets"),
15  METType = cms.string('PFClusterMET'),
16  alias = cms.string('PFClusterMET'),
17  noHF = cms.bool(False),
18  globalThreshold = cms.double(0.0),
19  InputType = cms.string('RecoPFClusterRefCandidateCollection'),
20  calculateSignificance = cms.bool(False)
21  )