- Jan 04, 2024
-
-
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.
-
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.
-
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.
-
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.
-
- Jan 03, 2024
-
-
Sergei Zharko authored
-
- Dec 30, 2023
-
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
- Dec 27, 2023
-
-
- Dec 22, 2023
-
-
-
-
It was found that in ideal digitization and hit production the points position do not match hits position. This was caused by missing the rotation information in the previous FsdGeoHandler implementation. Now this issue is fixed using correction here
- Dec 21, 2023
-
-
Administrator authored
Add protections when tracking and/or track matching delivers strange results.
-
- Dec 20, 2023
-
-
Sergey Gorbunov authored
-
Alexandru Bercuci authored
-
-
-
- Dec 19, 2023
-
-
-
-
Sergey Gorbunov authored
-
- Dec 18, 2023
-
-
-
-
This MR introduced minor updates to the cbmreco_offline and cbm_atconverter binary: - colored log ouput - forward declaration of classes in header files - new function to get cbmsim tree from file - use consistently "firstTs" and "numTS" to set start event and number of processed events, respectively -STS track matching
-
- Dec 14, 2023
-
-
-
-
-
Lit: Remove Bremsstrahlung energy loss for electrons and replace with existing Bethe Bloch for electrons #3019
- Dec 13, 2023
-
-
Pierre-Alain Loizeau authored
- As per redmine #2684, script to determine wether number in URQMD filename is kinetic energy or momentum of beam. - md5sums: List for binary files in the input directory and add gitlab-ci check - Make the scripts folder unhidden.
-
- Dec 12, 2023
-
-
- Add optional pick starting decade and starting 0 in GenerateLogBinArray histo tool - Reduce logs from TS source and Unpack task
-
- Dec 07, 2023
-
-
Sergey Gorbunov authored
-
-
-
-
-
-
-
QA: A possibility of running on CbmEvents is introduced; CA: Timeslice reading is improved in order to fit the event-base mode
-
-