00001
00002
00003 import FWCore.ParameterSet.Config as cms
00004
00005
00006 OutALCARECOTkAlCosmicsHLT = cms.PSet(
00007 SelectEvents = cms.untracked.PSet(
00008 SelectEvents = cms.vstring('pathALCARECOTkAlCosmicsCTFHLT',
00009 'pathALCARECOTkAlCosmicsCosmicTFHLT',
00010 'pathALCARECOTkAlCosmicsRSHLT')
00011 ),
00012 outputCommands = cms.untracked.vstring()
00013 )
00014
00015
00016
00017 import Alignment.CommonAlignmentProducer.ALCARECOTkAlCosmics_Output_cff
00018 OutALCARECOTkAlCosmicsHLT.outputCommands = Alignment.CommonAlignmentProducer.ALCARECOTkAlCosmics_Output_cff.OutALCARECOTkAlCosmics.outputCommands
00019