src
RecoEgamma
EgammaIsolationAlgos
python
eleIsolationSequence_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
RecoEgamma.EgammaIsolationAlgos.eleIsoDeposits_cff
import
*
4
from
RecoEgamma.EgammaIsolationAlgos.eleIsoFromDeposits_cff
import
*
5
6
#Standard reco sequence with electrons
7
eleIsolationTask = cms.Task(
8
eleIsoDepositsTask ,
9
eleIsoFromDepositsTask
10
)
11
eleIsolationSequence = cms.Sequence(eleIsolationTask)
12
eleIsoFromDeposits_cff
eleIsoDeposits_cff
Generated for CMSSW Reference Manual by
1.8.14