CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoLocalMuon/Configuration/python/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 *_dt1DCosmicRecHits_*_*',
00030         'keep *_dt4DCosmicSegments_*_*',
00031         'keep *_csc2DRecHits_*_*', 
00032         'keep *_cscSegments_*_*', 
00033         'keep *_rpcRecHits_*_*')
00034 )
00035 # AOD content
00036 RecoLocalMuonAOD = cms.PSet(
00037     outputCommands = cms.untracked.vstring()
00038 )
00039 
00040