-
Notifications
You must be signed in to change notification settings - Fork 1
/
products.html
132 lines (97 loc) · 5.4 KB
/
products.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<!--#include FILE="./header.inc"-->
<body>
<!--#include FILE="./navigation.inc"-->
<div id="MainIn2ColumnPage">
<div CLASS="clsInsidePageHeader"> GENIE Products </div>
<br />
The GENIE collaboration <b>maintains a popular suite of software products</b>
for the experimental neutrino community. They include:
<br />
<br />
<ul>
<li>
<b>GENIE</b> <A href="https://github.com/GENIE-MC/Generator" target="_top"><i><b>Generator</b></i></A>:
<br />
The well-known GENIE <i>Generator</i> product implements a modern framework for Monte Carlo event generators and
includes state-of-the-art physics modules. The <b>GENIE physics model is universal and comprehensive</b>:
It handles all neutrinos and targets, and all processes relevant from MeV to PeV energy scales.
The <i>Generator</i> includes several tools (flux drivers, detector geometry navigation drivers,
and specialized event generation apps)
to <b>simulate complex experimental setups in full detail</b>.
The GENIE <i>Generator</i> is <b>used by nearly all modern neutrino experiments</b> and its
predictions serve as standard reference points for the neutrino community.
</li>
<br />
<li>
<b>GENIE</b> <A href="https://github.com/GENIE-MC/Comparisons" target="_top"><i><b>Comparisons</b></i></A>
(closed source):
<br />
The <i>Comparisons</i> product includes very <b>extensive curated archives of neutrino, charged-lepton
and hadron scattering data</b>, as well as highly-developed software to produce a
<b>comprehensive set of data/MC comparisons</b>.
It includes embedded <b>interfaces to the <A href="https://professor.hepforge.org">Professor</A> tuning tool</b>
which "<i>reduces the exponentially expensive process of brute-force tuning to a scaling closer to a power
law in the number of parameters and allows for massive parallelisation</i>".
The <i>Comparisons</i> product plays a key role in comprehensive model characterization in GENIE,
it underpins the GENIE global analysis, and it enabled the production of several new tunes.
</li>
<br />
<li>
<b>GENIE</b> <A href="https://github.com/GENIE-MC/Tuning" target="_top"><i><b>Tuning</b></i></A>
(closed source):
<br />
The <i>Tuning</i> product implements
the <b>powerfull new GENIE global analysis of neutrino scattering data</b>.
The GENIE global analysis produces <b>physics tunes which are fully integrated in the
<i>Generator</i> product</b>.
</li>
<br />
<li>
<b>GENIE</b> <A href="https://github.com/GENIE-MC/Reweight" target="_top"><i><b>Reweight</b></i></A>:
<br />
The <i>Reweight</i> product includes a selection of tools to <b>propagate model uncertainties
and to support generator-related analysis tasks</b>.
The reweighting procedure has inherent limitations. Important modelling systematics are not reweightable
in principle and they have no corresponding weight calculator in the <i>Reweight</i> product.
Indeed, the GENIE tuning procedure itself makes no use of the Reweight product but it relies on response
functions constructed from brute-force parameter scans made with the aid of the Professor tool.
Currently, the <i>Reweight</i> product it does not provide the full systematic error
for any GENIE tune. However, we have <b>medium-term plans to overhaul this product</b> and use it for
<b>public release of the detailed Professor/YODA response functions</b> constructed from our
brute-force systematic parameter scans, as well as to
release all covariance matrices from the GENIE global fits of neutrino scattering data.
The upgraded <i>Reweight</i> product will support all public GENIE physics tunes!
</li>
<br />
<li>
<A href="https://github.com/GENIE-MC/Prof-GENIE" target="_top"><i><b>Prof-GENIE</b></i></A>
(closed source):
<br />
GENIE / <A href="https://professor.hepforge.org/" target="_top"> Professor</A> interface code.
</li>
<br />
<li>
<b>GENIE</b> <A href="https://github.com/GENIE-MC/UnitTests" target="_top"><i><b>UnitTests</b></i></A>:
<br />
General support tools, unit tests etc
</li>
<br />
<li>
<b>GENIE</b> <A href="https://github.com/GENIE-MC/AVS-CI" target="_top"><i><b>AVS-CI</b></i></A>:
<br />
Automated Validation Suite - Continuous Integration
</li>
<br />
<li>
<b>GENIE</b> <A href="https://github.com/GENIE-MC/Lamp" target="_top"><i><b>Lamp</b></i></A>:
<br />
The "lamp" is a collection of scripts for building from scratch GENIE,
including all the necessary external packages.
</li>
</ul>
</div> <!-- main -->
<!--#include FILE="./footer.inc"-->
</body>
</html>