CMS 3D CMS Logo

eleIsolationSequence_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
5 
6 #Standard reco sequence with electrons
7 eleIsolationTask = cms.Task(
8  eleIsoDepositsTask ,
9  eleIsoFromDepositsTask
10 )
11 eleIsolationSequence = cms.Sequence(eleIsolationTask)
12