File indexing completed on 2024-04-06 11:59:27
0001 import FWCore.ParameterSet.Config as cms
0002
0003
0004 OutALCARECOSiStripPCLHistos_noDrop = cms.PSet(
0005 SelectEvents = cms.untracked.PSet(
0006 SelectEvents = cms.vstring('pathALCARECOSiStripPCLHistos')
0007 ),
0008 outputCommands=cms.untracked.vstring(
0009 'keep *_MEtoEDMConvertSiStrip_*_*')
0010 )
0011
0012 import copy
0013 OutALCARECOSiStripPCLHistos=copy.deepcopy(OutALCARECOSiStripPCLHistos_noDrop)
0014 OutALCARECOSiStripPCLHistos.outputCommands.insert(0,"drop *")