Skip to content
Snippets Groups Projects

ATR-28667 Changing type of L1Topo ZeroBias Threshold masks to unsigned int

Merged ATR-28667 Changing type of L1Topo ZeroBias Threshold masks to unsigned int
Merged Marco Montella requested to merge mmontell/athena:Menu_ZBMaskFix into 24.0
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -319,7 +319,7 @@ class ThresholdDef:
# ATR-22344
LArSaturationThreshold('LArSaturation')
ZeroBiasThresholdTopo('ZeroBiasA')
ZeroBiasThresholdTopo('ZeroBiasA').setSeedThreshold(seed=[805306368, 0, 0, 0, 0, 0], bcdelay=3564) # eEM18
ZeroBiasThresholdTopo('ZeroBiasB')
# CALREQ
Loading