CMS 3D CMS Logo

L1T_TkIsoEle22TkEm12_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from ..sequences.HLTBeginSequence_cfi import *
4 from ..sequences.HLTEndSequence_cfi import *
6 
7 L1T_TkIsoEle22TkEm12 = cms.Path(
8  HLTBeginSequence +
9  L1TTkIsoEle22TkEm12Sequence +
10  HLTEndSequence
11 )