CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
patRefSel_outputModule_cfi.py
Go to the documentation of this file.
2 
3 out = cms.OutputModule( "PoolOutputModule"
4 , fileName = cms.untracked.string( 'patTuple.root' )
5 , SelectEvents = cms.untracked.PSet( SelectEvents = cms.vstring( 'p' ) )
6 , outputCommands = cms.untracked.vstring( 'drop *'
7  , 'keep edmTriggerResults_*_*_*'
8  , 'keep *_hltTriggerSummaryAOD_*_*'
9  # vertices and beam spot
10  , 'keep *_offlineBeamSpot_*_*'
11  , 'keep *_offlinePrimaryVertices*_*_*'
12  , 'keep *_goodOfflinePrimaryVertices*_*_*'
13  )
14 , dropMetaData = cms.untracked.string( 'ALL' )
15 )