|
||||
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)
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |