CMS 3D CMS Logo

RecoLocalTracker_EventContent_cff.py

Go to the documentation of this file.
00001 # The following comments couldn't be translated into the new config version:
00002 
00003 #Clusters
00004 
00005 #Clusters
00006 
00007 import FWCore.ParameterSet.Config as cms
00008 
00009 #Full Event content 
00010 RecoLocalTrackerFEVT = cms.PSet(
00011     outputCommands = cms.untracked.vstring('keep *_siPixelClusters_*_*', 
00012         'keep *_siStripClusters_*_*')
00013 )
00014 #RECO content
00015 RecoLocalTrackerRECO = cms.PSet(
00016     outputCommands = cms.untracked.vstring('keep *_siPixelClusters_*_*', 
00017         'keep *_siStripClusters_*_*')
00018 )
00019 #AOD content
00020 RecoLocalTrackerAOD = cms.PSet(
00021     outputCommands = cms.untracked.vstring()
00022 )
00023 

Generated on Tue Jun 9 17:43:54 2009 for CMSSW by  doxygen 1.5.4