CMS 3D CMS Logo

L1TTkIsoEm22TkIsoEm12Sequence_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 L1TTkIsoEm22TkIsoEm12Sequence = cms.Sequence(
8  HLTL1Sequence +
9  l1tTkIsoEmSingle22Filter +
10  l1tTkIsoEmDouble12Filter
11 )