Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
ElectroWeakAnalysis
Utilities
python
distPFMET_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
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
10
from
RecoMET.METProducers.METSigParams_cfi
import
*
11
12
distpfMet = cms.EDProducer(
"PFMETProducer"
,
13
METSignificance_params,
14
src = cms.InputTag(
"distortedPFCand"
),
15
alias = cms.string(
'PFMET'
),
16
globalThreshold = cms.double(0.0),
17
calculateSignificance = cms.bool(
True
)
18
)
Config
METSigParams_cfi
Generated for CMSSW Reference Manual by
1.8.5