Skip to content
Susumu Oda requested to merge oda/athena:master-ATLASRECTS-5531 into master

Fix https://its.cern.ch/jira/browse/ATLASRECTS-5531

  • ABCDErrorMask should care about only ABCDError_Chip0 to ABCDError_Chip5.
  • abcdErrorChips and tempMaskedChips are in principle independent.
  • Multiple bits of errCode can be 1. This is OR of bit shift of SCT_ByteStreamErrors.
  • abcdErrorChips and tempMaskedChips 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

Merge request reports