CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_4/src/PhysicsTools/PatExamples/bin/analyzePatCleaning_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:patTuple.root'),
00007     outputFile   = cms.string('analyzePatCleaning.root'),
00008     jets     = cms.InputTag('cleanPatJets'),
00009     overlaps = cms.string('electrons')
00010 )