CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_1/src/PhysicsTools/PatExamples/bin/patCleaninfExercise_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   input    = cms.string('file:patTuple.root'),
00007   jetSrc   = cms.InputTag('cleanPatJets'),
00008   overlaps = cms.string('electrons')
00009 )