CMS 3D CMS Logo

L1T_SingleNNTau150_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 L1T_SingleNNTau150 = cms.Path(
7  HLTL1Sequence +
8  hltL1SingleNNTau150
9 )