- Jun 17, 2021
-
-
It was advised by the FariMQ expert to switch from a push-pull approach to a Rep-Req one. This should improve the balance of TS delivery when they have non uniform size/processing time and reduce the buffering in the Sample - Add new sampler class CbmMQTsSamplerRepReq using the reply model - Add example of a consummer device using the request model - Add new monitor classes for T0 and TOF using the request model
-
-
-
- Properly resets the T0 mapped channel rate evolution plot - In TOF, mask the Error messages and SPI messages when Ignore Critical flag set
-
-
[FLES IPC] In Multi-part subscriber, move the init out of the constructor to follow FairMQ states design - Temporary patch to fles IPC external files - Corresponding modifications in CbmMQTsaMultiSampler - Corresponding modifications in CbmMcbm2018Source
-
- In CbmMqHistoServer, add a new method processing a multi-part message to combine Histo config, Canvas config and histo data - Attach this new method to the histo data input channel - Convert the T0 MQ monitor to this single channel usage - Convert the Tof MQ monitor to this single channel usage
-
- In both, add InitHistograms method - Call InitContainers and InitHistograms in Run and only on first message
-
- Jun 16, 2021
-
-
Administrator authored
The test will always fail since the used classes were removed from the code base.
-
-
- Jun 15, 2021
-
-
Omveer authored
-
- Jun 14, 2021
-
-
Valentina Akishina authored
-
Valentina Akishina authored
-
Valentina Akishina authored
-
- Jun 11, 2021
- Jun 10, 2021
-
-
Administrator authored
-
-
-
-
- Jun 09, 2021
-
-
Administrator authored
Unify user names in the license header authors list. Remove duplicate users in the authors list. Cleanupo of some other inor issues.
-
- Jun 08, 2021
-
-
Eoin Clerkin authored
Decision to not use doxygen for licence headers. Removes doxygen formatting and file tag.
-
- Jun 05, 2021
-
-
Eoin Clerkin authored
Pulls some author and date information from previous headers, adds this to information from the svn and git repositories. Inlude the standard copyright header to approximately 2000 files with institute of original committer as copyright holder. Contributing authors from previous declaration and repository records.
-
- Jun 02, 2021
-
-
Administrator authored
With the previous commit for some Linux systems the needed link dependency for the thread library was missing. This commit add this dependency again.
-
Administrator authored
Limit the linking to the necessary ROOT libraries. When linking agains all ROOT libraries defiened in the cmake variable ROOT_LIBRARIES a link error occured on macosx 11.4 since the freetype library wasn't found. It turned out that only 2 or 3 ROOT libraries are really needed to properly link the executables.
-
- Jun 01, 2021
-
-
Administrator authored
Add a file with the complete GPLv3 license text which is required by the GPLv3 license.
-
Administrator authored
The clang_format check needs the .git rpository to be present. In the release tar file the directory is missing which results in a crash when running cmake.
-
- May 31, 2021
-
-
Eoin Clerkin authored
Inserts the declaration on the 1st or 2nd line of scripts. EMPTY LINE Short license declarations for .sh files Inserts the declaration on the 1st or 2nd line of scripts. EMPTY LINE Revert "Short license declarations for .sh files" This reverts commit d3dd8608. Uses SPDX identifier Modifies declaration to use SPDX license identifier syntax Corrects file Empty line before hashbang removed
-
Eoin Clerkin authored
Files with detected previous copyright or authorship skipped. Copyright claimed for the current or last CBMC institute of the original commiter to the SVN or GIT repositories. File distributed under GNU public license version 3.0 declared. Revert "Adds license header to .cxx, .cpp, .h, and .C files" This reverts commit 94da1500. Removes one blank line Revert "Removes one blank line" This reverts commit a8e5e236. Preemptive empty lines removal If first two lines of a file are empty, or have spaces and tabs only then remove the lines. Revert "Preemptive empty lines removal" This reverts commit da38bf5d. Add empty line For stylistic reasons, an empty line is added after doxygen header. Revert "Add empty line" This reverts commit 30491934. Puts space between includes. Revert "Puts space between includes." This reverts commit 468b7024. Add multiple authors tag Lists authors in order of their contribution Revert "Add multiple authors tag" This reverts commit f5d3e748. Removes empty line on one file for clang format compliance. Revert "Removes empty line on one file for clang format compliance." This reverts commit fbac8bad. Small changes as per requested. Add small (o) to original commiters username. Adds running 10 percent instead of line count treshold for contributors. Revert "Small changes as per requested." This reverts commit 84af7b5f. Long form of names Word originator beside original committer of file. Revert "Long form of names" This reverts commit 759426e2. Add space between comma seperated double affilliation institutes
-
- May 27, 2021
-
-
Administrator authored
The problem with missing include files only becomes obvious after clang-format changed the order of the include statements.
-
Administrator authored
The latest version of our formating rules is applied to all header and source files as well as to the macros using clang-format 11.0.
-
Eoin Clerkin authored
Changes the default MVD geometry from "v20c_tr" to "v20a_tr" in the hadron and electron setup files to be compatiable with STS "v19a". This is documented in https://redmine.cbm.gsi.de/issues/2119 and discussed in SWM on 2021-05-20 and 2021-05-27.
-
- May 17, 2021
-
-
Valentina Akishina authored
-
- May 15, 2021
-
-
Volker Friese authored
Fix a bug in the TRD cluster finder; the index of registering TRD hits to events was wrong, leading to one missing TRD hit. Refs #2112.
-
Volker Friese authored
-
- May 12, 2021
-
-
Volker Friese authored
Fix missing registration of TofTracks to CbmEvent in littrack, needed for track length calculation. Refs #2112.
-
- May 07, 2021
-
-
Administrator authored
When reordering the include statements a name clash between a define statement in L1 code and a function in Root's TF1.h was found which did not allow to compile the code. Rename the define statement such that the name clash is resolved. refs #2051
-
- May 05, 2021
- May 04, 2021
-
-
Sergey Gorbunov authored
-
Volker Friese authored
-
- May 03, 2021
-
-