** Warning **

Issuing rollback() due to DESTROY without explicit disconnect() of DBD::mysql::db handle dbname=lxr at /lxr/lib/LXR/Common.pm line 1113.

Last-Modified: Fri, 12 Dec 2024 03:12:41 GMT Content-Type: text/html; charset=utf-8 /CMSSW_15_0_X_2024-12-11-2300/RecoVertex/Configuration/python/RecoPixelVertexing_EventContent_cff.py
Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-09-07 04:38:03

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 #RECO content
0004 RecoPixelVertexingRECO = cms.PSet(
0005     outputCommands = cms.untracked.vstring('keep *_pixelTracks_*_*', 
0006         'keep *_pixelVertices_*_*')
0007 )
0008 
0009 #Full Event content 
0010 RecoPixelVertexingFEVT = cms.PSet(
0011     outputCommands = cms.untracked.vstring() 
0012 )
0013 RecoPixelVertexingFEVT.outputCommands.extend(RecoPixelVertexingRECO.outputCommands)