CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
patCleaningExercise_cfg.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 process = cms.Process("FWLitePlots")
4 
5 process.FWLiteParams = cms.PSet(
6  input = cms.string('file:patTuple.root'),
7  jetSrc = cms.InputTag('cleanPatJets'),
8  overlaps = cms.string('electrons')
9 )