- May 08, 2023
-
-
Add build system files for new mvd code structure Move code from mvd directory to core/detectors/mvd, sim/detectors/mvd, reco/detectors/mvd and analysis/detectors/mvd. Create the libraries CbmMvdCore, CbmMvdSim, CbmMvdReco and CbmMvdAna. This commit will not compile.
-
-
- Apr 25, 2023
-
-
- Apr 24, 2023
-
-
Comment set but unused variables in much code.
-
- Mar 21, 2023
-
-
Administrator authored
With FairRoot v18.8 the functions GetOutputFile() and SetOutputFile() are deprecated instead of using a file sink. Correct user code to create the file sink correctly or to extract the file name from the file sink. Comparisons of results before and after the change showed that the results are absolutely identical.
-
- Mar 17, 2023
-
-
Administrator authored
The function sprintf is marked deprecated with the latest Clang version. Move from sprintf to snprintf. Define and use buffer size. Check the return value in a function where this is important.
-
- Jan 31, 2023
-
-
- Jan 30, 2023
-
-
- Jan 26, 2023
- Jan 13, 2023
-
-
Pierre-Alain Loizeau authored
- Add usage of address field to TzdDigi - Conversion constructor from TOF to TZD digis - Conversion constructor from TZD to TOF digis - Serializer and dictionary for TZD digi - Adapt Tzd Digitizer to provide default value for new address field
-
Administrator authored
Create and store matches for the psd detector system. The ideal event builder relies on existing match objects. If the matches are not available the detector system is excluded from the event building such that at later stages no digis for this detector system ar present and no hits are produced. Fixes #2665.
-
- Nov 18, 2022
-
-
Administrator authored
Add missing include statements and forward declarations. In FairRoot a serious cleanup of include statements was done which needs fixes in our code base.
-
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 11, 2022
-
-
Volker Friese authored
- Nov 10, 2022
-
-
- Nov 08, 2022
-
-
Administrator authored
-
- Oct 27, 2022
-
-
- Oct 05, 2022
- Sep 26, 2022
-
-
- Sep 15, 2022
-
-
Adrian Meyer-Ahrens authored
-
- Aug 30, 2022
-
-
- Aug 18, 2022
-
-
analysing FASP frame
-
(EbyE/TB)
-
definition. Use data from mCBM22 to calibrate against ToF simulations for both EbyE and TB modes
-
- Jul 22, 2022
- Jul 21, 2022
-
-
Pierre-Alain Loizeau authored
-
- 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 14, 2022
-
-
- Jun 02, 2022
-
-
Administrator authored
Fix deprecation warnings about upercase log levels. Use lowercase ones.
-
- May 27, 2022
-
-
1. smeared MC point when generating PRF 2. add noise on FASP signal according to calibration (mean value, o dependence on the actual FASP)
-
-
-
- Apr 05, 2022
-
-
- Mar 20, 2022
-
-
Felix Weiglhofer authored
-
- Mar 09, 2022
-
-
Administrator authored
Due to political reasons the download location can't be accessed currently.
-
- Feb 18, 2022
-
-
Administrator authored
-
Administrator authored
In #2421 a crash was reported when the number of events requested to be transported is larger than the number of events in the input. Add protection against such a crash in the transport class. The number of events to be transported is set to the minimum number of events in any of the connected inputs.
-