1 import FWCore.ParameterSet.Config
as cms
4 OutALCARECOTkAlDiMuonAndVertex_noDrop = cms.PSet(
5 SelectEvents = cms.untracked.PSet(
6 SelectEvents = cms.vstring(
'pathALCARECOTkAlDiMuonAndVertex')
8 outputCommands = cms.untracked.vstring(
9 'keep *_ALCARECOTkAlDiMuon_*_*',
10 'keep *_ALCARECOTkAlDiMuonVertexTracks_*_*',
11 'keep L1AcceptBunchCrossings_*_*_*',
12 'keep L1GlobalTriggerReadoutRecord_gtDigis_*_*',
13 'keep *_TriggerResults_*_*',
14 'keep DcsStatuss_scalersRawToDigi_*_*',
15 'keep *_offlinePrimaryVertices_*_*')
17 OutALCARECOTkAlDiMuonAndVertex = OutALCARECOTkAlDiMuonAndVertex_noDrop.clone()
18 OutALCARECOTkAlDiMuonAndVertex.outputCommands.insert(0,
"drop *")