Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 ##____________________________________________________________________________||
0004 #labels used for the phi correction
0005 
0006 
0007 ##____________________________________________________________________________||
0008 patMetTxy = cms.EDProducer(
0009     "CorrectedPatMETProducer",
0010     src = cms.InputTag('slimmedMETs'),
0011     srcCorrections = cms.VInputTag(
0012         cms.InputTag('corrPfMetXYMultDB')
0013     ),
0014 )   
0015