CMS 3D CMS Logo

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