]> git.uio.no Git - u/mrichter/AliRoot.git/commit
Updated the fast decoder to take into account the end of DDL
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 15 Apr 2008 13:40:09 +0000 (13:40 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 15 Apr 2008 13:40:09 +0000 (13:40 +0000)
commit29b6be6ad44a53b52ae3f60070c88e8720ad83d6
tree9624235a8cc126331c5ea4fa18fc3d0650406342
parent4a5d9e0d18ecf8e18ee3a9dd7c415b1f0e4590a0
Updated the fast decoder to take into account the end of DDL
(0xD000000D) trailer words which are generated by our readout electronics.
The decoder auto-detects this trailer and does not
complain if it is missing (unless it is corrupt). This can be turned off by
setting the fAutoDetectTrailer to false. Then one can tell the decoder if it
should expect the trailer or not with the fCheckForTrailer flag.
fCheckForTrailer = true for the read data (or new AliRoot) and
fCheckForTrailer = false for old simulated data.
(Artur)
MUON/AliMUONRawStreamTrackerHP.h
MUON/AliMUONTrackerDDLDecoder.h
MUON/AliMUONTrackerDDLDecoderEventHandler.h
MUON/MUONTimeRawStreamTracker.C