CMS 3D CMS Logo

L1T_DoubleNNTau52_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from ..modules.hltL1DoubleNNTau52_cfi import *
4 from ..sequences.HLTL1Sequence_cfi import *
5 
6 L1T_DoubleNNTau52 = cms.Path(
7  HLTL1Sequence +
8  hltL1DoubleNNTau52
9 )