CMS 3D CMS Logo

L1TTkEm37TkEm24Sequence_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 L1TTkEm37TkEm24Sequence = cms.Sequence(
8  HLTL1Sequence +
9  l1tTkEmSingle37Filter +
10  l1tTkEmDouble24Filter
11 )