Skip to content

Commit

Permalink
M3 switched off for Run3 in 12_0_X
Browse files Browse the repository at this point in the history
  • Loading branch information
Salavat committed Oct 24, 2021
1 parent 0f0d8b8 commit 0ba73bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Expand Up @@ -2654,3 +2654,6 @@
PixelCPE = cms.string('PixelCPEGeneric'),
StripCPE = cms.string('StripCPEfromTrackAngle')
)

from Configuration.Eras.Modifier_run3_common_cff import run3_common
run3_common.toModify(hltHbhereco, algorithm = dict(useM3 = False))
Expand Up @@ -112,5 +112,5 @@
from Configuration.Eras.Modifier_run2_HE_2017_cff import run2_HE_2017
run2_HE_2017.toModify(hbheprereco, saveEffectivePedestal = True)

from Configuration.Eras.Modifier_run3_HB_cff import run3_HB
run3_HB.toModify(hbheprereco, algorithm = dict(applyLegacyHBMCorrection = False))
from Configuration.Eras.Modifier_run3_common_cff import run3_common
run3_common.toModify(hbheprereco, algorithm = dict(applyLegacyHBMCorrection = False, useM3 = False))

0 comments on commit 0ba73bf

Please sign in to comment.