CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ALCARECODtCalibHI_Output_cff.py
Go to the documentation of this file.
2 
3 # output block for alcastream
4 OutALCARECODtCalibHI_noDrop = cms.PSet(
5  # put this if you have a filter
6  SelectEvents = cms.untracked.PSet(
7  SelectEvents = cms.vstring('pathALCARECODtCalibHI')
8  ),
9  outputCommands = cms.untracked.vstring(
10  'keep *_dt4DSegments_*_*',
11  'keep *_dt4DSegmentsNoWire_*_*',
12  'keep *_muonDTDigis_*_*',
13  'keep *_dttfDigis_*_*',
14  'keep *_gtDigis_*_*',
15  'keep *_TriggerResults_*_*',
16  'keep recoTracks_cosmicMuons_*_*',
17  'keep recoMuons_muons_*_*',
18  'keep booledmValueMap_muid*_*_*',
19  'keep *_hiSelectedVertex_*_*')
20 )
21 
22 
23 import copy
24 OutALCARECODtCalibHI = copy.deepcopy(OutALCARECODtCalibHI_noDrop)
25 OutALCARECODtCalibHI.outputCommands.insert(0, "drop *")