Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:26:46

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 ##____________________________________________________________________________||
0004 from RecoMET.METProducers.METSigParams_cfi import *
0005 
0006 ##____________________________________________________________________________||
0007 pfClusterMet = cms.EDProducer(
0008     "PFClusterMETProducer",
0009     src = cms.InputTag("pfClusterRefsForJets"),
0010     alias = cms.string('pfClusterMet'),
0011     globalThreshold = cms.double(0.0),
0012     )
0013 
0014 ##____________________________________________________________________________||