Page MenuHomeHEPForge

lhef_2.sh
No OneTemporary

lhef_2.sh

#!/bin/sh
### Check WHIZARD for a simple test process
echo "Running script $0"
if test -f OCAML_FLAG; then
rm -f @script@_lib.* @script@_p?.*
rm -f default_prclib.*
s=`basename @script@`
./run_whizard.sh @script@ --no-logging --model QCD
echo "LHEF file contents:" >> $s.log
cat ${s}_p.lhe | sed -e 's/^ <generator_version>.*$/[...]/' >> $s.log
diff ref-output/$s.ref $s.log
else
echo "|=============================================================================|"
echo "No O'Mega matrix elements available, test skipped"
exit 77
fi

File Metadata

Mime Type
text/x-shellscript
Expires
Wed, May 14, 10:34 AM (1 d, 11 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5039833
Default Alt Text
lhef_2.sh (582 B)

Event Timeline