Skip to content
Snippets Groups Projects
  1. Jan 04, 2024
    • Administrator's avatar
      Set the mvd specific latency · 867e53ae
      Administrator authored and Sergey Gorbunov's avatar Sergey Gorbunov committed
      This latency is used by the CbmDaq to decide when the data can be moved from
      the daq buffer to the final timeslice. If the latency is currently less than
      110 microseconds some of the MVD digis are not properly time sorted. The
      latency needs to be adjusted after the digitization parameters are finally
      fixed.
      867e53ae
    • Administrator's avatar
      Fix mvd digitization · 4cb4d139
      Administrator authored and Sergey Gorbunov's avatar Sergey Gorbunov committed
      Receice at the end of the run all data which is still in the buffers of the
      mvd sensors, create digis and send them to the DAQ.
      4cb4d139
    • Administrator's avatar
      Fix MVD digitization · 6968e40f
      Administrator authored and Sergey Gorbunov's avatar Sergey Gorbunov committed
      Fix the digi time. There were two problems pilled up. The first problem was to
      get the event time to late during execution. By accident the event time was
      then also used twice, once when creating the temporary CbmPixelCharge buffer
      and a second time when creating the final digi.
      
      Flush all data which is still stored in the temporary buffer at the end of
      the run.
      6968e40f
    • Administrator's avatar
      Fix generation of MvdDigi in event based mode · c59a55ae
      Administrator authored and Sergey Gorbunov's avatar Sergey Gorbunov committed
      Flush the internal buffer after each event when running in event based mode.
      This creates digis for all channels even if the dead time of the channel is
      not yet reached. All digis are written into the current timeslice.
      Flushing the internal buffer after the last event when running in time based
      mode to avoid losing data.
      Create and send digi matches only if required. Should fix a memory leak.
      Add LOG information in the init about run mode.
      Remove obsolete code.
      c59a55ae
    • Sergey Gorbunov's avatar
      Mvd bugfix: use of an uninitialised array · 88028c64
      Sergey Gorbunov authored and Sergey Gorbunov's avatar Sergey Gorbunov committed
      dev_2024_01
      88028c64
  2. Jan 03, 2024
  3. Dec 30, 2023
  4. Dec 27, 2023
  5. Dec 22, 2023
  6. Dec 21, 2023
  7. Dec 20, 2023
  8. Dec 19, 2023
  9. Dec 18, 2023
  10. Dec 14, 2023
  11. Dec 13, 2023
  12. Dec 12, 2023
  13. Dec 07, 2023
Loading