Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
PhysicsTools
PFCandProducer
python
Isolation
isoValElectronWithCharged_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
isoValElectronWithCharged = cms.EDProducer(
4
"CandIsolatorFromDeposits"
,
5
deposits = cms.VPSet(
6
cms.PSet(
7
src = cms.InputTag(
"isoDepElectronWithCharged"
),
8
deltaR = cms.double(0.4),
9
weight = cms.string(
'1'
),
10
vetos = cms.vstring(),
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