Skip to content

Commit

Permalink
Merge pull request #29535 from jeongeun/evtcnt11x-pixelvertex
Browse files Browse the repository at this point in the history
Update eventcontent structure in RecoPixelVertexing
  • Loading branch information
cmsbuild authored Apr 22, 2020
2 parents f09006c + b6bfd1c commit f5c8bae
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import FWCore.ParameterSet.Config as cms

#Full Event content
RecoPixelVertexingFEVT = cms.PSet(
outputCommands = cms.untracked.vstring('keep *_pixelTracks_*_*',
'keep *_pixelVertices_*_*')
)
#RECO content
RecoPixelVertexingRECO = cms.PSet(
outputCommands = cms.untracked.vstring('keep *_pixelTracks_*_*',
'keep *_pixelVertices_*_*')
)

#Full Event content
RecoPixelVertexingFEVT = cms.PSet(
outputCommands = cms.untracked.vstring()
)
RecoPixelVertexingFEVT.outputCommands.extend(RecoPixelVertexingRECO.outputCommands)

0 comments on commit f5c8bae

Please sign in to comment.