Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
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
)
Config
Generated for CMSSW Reference Manual by
1.8.5