-
Notifications
You must be signed in to change notification settings - Fork 0
/
nuisancepaper.html
executable file
·29 lines (24 loc) · 1.86 KB
/
nuisancepaper.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
<html>
<head>
<link rel="stylesheet" type="text/css" href="/nuisance.css">
</head>
<body>
<div style="overflow:auto;">
<img src="/images/nuisancelogo.png" alt="NUISANCE" style="height:200px;float:right;margin-bottom:0px;margin-left:0px;margin-right:0px;">
<h1>NUISANCE Review</h1>
<p>
A brief review of the uses of NUISANCE can be found on <a href="http://iopscience.iop.org/article/10.1088/1748-0221/12/01/P01016">JINST</a> and <a href="https://arxiv.org/abs/1612.07393">arXiv</a>.
This paper should be <a href="/citingnuisance.html">cited</a> whenever using NUISANCE.
</p>
<p>
<h3>NUISANCE: a neutrino cross-section generator tuning and comparison framework</h3>
<em>P. Stowell, C. Wret, C. Wilkinson, L. Pickering, S. Cartwright, Y. Hayato, K. Mahn, K.S. McFarland, J. Sobczyk, R. Terri, L. Thompson, M.O. Wascko, Y. Uchida </em><br><br>
NUISANCE is an open source C++ framework which facilitates detailed studies of neutrino interaction cross-section models implemented in Monte Carlo neutrino event generators. It provides a host of automated methods to perform comparisons of multiple generators to published cross-section measurements and each other. External reweighting libraries are used to allow the end-user to evaluate the impact of model parameters variations in the generators with data, or to tune the generator predictions to arbitrary dataset combinations. The design is modular and focusses on ease-of-use to allow new datasets and more generators to be added without requiring detailed understanding of the entire NUISANCE package. We discuss the motivation for the NUISANCE framework and suggested usage cases, alongside a description of its core structure.
</p>
<br>
<p>
Look in the wiki <a href="/trac/wiki/UsageExamples">examples</a> section to find example NUISANCE configurations that were used to generate
every plot within the NUISANCE paper.
</p>
</body>
</html>