CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/Alignment/CommonAlignmentProducer/python/ALCARECOMuAlStandAloneCosmics_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 OutALCARECOMuAlStandAloneCosmics_noDrop = cms.PSet(
00007     SelectEvents = cms.untracked.PSet(
00008         SelectEvents = cms.vstring('pathALCARECOMuAlStandAloneCosmics')
00009     ),
00010     outputCommands = cms.untracked.vstring(
00011         'keep *_ALCARECOMuAlStandAloneCosmics_*_*',
00012         'keep *_muonCSCDigis_*_*',
00013         'keep *_muonDTDigis_*_*',
00014         'keep *_muonRPCDigis_*_*',
00015         'keep *_dt1DRecHits_*_*',
00016         'keep *_dt2DSegments_*_*',
00017         'keep *_dt4DSegments_*_*',
00018         'keep *_csc2DRecHits_*_*',
00019         'keep *_cscSegments_*_*',
00020         'keep *_rpcRecHits_*_*',
00021         'keep L1AcceptBunchCrossings_*_*_*',
00022         'keep L1GlobalTriggerReadoutRecord_gtDigis_*_*',
00023         'keep *_TriggerResults_*_*',
00024         'keep DcsStatuss_scalersRawToDigi_*_*')
00025 )
00026 
00027 import copy
00028 OutALCARECOMuAlStandAloneCosmics = copy.deepcopy(OutALCARECOMuAlStandAloneCosmics_noDrop)
00029 OutALCARECOMuAlStandAloneCosmics.outputCommands.insert(0, "drop *")