Main Page
Namespaces
Classes
Package Documentation
PhysicsTools
PatExamples
bin
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
)
Generated for CMSSW Reference Manual by
1.8.11