Skip to content

Update TriggerType bits for Run 3, to provide bit for NSW monitoring: ATR-25609, ATR-21796

Teng Jian Khoo requested to merge khoo/athena:TMMT-TriggerTypeDef into 22.0

Remove FTK TT, replace minb with nsw, rename lardemo to lardigital

We remove the TT assignment entirely from the MBTS, ZDC etc trigger that used to receive minb, as this was only used to define a defunct MinBias multiseed item.

Edited to show new assignments for easy referece

    rand        = 1 << 0  # Defined for all RDX items, but not used by any FEs
    zerobs      = 1 << 1  # Used by LAr, Tile (and others?) -> data overlay
    calo        = 1 << 2  # Used by LAr/LATOME for saturated pulse
    muon        = 1 << 3  # Used by TGC
    lardigital  = 1 << 4  # Used by LAr/LATOME
    nsw         = 1 << 5  # Used on NSW FEs
    nim = alfa  = 1 << 6  # Used by TGC Burst, and by ALFA in special runs
    phys        = 1 << 7  # Used in conjunction with the other bits
Edited by Teng Jian Khoo

Merge request reports