CMS 3D CMS Logo

isoHLT_NoEcalIsol_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 isoHLT = cms.EDFilter("HLTHighLevel",
00004     HLTPaths = cms.vstring('CandHLTHcalIsolatedTrackNoEcalIsol'),
00005     byName = cms.bool(True),
00006     andOr = cms.bool(True),
00007     throw = cms.untracked.bool(False), #dont throw except on unknown path name 
00008     TriggerResultsTag = cms.InputTag("TriggerResults","","HLT")
00009 )
00010 
00011 

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