-
Notifications
You must be signed in to change notification settings - Fork 1
/
reactor.html
101 lines (87 loc) · 6.04 KB
/
reactor.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
<!DOCTYPE HTML>
<!--
Benjamin Tam ([email protected])
for the SNO+ Collaboration
11 March 2023
-->
<html>
<head>
<title>SNO+: Reactor Neutrinos</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header" id="section">
<a href="index.html" class="logo">The SNO+ Experiment</a>
</header>
<!-- Nav -->
<nav id="nav">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li class = "active"><a href="science.html">Science</a></li>
<li><a href="results.html">Results</a></li>
<li><a href="collaboration.html">Collaboration</a></li>
<li><a href="gallery.html">Gallery</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Post -->
<section class="post">
<header class="major">
<h1>Science Programme</h1>
<p>The SNO+ Experiment is used to investigate a large suite of physics phenomena. <br/>Find out more about our current active research interests here.</p>
</header>
<ul class="actions special">
<li><a href="0vbb.html#section" class="button">Neutrinoless Double Beta Decay</a></li>
<li><a href="solar.html#section" class="button">Low Energy Solar Neutrinos</a></li>
<li><a href="reactor.html#section" class="button primary">Reactor Neutrinos</a></li>
</ul>
<ul class="actions special">
<li><a href="geo.html#section" class="button">Geo-Neutrinos</a></li>
<li><a href="supernova.html#section" class="button">Supernova Neutrinos</a></li>
<li><a href="ind.html#section" class="button">Invisible Nucleon Decay</a></li>
</ul>
<br />
<h2>Reactor Neutrinos</h2>
<p>Nuclear reactors used for power generation produce enormous numbers of electron anti-neutrinos (typically > 10<sup>20</sup> every second) from the beta decays of the fission products. The flux of reactor anti-neutrinos can be accurately calculated from the number of decays, which is related to the measured thermal power produced by each reactor. The precise shape of the anti-neutrino energy spectrum depends on the well known nuclear composition of the fuel used for each reactor. The precise yield and well defined energy spectrum from anti-neutrinos produced a known distance from the detector makes reactor anti-neutrinos very powerful tools to study neutrino oscillations.
</p><p>
Recent measurements of neutrino oscillation parameters from the KamLAND collaboration has produced the most precise measurement to date of Δm<sup>2</sup><sub>21</sub>, one of the parameters used to describe neutrino oscillations. Currently, this measurement is in tension with the value obtained using solar neutrinos on experiments such as SNO and Super-Kamiokande. A measurement of reactor neutrinos using the SNO+ experiment may help to resolve this discrepency.
</p><p>
In scintillator experiments, electron anti-neutrinos (̅νe) are detected through the inverse beta decay reaction with protons (p):
</p><p>
<center>̅ν<sub>e</sub> + p → e<sup>+</sup> + n</center>
The positron (e<sup>+</sup>) is produced with a kinetic energy of approximately 1.8 MeV less than the energy of the anti-neutrino E<sub>ν</sub>, and annihilates with a nearby electron almost immediately, depositing a total of approximately (E<sub>ν</sub> ~ 0.8) MeV in the detector. The tight relationship between the kinetic energies of the detected positron and the anti-neutrino makes analysis of anti-neutrino energy spectra relatively straightforward. The neutron (n) typically captures on a hydrogen atom a few hundred microseconds later, producing a time coincident signal with the positron. This coincidence provides powerful background rejection.
</p><p>
Anti-neutrinos propagate (and therefore oscillate), a fraction of the electron anti-neutrinos produced in the nuclear reactors will change into muon or tau anti-neutrinos, which are not detected. For a fixed distance, the probability that a neutrino oscillates depends on its energy. Thus, the energy spectrum of electron anti-neutrinos observed at the detector differs significantly from the spectrum at production. The expected SNO+ reactor anti-neutrino spectrum (compared with a no oscillation scenario) is shown here, and depends on if the oscillation parameter agrees more with solar experiments (left) or KamLand (right):
<div class="box alt">
<div class="row gtr-50 gtr-uniform">
<div class="col-6"><span class="image fit"><img src="images/reactorsolar.png" alt="" /></span></div>
<div class="col-6"><span class="image fit"><img src="images/reactorkamland.png" alt="" /></span></div>
</div>
</div>
SNO+ will primarily measure anti-neutrinos from the Bruce, Pickering, and Darlington nuclear generating stations. Although it is not expected to detect as many events as KamLAND, the peaked structure in the summed oscillation spectrum is much sharper for SNO+ owing to the fortuitous positions of these three Canadian reactors.
</p><p>
</section>
</div>
<!-- Copyright -->
<div id="copyright">
<ul><li>© 2023 the SNO+ Experiment</li></ul>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>