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_*_*') )