Go to the documentation of this file.00001
00002
00003 import FWCore.ParameterSet.Config as cms
00004
00005
00006 OutALCARECOTkAlCosmics0THLT_noDrop = cms.PSet(
00007 SelectEvents = cms.untracked.PSet(
00008 SelectEvents = cms.vstring('pathALCARECOTkAlCosmicsCTF0THLT',
00009 'pathALCARECOTkAlCosmicsCosmicTF0THLT')
00010 ),
00011 outputCommands = cms.untracked.vstring()
00012 )
00013
00014
00015 import Alignment.CommonAlignmentProducer.ALCARECOTkAlCosmics0T_Output_cff
00016 OutALCARECOTkAlCosmics0THLT_noDrop.outputCommands = Alignment.CommonAlignmentProducer.ALCARECOTkAlCosmics0T_Output_cff.OutALCARECOTkAlCosmics0T_noDrop.outputCommands
00017
00018 import copy
00019 OutALCARECOTkAlCosmics0THLT = copy.deepcopy(OutALCARECOTkAlCosmics0THLT_noDrop)
00020 OutALCARECOTkAlCosmics0THLT.outputCommands.insert(0, "drop *")