Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004 OutALCARECOTkAlLAS_noDrop = cms.PSet(
00005 SelectEvents = cms.untracked.PSet(
00006 SelectEvents = cms.vstring('pathALCARECOTkAlLAS')
00007 ),
00008 outputCommands = cms.untracked.vstring(
00009 'keep *_ALCARECOTkAlLAST0Producer_*_*',
00010 'keep DcsStatuss_scalersRawToDigi_*_*')
00011 )
00012
00013 import copy
00014 OutALCARECOTkAlLAS = copy.deepcopy(OutALCARECOTkAlLAS_noDrop)
00015 OutALCARECOTkAlLAS.outputCommands.insert(0, "drop *")