CMS 3D CMS Logo

ALCARECOSiPixelCalSingleMuonTight_Output_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 OutALCARECOSiPixelCalSingleMuonTight_noDrop = cms.PSet(
4  SelectEvents = cms.untracked.PSet(
5  SelectEvents = cms.vstring('pathALCARECOSiPixelCalSingleMuonTight')
6  ),
7  outputCommands = cms.untracked.vstring(
8  'keep *_ALCARECOSiPixelCalSingleMuonTight_*_*',
9  'keep *_muons__*',
10  'keep *_offlinePrimaryVertices_*_*',
11  'keep *_*riggerResults_*_HLT',
12  'keep *_*closebyPixelClusters*_*_*',
13  'keep *_*trackDistances*_*_*',
14  'keep PileupSummaryInfos_addPileupInfo_*_*'
15  )
16 )
17 OutALCARECOSiPixelCalSingleMuonTight=OutALCARECOSiPixelCalSingleMuonTight_noDrop.clone()
18 OutALCARECOSiPixelCalSingleMuonTight.outputCommands.insert(0, "drop *")