Skip to content

Commit

Permalink
update output for bparking era only
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin committed Jun 9, 2021
1 parent 5fa77db commit 7632eaf
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
)
# AOD content
RecoLocalMuonAOD = cms.PSet(
outputCommands = cms.untracked.vstring(
outputCommands = cms.untracked.vstring(
'keep *_dt4DSegments_*_*',
'keep *_dt4DCosmicSegments_*_*',
'keep *_cscSegments_*_*',
Expand All @@ -35,7 +35,9 @@ def _updateOutput( era, outputPSets, commands):
from Configuration.Eras.Modifier_run2_GEM_2017_cff import run2_GEM_2017
from Configuration.Eras.Modifier_run3_GEM_cff import run3_GEM
from Configuration.Eras.Modifier_phase2_muon_cff import phase2_muon
from Configuration.Eras.Modifier_bParking_cff import bParking
_outputs = [RecoLocalMuonFEVT, RecoLocalMuonRECO, RecoLocalMuonAOD]
_updateOutput(bParking, RecoLocalMuonAOD, ['keep *_dt1DRecHits_*_*', 'keep *_csc2DRecHits_*_*'])
_updateOutput( run2_GEM_2017, _outputs, ['keep *_gemRecHits_*_*', 'keep *_gemSegments_*_*'] )
_updateOutput( run3_GEM, _outputs, ['keep *_gemRecHits_*_*', 'keep *_gemSegments_*_*'] )
_updateOutput(phase2_muon, _outputs, ['keep *_me0RecHits_*_*', 'keep *_me0Segments_*_*'])

0 comments on commit 7632eaf

Please sign in to comment.