CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
gammajetHLT_cfi.py
Go to the documentation of this file.
1 # The following comments couldn't be translated into the new config version:
2 
3 # bool byName = true
4 
5 import FWCore.ParameterSet.Config as cms
7 
8 # Adjusted based on
9 # https://twiki.cern.ch/twiki/bin/view/CMSPublic/SWGuideAlCaRecoTriggerBits
10 
11 gammajetHLT = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
12  HLTPaths = ['HLT_L1SingleEG*','HLT_Photon*'],
13 # eventSetupPathsKey='HcalCalGammaJet',
14  throw = False
15 )