-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path0vbb.html
More file actions
111 lines (95 loc) · 5.22 KB
/
0vbb.html
File metadata and controls
111 lines (95 loc) · 5.22 KB
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
<!DOCTYPE HTML>
<!--
Benjamin Tam (benjamin.tam@queensu.ca)
for the SNO+ Collaboration
11 March 2023
-->
<html>
<head>
<title>SNO+: Neutrinoless Double Beta Decay</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 primary">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">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>Neutrinoless Double Beta Decay</h2>
<p>One of the most important open questions in physics is whether the neutrino is a Majorana fermion (as opposed to a Dirac fermion like other leptons). If so, the neutrino and anti-neutrino are identical particles. Many theories predict that neutrinos are Majorana particles, as this would allow for a mechanism that naturally explains the smallness of the neutrino mass. </p>
<p>The most promising way to discover Majorana neutrinos is through the detection of <b>neutrinoless double beta decay</b> (0νββ). The standard double beta decay process (2νββ) has been observed in a handful of nuclei, and occurs when a parent nucleus decays to a daugher nucleus via:
<center>(A, Z) → (A, Z + 2) + 2e<sup>-</sup> + 2ν̄<sub>e</sub></center>
In 0νββ, which is forbidden in the standard model, no neutrinos are emitted and the lepton number is violated by two units:
<center>(A, Z) → (A, Z + 2) + 2e<sup>-</sup></center>
In the standard interpretation, where 0νββ is mediated through light Majorana neutrino exchange, the neutrino can be absorbed at the vertex, as shown here:
</p><p>
<figure>
<center>
<img src="images/feynman.png" alt="Feynman diagram of neutrinoless double beta decay" style="width:35%">
<!-- <figcaption>Figure 1: Feynman diagram of 0νββ decay driven by a light Majorana neutrino exchange.</figcaption> -->
</center>
</figure>
</p><p>
The 0νββ process is distinguished from 2νββ decays because it produces events at the endpoint of the decay energy spectrum. These are rare processes and detectors require large amounts of isotope to search for double beta decay.
</p><p>
The SNO+ experiment selected <sup>130</sup>Te as its 0νββ isotope. <sup>130</sup>Te was chosen because of its high natural abundance (34%), relatively high Q-value to avoid low energy radioactive backgrounds, and because it can be loaded into scintillator while maintaining excellent optical properties.
</p><p>
Assuming an m<sub>ββ</sub> of 100 meV (which is around the level of the best current limit from KamLAND-Zen), the expected energy spectrum of the background and signal for SNO+ (after analysis cuts) is shown here:
<figure>
<center>
<img src="images/bkg.png" alt="SNO+ expected energy spectrum" style="width:75%">
<!-- <figcaption>Figure 2: SNO+ Energy spectrum.</figcaption> -->
</center>
</figure>
</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>