From 71ce4251dbcec761f77460ffba3433d77dc01fbf Mon Sep 17 00:00:00 2001 From: Alexandru Bercuci <abercuci@niham.nipne.ro> Date: Thu, 26 Jan 2023 11:06:04 +0200 Subject: [PATCH] correct documentation of the FASP word description to match the TRD-2D TDR Addendum --- reco/detectors/trd/unpack/CbmTrdUnpackFaspAlgo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reco/detectors/trd/unpack/CbmTrdUnpackFaspAlgo.h b/reco/detectors/trd/unpack/CbmTrdUnpackFaspAlgo.h index 41adc040e0..8a90b1dae8 100644 --- a/reco/detectors/trd/unpack/CbmTrdUnpackFaspAlgo.h +++ b/reco/detectors/trd/unpack/CbmTrdUnpackFaspAlgo.h @@ -51,13 +51,13 @@ public: * f - FASP id * d - ADC signal * t - time label inside epoch - * a - word type (1) + * a - word type (0) * c - channel id * - EPOCH WORD - * ffff.fftt tttt.tttt tttt.tttt ttta.cccc * f - FASP id * t - epoch index - * a - word type (0) + * a - word type (1) * c - channel id */ enum CbmTrdFaspMessageLength -- GitLab