1 import FWCore.ParameterSet.Config
as cms
3 process = cms.Process(
"FWLitePlots")
5 process.FWLiteParams = cms.PSet(
6 inputFile = cms.string(
'file:jet2011A_aod.root'),
7 outputFile = cms.string(
'analyzePatBasics.root'),
8 jets = cms.InputTag(
'goodPatJets')