File indexing completed on 2024-04-06 11:56:15
0001
0002
0003 import FWCore.ParameterSet.Config as cms
0004
0005
0006 OutALCARECOTkAlCosmics0THLT_noDrop = cms.PSet(
0007 SelectEvents = cms.untracked.PSet(
0008 SelectEvents = cms.vstring('pathALCARECOTkAlCosmicsCTF0THLT',
0009 'pathALCARECOTkAlCosmicsCosmicTF0THLT',
0010 'pathALCARECOTkAlCosmicsRegional0THLT')
0011 ),
0012 outputCommands = cms.untracked.vstring()
0013 )
0014
0015
0016 import Alignment.CommonAlignmentProducer.ALCARECOTkAlCosmics0T_Output_cff
0017 OutALCARECOTkAlCosmics0THLT_noDrop.outputCommands = Alignment.CommonAlignmentProducer.ALCARECOTkAlCosmics0T_Output_cff.OutALCARECOTkAlCosmics0T_noDrop.outputCommands
0018
0019 import copy
0020 OutALCARECOTkAlCosmics0THLT = copy.deepcopy(OutALCARECOTkAlCosmics0THLT_noDrop)
0021 OutALCARECOTkAlCosmics0THLT.outputCommands.insert(0, "drop *")