]> git.uio.no Git - u/mrichter/AliRoot.git/commit - MUON/AliMUONGlobalTriggerBoard.cxx
In trigger classes:
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 28 Apr 2009 16:05:11 +0000 (16:05 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 28 Apr 2009 16:05:11 +0000 (16:05 +0000)
commitf25f84f548706d03b8171ed699d6e325fc791051
tree73aea164cc64d5b638bce63c8452eb8d9966e653
parentd0b31f577d4524c9fbbd8d88e76c4b1df3ba743b
In trigger classes:
- The trivial change is the initialisation of the global input masks
  to 0xFFFFFFFF
- The change to unify the format of the global trigger output word
  with the one written in the raw data:
  shifting the  first six bits of the global trigger by 1 bit and
  leaving the first bit (LSB) to have the value 0 or 1, which tells which
  of the single low/high pt bit is sent to the CTP, since this one takes only
  5 bits from the MUON trigger.
- Reverse change which was done once for the inversion of the bits in
  the global input words. Tests with the latest cosmic runs, showed that
  it is not necessary to invert the global inputs before applying the masks.
  It seems it was a misunderstanding, but I will let the code doing
  the inversion as it is, only not doing the inversion finally.
(Bogdan)
MUON/AliMUONGlobalTrigger.cxx
MUON/AliMUONGlobalTriggerBoard.cxx