Main Page
Namespaces
Classes
Package Documentation
RecoMET
METProducers
python
PFClusterMET_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
##____________________________________________________________________________||
4
from
RecoMET.METProducers.METSigParams_cfi
import
*
5
6
##____________________________________________________________________________||
7
pfClusterMet = cms.EDProducer(
8
"PFClusterMETProducer"
,
9
src = cms.InputTag(
"pfClusterRefsForJets"
),
10
alias = cms.string(
'pfClusterMet'
),
11
globalThreshold = cms.double(0.0),
12
)
13
14
##____________________________________________________________________________||
METSigParams_cfi
Generated for CMSSW Reference Manual by
1.8.11