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