CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHO_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #------------------------------------------------
00004 #AlCaReco filtering for HCAL HO:
00005 #------------------------------------------------
00006 from Calibration.HcalAlCaRecoProducers.alcahomuon_cfi import *
00007 import HLTrigger.HLTfilters.hltHighLevel_cfi
00008 
00009 #
00010 #here we specify triggers for two different menues
00011 #this is possible since throw=False
00012 #
00013 
00014 ALCARECOHcalCalHOHLT = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
00015 #   HLTPaths = ['HLT_IsoMu3',   #for 8E29
00016 #               'HLT_IsoMu9'],  #for 1E30
00017    eventSetupPathsKey='HcalCalHO',
00018    throw = False #dont throw except on unknown path name
00019 ) 
00020 
00021 seqALCARECOHcalCalHO = cms.Sequence(ALCARECOHcalCalHOHLT*hoCalibProducer)
00022 
00023 
00024