Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F7878462
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
3 KB
Subscribers
None
View Options
Index: trunk/share/tests/commands.sin
===================================================================
--- trunk/share/tests/commands.sin (revision 4936)
+++ trunk/share/tests/commands.sin (revision 4937)
@@ -1,2 +1,2 @@
-! $Id$
-! Intentionally left empty.
+# $Id$
+# Intentionally left empty.
Index: trunk/share/tests/compilations.sin
===================================================================
--- trunk/share/tests/compilations.sin (revision 4936)
+++ trunk/share/tests/compilations.sin (revision 4937)
@@ -1 +1,2 @@
-! Intentionally left empty.
+# $Id: compilations.sin 4073 2013-02-12 13:42:18Z fbach $
+# Intentionally left empty.
Index: trunk/share/tests/cascades.sin
===================================================================
--- trunk/share/tests/cascades.sin (revision 4936)
+++ trunk/share/tests/cascades.sin (revision 4937)
@@ -1,2 +1,2 @@
-! $Id$
-! Intentionally left empty.
+# $Id$
+# Intentionally left empty.
Index: trunk/share/tests/beam_structures.sin
===================================================================
--- trunk/share/tests/beam_structures.sin (revision 4936)
+++ trunk/share/tests/beam_structures.sin (revision 4937)
@@ -1 +1,2 @@
-! Intentionally left empty.
+# $Id: beam_structures.sin 4073 2013-02-12 13:42:18Z jr_reuter $
+# Intentionally left empty.
Index: trunk/share/tests/color.sin
===================================================================
--- trunk/share/tests/color.sin (revision 4936)
+++ trunk/share/tests/color.sin (revision 4937)
@@ -1,2 +1,2 @@
-! $Id$
-! Intentionally left empty.
+# $Id$
+# Intentionally left empty.
Index: trunk/share/tests/analysis.sin
===================================================================
--- trunk/share/tests/analysis.sin (revision 4936)
+++ trunk/share/tests/analysis.sin (revision 4937)
@@ -1,2 +1,2 @@
-! $Id$
-! Intentionally left empty.
+# $Id$
+# Intentionally left empty.
Index: trunk/share/tests/colors.sin
===================================================================
--- trunk/share/tests/colors.sin (revision 4936)
+++ trunk/share/tests/colors.sin (revision 4937)
@@ -1,46 +1,47 @@
# $Id$
+# SINDARIN input for WHIZARD self test
alias parton = u:b:B:g
process colors_bbg = e1, E1 => b, B, g
process colors_ugug = u, g => u, g
compile
!---------------------------------------------
sqrts = 500 GeV
cuts = all Pt >= 50 GeV [parton]
and all M2 >= (50 GeV)^2 [combine [parton, parton]]
!!! Tests should be run single-threaded
openmp_num_threads = 1
?read_color_factors = true # compute color factors in OMega (default)
seed = 0
beams = e1, E1
integrate (colors_bbg) { iterations = 2:1000 }
real integral_bbg_omega = integral (colors_bbg)
beams = u, g
integrate (colors_ugug) { iterations = 2:1000 }
real integral_ugug_omega = integral (colors_ugug)
?read_color_factors = false # compute color factors in WHIZARD
seed = 0
beams = e1, E1
integrate (colors_bbg) { iterations = 2:1000 }
real integral_bbg_whizard = integral (colors_bbg)
beams = u, g
integrate (colors_ugug) { iterations = 2:1000 }
real integral_ugug_whizard = integral (colors_ugug)
tolerance = 1e-10
expect (integral_bbg_omega ==~ integral_bbg_whizard)
expect (integral_ugug_omega ==~ integral_ugug_whizard)
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Tue, Nov 19, 6:08 PM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3805516
Default Alt Text
(3 KB)
Attached To
rWHIZARDSVN whizardsvn
Event Timeline
Log In to Comment