Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-12-22 23:29:48

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from ..sequences.HLTBeginSequence_cfi import *
0004 from ..sequences.HLTEndSequence_cfi import *
0005 from ..sequences.HLTPhoton108EBTightIDTightIsoUnseededSequence_cfi import *
0006 
0007 HLT_Photon108EB_TightID_TightIso_Unseeded = cms.Path(
0008     HLTBeginSequence +
0009     HLTPhoton108EBTightIDTightIsoUnseededSequence +
0010     HLTEndSequence
0011 )