Skip to content

Commit

Permalink
Update RecoVertex_EventContent_cff.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pvmulder committed Mar 27, 2014
1 parent 4bac17b commit ca743fc
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'keep *_offlinePrimaryVerticesFromCosmicTracks_*_*',
'keep *_nuclearInteractionMaker_*_*',
'keep *_generalV0Candidates_*_*',
'keep *_inclusiveVertices_*_*')
'keep *_inclusiveSecondaryVertices_*_*')
)
#RECO content
RecoVertexRECO = cms.PSet(
Expand All @@ -15,7 +15,7 @@
'keep *_offlinePrimaryVerticesFromCosmicTracks_*_*',
'keep *_nuclearInteractionMaker_*_*',
'keep *_generalV0Candidates_*_*',
'keep *_inclusiveVertices_*_*')
'keep *_inclusiveSecondaryVertices_*_*')
)
#AOD content
RecoVertexAOD = cms.PSet(
Expand All @@ -24,6 +24,6 @@
'keep *_offlinePrimaryVerticesFromCosmicTracks_*_*',
'keep *_nuclearInteractionMaker_*_*',
'keep *_generalV0Candidates_*_*',
'keep *_inclusiveVertices_*_*')
'keep *_inclusiveSecondaryVertices_*_*')
)

0 comments on commit ca743fc

Please sign in to comment.