CMS 3D CMS Logo

/data/git/CMSSW_5_3_11_patch5/src/PhysicsTools/PatExamples/bin/analyzePatJetFWLite_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:jet2011A_aod.root'),
00007     outputFile  = cms.string('analyzePatBasics.root'),
00008     jets = cms.InputTag('goodPatJets')
00009 )
00010