Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
PhysicsTools
PFCandProducer
python
pfPileUp_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
4
pfPileUp = cms.EDProducer(
5
"PFPileUp"
,
6
PFCandidates = cms.InputTag(
"particleFlow"
),
7
Vertices = cms.InputTag(
"offlinePrimaryVertices"
),
8
# pile-up identification now enabled by default. To be studied for jets
9
Enable = cms.bool(
True
),
10
verbose = cms.untracked.bool(
False
)
11
)
Config
Generated for CMSSW Reference Manual by
1.8.5