- Sep 06, 2024
-
-
Dominik Smith authored
-
- Jul 22, 2024
-
-
- Jul 15, 2024
-
-
Pierre-Alain Loizeau authored
=> Due to noisy unconnected channel not being masked in HW during mCBM 2024 data taking (and probably 2022 one)
-
- Jul 01, 2024
-
-
Dominik Smith authored
-
- Jun 20, 2024
-
-
- The auxiliary data objects from unpackers are stored in a temporary data structure AuxDigiUnpack (TODO: Dummy classes for DigiQa, execute the QA inside the Reco::RunUnpacker function) - The option "--aux-data" is added to force saving the auxiliary data in unpackers (now is used only by std::Unpack) - STS digi QA: histograms for channel vs. e-link are added for different modules
-
- Jun 06, 2024
-
-
Dominik Smith authored
-
Dominik Smith authored
-
-
Added a third object to the return types of all unpackers in cbm::algo, which can store optional auxiliary data.
-
- Jun 05, 2024
-
-
Dominik Smith authored
-
-
Dominik Smith authored
-
Dominik Smith authored
-
- May 31, 2024
-
-
Dominik Smith authored
-
- May 29, 2024
-
-
Dominik Smith authored
-
- May 15, 2024
-
-
Dominik Smith authored
sweep is preceded by a row-wise sweep.
-
Dominik Smith authored
Added a preprocessor flag in trd::Hitfind to switch between row-parallel and module-parallel hit merging.
-
Dominik Smith authored
- Moved HitFactory2D class to dedicated file. - Parallelized the entire chain "cluster finding -> hit finding -> hit merging" by row index. Merging is done in parallel between pairs of neighboring rows, using even-odd partitioning (fully supported for 2D, interface supplied for 1D). - Cleaned up TRD reconstruction classes and fixed several warnings.
-
- May 11, 2024
-
-
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
- May 09, 2024
-
-
Felix Weiglhofer authored
-
Felix Weiglhofer authored
-
- May 08, 2024
-
-
Felix Weiglhofer authored
-
Felix Weiglhofer authored
-
- May 07, 2024
-
-
-
- tracking interfaces for online STS and TRD - installation rule for the macro/beamtime/mcbm2024 directory
-
Pierre-Alain Loizeau authored
-
- May 06, 2024
-
-
Felix Weiglhofer authored
-
- May 03, 2024
-
-
Pierre-Alain Loizeau authored
- introduce a `ReadoutPars` struct similar to the one used on `tof` to add support for multiple unpack configs - add new detector as "fake" back-side of the existing diamond detector to avoid need a new geometry - switch readout parameters based on run ID, switch point hard-coded to run `2941` of 02/05/2024 - add needed hard-coded use of the 2022 version in the "algo offline" tasks (matches TOF/STS choice)
-
Pierre-Alain Loizeau authored
- Fix support for TOF bucarest boxes - Change the type of the last RPC in `ReadoutPars_mCBM2024.cxx` - Add log printout of the TOF mapping at debug level
-
Felix Weiglhofer authored
Significantly improves performance for high combinatorics. Especially important for the new Module 0 in mSTS 2024.
-
- May 02, 2024
-
-
Felix Weiglhofer authored
-
Dominik Smith authored
-
-
- Apr 28, 2024
-
-
Felix Weiglhofer authored
-
- Apr 26, 2024
-
-
Felix Weiglhofer authored
-
David Schledt authored
-
- skip subsubevents with corrupt data (wrong order of special words or missing ones) - add more errors counters - debug logs when corrupt data found - handle data with less words than normal but proper header info - recover the last TimeData if only the Trailer is missing - in ProcessTimeDataWord, fix return to avoid out of bounds access
-