CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/CalibMuon/DTCalibration/python/ALCARECODtCalibHI_Output_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # output block for alcastream
00004 OutALCARECODtCalibHI_noDrop = cms.PSet(
00005     # put this if you have a filter
00006     SelectEvents = cms.untracked.PSet(
00007         SelectEvents = cms.vstring('pathALCARECODtCalibHI')
00008     ),
00009     outputCommands = cms.untracked.vstring( 
00010         'keep *_dt4DSegments_*_*', 
00011         'keep *_dt4DSegmentsNoWire_*_*',
00012         'keep *_muonDTDigis_*_*', 
00013         'keep *_dttfDigis_*_*',
00014         'keep *_gtDigis_*_*',
00015         'keep *_TriggerResults_*_*',
00016         'keep recoTracks_cosmicMuons_*_*',
00017         'keep recoMuons_muons_*_*',
00018         'keep booledmValueMap_muid*_*_*',
00019         'keep *_hiSelectedVertex_*_*')
00020 )
00021 
00022 
00023 import copy
00024 OutALCARECODtCalibHI = copy.deepcopy(OutALCARECODtCalibHI_noDrop)
00025 OutALCARECODtCalibHI.outputCommands.insert(0, "drop *")