CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/RecoLocalMuon/Configuration/python/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 RPCDetIdRPCDigiMuonDigiCollection_*_*_*', 
00034         'keep *_rpcRecHits_*_*')
00035 )
00036 # RECO content
00037 RecoLocalMuonRECO = cms.PSet(
00038     outputCommands = cms.untracked.vstring(
00039         'keep *_muonDTDigis_*_*', 
00040         'keep *_dttfDigis_*_*', 
00041         'keep *_dt1DRecHits_*_*', 
00042         'keep *_dt4DSegments_*_*', 
00043         'keep *_dt1DRecHitsNoDrift_*_*', 
00044         'keep *_dt4DSegmentsNoDrift_*_*', 
00045         'keep *_dt4DSegmentsT0Seg_*_*', 
00046         'keep *_csc2DRecHits_*_*', 
00047         'keep *_cscSegments_*_*',
00048         'keep RPCDetIdRPCDigiMuonDigiCollection_*_*_*', 
00049         'keep *_rpcRecHits_*_*')
00050 )
00051 # AOD content
00052 RecoLocalMuonAOD = cms.PSet(
00053     outputCommands = cms.untracked.vstring()
00054 )
00055 
00056