Skip to content

Commit

Permalink
Merge pull request #36428 from dildick/from-CMSSW_12_3_X_2021-12-08-1100
Browse files Browse the repository at this point in the history
Fix WF 139.002 for muon showers (HadronicShowerTrigger-10)
  • Loading branch information
cmsbuild committed Dec 9, 2021
2 parents 7a93d66 + 0665009 commit 3b5959d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion EventFilter/CSCRawToDigi/python/cscUnpacker_cfi.py
Expand Up @@ -10,4 +10,7 @@

## in Run-3 include GEMs
from Configuration.Eras.Modifier_run3_GEM_cff import run3_GEM
run3_GEM.toModify( muonCSCDigis, useGEMs = False )
run3_GEM.toModify( muonCSCDigis,
useGEMs = False,
useCSCShowers = True
)

0 comments on commit 3b5959d

Please sign in to comment.