Go to the documentation of this file.00001
00002 import FWCore.ParameterSet.Config as cms
00003
00004
00005 import HLTrigger.HLTfilters.hltHighLevel_cfi
00006
00007
00008
00009 ALCARECOTkAlCosmics0THLT = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
00010 andOr = True,
00011 eventSetupPathsKey = 'TkAlCosmics0T',
00012 throw = False
00013 )
00014
00015
00016
00017 from Alignment.CommonAlignmentProducer.ALCARECOTkAlCosmics0T_cff import *
00018
00019
00020
00021 seqALCARECOTkAlCosmicsCTF0THLT = cms.Sequence(ALCARECOTkAlCosmics0THLT+seqALCARECOTkAlCosmicsCTF0T)
00022 seqALCARECOTkAlCosmicsCosmicTF0THLT = cms.Sequence(ALCARECOTkAlCosmics0THLT+seqALCARECOTkAlCosmicsCosmicTF0T)