- Sep 22, 2021
-
-
Administrator authored
All files were developed by Nikolay Karpushkin who now is listed correctly.
-
Administrator authored
-
Bug 2: In both Legacy and current unpackers, a signed integer was used at some point to store/return the raw timestamp in clock cycles. While the last bit would probably never be reached in standard usage, it could lead to negative values and crazy results during the conversion through double (full precision time in ns) and back to unsigned integer (ns precision time) for data coming from badly synchronized setups Bug 3: In the current unpacker, the subtraction of the Timeslice start time from the TS_MSB value was not protected against the case of badly synchronized data where the TS_MSb does not match the Timeslice index. It now triggers a Fatal as these data are not recoverable with this unpacker.
-
Bug 1: Size was too small which led to some digis with TS_MSB above 65555 escaping the duplicates filter. No effect on the digi themselves (time is computed from the original 64b/32b value). In the legacy case we can stay with 32b (instead of the original 64b or the old 16b) as the field in the raw message is 29b, while in the current version we need 64b to account for potential TS_MSB cycles and large Timeslice start offset.
-
protect against missing par files update steering macro for the new TRD-2D interface incorporate parameter calibration into the FASP read-out data protect the code for the case of par un-consistency (found e.g. for TRD-2Dh) add user interface to the Asic param set rename modules in the TRD setup extend the TRD module type index above one digit adding class definition to allow SPADIC info generation during unpacking
-
The wrong license headers currently block the merging of !470.
-
-
- Sep 21, 2021
-
-
-
- Add vector constructor to CbmSourceTsArchive - Call string constructor of FLES IPC TimesliceAutoSource if vector of size 1 - Make vector input default in run_unpack macro - Add alternative call with single string to run_unpack_macro to keep legacy interface available
-
Administrator authored
Exclude code from directory analysis/PWGDIL/dielectron/papaframework. The code of the papa framework currently has its own license header since the code was original developed for the ALICE collaboration before the original author copied the code also to CbmRoot.
-
-
-
-
Florian Uhlig authored
-
- Sep 20, 2021
-
-
Moved CbmStsDigitizeQa, CbmStsDigitizeQaReport and CbmStsFindTracksQa to qa subfolders. Updated CMakeLists.txt accordingly.
-
Volker Friese authored
-
Volker Friese authored
-
-
-
- Sep 17, 2021
-
-
-
-
-
-
-
Sergey Gorbunov authored
- Sep 16, 2021
-
-
Add / as allowed character in the regex which checks the copyright statement. This is needed since we have cases with two institutes and two cities in the copyright statement which are separated by a /.
-
- Add Binning FW support to the Print method of the StsXyterMessage, enabled by default - Fix the duplicate digis filtering in the STS unpacker and make it flag controllable - Add an optional full time sorting to the Unpackers steering class - Related mCBM macros changes
-
- Sep 15, 2021
-
-
Valentina Akishina authored
-
-
- Sep 14, 2021
-
-
-
-
-
-
-
-
-
Volker Friese authored
-
Volker Friese authored
-
remove resets of the random seed from the compiled code. We should keep the ability to reproduce all the results when a non-zero seed is set in the main macro
-