Skip to content

Commit

Permalink
disabled killing bad FED channels in MixingModule in premix stage2 si…
Browse files Browse the repository at this point in the history
…nce also done in DataMixer
  • Loading branch information
ferencek committed Feb 29, 2024
1 parent ca93802 commit 92863e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SimGeneral/MixingModule/python/pixelDigitizer_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
# customization applies only to phase0/1 pixel.
from Configuration.ProcessModifiers.premix_stage2_cff import premix_stage2
premix_stage2.toModify(pixelDigitizer,
AddPixelInefficiency = False # will be added in DataMixer
AddPixelInefficiency = False, # will be added in DataMixer
KillBadFEDChannels = False # will be added in DataMixer
)

from SimTracker.SiPhase2Digitizer.phase2TrackerDigitizer_cfi import phase2TrackerDigitizer as _phase2TrackerDigitizer, _premixStage1ModifyDict
Expand Down

0 comments on commit 92863e4

Please sign in to comment.