Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 process = cms.Process("FWLitePlots")
00004
00005 process.FWLiteParams = cms.PSet(
00006 input = cms.string('file:patTuple.root'),
00007 jetSrc = cms.InputTag('cleanPatJets'),
00008 overlaps = cms.string('electrons')
00009 )