Skip to content

Commit 52f1c5e

Browse files
authored
Merge pull request cms-sw#34072 from kakwok/muonRechitAOD-master
Add CSC/DT rechits to AOD
2 parents 2c5e095 + 7a1dce8 commit 52f1c5e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

RecoLocalMuon/Configuration/python/RecoLocalMuon_EventContent_cff.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@
77
outputCommands = cms.untracked.vstring(
88
'keep *_dt4DSegments_*_*',
99
'keep *_dt4DCosmicSegments_*_*',
10-
'keep *_cscSegments_*_*',
10+
'keep *_cscSegments_*_*',
1111
'keep *_rpcRecHits_*_*')
1212
)
1313
from Configuration.Eras.Modifier_run2_GEM_2017_cff import run2_GEM_2017
1414
from Configuration.Eras.Modifier_run3_GEM_cff import run3_GEM
1515
from Configuration.Eras.Modifier_phase2_muon_cff import phase2_muon
16+
from Configuration.Eras.Modifier_bParking_cff import bParking
1617
for e in [run2_GEM_2017, run3_GEM]:
1718
e.toModify( RecoLocalMuonAOD,
1819
outputCommands = RecoLocalMuonAOD.outputCommands + [
@@ -23,6 +24,11 @@
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
2834
RecoLocalMuonRECO = cms.PSet(

0 commit comments

Comments
 (0)