CMS 3D CMS Logo

L1TTkIsoEle22TkEm12Sequence_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
5 from ..sequences.HLTL1Sequence_cfi import *
6 
7 L1TTkIsoEle22TkEm12Sequence = cms.Sequence(
8  HLTL1Sequence +
9  l1tTkIsoEleSingle22Filter +
10  l1tTkEmDouble12Filter
11 )