CMS 3D CMS Logo

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 
00007 gammajetHLT = cms.EDFilter("HLTHighLevel",
00008     HLTPaths = cms.vstring('HLT_IsoPhoton30_L1I', 
00009         'HLT_IsoPhoton15_L1R'),
00010     andOr = cms.bool(True),
00011     throw = cms.untracked.bool(False), #dont throw except on unknown path name 
00012     TriggerResultsTag = cms.InputTag("TriggerResults","","HLT")
00013 )
00014 
00015 

Generated on Tue Jun 9 17:25:33 2009 for CMSSW by  doxygen 1.5.4