CMS 3D CMS Logo

TrackingTools_EventContent_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 TrackingToolsFEVT = cms.PSet(
00004     outputCommands = cms.untracked.vstring('keep *_CkfElectronCandidates_*_*', 
00005         'keep *_GsfGlobalElectronTest_*_*')
00006 )
00007 #RECO content
00008 TrackingToolsRECO = cms.PSet(
00009     outputCommands = cms.untracked.vstring('keep *_CkfElectronCandidates_*_*', 
00010         'keep *_GsfGlobalElectronTest_*_*')
00011 )
00012 #AOD content
00013 TrackingToolsAOD = cms.PSet(
00014     outputCommands = cms.untracked.vstring('keep recoTracks_GsfGlobalElectronTest_*_*')
00015 )
00016 

Generated on Tue Jun 9 17:48:15 2009 for CMSSW by  doxygen 1.5.4