- Mar 14, 2025
-
-
The most non ASCII characters were used in comments but some were also used for screen output. The most common non ASCII character was µ which was exchanged by mu or micro.
-
- Mar 19, 2024
-
-
- Nov 17, 2023
-
-
Updates T0 digi classes with Bmon exquivalents. Standardises the use of Bmon across code base and, in-use and legacy macros.
-
Incorporates the BMON into CBMROOT, allowing simulations with T0 and Halo detectors.
-
- Aug 31, 2023
-
-
Administrator authored
The target is not available in newer FairMQ versions.
-
- Jul 06, 2023
-
-
Jan de Cuveland authored
-
Jan de Cuveland authored
-
- Jul 03, 2023
-
-
Alexandru Bercuci authored
(CbmTrdParModAsic) and the proper set related. Add also CROB id to the param file
-
Alexandru Bercuci authored
-
- Feb 14, 2023
-
-
Pierre-Alain Loizeau authored
-
- Jan 30, 2023
-
-
- Jan 26, 2023
- Jan 13, 2023
-
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
-
-
Added support for new CbmBmonDigi class to CbmAlgoBuildRawEvents and CbmTaskBuildRawEvents. Dropped support for T0 digis in TOF stream.
-
- Nov 18, 2022
-
-
Administrator authored
Use the same target names as provided by FairRoot with version v18.8. Add the new target FairRoot::Online which is a new library conatining the online related code which was previously part of the Base library. In case of older FairRoot versions the target is only an alias for the target FairRoot::Base such that the same dependencies already work with FairRoot v18.6 which is our current default version. Add the new target FairRoot::Online in all CMakeLists.txt where it is needed. The FindFairRoot macro is also used when compiling NicaFemto. Since there is a problem with the target definitions in NicaFemto the targets are not defined when compiling NicaFemto.
-
- Nov 15, 2022
-
-
-
With the upcoming FairRoot release the function FillEventHeader of the FairRootManager is deprecated, so use the function from FairSource directly. Fixes #2644.
-
- Nov 10, 2022
-
-
MQ/monitor/CMakeLists.txt: Boost added as dependency algo/data/CMakeLists.txt: modified in Modern CMake algo/test/CMakeLists: modified in Modern CMake core/data/test/global/CMakeLists.txt: Unnecessary dependencies removed and added required dependencies core/data/test/psd/CMakeLists.txt: Unnecessary dependencies removed core/detectors/trd/CMakeLists.txt: TMVA dependency change to ROOT::TMVA
-
Gtest and GtestMain Target created which depend on GTEST target Remaining files which haven't been changed in modern cmake. MQ/monitor : Transition in Modern CMake core/data/test: Transition to Modern CMake reco/qa: Transition to Modern CMake tutorial/TaskToAlgo: Transition to modern CMake
-
- Nov 08, 2022
-
-
Administrator authored
-
- Oct 26, 2022
-
-
Omveer Singh authored
CMakeList.txt files are modified according to modern CMake. generate_cbm_executable() macro is used to make executable. Imported targets of each package are used as dependencies.
-
- 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 28, 2022
-
-
Administrator authored
Linking the MQ TSA binaries on Debian11 need an additional boost library as well as a reordering of the link libraries.
-
- Aug 04, 2022
-
-
Pierre-Alain Loizeau authored
-
- Aug 02, 2022
-
-
Administrator authored
Use struct instead of class for forward declarations if the object is defined as struct. Remove unused data members, variables and parameters. Remove an explicite usage of std::move to allow copy ellision. Correct type in printf statements. Add missing virtual destructor in some class. Fix two issues where closing braces were at the wrong place.
-
- Jul 27, 2022
-
-
Felix Weiglhofer authored
-
- Jul 25, 2022
-
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
- Jul 20, 2022
-
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
=> needed to collect histo and canvases from multiple instances of the devices (e.g. multiple nodes) in a single histo server => Same cannot easily be in processing classes like Unpack and BuildEvent as both name and folder need to be changed to avoid collisions
-
Pierre-Alain Loizeau authored
- Fix to the performance plots of the DigiEventSink by changing the logic to Profile or new counts addition - Add option for DigiEvent I/O between builders and Sink
-
Pierre-Alain Loizeau authored
- Evolution of the full TS buffer size as function of device runtime - Evolution of the missed TS buffer size as function of device runtime - Evolution of the Processed full TS count as function of device runtime - Evolution of the Processed missing TS count as function of device runtime - Evolution of the Total processed TS count as function of device runtime - Evolution of the Processed events count as function of device runtime
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
[MQ] in DigiEventSink, add flag to control Missing TS empty writing if consecutive check is ON, false by default
-
Pierre-Alain Loizeau authored
- The check for consecutive TS indices was still called when receiving Missing TS Data messages even if the bypass flag was set => Surround the call with proper if condition - The range when taking the digis data out of the unpacked timeslice to the DigiEvent was missing the last digi for all detectors => Increment the stop iterator to make sure it is included - In rare case, the device can be pulled down before the Init method is called/finished, which led to a segfault => add an InitDone flag + use it to control delete operations in the destructor
-
Pierre-Alain Loizeau authored
-