CMS 3D CMS Logo

ALCARECOSiPixelCalSingleMuon_Output_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 OutALCARECOSiPixelCalSingleMuon_noDrop = cms.PSet(
4  SelectEvents = cms.untracked.PSet(
5  SelectEvents = cms.vstring('pathALCARECOSiPixelCalSingleMuon')
6  ),
7  outputCommands = cms.untracked.vstring(
8  'keep *_ALCARECOSiPixelCalSingleMuon_*_*',
9  'keep *_muons__*',
10  'keep *_offlinePrimaryVertices_*_*',
11  'keep *_*riggerResults_*_HLT'
12  )
13 )
14 
15 OutALCARECOSiPixelCalSingleMuon=OutALCARECOSiPixelCalSingleMuon_noDrop.clone()
16 OutALCARECOSiPixelCalSingleMuon.outputCommands.insert(0, "drop *")