- Jun 29, 2023
-
-
- Mar 15, 2023
-
-
Solves original scope of #2567
-
- Feb 15, 2023
-
-
- Feb 14, 2023
-
-
Pierre-Alain Loizeau authored
-
- Feb 02, 2023
-
-
Sergey Gorbunov authored
-
- Jan 26, 2023
- Jan 25, 2023
-
-
- Jan 13, 2023
-
-
Changed event-time computation from mean of Tzd digis to earliest Tzd digi in CbmAlgoBuildRawEvents.
-
-
-
Added support for new CbmBmonDigi class to CbmAlgoBuildRawEvents and CbmTaskBuildRawEvents. Dropped support for T0 digis in TOF stream.
-
- Nov 18, 2022
-
-
Administrator authored
Add missing include statements and forward declarations. In FairRoot a serious cleanup of include statements was done which needs fixes in our code base.
-
- Nov 11, 2022
-
-
Volker Friese authored
-
- Nov 08, 2022
-
-
Administrator authored
-
- Oct 24, 2022
-
-
Omveer authored
Files moved to NO_DICT_SRC: L1Algo/L1Event.cxx L1Algo/L1EventMatch.cxx Files are commented for time being in L1 target: OffLineInterface/CbmL1RichENNRingFinder.cxx OffLineInterface/CbmL1RichENNRingFinderParallel.cxx xpu git tag version modified Vc package finding moved to top level CMakeLists.txt
-
- Sep 15, 2022
-
-
- Sep 06, 2022
-
-
Sergey Gorbunov authored
-
- Jul 18, 2022
-
-
Pierre-Alain Loizeau authored
[Evt Builder] in BuildRawEvent algo, fix unwanted FATAL if ref det set to undef for external seed list (+ a warning)
-
- Jul 14, 2022
-
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
- Cpu/Real time for processing and histogram filling - Selection ratio, input share and output share per TS for each system - Global Selection ratio (in size) per TS
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
- Change masking in Algo from full address to detector type - Due to this, introduce in Algo implementation file a templated function to get the type if TofDigi or 0 instead - Add support for using T0 as reference even if stored in TOF data (only in Algo, not in Task!) - Add support for using T0 as trigger check detector even if stored in TOF data (only in Algo, not in Task!) - Replace hard-coded constant in Algo with members + setters in both Algo and Task
-
- May 06, 2022
-
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
Layers can be stations or sensors depending on the sub-system and implementation - Add maskers for Strip address and Rpc address in CbmTofAddress - Update comments and description of bit map in CbmTofAddress - Add parameter + setter + base logic for selection on minimum nb of fired layers in CbmAlgoBuildRawEvents - Add implementation of count + cut for the TOF case in CbmAlgoBuildRawEvents
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
+ fix histo name in RecoUnpack
-
- Apr 29, 2022
-
-
Bugfix for CbmSeedFinderQa: Pure-noise triggers lead to accessing the -1 element of an array, when determining the matched triggers per MC event. Fixed.
-
- Mar 31, 2022
-
-
Administrator authored
The KF and L1 packages set special compiler flags. Some of the warnings are not present when using Clang such that a CMake check was implemented which test the existense of those. The check simply compiles some C++ code with the compiler flag added to the compile command. Unfortunately Clang only prints a warning when a warning flag doesn't exist but successfuly finishes the compilation such that the check suceeds. This results in many warnings during compilation of L1.
-
- Mar 06, 2022
- Mar 04, 2022
-
-
Dominik Smith authored
CbmSeedFinderSlidingWindow: Fixed issue whereby seed finder still required digi input to be present in ideal mode.
-
Dominik Smith authored
CbmSeedFinderQa: Added histogram for difference between true event time and seed time for one-to-one matched cases.
-
Dominik Smith authored
-
Dominik Smith authored
-
Dominik Smith authored
-
- Feb 28, 2022
-
-
CbmSeedFinderSlidingWindow now has an ideal mode'', in which seed times are copied directly from MC events and no additional algorithm is run. Filtering the input by file ID is also supported.
-