CMS 3D CMS Logo

L1TTkEle36Sequence_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 L1TTkEle36Sequence = cms.Sequence(
7  HLTL1Sequence +
8  L1TkEleSingle36Filter
9 )