- May 04, 2022
-
-
Pierre-Alain Loizeau authored
-
- 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
-
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
-
-
-
-
-
-
- update default setup name to mcbm_beam_2022_03_09_carbon, number of events and set time based mode as default - Change default setup in mcbm_transport.C to mcbm_beam_2022_03_22_iron, refs #2470 - Change default setup in mcbm_transport.C to mcbm_beam_2022_03_20_iron, refs #2470 - Change default setup in mcbm_transport.C to mcbm_beam_2022_03_22_iron, refs #2470 - Change default setup in mcbm_transport.C to mcbm_beam_2022_03_27_iron, refs #2470
-
-
Remove builds which use old and unsupported FairSoft and FairRoot versions. Update FairSoft and FairRoot versions for real data test. Add missing dependency for clang-format checks.
-
Update version info FairSoft and FairRoot production versions are now apr21p2 and v18.6.7. FairSoft and FairRoot development versions are now apr21p2 and v18.6.7. FairSoft and FairRoot old versions are now jun19p3 and v18.2.1. Add checks for two packages.
-
-
Remove many switches which are not needed any longer, since minimum versions for C++ standard, Root, FairSoft and FairRoot are fixed.
-
Use C++17 as C++ standard for the compilation of CbmRoot. Check if compiler supports the C++17 standard. Check if also FairSoft was compiled with C++17. Check the required versions of ROOT (at least Root6), FairSoft( at least apr21) and FairRoot (at leass v18.6.7). If any of the checks fail stop the configuration with a meaningful error message. Remove some switches which are not needed any longer. Remove checks for C++11 features. No need to check them any longer, since the new standard is noe C++17.
-
-
- 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.
-
- Apr 27, 2022
-
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
-
- Apr 25, 2022
-
-
Sergey Gorbunov authored
-
- Apr 12, 2022
-
-
Jan de Cuveland authored
-
- Apr 07, 2022
-
-
The templated functions Deserialize and Serialize of the FairMQ Device are marked deprecated. These templates acctually only forward the call to the BoostSerializer and RootSerializer classes which are part of FairRoot. Call these classes directly to remove deprectaion warnings.
-
-