File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
RecoLocalMuon/Configuration/python Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 77 outputCommands = cms .untracked .vstring (
88 'keep *_dt4DSegments_*_*' ,
99 'keep *_dt4DCosmicSegments_*_*' ,
10- 'keep *_cscSegments_*_*' ,
10+ 'keep *_cscSegments_*_*' ,
1111 'keep *_rpcRecHits_*_*' )
1212)
1313from Configuration .Eras .Modifier_run2_GEM_2017_cff import run2_GEM_2017
1414from Configuration .Eras .Modifier_run3_GEM_cff import run3_GEM
1515from Configuration .Eras .Modifier_phase2_muon_cff import phase2_muon
16+ from Configuration .Eras .Modifier_bParking_cff import bParking
1617for e in [run2_GEM_2017 , run3_GEM ]:
1718 e .toModify ( RecoLocalMuonAOD ,
1819 outputCommands = RecoLocalMuonAOD .outputCommands + [
2324 outputCommands = RecoLocalMuonAOD .outputCommands + [
2425 'keep *_me0RecHits_*_*' ,
2526 'keep *_me0Segments_*_*' ])
27+ bParking .toModify ( RecoLocalMuonAOD ,
28+ outputCommands = RecoLocalMuonAOD .outputCommands + [
29+ 'keep *_dt1DRecHits_*_*' ,
30+ 'keep *_csc2DRecHits_*_*' ])
31+
2632
2733# RECO content
2834RecoLocalMuonRECO = cms .PSet (
You can’t perform that action at this time.
0 commit comments