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 59191db commit 5107c3eCopy full SHA for 5107c3e
MC/config/examples/epos4/epos.sh
@@ -31,5 +31,10 @@ if [ -z "${LIBDIR}" ]; then
31
export LIBDIR=$EPOS4_ROOT/epos4/bin
32
fi
33
34
+# Check if the environment variable EPO4 is set (important with o2dpg-sim-tests on CI machines)
35
+if [ -z "${EPO4}" ]; then
36
+ export EPO4=$EPOS4_ROOT/epos4/
37
+fi
38
+
39
# Or filters the stdout with only HepMC2 useful data
40
$EPOS4_ROOT/epos4/scripts/epos -hepstd -s $seed $optns | sed -n 's/^\(HepMC::\|[EAUWVP] \)/\1/p'
0 commit comments