- Aug 04, 2022
-
-
-
L1QA: added tracking QA base class and Sts class (experimental), added station index getters to the tracking detector interface classes
-
- 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 28, 2022
-
-
Administrator authored
With commit 892f01a1 from 23.03.22 the layout of the data class CbmTsEventHeader was changed by adding a new data member. At that time it was forgotten to also increase the version number. This commit increases the version number and corrects the issue.
-
- Jul 27, 2022
-
-
Felix Weiglhofer authored
-
- Jul 22, 2022
-
-
Pierre-Alain Loizeau authored
-
- Jul 18, 2022
-
-
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
- Fix mapping range for 2022 BMon in Tof Parameter class (16ch assumption instead of 2x8) - Disable Digi output in the online Bmon unp macro (pure monitor) - Fix SysId used to switch filling of BMon Error plots in unpacking Algo - Add accessor for the monitor pointer in TOF unpack config class - Add possibility to remap up to 16 channels in TOF unpack monitor class - Add possibility to disable the internal HttpServer in TOF unpack monitor class (later needed for MQ)
-
- Jul 14, 2022
-
-
Includes follow-up patches (squashed): - rename inner variables, fix backward compatibility - fix CROB timming
-
- Jun 29, 2022
-
-
* RICH QA code updates * Updates of run macros and scripts * Remove obsolete macro from rich macro directories * Updates in RICH event display
-
- Jun 23, 2022
-
-
Sergei Zharko authored
-
- Jun 20, 2022
-
-
Sergei Zharko authored
-
- Jun 17, 2022
-
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
L1: tracking interfaces: the interface classes were moved to the '$VMCWORKDIR/core/detector/' directory
-
- Jun 14, 2022
-
-
- Jun 10, 2022
-
-
- fles_ipc -> external::fles_ipc - fles_logging -> external::fles_logging - IPC_INCLUDE_DIRECTORY -> FLES_IPC_INCLUDE_DIRECTORY
-
-
- Jun 02, 2022
-
-
Administrator authored
Fix deprecation warnings about upercase log levels. Use lowercase ones.
-
- May 27, 2022
-
-
-
-
-
-
for FASP)
- May 06, 2022
-
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
- Add optional method to resort indicices to the CbmEvent class, as the indices for TRD1D and 2D are added in separate steps - Replace the loop over the CbmEvent indices by a block copy between the first and last digi of each detector type, based on the assumption that we use a time-window based selection on a sorted array, therfore leading to a continuous block => this is known to potentially copy more digis in the TRD case due to the eventual =/= windows and offsets for 1D and 2D
-
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
-
- May 05, 2022
-
-
-
- Add MUCH unpacker algo/config and monitoring classes in the current scheme - Add new unpacking parameter class * Separate the parameter files for the 2022 monitor and the 2022 unpacking - Add MUCH in RecoUnpack - Add MUCH in run_unpack_tsa and run_unpack_online macros
-
- May 03, 2022
-
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
Needed to have two instances of the CbmMcbm2018TofPar in the same FairRoot Runtime DB manager, which is needed at least for MQ par server - new CbmMcbm2018BmonPar class as transparent derivation of CbmMcbm2018TofPar - Control flags in TOF and BMon unpacking code (algo + config) - Type and pointer conversions in TOF unpack algo to hide the alias class and use only base class internaly
-
Pierre-Alain Loizeau authored
- Update Mcbm2018TofPar to map the 2022 BMon diamond - Update Mcbm2018TofPar to map the new TOF modules for the 2022 iron beams (run 2100 onward) - Add a BmonUnpackConfig class setting up the TOF unpacker to BMon mode - Add a TofUnpackMonitor class providing monitoring plots for TOF and BMon unpacking - Integrate this one in the TOF unpack algo - Fix incomplete switching for the 2021 epoch hack in the TOF unpack Algo - Add Bmon in the sterring RecoUnpack task - Add a monitoring only mode to the RecoUnpack task were data is neither time sorted nor written to disk - Add BMon in the unpacking macros - Add the TOF monitor(s) to the unpacking macros - Add BMon only unpacking macros for fast beam monitoring (especially for beam tuning) - Add parameter files for TOF and BMon in the 2022 campaign
-
Pierre-Alain Loizeau authored
-
- May 02, 2022
-
-
Remove many switches which are not needed any longer, since minimum versions for C++ standard, Root, FairSoft and FairRoot are fixed.
-
- Apr 27, 2022
-
-
Sergei Zharko authored
-
Sergei Zharko authored
-
- Apr 06, 2022
-
-
- Apr 04, 2022
-
-
Sergei Zharko authored
-