CMS 3D CMS Logo

PFClusterMET_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 ##____________________________________________________________________________||
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 ##____________________________________________________________________________||