1 import FWCore.ParameterSet.Config
as cms
3 OutALCARECOSiPixelCalSingleMuon_noDrop = cms.PSet(
4 SelectEvents = cms.untracked.PSet(
5 SelectEvents = cms.vstring(
'pathALCARECOSiPixelCalSingleMuon')
7 outputCommands = cms.untracked.vstring(
8 'keep *_ALCARECOSiPixelCalSingleMuon_*_*',
10 'keep *_offlinePrimaryVertices_*_*',
11 'keep *_*riggerResults_*_HLT' 15 OutALCARECOSiPixelCalSingleMuon=OutALCARECOSiPixelCalSingleMuon_noDrop.clone()
16 OutALCARECOSiPixelCalSingleMuon.outputCommands.insert(0,
"drop *")