CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/TrackingTools/Configuration/python/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         'keep *_electronMergedSeeds_*_*',
00007         'keep *_electronGsfTracks_*_*'
00008         )
00009 )
00010 #RECO content
00011 TrackingToolsRECO = cms.PSet(
00012     outputCommands = cms.untracked.vstring('keep *_CkfElectronCandidates_*_*', 
00013         'keep *_GsfGlobalElectronTest_*_*',
00014         'keep *_electronMergedSeeds_*_*',
00015         'keep recoGsfTracks_electronGsfTracks_*_*', 
00016         'keep recoGsfTrackExtras_electronGsfTracks_*_*', 
00017         'keep recoTrackExtras_electronGsfTracks_*_*', 
00018         'keep TrackingRecHitsOwned_electronGsfTracks_*_*'                                            )
00019 )
00020 #AOD content
00021 TrackingToolsAOD = cms.PSet(
00022     outputCommands = cms.untracked.vstring('keep recoTracks_GsfGlobalElectronTest_*_*',
00023         'keep recoGsfTracks_electronGsfTracks_*_*'
00024                                          
00025                                            )
00026 )
00027