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 gammajetHLT = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
9  HLTPaths = ['HLT_IsoPhoton30_L1I','HLT_IsoPhoton15_L1R'],
10  throw = False
11 )
12 
13