CMS 3D CMS Logo

RecoLocalMuon_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 # DT 
00004 
00005 # CSC
00006 
00007 # RPC
00008 
00009 # DT
00010 
00011 # CSC
00012 
00013 # RPC
00014 
00015 import FWCore.ParameterSet.Config as cms
00016 
00017 # Full Event content 
00018 RecoLocalMuonFEVT = cms.PSet(
00019     outputCommands = cms.untracked.vstring('keep *_dt1DRecHits_*_*', 
00020         'keep *_dt4DSegments_*_*', 
00021         'keep *_csc2DRecHits_*_*', 
00022         'keep *_cscSegments_*_*', 
00023         'keep *_rpcRecHits_*_*')
00024 )
00025 # RECO content
00026 RecoLocalMuonRECO = cms.PSet(
00027     outputCommands = cms.untracked.vstring('keep *_dt1DRecHits_*_*', 
00028         'keep *_dt4DSegments_*_*', 
00029         'keep *_csc2DRecHits_*_*', 
00030         'keep *_cscSegments_*_*', 
00031         'keep *_rpcRecHits_*_*')
00032 )
00033 # AOD content
00034 RecoLocalMuonAOD = cms.PSet(
00035     outputCommands = cms.untracked.vstring()
00036 )
00037 
00038 

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