Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004
00005
00006 from Calibration.HcalAlCaRecoProducers.alcahomuon_cfi import *
00007 import HLTrigger.HLTfilters.hltHighLevel_cfi
00008
00009
00010
00011
00012
00013
00014 ALCARECOHcalCalHOHLT = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
00015
00016
00017 eventSetupPathsKey='HcalCalHO',
00018 throw = False
00019 )
00020
00021 seqALCARECOHcalCalHO = cms.Sequence(ALCARECOHcalCalHOHLT*hoCalibProducer)
00022
00023
00024