Line Code
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# The following comments couldn't be translated into the new config version:

#     bool byName = true

import FWCore.ParameterSet.Config as cms
import HLTrigger.HLTfilters.hltHighLevel_cfi

# Adjusted based on
# https://twiki.cern.ch/twiki/bin/view/CMSPublic/SWGuideAlCaRecoTriggerBits

gammajetHLT = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
    # FIXME: Put this into the trigger bits payload and remove the commented lines completely
    # HLTPaths = ['HLT_L1SingleEG*','HLT_Photon*'],
    eventSetupPathsKey='HcalCalGammaJet',
    throw = False
)