We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d94453 commit 59191dbCopy full SHA for 59191db
MC/config/examples/epos4/epos.sh
@@ -26,5 +26,10 @@ if [ $seed -eq 0 ]; then
26
seed=$RANDOM
27
fi
28
29
+# Check if the environment variable LIBDIR is set (important with o2dpg-sim-tests on CI machines)
30
+if [ -z "${LIBDIR}" ]; then
31
+ export LIBDIR=$EPOS4_ROOT/epos4/bin
32
+fi
33
+
34
# Or filters the stdout with only HepMC2 useful data
35
$EPOS4_ROOT/epos4/scripts/epos -hepstd -s $seed $optns | sed -n 's/^\(HepMC::\|[EAUWVP] \)/\1/p'
0 commit comments