1 import FWCore.ParameterSet.Config
as cms
3 process = cms.Process(
"FWLitePlots")
5 process.FWLiteParams = cms.PSet(
6 inputFile = cms.string(
'file:cocTuple.root'),
7 outputFile = cms.string(
'analyzePatCleaning.root'),
8 jets = cms.InputTag(
'cocPatJets'),
9 overlaps = cms.string(
'electrons')