Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004
00005
00006 from Calibration.HcalAlCaRecoProducers.alcahomuoncosmics_cfi import *
00007 import HLTrigger.HLTfilters.hltHighLevel_cfi
00008
00009
00010 ALCARECOHcalCalHOCosmicHLT = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
00011
00012 eventSetupPathsKey='HcalCalHOCosmics',
00013 throw = False
00014 )
00015
00016 seqALCARECOHcalCalHOCosmics = cms.Sequence(ALCARECOHcalCalHOCosmicHLT*hoCalibCosmicsProducer)
00017
00018