- Jun 19, 2023
-
-
- Jun 13, 2023
-
-
Pierre-Alain Loizeau authored
-
- Jun 01, 2023
-
-
Felix Weiglhofer authored
-
- May 24, 2023
-
-
-
Use snprintf instead.
-
The class belongs to the mvd core library. The pragma statement was simply wrong.
-
- May 16, 2023
-
-
googol23nphy authored
-
googol23nphy authored
-
googol23nphy authored
-
- May 12, 2023
-
-
Felix Weiglhofer authored
- Log throughput in addition to runtime for each reconstrution step. - Log device name, when running GPU reconstruction. - Seperate steps in legacy reconstruction, to allow measuring the time spent in each step, even when running in parallel.
-
- May 11, 2023
-
-
Felix Weiglhofer authored
-
Felix Weiglhofer authored
-
- May 10, 2023
-
-
Dominik Smith authored
CbmTrdUnpackFaspAlgo: Removed catching of multiply defined equipment IDs (sometimes multiple entries are passed for invalid eq_id = 0).
-
- May 08, 2023
-
-
Remove all usage of cout. Use the FairLogger instead. Fix copyright statement.
-
-
-
Update license header. Use nullptr instead of macro NULL. Remove path from include statements. Add missing include statements and remove unneeded ones. Use forward declaration whenever possible. Remove obsolete functions. Move cout to LOG. Remove some unnecessary code.
-
-
-
-
-
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.
-
-
-
-
-
-
-
-
-
-
-
-
- May 02, 2023
-
-
- Apr 24, 2023
-
-
Comment set but unused variables in much code.
-
- 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.
-
- Mar 15, 2023
-
-
- Feb 24, 2023
-
-