File indexing completed on 2024-04-06 11:59:27
0001 import FWCore.ParameterSet.Config as cms
0002
0003 OutALCARECOSiPixelCalSingleMuonLoose_noDrop = cms.PSet(
0004 SelectEvents = cms.untracked.PSet(
0005 SelectEvents = cms.vstring('pathALCARECOSiPixelCalSingleMuonLoose')
0006 ),
0007 outputCommands = cms.untracked.vstring(
0008 'keep *_ALCARECOSiPixelCalSingleMuonLoose_*_*',
0009 'keep *_muons__*',
0010 'keep *_offlinePrimaryVertices_*_*',
0011 'keep *_*riggerResults_*_HLT'
0012 )
0013 )
0014
0015 OutALCARECOSiPixelCalSingleMuonLoose=OutALCARECOSiPixelCalSingleMuonLoose_noDrop.clone()
0016 OutALCARECOSiPixelCalSingleMuonLoose.outputCommands.insert(0, "drop *")