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