Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
PhysicsTools
PFCandProducer
python
Isolation
pfElectronIsolationFromDeposits_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
PhysicsTools.PFCandProducer.Isolation.isoValElectronWithCharged_cfi
import
*
4
from
PhysicsTools.PFCandProducer.Isolation.isoValElectronWithNeutral_cfi
import
*
5
from
PhysicsTools.PFCandProducer.Isolation.isoValElectronWithPhotons_cfi
import
*
6
7
# compute isolation values, from various collections of iso deposits.
8
# could add the electrons and the muons as isolators, just to check that everything is fine
9
10
pfElectronIsolationFromDepositsSequence = cms.Sequence(
11
isoValElectronWithCharged +
12
isoValElectronWithNeutral +
13
isoValElectronWithPhotons
14
)
15
16
17
isoValElectronWithCharged_cfi
Config
isoValElectronWithNeutral_cfi
isoValElectronWithPhotons_cfi
Generated for CMSSW Reference Manual by
1.8.5