Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:23:55

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from PhysicsTools.PatAlgos.recoLayer0.metCorrections_cff import *
0004 from PhysicsTools.PatAlgos.producersLayer1.metProducer_cfi import *
0005 
0006 ## for scheduled mode
0007 makePatMETsTask = cms.Task(
0008     patMETCorrectionsTask,
0009     patMETs
0010     )
0011 makePatMETs = cms.Sequence(makePatMETsTask)