CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RecoVertex_EventContent_cff.py
Go to the documentation of this file.
2 
3 RecoVertexFEVT = cms.PSet(
4  outputCommands = cms.untracked.vstring('keep *_offlinePrimaryVertices__*',
5  'keep *_offlinePrimaryVerticesWithBS_*_*',
6  'keep *_offlinePrimaryVerticesFromCosmicTracks_*_*',
7  'keep *_nuclearInteractionMaker_*_*',
8  'keep *_generalV0Candidates_*_*')
9 )
10 #RECO content
11 RecoVertexRECO = cms.PSet(
12  outputCommands = cms.untracked.vstring('keep *_offlinePrimaryVertices__*',
13  'keep *_offlinePrimaryVerticesWithBS_*_*',
14  'keep *_offlinePrimaryVerticesFromCosmicTracks_*_*',
15  'keep *_nuclearInteractionMaker_*_*',
16  'keep *_generalV0Candidates_*_*')
17 )
18 #AOD content
19 RecoVertexAOD = cms.PSet(
20  outputCommands = cms.untracked.vstring('keep *_offlinePrimaryVertices__*',
21  'keep *_offlinePrimaryVerticesWithBS_*_*',
22  'keep *_offlinePrimaryVerticesFromCosmicTracks_*_*',
23  'keep *_nuclearInteractionMaker_*_*',
24  'keep *_generalV0Candidates_*_*')
25 )
26