CMS 3D CMS Logo

ALCARECOMuAlGlobalCosmics_Output_cff.py

Go to the documentation of this file.
00001 # The following comments couldn't be translated into the new config version:
00002 
00003 import FWCore.ParameterSet.Config as cms
00004 
00005 # AlCaReco for muon alignment using straight (zero-field) cosmic ray tracks
00006 OutALCARECOMuAlGlobalCosmics = cms.PSet(
00007     SelectEvents = cms.untracked.PSet(
00008         SelectEvents = cms.vstring('pathALCARECOMuAlGlobalCosmics')
00009     ),
00010     outputCommands = cms.untracked.vstring('drop *', 
00011         'keep *_ALCARECOMuAlGlobalCosmics_*_*',
00012         'keep *_cosmicMuons_*_*',
00013         'keep *_cosmictrackfinderP5_*_*',
00014         'keep Si*Cluster*_*_*_*', # for cosmics keep also clusters
00015         'keep *_muonCSCDigis_*_*',
00016         'keep *_muonDTDigis_*_*',
00017         'keep *_muonRPCDigis_*_*',
00018         'keep *_dt1DRecHits_*_*',
00019         'keep *_dt2DSegments_*_*',
00020         'keep *_dt4DSegments_*_*',
00021         'keep *_csc2DRecHits_*_*',
00022         'keep *_cscSegments_*_*',
00023         'keep *_rpcRecHits_*_*')
00024 )
00025 

Generated on Tue Jun 9 17:24:00 2009 for CMSSW by  doxygen 1.5.4