- Mar 06, 2025
-
-
- Nov 14, 2024
-
-
- Dec 12, 2023
-
-
- Add optional pick starting decade and starting 0 in GenerateLogBinArray histo tool - Reduce logs from TS source and Unpack task
-
- Jul 06, 2023
-
-
Jan de Cuveland authored
-
Jan de Cuveland authored
-
Jan de Cuveland authored
-
- Jun 13, 2023
-
-
Pierre-Alain Loizeau authored
- New option in RecoUnpack - New queries creations if enabled - Corresponding changes to CMake settings * JSON file for one example Grafana dashboard - HowTo file with installation and operation instructions
-
- Jan 26, 2023
- Jan 25, 2023
-
-
- Jan 13, 2023
-
-
Pierre-Alain Loizeau authored
-
- Jul 18, 2022
-
-
Pierre-Alain Loizeau authored
- Cpu/Real time for processing and histogram filling - Expansion ratio, input share and output share per TS for each system - Global Expansion ratio (in size) per TS
-
- Jul 14, 2022
-
-
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
+ fix histo name in RecoUnpack
-
- 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
- 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
-
- Dec 17, 2021
-
-
- Split the InitUnpacker method of the UnpackConfig template into - InitOutput - RegisterOutput (Framework bound, to be replaced by method in Task class CbmRecoUnpack) - SetAlgo - initParContainer, moved to the Task Class CbmRecoUnpack - InitAlgo - Move to the template version of these methods all blocks common to all derived config classes - Whenever necessary, overload these methods in the derived config classes (including the common parts, no base method call) - Bump Config classes version number - Adapt the Sts Unpack algo classes to initialize the monitor classes - Adapt the CbmRecoUnpack - Adapt the CbmUnpackDevice to use the standard Unpack Config classes (compiles with full functionality but untested)
-
- Oct 05, 2021
-
-
Fix license headers in the last sub directories (base, eventbuilder and steer) of the reco directory. Add missing license headers. Add commiter if missing.
-
- Sep 21, 2021
-
-
- Sep 16, 2021
-
-
- Add Binning FW support to the Print method of the StsXyterMessage, enabled by default - Fix the duplicate digis filtering in the STS unpacker and make it flag controllable - Add an optional full time sorting to the Unpackers steering class - Related mCBM macros changes
-
- Aug 05, 2021
-
-
Pascal Raisig authored
Before this fix only the number of digis of the last component of a subsystem endet up in the counter of the event header. Now an Add function is used and the counters a resetted at the beginning of each timeslice.
-
- Aug 03, 2021
-
-
Pierre-Alain Loizeau authored
-
- Jul 27, 2021
-
-
This commit adds the measurement of the cpu and wall time to the unpacking algo template/CbmRecoUnpack::unpack function. The values are printed add the end of the run and stored additionally in an output histogram.
-
- Jul 22, 2021
-
-
Pascal Raisig authored
It was not checked if a Trd1D config exists before trying to get its main branch name. This caused a seg violation in case no Trd1D config was added. Now the safeties are adjusted to check for it. Includes a minor update of the naming scheme
-
Remove by hand added CbmTsEventHeader from CbmRecoUnpack. Instead, use the getter from the FairRun::Instance() to access the event header. Remark a fatal will be created if the wrong event header is set in the steering macro
-
Switch form info to log for debug log statement
-
Changed severity for large amount of LOG statements Changed default from info to debug for a larger amount of tof log messages. Otherwise, it makes info reading with all subsystems almost impossible.
-
-
Unfortunately this does not yet produce digis, but I am note sure, if it is an parameter based issue or an issue with the implementation. I think it needs some experts from the Sts to have a look. Which is why I am pushing it.
-
For the current situation with the TRD1D and TRD2D configs trying to create and access in principle the same "TrdDigi" branch a small workaround in the CbmRecoUnpack was required. Such that the first Config does not loose the correct pointer when the seconds overwrites the branch in the FairRootManager.
-
Seems to have similar issues with the includes like PSD.
-
-
Except for Psd the classes are empty dummies.
-
- Jul 13, 2021
-
-
Integration of TRD unpacking, with empty implementations for unpacker, monitor container and parameter container.
-