Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:24:00

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 process = cms.Process("FWLitePlots")
0004 
0005 process.FWLiteParams = cms.PSet(
0006   input    = cms.string('file:patTuple.root'),
0007   jetSrc   = cms.InputTag('cleanPatJets'),
0008   overlaps = cms.string('electrons')
0009 )