CMS 3D CMS Logo

SimTracker_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 #save digis
00004 
00005 #save match with GenParticles 
00006 
00007 #save match with TrackingParticles 
00008 
00009 #save match with GenParticles 
00010 
00011 #save match with GenParticles 
00012 
00013 #save match with GenParticles 
00014 
00015 import FWCore.ParameterSet.Config as cms
00016 
00017 #Full Event content with DIGI
00018 SimTrackerFEVTDEBUG = cms.PSet(
00019     outputCommands = cms.untracked.vstring('keep *_simSiPixelDigis_*_*', 
00020         'keep *_simSiStripDigis_*_*', 
00021         'keep *_allTrackMCMatch_*_*', 
00022         'keep *_trackingParticleRecoTrackAsssociation_*_*', 
00023         'keep *_assoc2secStepTk_*_*', 
00024         'keep *_assoc2thStepTk_*_*', 
00025         'keep *_assoc2GsfTracks_*_*', 
00026         'keep *_assocOutInConversionTracks_*_*', 
00027         'keep *_assocInOutConversionTracks_*_*')
00028 )
00029 #RAW content 
00030 SimTrackerRAW = cms.PSet(
00031     outputCommands = cms.untracked.vstring('keep *_allTrackMCMatch_*_*')
00032 )
00033 #RECO content
00034 SimTrackerRECO = cms.PSet(
00035     outputCommands = cms.untracked.vstring('keep *_allTrackMCMatch_*_*')
00036 )
00037 #AOD content
00038 SimTrackerAOD = cms.PSet(
00039     outputCommands = cms.untracked.vstring('keep *_allTrackMCMatch_*_*')
00040 )
00041 
00042 

Generated on Tue Jun 9 17:47:52 2009 for CMSSW by  doxygen 1.5.4