CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/PhysicsTools/PatExamples/bin/analyzePatCOC_cfg.py

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     inputFile    = cms.string('file:cocTuple.root'),
00007     outputFile   = cms.string('analyzePatCOC.root'),
00008     jets     = cms.InputTag('cocPatJets'),
00009     overlaps = cms.string('isolatedElectrons')
00010 )