CMS 3D CMS Logo

L1TTkIsoEle28Sequence_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 from ..sequences.HLTL1Sequence_cfi import *
5 
6 L1TTkIsoEle28Sequence = cms.Sequence(
7  HLTL1Sequence +
8  l1tTkIsoEleSingle28Filter
9 )