- May 08, 2023
-
-
Remove all usage of cout. Use the FairLogger instead. Fix copyright statement.
-
The remaining code in the mvd directory was not used after all the changes. Move the 2 PDF files to core/detectors/mvd as temporary solution. Finally the files need a better place. Remove the complete mvd directory and the usage from the main CMakeLists.txt
-
-
First adaptations for a time based digitizer. Methods added but not used in CbmMvdDigitizerTask and CbmMvdDataSheet
-
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.
-
-
-
Remove function SetProduceNoise from CbmMvdSensor and CbmMvdDetector. The function from the plugin is now called directly from the digitizer. Exchange some casts to the final taks by using the base class instead.
-
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 24, 2023
-
-
- cf https://github.com/root-project/root/issues/12242 - Fixes edge case of #2620 which was missed by previous patch: Assemblies which are not PhysicalNodes were not recomputed if not touched
-
- Apr 14, 2023
-
-
Sergei Zharko authored
-
- 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.
-
- Feb 24, 2023
-
-
-
sets and to take into account the alignment
-
- Feb 15, 2023
-
-
Sergei Zharko authored
CbmTofInteraction class is introduced to address the problem of multiple MC points for one interaction.
-
- Jan 11, 2023
-
-
- Dec 02, 2022
-
-
Axel Puntke authored
-
- 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.
-
- Nov 15, 2022
-
-
- Nov 08, 2022
-
-
Administrator authored
-
- Nov 02, 2022
-
-
Alexandru Bercuci authored
-
- Oct 24, 2022
-
-
Should be removed once proper fix is done in FairRoot or Root and we switch to a version including it
-
- Oct 21, 2022
- Oct 04, 2022
-
-
Omveer authored
unnecessary commands removed which oprated a directory level. like include_directories() link_directories() Now operating on the target directory using target_include_directories() target_link_libraries() commands. generating library target using generate_cbm_library() macro provided by us.
-
- Sep 15, 2022
-
-
Adrian Meyer-Ahrens authored
-
Adrian Meyer-Ahrens authored
-
- Sep 09, 2022
-
-
Pierre-Alain Loizeau authored
-
- Aug 22, 2022
-
-
Sergei Zharko authored
L1: U and V coordinates and uncertainties conversion methods were refactored and moved from L1Algo to L1Station
-
- Aug 19, 2022
-
-
This reverts commit cb232fae.
-
-
-
-
-
- Aug 18, 2022
-
-