CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/Calibration/HcalAlCaRecoProducers/python/gammajetHLT_cfi.py

Go to the documentation of this file.
00001 # The following comments couldn't be translated into the new config version:
00002 
00003 #     bool byName = true
00004 
00005 import FWCore.ParameterSet.Config as cms
00006 import HLTrigger.HLTfilters.hltHighLevel_cfi
00007 
00008 gammajetHLT = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
00009     HLTPaths = ['HLT_IsoPhoton30_L1I','HLT_IsoPhoton15_L1R'],
00010     throw = False
00011 )
00012 
00013