Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
RecoMET
METProducers
python
PFMET_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
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
##____________________________________________________________________________||
Config
Generated for CMSSW Reference Manual by
1.8.5