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