CMS 3D CMS Logo

RecoTrackerBHM_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 #Tracks
00004 
00005 #Tracks
00006 
00007 #Tracks without extra and hits
00008 
00009 import FWCore.ParameterSet.Config as cms
00010 
00011 #Full Event content 
00012 RecoTrackerFEVT = cms.PSet(
00013     outputCommands = cms.untracked.vstring('keep recoTracks_ctfWithMaterialTracksBeamHaloMuon_*_*', 
00014         'keep recoTrackExtras_ctfWithMaterialTracksBeamHaloMuon_*_*', 
00015         'keep TrackingRecHitsOwned_ctfWithMaterialTracksBeamHaloMuon_*_*')
00016 )
00017 #RECO content
00018 RecoTrackerRECO = cms.PSet(
00019     outputCommands = cms.untracked.vstring('keep recoTracks_ctfWithMaterialTracksBeamHaloMuon_*_*', 
00020         'keep recoTrackExtras_ctfWithMaterialTracksBeamHaloMuon_*_*', 
00021         'keep TrackingRecHitsOwned_ctfWithMaterialTracksBeamHaloMuon_*_*')
00022 )
00023 #AOD content
00024 RecoTrackerAOD = cms.PSet(
00025     outputCommands = cms.untracked.vstring('keep recoTracks_ctfWithMaterialTracksBeamHaloMuon_*_*')
00026 )
00027 

Generated on Tue Jun 9 17:45:21 2009 for CMSSW by  doxygen 1.5.4