CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/Calibration/HcalAlCaRecoProducers/python/hcalminbiasHLT_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 import HLTrigger.HLTfilters.hltHighLevel_cfi
00003 
00004 hcalminbiasHLT =  HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
00005     HLTPaths = ['AlCa_HcalPhiSym'],
00006     throw = False #dont throw except on unknown path name 
00007 )
00008 
00009 
00010