From ca743fc8a39a9da4f1f9175d2503e3455fcb33f3 Mon Sep 17 00:00:00 2001 From: Petra Van Mulders Date: Thu, 27 Mar 2014 10:37:46 +0100 Subject: [PATCH] Update RecoVertex_EventContent_cff.py --- .../Configuration/python/RecoVertex_EventContent_cff.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RecoVertex/Configuration/python/RecoVertex_EventContent_cff.py b/RecoVertex/Configuration/python/RecoVertex_EventContent_cff.py index 516dda90a5b82..d59e733a4358e 100644 --- a/RecoVertex/Configuration/python/RecoVertex_EventContent_cff.py +++ b/RecoVertex/Configuration/python/RecoVertex_EventContent_cff.py @@ -6,7 +6,7 @@ 'keep *_offlinePrimaryVerticesFromCosmicTracks_*_*', 'keep *_nuclearInteractionMaker_*_*', 'keep *_generalV0Candidates_*_*', - 'keep *_inclusiveVertices_*_*') + 'keep *_inclusiveSecondaryVertices_*_*') ) #RECO content RecoVertexRECO = cms.PSet( @@ -15,7 +15,7 @@ 'keep *_offlinePrimaryVerticesFromCosmicTracks_*_*', 'keep *_nuclearInteractionMaker_*_*', 'keep *_generalV0Candidates_*_*', - 'keep *_inclusiveVertices_*_*') + 'keep *_inclusiveSecondaryVertices_*_*') ) #AOD content RecoVertexAOD = cms.PSet( @@ -24,6 +24,6 @@ 'keep *_offlinePrimaryVerticesFromCosmicTracks_*_*', 'keep *_nuclearInteractionMaker_*_*', 'keep *_generalV0Candidates_*_*', - 'keep *_inclusiveVertices_*_*') + 'keep *_inclusiveSecondaryVertices_*_*') )