Fix ATLASRECTS-5531
Fix https://its.cern.ch/jira/browse/ATLASRECTS-5531
-
ABCDErrorMask
should care about onlyABCDError_Chip0
toABCDError_Chip5
. -
abcdErrorChips
andtempMaskedChips
are in principle independent. - Multiple bits of
errCode
can be 1. This is OR of bit shift ofSCT_ByteStreamErrors
. -
abcdErrorChips
andtempMaskedChips
use bit 0 to 11 to represent status of 12 chips in a module.
athena.py --stdcmalloc -c "setMenu='LS2_v1';doWriteBS=False;doWriteRDOTrigger=True;forceEnableAllChains=True;fpeAuditor=True;" --imf --perfmon --threads=2 --concurrent-events=2 --evtMax=20 --filesInput=/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/TrigP1Test/data18_13TeV.00360026.physics_EnhancedBias.merge.RAW._lb0151._SFO-1._0001.1 TriggerJobOpts/runHLT_standalone.py
was fine.
In principle, this MR changes outputs. However, RunTier0Tests.py did not find changes. RunTier0Tests.log This means very tiny fractions of events are affected by this bug fix.
Tag @tbold
This MR may conflict with !33309 (merged)
Edited by Susumu Oda