CMS 3D CMS Logo

RecoLocalMuonCosmics_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 # no Drift algo
00006 
00007 # CSC
00008 
00009 # RPC
00010 
00011 # DT
00012 
00013 # no Drift algo
00014 
00015 # CSC
00016 
00017 # RPC
00018 
00019 import FWCore.ParameterSet.Config as cms
00020 
00021 # Full Event content 
00022 RecoLocalMuonFEVT = cms.PSet(
00023     outputCommands = cms.untracked.vstring(
00024         'keep *_muonDTDigis_*_*', 
00025         'keep *_dttfDigis_*_*', 
00026         'keep *_dt1DRecHits_*_*', 
00027         'keep *_dt4DSegments_*_*', 
00028         'keep *_dt1DRecHitsNoDrift_*_*', 
00029         'keep *_dt4DSegmentsNoDrift_*_*', 
00030         'keep *_dt4DSegmentsT0Seg_*_*', 
00031         'keep *_csc2DRecHits_*_*', 
00032         'keep *_cscSegments_*_*', 
00033         'keep *_rpcRecHits_*_*')
00034 )
00035 # RECO content
00036 RecoLocalMuonRECO = cms.PSet(
00037     outputCommands = cms.untracked.vstring(
00038         'keep *_muonDTDigis_*_*', 
00039         'keep *_dttfDigis_*_*', 
00040         'keep *_dt1DRecHits_*_*', 
00041         'keep *_dt4DSegments_*_*', 
00042         'keep *_dt1DRecHitsNoDrift_*_*', 
00043         'keep *_dt4DSegmentsNoDrift_*_*', 
00044         'keep *_dt4DSegmentsT0Seg_*_*', 
00045         'keep *_csc2DRecHits_*_*', 
00046         'keep *_cscSegments_*_*', 
00047         'keep *_rpcRecHits_*_*')
00048 )
00049 # AOD content
00050 RecoLocalMuonAOD = cms.PSet(
00051     outputCommands = cms.untracked.vstring()
00052 )
00053 
00054 

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