-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
539 lines (494 loc) · 23.2 KB
/
index.html
File metadata and controls
539 lines (494 loc) · 23.2 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
<html>
<head>
<script src="scripts/jquery1-11-3.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<script src="scripts/bootstrap3-3-5.min.js"></script>
<script src="scripts/smooth-scroll.js"></script>
<script src="scripts/dygraphs.1.1.1.min.js"></script>
<script src="scripts/dygraph-extra.js"></script>
<script src="scripts/fitParams.js"></script>
<script src="scripts/fitParamsSCEPTAR.js"></script>
<script src="scripts/fitParamsLaBr.js"></script>
<link rel="stylesheet" type="text/css" href="css/efficiencyCalculator.css"/>
<script src="scripts/efficiencyCalculator.js"></script>
</head>
<body>
<!--header-->
<div class='branding header'>
<div class='col-md-1'>
<img src='img/logo.gif'></img>
</div>
<div class='col-md-11'>
<h1>GRIFFIN Efficiency Calculator</h1>
</div>
</div>
<!--navigation-->
<div class='sectionWrapper'>
<ul class='options'>
<li><a data-scroll class='btn btn-info btn-lg' href="#simulationDetails">Simulation Details</a></li>
<li><a class='btn btn-info btn-lg' href="https://www.triumf.info/wiki/tigwiki/index.php/GRIFFIN_User's_Web_Toolkit">Wiki Help</a></li>
<li><a class='btn btn-info btn-lg' href="http://mis.triumf.ca/science/planning/yield/beam">TRIUMF Yield Database</a></li>
<li><a class='btn btn-info btn-lg' href="http://www.nndc.bnl.gov/ensdf/">ENSDF</a></li>
<li><a class='btn btn-info btn-lg' href="http://bricc.anu.edu.au/">Bricc</a></li>
</ul>
</div>
<!--gamma efficiency plot + control-->
<div class='sectionWrapper'>
<div id='gammaPlot' class='col-md-9 plotWrap'></div>
<div id='gammaPlotControls' class='col-md-3 panel'>
<h2 id="controlTitle">Gamma Plot Options</h2>
<form id='plotOptions'>
<ul class='options'>
<li>
<input id="enableHPGe" type='checkbox' value='hpge' checked></input>
<label for='enableHPGe' class='large green'>HPGe</label>
</li>
<li>
<input id="enableLaBr3" type='checkbox' value='labr' checked></input>
<label for="enableLaBr3" class='large orange'>LaBr<sub>3</sub></label>
</li>
<li>
<input id="enableSiLi" type='checkbox' value='sili' checked></input>
<label for="enableSiLi" class='large blue'>Si(Li)</label>
</li>
</ul>
<div class='subsectionWrapper'>
<div class='UIchunk'>
<label for='minE'>Min E (keV)</label>
<input id='minE' class='small' type='number' value='10' min='1' step='any'></input>
</div>
<div class='UIchunk'>
<label for='maxE'>Max E (keV)</label>
<input id='maxE' class='small' type='number' value='3000' step='any'></input>
</div>
<div class='UIchunk'>
<span>Energy Scale:</span>
<input id='linEnergy' type='radio' name='energyScale' value='lin' checked></input>
<label for='linEnergy'>linear</label>
<input id='logEnergy' class='leftspace' type='radio' name='energyScale' value='log'></input>
<label for='logEnergy'>log</label>
</div>
</div>
<div class='subsectionWrapper topspace'>
<div class='UIchunk'>
<label for='minEffic'>Min Effic.</label>
<input id='minEffic' class='small' type='number' value='0' min='0' step='any'></input>
</div>
<div class='UIchunk'>
<label for='maxEffic'>Max Effic.</label>
<input id='maxEffic' class='small' type='number' value='1' max='1' step='any'></input>
</div>
<div class='UIchunk'>
<span>Effic. Scale:</span>
<input id='linEffic' type='radio' name='efficScale' value='lin' checked></input>
<label for='linEffic'>linear</label>
<input id='logEffic' class='leftspace' type='radio' name='efficScale' value='log'></input>
<label for='logEffic'>log</label>
</div>
</div>
<hr></hr>
<div id='HPGeControl'>
<div class='subsectionWrapper'>
<label for='chamberScheme'>Array configuration:</label>
<select id='chamberScheme'>
<option value='USEDSEnodescant'>Empty chamber</option>
<option value='USSDSSnodescant'>US SCEPTAR + DS SCEPTAR</option>
<option value='USPDSEnodescant'>US PACES + DS ZDS</option>
<option value='USEDSEdescant'>Empty chamber with DESCANT</option>
<option value='USSDSSdescant'>US SCEPTAR + DS SCEPTAR with DESCANT</option>
<option value='USPDSEdescant'>US PACES + DS ZDS with DESCANT</option>
</select>
</div>
<div class='subsectionWrapper'>
<label for='nHPGeSwitch'>No. HPGe</label>
<select id='nHPGeSwitch'>
<option value='11'>11</option>
<option value='12'>12</option>
<option value='15'>15</option>
<option vlaue='16'>16</option>
</select>
</div>
<div class='subsectionWrapper'>
<label for='HPGeDistanceSwitch'>HPGe Distance</label>
<select id='HPGeDistanceSwitch'>
<option value='11.0'>11.0 cm</option>
<option value='14.5'>14.5 cm</option>
</select>
</div>
<div class='subsectionWrapper'>
<label id='summingSchemeLabel' for='summingScheme'>HPGe Addback: </label>
<select id='summingScheme'>
<option value='crystal'>Single crystals</option>
<option value='clover'>Clover Addback</option>
</select>
</div>
<div class='subsectionWrapper'>
<label id='shieldsSchemeLabel' for='shieldsScheme'>BGO Shields: </label>
<select id='shieldsScheme'>
<option value='noshields'>No shields</option>
<option value='sideshields'>Side and back only</option>
<option value='fullshields'>Full shields</option>
</select>
</div>
<div class='subsectionWrapper'>
<label for='delrinSwitch'>Delrin Absorbers</label>
<select id='delrinSwitch'>
<option value='0'>None</option>
<option value='10'>10 mm</option>
<option value='20'>20 mm</option>
</select>
</div>
<hr></hr>
</div>
<div class='subsectionWrapper'>
<a id='saveGammaPlot' class='btn btn-success btn-lg'>Save Plot</a>
<input id='gammaPlotName' type='text' value='efficiencyPlot.png'></input>
</div>
<div class='subsectionWrapper topspace'>
<a id='saveGammaCSV' class='btn btn-success btn-lg'>Save CSV</a>
<input id='gammaCSVname' type='text' value='efficiencyPlot.csv'></input>
</div>
</form>
</div>
</div>
<!--beta efficiency plot + control-->
<div class='sectionWrapper'>
<div id='betaPlot' class='col-md-9 plotWrap'></div>
<div id='gammaPlotControls' class='col-md-3 panel'>
<h2>Beta Plot Options</h2>
<form id='betaPlotOptions'>
<div class='subsectionWrapper'>
<div class='UIchunk'>
<label for='minQ'>Min Q (keV)</label>
<input id='minQ' class='small' type='number' value='10' min='1' step='any'></input>
</div>
<div class='UIchunk'>
<label for='maxQ'>Max Q (keV)</label>
<input id='maxQ' class='small' type='number' value='3000' step='any'></input>
</div>
<div class='UIchunk'>
<span>Q Scale:</span>
<input id='linQ' type='radio' name='qScale' value='lin' checked></input>
<label for='linQ'>linear</label>
<input id='logQ' class='leftspace' type='radio' name='qScale' value='log'></input>
<label for='logQ'>log</label>
</div>
</div>
<div class='subsectionWrapper topspace'>
<div class='UIchunk'>
<label for='minQEffic'>Min Effic.</label>
<input id='minQEffic' class='small' type='number' value='0' min='0' step='any'></input>
</div>
<div class='UIchunk'>
<label for='maxQEffic'>Max Effic.</label>
<input id='maxQEffic' class='small' type='number' value='1' max='1' step='any'></input>
</div>
<div class='UIchunk'>
<span>Effic. Scale:</span>
<input id='linQEffic' type='radio' name='qefficScale' value='lin' checked></input>
<label for='linQEffic'>linear</label>
<input id='logQEffic' class='leftspace' type='radio' name='qefficScale' value='log'></input>
<label for='logQEffic'>log</label>
</div>
</div>
<hr></hr>
<div class='subsectionWrapper'>
<label for='decayMode'>Decay Mode: </label>
<select id='decayMode'>
<option value='1'>β<sup>+</sup></option>
<option value='-1'>β<sup>-</sup></option>
</select>
</div>
<div class='subsectionWrapper'>
<label for='parentZ'>β parent Z: </label>
<select id='parentZ'>
<option value='1'>1</option>
<option value='5'>5</option>
<option vlaue='10'>10</option>
<option vlaue='25'>25</option>
<option vlaue='50'>50</option>
<option vlaue='75'>75</option>
<option vlaue='100'>100</option>
</select>
</div>
<div class='subsectionWrapper'>
<label for='betaThreshold'>SCEPTAR threshold:</label>
<select id='betaThreshold'>
<option value='0'>0</option>
<option value='25'>25</option>
<option vlaue='50'>50</option>
<option value='75'>75</option>
<option vlaue='100'>100</option>
</select>
<label for='scpThresh'> keV</label>
</div>
<hr></hr>
<div class='subsectionWrapper'>
<a id='saveBetaPlot' class='btn btn-success btn-lg'>Save Plot</a>
<input id='betaPlotName' type='text' value='efficiencyPlot.png'></input>
</div>
<div class='subsectionWrapper topspace'>
<a id='saveBetaCSV' class='btn btn-success btn-lg'>Save CSV</a>
<input id='betaCSVname' type='text' value='efficiencyPlot.csv'></input>
</div>
</form>
</div>
</div>
<!--coincidence counting-->
<div class='sectionWrapper'>
<div class='col-lg-4 panel'>
<h2 id="singlesWidgetTitle" class="widgetTitle">Singles</h2>
<div id="singlesWidgetEffLabel" class='subsectionWrapper'></div>
<form id='singlesForm'>
<div class='subsectionWrapper'>
<select id="singlesDetectors">
<option value="HPGe">HPGe</option>
<option value="LaBr3">LaBr3</option>
<option value="SiLi">Si(Li)</option>
<option value="SCEPTAR">SCEPTAR</option>
</select>
<label id="singlesDetectorsLabel" for="singlesDetectors">at</label>
<input id="singlesInputEnergy" class='small' value="100" min="0" step="any" type="number">
<label id="singlesEnergyLabel" for="singlesInputEnergy">keV and</label>
<input id="singlesBR" class='small' value="1" min="0" max="1" step="any" type="number">
<label id="singlesBRLabel" for="singlesBR">BR,</label>
</div>
<div class='subsectionWrapper'>
<label id="singlesIntensityLabelb" for="singlesIntensity">w/ beam intensity</label>
<input id="singlesIntensity" class='mid' value="1E6" min="0" step="any" type="number">
<label id="singlesIntensityLabel" for="singlesIntensity">pps,</label>
</div>
<div class='subsectionWrapper'>
<label id="singlesDutyCycleLabel" for="singlesDutyCycle">and duty cycle </label>
<input id="singlesDutyCycle" class='small' value="100" min="0" max="100" step="any" type="number">
<label id="singlesDutyCycleLabelB" for="singlesDutyCycle">%:</label>
</div>
<div class='report'>
<div class='subsectionWrapper'>
<label id="singlesEfficiencyLabel" for="singlesEfficiency">Efficiency: </label>
<span class='reporting' id="singlesEfficiency">0.00</span>
</div>
<div class='subsectionWrapper'>
<label id="singlesRateLabel" for="singlesRate">Detected Events: </label>
<span class='reporting' id="singlesRate">0.00</span>
<select id="singlesPeriod">
<option value="1">per second</option>
<option value="3600">per hour</option>
<option value="43200">per 12 hours</option>
</select>
</div>
<div class='subsectionWrapper'>
<label id="nSinglesLabelb" for="nSingles">Or </label>
<input id="nSingles" class='mid' value="1E6" min="0" step="any" type="number">
<label id="nSinglesLabel" for="nSingles">counts accrue in</label>
<span class='reporting' id="nSinglesTime" class="widgetResult">0.00 s</span>
</div>
</div>
</form>
</div>
<div id='coincidenceWidget' class='col-lg-4 panel'>
<h2 id="coincWidgetTitle">Coincidences</h2>
<div id="coincWidgetEffLabel" class='subsectionWrapper'></div>
<form id='coincForm'>
<div class='subsectionWrapper'>
<select id="coincDetectorsA">
<option value="HPGe">HPGe</option>
<option value="LaBr3">LaBr3</option>
<option value="SiLi">Si(Li)</option>
<option value="SCEPTAR">SCEPTAR</option>
</select>
<label id="coincDetectorsAlabel" for="coincDetectorsA">at</label>
<input id="coincEnergy1" class='small' value="100" min="0" step="any" type="number">
<label id="coincEnergyLabel1" for="coincEnergy1">keV and </label>
<input id="coincBR1" class='small' value="1" min="0" max="1" step="any" type="number">
<label id="coincBRLabel1" for="coincBR1">BR + </label>
</div>
<div class='subsectionWrapper'>
<select id="coincDetectorsB">
<option value="HPGe">HPGe</option>
<option value="LaBr3">LaBr3</option>
<option value="SiLi">Si(Li)</option>
<option value="SCEPTAR">SCEPTAR</option>
</select>
<label id="coincDetectorsBlabel" for="coincDetectorsB">at</label>
<input id="coincEnergy2" class='small' value="100" min="0" step="any" type="number">
<label id="coincEnergyLabel2" for="coincEnergy2">keV and </label>
<input id="coincBR2" class='small' value="1" min="0" max="1" step="any" type="number">
<label id="coincBRLabel2" for="coincBR2">BR,</label>
</div>
<div class='subsectionWrapper'>
<label id="coincIntensityLabelb" for="coincIntensity">with beam intensity</label>
<input id="coincIntensity" class='mid' value="1E6" min="0" step="any" type="number">
<label id="coincIntensityLabel" class="inputLabel" for="coincIntensity">pps,</label>
</div>
<div class='subsectionWrapper'>
<label id="coincDutyCycleLabel" for="coincDutyCycle">and duty cycle </label>
<input id="coincDutyCycle" class='small' value="100" min="0" max="100" step="any" type="number">
<label id="coincDutyCycleLabelB" for="coincDutyCycle">%:</label>
</div>
<div class='report'>
<div class='subsectionWrapper'>
<label id="coincEfficiencyLabel" for="coincEfficiency">Efficiency: </label>
<span class='reporting' id="coincEfficiency">0.00</span>
</div>
<div class='subsectionWrapper'>
<label id="coincRateLabel" for="coincRate">Detected Events: </label>
<span class='reporting' id="coincRate">0.00</span>
<select id="coincPeriod">
<option value="1">per second</option>
<option value="3600">per hour</option>
<option value="43200">per 12 hours</option>
</select>
</div>
<div class='subsectionWrapper'>
<label id="nCoincLabelb" for="nCoinc">Or</label>
<input id="nCoinc" class='mid' value="1E6" min="0" step="any" type="number">
<label id="nCoincLabel" class="inputLabel" for="nCoinc">counts accrue in</label>
<span class='reporting' id="nCoincTime">0.00 s</span>
</div>
</div>
</form>
</div>
<div id='triplesWidget' class='col-lg-4 panel'>
<h2 id="triplesWidgetTitle">Triples</h2>
<div id="triplesWidgetEffLabel" class='subsectionWrapper'></div>
<form id='triplesForm'>
<div class='subsectionWrapper'>
<select id="triplesDetectorsA">
<option value="HPGe">HPGe</option>
<option value="LaBr3">LaBr3</option>
<option value="SiLi">Si(Li)</option>
<option value="SCEPTAR">β Tag (SCEPTAR)</option>
<option value="DESCANT">DESCANT</option>
<option value="SCEPTARZDS">β Tag (SCEPTAR + ZDS)</option>
<option value="SCEPTARPACES">β Tag (SCEPTAR + Si(Li))</option>
<option value="PACESZDS">β Tag (Si(Li) + ZDS)</option>
</select>
<label id="triplesDetectorsAlabel" for="triplesDetectorsA">at</label>
<input id="triplesEnergy1" class="small" value="100" min="0" step="any" type="number">
<label id="triplesEnergyLabel1" for="triplesEnergy1">keV and </label>
<input id="triplesBR1" class="small" value="1" min="0" max="1" step="any" type="number">
<label id="triplesBRLabel1" class="inputLabel" for="triplesBR1">BR + </label>
</br>
<div class='subsectionWrapper'>
<select id="triplesDetectorsB">
<option value="HPGe">HPGe</option>
<option value="LaBr3">LaBr3</option>
<option value="SiLi">Si(Li)</option>
<option value="SCEPTAR">β Tag (SCEPTAR)</option>
<option value="DESCANT">DESCANT</option>
<option value="SCEPTARZDS">β Tag (SCEPTAR + ZDS)</option>
<option value="SCEPTARPACES">β Tag (SCEPTAR + Si(Li))</option>
<option value="PACESZDS">β Tag (Si(Li) + ZDS)</option>
</select>
<label id="triplesDetectorsBlabel" for="triplesDetectorsB">at</label>
<input id="triplesEnergy2" class="small" value="100" min="0" step="any" type="number">
<label id="triplesEnergyLabel2" for="triplesEnergy2">keV and </label>
<input id="triplesBR2" class="small" value="1" min="0" max="1" step="any" type="number">
<label id="triplesBRLabel2" for="triplesBR2">BR + </label>
</div>
<div class='subsectionWrapper'>
<select id="triplesDetectorsC">
<option value="HPGe">HPGe</option>
<option value="LaBr3">LaBr3</option>
<option value="SiLi">Si(Li)</option>
<option value="SCEPTAR">β Tag (SCEPTAR)</option>
<option value="DESCANT">DESCANT</option>
<option value="SCEPTARZDS">β Tag (SCEPTAR + ZDS)</option>
<option value="SCEPTARPACES">β Tag (SCEPTAR + Si(Li))</option>
<option value="PACESZDS">β Tag (Si(Li) + ZDS)</option>
</select>
<label id="triplesDetectorsClabel" for="triplesDetectorsC">at</label>
<input id="triplesEnergy3" class="small" value="100" min="0" step="any" type="number">
<label id="triplesEnergyLabel3" for="triplesEnergy3">keV and </label>
<input id="triplesBR3" class="small" value="1" min="0" max="1" step="any" type="number">
<label id="triplesBRLabel3" for="triplesBR3">BR,</label>
</div>
<div class='subsectionWrapper'>
<label id="triplesIntensityLabelb" for="triplesIntensity">with beam intensity</label>
<input id="triplesIntensity" class='mid' value="1E6" min="0" step="any" type="number">
<label id="triplesIntensityLabel" for="triplesIntensity">pps, </label>
</div>
<div class='subsectionWrapper'>
<label id="triplesDutyCycleLabel" for="triplesDutyCycle">and duty cycle </label>
<input id="triplesDutyCycle" class="small" value="100" min="0" max="100" step="any" type="number">
<label id="triplesDutyCycleLabelB" for="triplesDutyCycle">%:</label>
</div>
<div class='report'>
<div class='subsectionWrapper'>
<label id="triplesEfficiencyLabel" for="triplesEfficiency">Efficiency: </label>
<span class='reporting' id="triplesEfficiency">0.00</span>
</div>
<div class='subsectionWrapper'>
<label id="triplesRateLabel" for="triplesRate">Detected Events: </label>
<span class='reporting' id="triplesRate">0.00</span>
<select id="triplesPeriod">
<option value="1">per second</option>
<option value="3600">per hour</option>
<option value="43200">per 12 hours</option>
</select>
</div>
<div class='subsectionWrapper'>
<label id="nTriplesLabelb" for="nTriples">Or</label>
<input id="nTriples" class='mid' value="1E6" min="0" step="any" type="number">
<label id="nTriplesLabel" for="nTriples">counts accrue in</label>
<span class='reporting' id="nTriplesTime">0.00 s</span>
</div>
</div>
</form>
</div>
</div>
</div>
<!--Notes & references-->
<div id='simulationDetails' class='sectionWrapper panel'>
<div>
<h2>Simulation Details</h2>
<ul>
<li>HPGe GEANT4 Simulation: 8th order polynomial fit including selected vacuum chamber.</li>
<li>LaBr3 GEANT4 Simulation: 8th order polynomial fit above 40 keV including SCEPTAR and Delrin vacuum chamber.</li>
<li>Si(Li) Simulation: Relative Efficiency curve shape based on formalism referenced in Radiation Detection & Measurement (G.F. Knoll, Wiley 2000). Note that the Si(Li) simulations are known to differ from experiment at the 30% level. An absolute normalization is applied to match the empircal online performance observed in 2018/2019 beamtimes of 2%.</li>
<li>SCEPTAR GEANT4 Simulation: triple Fermi function fit adjusted to asymptotically approach 0.8 at high Q per experiment. Low-Q position efficiencies fixed to 0.065% per simulated annihilation photopeak efficiency.</li>
<li>
The following four configuration efficiencies are based on solid angle coverage of detectors:
<ul>
<li>DESCANT: 27% efficient between 1 and 5 MeV; efficiency lower outside this range, and no value is reported here.</li>
<li>SCEPTAR + ZDS: 80% efficient for beta tag.</li>
<li>SCEPTAR + PACES: 40% efficient for beta tag.</li>
<li>PACES + ZDS: 40% efficient for beta tag.</li>
</ul>
</li>
</ul>
<h2>References</h2>
<ul>
<li>For more details of the GRIFFIN spectrometer see the <a href='https://doi.org/10.1016/j.nima.2018.11.115'>NIM Article</a> and (<a href='https://griffin.triumf.ca'>GRIFFIN website</a>)</li>
<li>HPGe Simulations: Originally developed by E. Rand<sup>1</sup>, different configurations simulated by A. Ibrahim<sup>1</sup> and M. Stuck<sup>1</sup> with oversight from C. Svensson<sup>1</sup></li>
<li>LaBr3, SCEPTAR Simulations: E. Rand<sup>1</sup></li>
<li>Si(Li) Simulation: T. Ma<sup>2, 3</sup>, D. Cross<sup>2</sup>, R. Dunlop<sup>1</sup>, W. Mills<sup>3</sup>, Z. -M. Wang<sup>2, 3</sup>, C. Andreoiu<sup>2</sup></li>
<li>Web App: Built by W. Mills<sup>3</sup> (<a href='https://github.com/GRIFFINCollaboration/efficiencyCalculator'>source</a>), and maintained by A. Garnsworthy<sup>3</sup></li>
</ul>
<ul class='list-unstyled'>
<li><sup>1</sup> University of Guelph, Guelph, ON, Canada, N1G 2W1</li>
<li><sup>2</sup> Simon Fraser University, Burnaby, BC, Canada, V5A 1S6</li>
<li><sup>3</sup> TRIUMF, 4004 Wesbrook Mall, Vancouver, BC, Canada, V6T 2A3</li>
</ul>
</div>
</div>
<div id='footer' class='branding footer'>
<h3>Built at TRIUMF</h3>
<div class='col-md-4'>
<div>© 2013-2015 GRIFFIN Collaboration</div>
<div>Citation DOI: <a href="http://dx.doi.org/10.5281/zenodo.35023"><img src="https://zenodo.org/badge/doi/10.5281/zenodo.35023.svg" alt="10.5281/zenodo.35023"></a></div>
<a href='https://github.com/GRIFFINCollaboration/efficiencyTracker'>Source on GitHub</a>
</div>
<div class='col-md-8'></div>
</div>
<img class='hidden' id='gammaPNG'></img>
<img class='hidden' id='betaPNG'></img>
<script>
//smooth scrolling guts
smoothScroll.init();
//kick off dygraph + ui setup
setup();
</script>
</body>
</hmtl>