00001 cms.OutputModule( "PoolOutputModule"
00002 , fileName = cms.untracked.string( 'patTuple.root' )
00003 , SelectEvents = cms.untracked.PSet( SelectEvents = cms.vstring( 'p' ) )
00004 , outputCommands = cms.untracked.vstring( 'drop *'
00005 , 'keep edmTriggerResults_*_*_*'
00006 , 'keep *_hltTriggerSummaryAOD_*_*'
00007
00008 , 'keep *_offlineBeamSpot_*_*'
00009 , 'keep *_offlinePrimaryVertices*_*_*'
00010 , 'keep *_goodOfflinePrimaryVertices*_*_*'
00011 )
00012 , dropMetaData = cms.untracked.string( 'ALL' )
00013 )