From d5859dfa4970e97409efb644dd867f57259653d4 Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 6 Dec 2022 10:32:57 -0600 Subject: [PATCH] add DT and CSC rechits to AOD content --- .../Configuration/python/RecoLocalMuon_EventContent_cff.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/RecoLocalMuon/Configuration/python/RecoLocalMuon_EventContent_cff.py b/RecoLocalMuon/Configuration/python/RecoLocalMuon_EventContent_cff.py index 962601e918ba2..f20371dd5efbb 100644 --- a/RecoLocalMuon/Configuration/python/RecoLocalMuon_EventContent_cff.py +++ b/RecoLocalMuon/Configuration/python/RecoLocalMuon_EventContent_cff.py @@ -8,7 +8,9 @@ 'keep *_dt4DSegments_*_*', 'keep *_dt4DCosmicSegments_*_*', 'keep *_cscSegments_*_*', - 'keep *_rpcRecHits_*_*') + 'keep *_rpcRecHits_*_*', + 'keep *_dt1DRecHits_*_*', + 'keep *_csc2DRecHits_*_*') ) from Configuration.Eras.Modifier_run2_GEM_2017_cff import run2_GEM_2017 from Configuration.Eras.Modifier_run3_GEM_cff import run3_GEM