Skip to content

Commit

Permalink
disabled creation of PixelFEDChannelCollection by MixingModule in pre…
Browse files Browse the repository at this point in the history
…mix stage2

The PixelFEDChannelCollection produced by the MixingModule in premix stage2
is not used at all so there is no point is creating it. Another
PixelFEDChannelCollection is produced later by the DataMixer and propagated
to tracking (after undergoing DigiToRaw and RawToDigi steps).
  • Loading branch information
ferencek committed Mar 2, 2024
1 parent ca93802 commit 79272dc
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 79272dc

Please sign in to comment.