Add per-step Spawning ntuple, Geant4 submodule superbuild, and standalone dataset executables #1

Merged
lbogner merged 33 commits from spawning-ntuple into main 2026-07-13 14:06:25 +02:00
Showing only changes of commit 4bc94278d8 - Show all commits
+1
View File
@@ -94,6 +94,7 @@ ARG USER
ADD minicalosim /root/minicalosim
RUN cd /root/minicalosim && git checkout $COMMIT && \
git submodule update --init && \
mkdir -p build && cd build && rm -rf * && cmake ../ && make -j4