Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:15:57

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from ..modules.hltPrePhoton187L1Seeded_cfi import *
0004 from ..sequences.HLTBeginSequence_cfi import *
0005 from ..sequences.HLTEndSequence_cfi import *
0006 from ..sequences.HLTPhoton187L1SeededSequence_cfi import *
0007 
0008 HLT_Photon187_L1Seeded = cms.Path(
0009     HLTBeginSequence +
0010     HLTPhoton187L1SeededSequence +
0011     HLTEndSequence
0012 )