Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2025-01-31 02:19:56

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