]> git.uio.no Git - u/mrichter/AliRoot.git/commit - MUON/AliMUONVRawStreamTrigger.cxx
Update in HP decoders:
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 25 Apr 2008 15:19:51 +0000 (15:19 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 25 Apr 2008 15:19:51 +0000 (15:19 +0000)
commit2b2013e4b060556980d0077ba23247df8da3de2d
tree7cd1ec9c7581a94dbcbcc5095e9c136f3688739b
parent1788245f8ea552746bbbf0cdd6a848dc6abc1eac
Update in HP decoders:

Added:
A new high performance decoder for the MUON trigger detector (AliMUONTriggerDDLDecoder).
The corresponding stream interface class AliMUONRawStreamTriggerHP has been created
to interface the decoder with AliRoot.
Also added the abstract class AliMUONVRawStreamTrigger and made both AliMUONRawStreamTrigger
and AliMUONRawStreamTriggerHP inherit from that. This allows easy exchange of the decoders.

Bug fix:
AliMUONRawStreamTrackerHP was not working for mixtures of empty events and partial events. This is now fixed.

Minor changes:
Made some documentation corrections to AliMUONRawStreamTrackerHP.
Also added static methods to the AliMUONTrackerDDLDecoder to be able to read out the raw data structure key constants from other classes, similarly to what is now done in AliMUONTriggerDDLDecoder.

(Artur)
MUON/AliMUONVRawStreamTrigger.cxx [new file with mode: 0644]