Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F19244275
nlo_eett.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
nlo_eett.sh
View Options
#!/bin/sh
# Check stable result of ee -> tt at NLO
# time ~ 1min
echo
"Running script
$0
"
name
=
`
basename @script@
`
if
test
-f ref-output/
$name
.ref
;
then
if
test
-f OCAML_FLAG -a -f OPENLOOPS_FLAG -a -f FASTJET_FLAG
;
then
./run_whizard.sh @script@ --no-logging
mv
$name
.log
$name
.log.tmp
cat
$name
.log.tmp
|
sed -e
's/Loading library:.*/Loading library: [...]/'
>
$name
.log
rm
$name
.log.tmp
diff ref-output/
$name
.ref
$name
.log
diffrc
=
$?
grep --quiet
"The desired process has not been found"
$name
.run.log
greprc
=
$?
if
test
$diffrc
-gt
0
-a
$greprc
-eq
0
;
then
echo
"|=============================================================================|"
echo
"OpenLoops process library missing"
exit
99
fi
exit
$diffrc
else
echo
"|=============================================================================|"
echo
"No O'Mega/OpenLoops matrix elements / FastJet available"
exit
77
fi
else
echo
"|=============================================================================|"
echo
"
$name
.ref not found"
exit
77
fi
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Tue, Sep 30, 4:40 AM (15 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6564754
Default Alt Text
nlo_eett.sh (1 KB)
Attached To
Mode
rWHIZARDSVN whizardsvn
Attached
Detach File
Event Timeline
Log In to Comment