Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 11:58:47

0001 # The following comments couldn't be translated into the new config version:
0002 
0003 #     bool byName = true
0004 
0005 import FWCore.ParameterSet.Config as cms
0006 import HLTrigger.HLTfilters.hltHighLevel_cfi
0007 
0008 # Adjusted based on
0009 # https://twiki.cern.ch/twiki/bin/view/CMSPublic/SWGuideAlCaRecoTriggerBits
0010 
0011 gammajetHLT = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
0012     # FIXME: Put this into the trigger bits payload and remove the commented lines completely
0013     # HLTPaths = ['HLT_L1SingleEG*','HLT_Photon*'],
0014     eventSetupPathsKey='HcalCalGammaJet',
0015     throw = False
0016 )