CMS 3D CMS Logo

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