Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
PhysicsTools
PFCandProducer
python
Isolation
isoValElectronWithNeutral_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
isoValElectronWithNeutral = cms.EDProducer(
4
"CandIsolatorFromDeposits"
,
5
deposits = cms.VPSet(
6
cms.PSet(
7
src = cms.InputTag(
"isoDepElectronWithNeutral"
),
8
deltaR = cms.double(0.4),
9
weight = cms.string(
'1'
),
# 0.3333,
10
vetos = cms.vstring(
'Threshold(0.5)'
),
11
skipDefaultVeto = cms.bool(
True
),
12
mode = cms.string(
'sum'
)
13
)
14
)
15
)
16
17
Config
Generated for CMSSW Reference Manual by
1.8.5