-
Notifications
You must be signed in to change notification settings - Fork 1
/
james_argon_bib.bib
1345 lines (1221 loc) · 62.1 KB
/
james_argon_bib.bib
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
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
% Encoding: UTF-8
@article{ChrisKaons,
title = {Measurement of ${K}^{+}$ production in charged-current ${\ensuremath{\nu}}_{\ensuremath{\mu}}$ interactions},
author = {Marshall, C. M. and Aliaga, L. and Altinok, O. and Bellantoni, L. and Bercellie, A. and Betancourt, M. and Bodek, A. and Bravar, A. and Budd, H. and Cai, T. and Carneiro, M. F. and Chvojka, J. and da Motta, H. and Devan, J. and Dytman, S. A. and D\'{\i}az, G. A. and Eberly, B. and Endress, E. and Felix, J. and Fields, L. and Filkins, A. and Fine, R. and Gago, A. M. and Galindo, R. and Gallagher, H. and Ghosh, A. and Golan, T. and Gran, R. and Griswold, S. and Harris, D. A. and Higuera, A. and Hurtado, K. and Kiveni, M. and Kleykamp, J. and Kordosky, M. and Le, T. and Maher, E. and Majoros, I. and Manly, S. and Mann, W. A. and Martinez Caicedo, D. A. and McFarland, K. S. and McGivern, C. L. and McGowan, A. M. and Messerly, B. and Miller, J. and Mislivec, A. and Morf\'{\i}n, J. G. and Mousseau, J. and Naples, D. and Nelson, J. K. and Norrick, A. and Nuruzzaman and Osta, J. and Paolone, V. and Park, J. and Patrick, C. E. and Perdue, G. N. and Rakotondravohitra, L. and Ramirez, M. A. and Ransome, R. D. and Ray, H. and Ren, L. and Rimal, D. and Rodrigues, P. A. and Rosenberg, M. and Ruterbories, D. and Schellman, H. and Schmitz, D. W. and Shadler, L. A. and Simon, C. and Solano Salinas, C. J. and S\'anchez, S. F. and Tice, B. G. and Valencia, E. and Walton, T. and Wang, Z. and Watkins, P. and Wiley, K. and Wolcott, J. and Wospakrik, M. and Zhang, D.},
collaboration = {MINERvA Collaboration},
journal = {Phys. Rev. D},
volume = {94},
issue = {1},
pages = {012002},
numpages = {13},
year = {2016},
month = {Jul},
publisher = {American Physical Society},
doi = {10.1103/PhysRevD.94.012002},
url = {https://link.aps.org/doi/10.1103/PhysRevD.94.012002}
}
@article{SuperKSolar,
title = {Solar neutrino measurements in Super-Kamiokande-I},
author = {Hosaka, J. and Ishihara, K. and Kameda, J. and Koshio, Y. and Minamino, A. and Mitsuda, C. and Miura, M. and Moriyama, S. and Nakahata, M. and Namba, T. and Obayashi, Y. and Sakurai, N. and Sarrat, A. and Shiozawa, M. and Suzuki, Y. and Takeuchi, Y. and Yamada, S. and Higuchi, I. and Ishitsuka, M. and Kajita, T. and Kaneyuki, K. and Mitsuka, G. and Nakayama, S. and Nishino, H. and Okada, A. and Okumura, K. and Saji, C. and Takenaga, Y. and Clark, S. and Desai, S. and Kearns, E. and Likhoded, S. and Stone, J. L. and Sulak, L. R. and Wang, W. and Goldhaber, M. and Casper, D. and Cravens, J. P. and Kropp, W. R. and Liu, D. W. and Mine, S. and Smy, M. B. and Sobel, H. W. and Sterner, C. W. and Vagins, M. R. and Ganezer, K. S. and Hill, J. and Keig, W. E. and Jang, J. S. and Kim, J. Y. and Lim, I. T. and Scholberg, K. and Walter, C. W. and Ellsworth, R. W. and Tasaka, S. and Guillian, G. and Kibayashi, A. and Learned, J. G. and Matsuno, S. and Messier, M. D. and Hayato, Y. and Ichikawa, A. K. and Ishida, T. and Ishii, T. and Iwashita, T. and Kobayashi, T. and Nakadaira, T. and Nakamura, K. and Nitta, K. and Oyama, Y. and Totsuka, Y. and Suzuki, A. T. and Hasegawa, M. and Kato, I. and Maesaka, H. and Nakaya, T. and Nishikawa, K. and Sasaki, T. and Sato, H. and Yamamoto, S. and Yokoyama, M. and Haines, T. J. and Dazeley, S. and Kim, B. K. and Lee, K. B. and Hatakeyama, S. and Svoboda, R. and Blaufuss, E. and Goodman, J. A. and Sullivan, G. W. and Turcan, D. and Cooley, J. and Habig, A. and Fukuda, Y. and Sato, T. and Itow, Y. and Jung, C. K. and Kato, T. and Kobayashi, K. and Malek, M. and Martens, K. and Mauger, C. and McGrew, C. and Sharkey, E. and Yanagisawa, C. and Tamura, N. and Sakuda, M. and Kuno, Y. and Yoshida, M. and Kim, S. B. and Yoo, J. and Okazawa, H. and Ishizuka, T. and Choi, Y. and Seo, H. K. and Gando, Y. and Hasegawa, T. and Inoue, K. and Shirai, J. and Suzuki, A. and Nishijima, K. and Ishino, H. and Watanabe, Y. and Koshiba, M. and Kielczewska, D. and Zalipska, J. and Berns, H. G. and Gran, R. and Shiraishi, K. K. and Stachyra, A. L. and Washburnand, K. and Wilkes, R. J.},
collaboration = {Super-Kamiokande Collaboration},
journal = {Phys. Rev. D},
volume = {73},
issue = {11},
pages = {112001},
numpages = {33},
year = {2006},
month = {Jun},
publisher = {American Physical Society},
doi = {10.1103/PhysRevD.73.112001},
url = {https://link.aps.org/doi/10.1103/PhysRevD.73.112001}
}
@article{Solar,
author = "Maltoni, Michele and Smirnov, Alexei {\relax Yu}.",
title = "{Solar neutrinos and neutrino physics}",
journal = "Eur. Phys. J.",
volume = "A52",
year = "2016",
number = "4",
pages = "87",
doi = "10.1140/epja/i2016-16087-0",
eprint = "1507.05287",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "IFT-UAM-CSIC-15-069",
SLACcitation = "%%CITATION = ARXIV:1507.05287;%%"
}
@article{SuperKSolar2,
title = {First Indication of Terrestrial Matter Effects on Solar Neutrino Oscillation},
author = {Renshaw, A. and Abe, K. and Hayato, Y. and Iyogi, K. and Kameda, J. and Kishimoto, Y. and Miura, M. and Moriyama, S. and Nakahata, M. and Nakano, Y. and Nakayama, S. and Sekiya, H. and Shiozawa, M. and Suzuki, Y. and Takeda, A. and Takenaga, Y. and Tomura, T. and Ueno, K. and Yokozawa, T. and Wendell, R. A. and Irvine, T. and Kajita, T. and Kaneyuki, K. and Lee, K. P. and Nishimura, Y. and Okumura, K. and McLachlan, T. and Labarga, L. and Berkman, S. and Tanaka, H. A. and Tobayama, S. and Kearns, E. and Raaf, J. L. and Stone, J. L. and Sulak, L. R. and Goldhabar, M. and Bays, K. and Carminati, G. and Kropp, W. R. and Mine, S. and Smy, M. B. and Sobel, H. W. and Ganezer, K. S. and Hill, J. and Keig, W. E. and Hong, N. and Kim, J. Y. and Lim, I. T. and Akiri, T. and Himmel, A. and Scholberg, K. and Walter, C. W. and Wongjirad, T. and Ishizuka, T. and Tasaka, S. and Jang, J. S. and Learned, J. G. and Matsuno, S. and Smith, S. N. and Hasegawa, T. and Ishida, T. and Ishii, T. and Kobayashi, T. and Nakadaira, T. and Nakamura, K. and Oyama, Y. and Sakashita, K. and Sekiguchi, T. and Tsukamoto, T. and Suzuki, A. T. and Takeuchi, Y. and Bronner, C. and Hirota, S. and Huang, K. and Ieki, K. and Ikeda, M. and Kikawa, T. and Minamino, A. and Nakaya, T. and Suzuki, K. and Takahashi, S. and Fukuda, Y. and Choi, K. and Itow, Y. and Mitsuka, G. and Mijakowski, P. and Hignight, J. and Imber, J. and Jung, C. K. and Yanagisawa, C. and Ishino, H. and Kibayashi, A. and Koshio, Y. and Mori, T. and Sakuda, M. and Yano, T. and Kuno, Y. and Tacik, R. and Kim, S. B. and Okazawa, H. and Choi, Y. and Nishijima, K. and Koshiba, M. and Totsuka, Y. and Yokoyama, M. and Martens, K. and Marti, Ll. and Vagins, M. R. and Martin, J. F. and de Perio, P. and Konaka, A. and Wilking, M. J. and Chen, S. and Zhang, Y. and Wilkes, R. J.},
collaboration = {The Super-Kamiokande Collaboration},
journal = {Phys. Rev. Lett.},
volume = {112},
issue = {9},
pages = {091805},
numpages = {6},
year = {2014},
month = {Mar},
publisher = {American Physical Society},
doi = {10.1103/PhysRevLett.112.091805},
url = {https://link.aps.org/doi/10.1103/PhysRevLett.112.091805}
}
@article{SuperKKaons,
title = {Search for proton decay via $p\ensuremath{\rightarrow}\ensuremath{\nu}{K}^{+}$ using $260\text{ }\text{ }\mathrm{kiloton}\ifmmode\cdot\else\textperiodcentered\fi{}\mathrm{year}$ data of Super-Kamiokande},
author = {Abe, K. and Hayato, Y. and Iyogi, K. and Kameda, J. and Miura, M. and Moriyama, S. and Nakahata, M. and Nakayama, S. and Wendell, R. A. and Sekiya, H. and Shiozawa, M. and Suzuki, Y. and Takeda, A. and Takenaga, Y. and Ueno, K. and Yokozawa, T. and Kaji, H. and Kajita, T. and Kaneyuki, K. and Lee, K. P. and Okumura, K. and McLachlan, T. and Labarga, L. and Kearns, E. and Raaf, J. L. and Stone, J. L. and Sulak, L. R. and Goldhaber, M. and Bays, K. and Carminati, G. and Kropp, W. R. and Mine, S. and Renshaw, A. and Smy, M. B. and Sobel, H. W. and Ganezer, K. S. and Hill, J. and Keig, W. E. and Jang, J. S. and Kim, J. Y. and Lim, I. T. and Albert, J. B. and Scholberg, K. and Walter, C. W. and Wongjirad, T. and Ishizuka, T. and Tasaka, S. and Learned, J. G. and Matsuno, S. and Smith, S. N. and Hasegawa, T. and Ishida, T. and Ishii, T. and Kobayashi, T. and Nakadaira, T. and Nakamura, K. and Nishikawa, K. and Oyama, Y. and Sakashita, K. and Sekiguchi, T. and Tsukamoto, T. and Suzuki, A. T. and Takeuchi, Y. and Ieki, K. and Ikeda, M. and Kubo, H. and Minamino, A. and Murakami, A. and Nakaya, T. and Fukuda, Y. and Choi, K. and Itow, Y. and Mitsuka, G. and Miyake, M. and Mijakowski, P. and Hignight, J. and Imber, J. and Jung, C. K. and Taylor, I. and Yanagisawa, C. and Ishino, H. and Kibayashi, A. and Koshio, Y. and Mori, T. and Sakuda, M. and Takeuchi, J. and Kuno, Y. and Kim, S. B. and Okazawa, H. and Choi, Y. and Nishijima, K. and Koshiba, M. and Totsuka, Y. and Yokoyama, M. and Martens, K. and Marti, Ll. and Obayashi, Y. and Vagins, M. R. and Chen, S. and Sui, H. and Yang, Z. and Zhang, H. and Connolly, K. and Dziomba, M. and Wilkes, R. J.},
collaboration = {Super-Kamiokande Collaboration},
journal = {Phys. Rev. D},
volume = {90},
issue = {7},
pages = {072005},
numpages = {14},
year = {2014},
month = {Oct},
publisher = {American Physical Society},
doi = {10.1103/PhysRevD.90.072005},
url = {https://link.aps.org/doi/10.1103/PhysRevD.90.072005}
}
@ARTICLE{G10Breakdown,
author={E. Tuncer and I. Sauers and D. R. James and A. R. Ellis},
journal={IEEE Transactions on Applied Superconductivity},
title={Electrical Insulation Characteristics of Glass Fiber Reinforced Resins},
year={2009},
volume={19},
number={3},
pages={2359-2362},
keywords={cryogenics;dielectric properties;electric breakdown;epoxy insulation;glass fibre reinforced plastics;resins;electrical insulation;glass fiber reinforced resin;nonmetallic structural material;cryogenic power application;GFRP;glass fiber cloth;epoxy resin;dielectric property;cryogenic temperature;electrical apparatus;cryogenic application;dielectric breakdown strength;GFFR thickness;Dielectrics and electrical insulation;Glass;Cryogenics;Dielectric materials;Fiber reinforced plastics;Epoxy resins;Temperature;Testing;Nitrogen;Dielectric breakdown;Dielectric strength;fiber reinforced resin;G10;high voltage breakdown;impulse},
doi={10.1109/TASC.2009.2018748},
ISSN={1051-8223},
month={June},}
@article{single,
author = "Abi, B. and others",
title = "{The DUNE Far Detector Interim Design Report, Volume 2:
Single-Phase Module}",
collaboration = "DUNE",
year = "2018",
eprint = "1807.10327",
archivePrefix = "arXiv",
primaryClass = "physics.ins-det",
reportNumber = "FERMILAB-DESIGN-2018-03",
SLACcitation = "%%CITATION = ARXIV:1807.10327;%%"
}
@article{dual,
author = "Abi, B. and others",
title = "{The DUNE Far Detector Interim Design Report, Volume 3:
Dual-Phase Module}",
collaboration = "DUNE",
year = "2018",
eprint = "1807.10340",
archivePrefix = "arXiv",
primaryClass = "physics.ins-det",
reportNumber = "FERMILAB-DESIGN-2018-04",
SLACcitation = "%%CITATION = ARXIV:1807.10340;%%"
}
@article{Rayleigh,
author = "Grace, Emily and Nikkel, James A.",
title = "{Index of refraction, Rayleigh scattering length, and
Sellmeier coefficients in solid and liquid argon and
xenon}",
journal = "Nucl. Instrum. Meth.",
volume = "A867",
year = "2017",
pages = "204-208",
doi = "10.1016/j.nima.2017.06.031",
eprint = "1502.04213",
archivePrefix = "arXiv",
primaryClass = "physics.ins-det",
SLACcitation = "%%CITATION = ARXIV:1502.04213;%%"
}
@article{scintillationEfield,
author = "Kubota, Shinzou and Hishida, Masahiko and Suzuki, Masayo
and Ruan(Gen, Jian-zhi",
title = "{Dynamical behavior of free electrons in the
recombination process in liquid argon, krypton, and
xenon}",
journal = "Phys. Rev.",
volume = "B20",
year = "1979",
number = "8",
pages = "3486",
doi = "10.1103/PhysRevB.20.3486",
SLACcitation = "%%CITATION = PHRVA,B20,3486;%%"
}
@article{scintillationdEdx,
title = {Effect of ionization density on the time dependence of luminescence from liquid argon and xenon},
author = {Hitachi, Akira and Takahashi, Tan and Funayama, Nobutaka and Masuda, Kimiaki and Kikuchi, Jun and Doke, Tadayoshi},
journal = {Phys. Rev. B},
volume = {27},
issue = {9},
pages = {5279--5285},
numpages = {0},
year = {1983},
month = {May},
publisher = {American Physical Society},
doi = {10.1103/PhysRevB.27.5279},
url = {https://link.aps.org/doi/10.1103/PhysRevB.27.5279}
}
@article{scintillation,
author = "Heindl, T. and Dandl, T. and Fedenev, A. and Hofmann, M. and Krücken, R. and Oberauer, L. and Potzel, W. and Wieser, J. and Ulrich, A.",
title = "{Table-top setup for investigating the scintillation properties of liquid argon}",
journal = "JINST",
volume = "6",
year = "2011",
pages = "P02011",
doi = "10.1088/1748-0221/6/02/P02011",
eprint = "1511.07720",
archivePrefix = "arXiv",
primaryClass = "physics.ins-det",
SLACcitation = "%%CITATION = ARXIV:1511.07720;%%"
}
@InProceedings{Neutrons,
Title = {{Light Readout for Neutron Tagging in DUNE Near-Detector}},
Author = {P. P. Koller},
Booktitle = {ArgonCuber Collaboration Meeting},
Year = {2018},
Month = {6},
Owner = {damian},
Timestamp = {2018.06.13},
Url = {https://indico.cern.ch/event/721385/contributions/3034655/}
}
@article{Far_Detectors,
author = "Acciarri, R. and others",
title = "{Long-Baseline Neutrino Facility (LBNF) and Deep Underground Neutrino Experiment (DUNE) : Conceptual Design Report, Volume 4 The DUNE Detectors at LBNF}",
collaboration = "DUNE",
year = "2016",
eprint = "1601.02984",
archivePrefix = "arXiv",
primaryClass = "physics.ins-det",
reportNumber = "FERMILAB-DESIGN-2016-04",
SLACcitation = "%%CITATION = ARXIV:1601.02984;%%"
}
@article{ICARUS_detector,
title = "Design, construction and tests of the ICARUS T600 detector",
journal = "Nuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment",
volume = "527",
number = "3",
pages = "329 - 410",
year = "2004",
issn = "0168-9002",
doi = "https://doi.org/10.1016/j.nima.2004.02.044",
url = "http://www.sciencedirect.com/science/article/pii/S0168900204004966",
author = "Amerio, S. and others"
}
@Article{hardon,
Title = {{Calorimetry in High-Energy Physics}},
Author = {C W Fabjan and T Ludlam},
Journal = {Annual Review of Nuclear and Particle Science},
Year = {1982},
Number = {1},
Pages = {335-389},
Volume = {32},
Doi = {10.1146/annurev.ns.32.120182.002003},
Eprint = { https://doi.org/10.1146/annurev.ns.32.120182.002003
},
Url = { https://doi.org/10.1146/annurev.ns.32.120182.002003
}
}
@article{FIAL_HV,
author = "Acciarri, R. and others",
title = "{Liquid Argon Dielectric Breakdown Studies with the
MicroBooNE Purification System}",
collaboration = "MicroBooNE",
journal = "JINST",
volume = "9",
year = "2014",
number = "11",
pages = "P11001",
doi = "10.1088/1748-0221/9/11/P11001",
eprint = "1408.0264",
archivePrefix = "arXiv",
primaryClass = "physics.ins-det",
reportNumber = "FERMILAB-PUB-14-269-E-PPD",
}
@article{na61,
author = "Laszlo, Andras",
title = "{The NA61/SHINE Experiment at the CERN SPS}",
booktitle = "{Proceedings, 21st International Conference on
Ultra-Relativistic nucleus nucleus collisions (Quark
matter 2009): Knoxville, USA, March 30-April 4, 2009}",
collaboration = "NA61/SHINE",
journal = "Nucl. Phys.",
volume = "A830",
year = "2009",
pages = "559C-562C",
doi = "10.1016/j.nuclphysa.2009.09.047",
eprint = "0907.4493",
archivePrefix = "arXiv",
primaryClass = "nucl-ex",
SLACcitation = "%%CITATION = ARXIV:0907.4493;%%"
}
@Article{pandora,
Title = {{The Pandora multi-algorithm approach to automated pattern recognition of cosmic-ray muon and neutrino events in the MicroBooNE detector}},
Author = {Acciarri, R.
and Adams, C.
and An, R.
and Anthony, J.
and Asaadi, J.
and Auger, M.
and Bagby, L.
and Balasubramanian, S.
and Baller, B.
and Barnes, C.
and Barr, G.
and Bass, M.
and Bay, F.
and Bishai, M.
and Blake, A.
and Bolton, T.
and Camilleri, L.
and Caratelli, D.
and Carls, B.
and Castillo Fernandez, R.
and Cavanna, F.
and Chen, H.
and Church, E.
and Cianci, D.
and Cohen, E.
and Collin, G. H.
and Conrad, J. M.
and Convery, M.
and Crespo-Anad{\'o}n, J. I.
and Del Tutto, M.
and Devitt, D.
and Dytman, S.
and Eberly, B.
and Ereditato, A.
and Escudero Sanchez, L.
and Esquivel, J.
and Fadeeva, A. A.
and Fleming, B. T.
and Foreman, W.
and Furmanski, A. P.
and Garcia-Gamez, D.
and Garvey, G. T.
and Genty, V.
and Goeldi, D.
and Gollapinni, S.
and Graf, N.
and Gramellini, E.
and Greenlee, H.
and Grosso, R.
and Guenette, R.
and Hackenburg, A.
and Hamilton, P.
and Hen, O.
and Hewes, J.
and Hill, C.
and Ho, J.
and Horton-Smith, G.
and Hourlier, A.
and Huang, E.-C.
and James, C.
and Jan de Vries, J.
and Jen, C.-M.
and Jiang, L.
and Johnson, R. A.
and Joshi, J.
and Jostlein, H.
and Kaleko, D.
and Karagiorgi, G.
and Ketchum, W.
and Kirby, B.
and Kirby, M.
and Kobilarcik, T.
and Kreslo, I.
and Laube, A.
and Li, Y.
and Lister, A.
and Littlejohn, B. R.
and Lockwitz, S.
and Lorca, D.
and Louis, W. C.
and Luethi, M.
and Lundberg, B.
and Luo, X.
and Marchionni, A.
and Mariani, C.
and Marshall, J.
and Martinez Caicedo, D. A.
and Meddage, V.
and Miceli, T.
and Mills, G. B.
and Moon, J.
and Mooney, M.
and Moore, C. D.
and Mousseau, J.
and Murrells, R.
and Naples, D.
and Nienaber, P.
and Nowak, J.
and Palamara, O.
and Paolone, V.
and Papavassiliou, V.
and Pate, S. F.
and Pavlovic, Z.
and Piasetzky, E.
and Porzio, D.
and Pulliam, G.
and Qian, X.
and Raaf, J. L.
and Rafique, A.
and Rochester, L.
and Rudolf von Rohr, C.
and Russell, B.
and Schmitz, D. W.
and Schukraft, A.
and Seligman, W.
and Shaevitz, M. H.
and Sinclair, J.
and Smith, A.
and Snider, E. L.
and Soderberg, M.
and S{\"o}ldner-Rembold, S.
and Soleti, S. R.
and Spentzouris, P.
and Spitz, J.
and St. John, J.
and Strauss, T.
and Szelc, A. M.
and Tagg, N.
and Terao, K.
and Thomson, M.
and Toups, M.
and Tsai, Y.-T.
and Tufanli, S.
and Usher, T.
and Van De Pontseele, W.
and Van de Water, R. G.
and Viren, B.
and Weber, M.
and Wickremasinghe, D. A.
and Wolbers, S.
and Wongjirad, T.
and Woodruff, K.
and Yang, T.
and Yates, L.
and Zeller, G. P.
and Zennamo, J.
and Zhang, C.},
Journal = {The European Physical Journal C},
Year = {2018},
Month = {Jan},
Number = {1},
Pages = {82},
Volume = {78},
Abstract = {The development and operation of liquid-argon time-projection chambers for neutrino physics has created a need for new approaches to pattern recognition in order to fully exploit the imaging capabilities offered by this technology. Whereas the human brain can excel at identifying features in the recorded events, it is a significant challenge to develop an automated, algorithmic solution. The Pandora Software Development Kit provides functionality to aid the design and implementation of pattern-recognition algorithms. It promotes the use of a multi-algorithm approach to pattern recognition, in which individual algorithms each address a specific task in a particular topology. Many tens of algorithms then carefully build up a picture of the event and, together, provide a robust automated pattern-recognition solution. This paper describes details of the chain of over one hundred Pandora algorithms and tools used to reconstruct cosmic-ray muon and neutrino events in the MicroBooNE detector. Metrics that assess the current pattern-recognition performance are presented for simulated MicroBooNE events, using a selection of final-state event topologies.},
Day = {29},
Doi = {10.1140/epjc/s10052-017-5481-6},
ISSN = {1434-6052},
Url = {https://doi.org/10.1140/epjc/s10052-017-5481-6}
}
@Article{AT,
Title = {{First measurements with ARGONTUBE, a 5 m long drift Liquid Argon TPC}},
Author = {M. Zeller and A. Ereditato and S. Haug and C.C. Hsu and S. Janos and I. Kreslo and M. Messina and C. Rudolf von Rohr and B. Rossi and T. Strauss and M.S. Weber},
Journal = {Nuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment },
Year = {2013},
Note = {Proceedings of the 12th Pisa Meeting on Advanced DetectorsLa Biodola, Isola d’Elba, Italy, May 20 – 26, 2012 },
Pages = {454 - 458},
Volume = {718},
Doi = {10.1016/j.nima.2012.11.181},
ISSN = {0168-9002},
Keywords = {Time Projection Chamber (TPC)},
Url = {http://www.sciencedirect.com/science/article/pii/S0168900212015288}
}
@Article{pdg_g10,
Title = {{Review of Particle Physics}},
Author = {{Yao}, W.-M. and
{Amsler}, C. and
{Asner}, D. and
{Barnett}, R.M. and
{Beringer}, J. and
{Burchat}, P.R. and
{Carone}, C.D. and
{Caso}, C. and
{Dahl}, O. and
{D'Ambrosio}, G. and
{DeGouvea}, A. and
{Doser}, M. and
{Eidelman}, S. and
{Feng}, J.L. and
{Gherghetta}, T. and
{Goodman}, M. and
{Grab}, C. and
{Groom}, D.E. and
{Gurtu}, A. and
{Hagiwara}, K. and
{Hayes}, K.G. and
{Hern\'andez-Rey}, J.J. and
{Hikasa}, K. and
{Jawahery}, H. and
{Kolda}, C. and
{Kwon} Y. and
{Mangano}, M.L. and
{Manohar}, A.V. and
{Masoni}, A. and
{Miquel}, R. and
{M\"onig}, K. and
{Murayama}, H. and
{Nakamura}, K. and
{Navas}, S. and
{Olive}, K.A. and
{Pape}, L. and
{Patrignani}, C. and
{Piepke}, A. and
{Punzi}, G. and
{Raffelt}, G. and
{Smith}, J.G. and
{Tanabashi}, M. and
{Terning}, J. and
{T\"ornqvist}, N.A. and
{Trippe}, T.G. and
{Vogel}, P. and
{Watari}, T. and
{Wohl}, C.G. and
{Workman}, R.L. and
{Zyla}, P.A. and
{Armstrong}, B. and
{Harper}, G. and
{Lugovsky}, V.S. and
{Schaffner}, P. and
{Artuso}, M. and
{Babu}, K.S. and
{Band}, H.R. and
{Barberio}, E. and
{Battaglia}, M. and
{Bichsel}, H. and
{Biebel}, O. and
{Bloch}, P. and
{Blucher}, E. and
{Cahn}, R.N. and
{Casper}, D. and
{Cattai}, A. and
{Ceccucci}, A. and
{Chakraborty}, D. and
{Chivukula}, R.S. and
{Cowan}, G. and
{Damour}, T. and
{DeGrand}, T. and
{Desler}, K. and
{Dobbs}, M.A. and
{Drees}, M. and
{Edwards}, A. and
{Edwards}, D.A. and
{Elvira}, V.D. and
{Erler}, J. and
{Ezhela}, V.V. and
{Fetscher}, W. and
{Fields}, B.D. and
{Foster}, B. and
{Froidevaux}, D. and
{Gaisser}, T.K. and
{Garren}, L. and
{Gerber}, H.-J. and
{Gerbier}, G. and
{Gibbons}, L. and
{Gilman}, F.J. and
{Giudice}, G.F. and
{Gritsan}, A.V. and
{Gr\"unewald}, M. and
{Haber}, H.E. and
{Hagmann}, C. and
{Hinchliffe}, I. and
{H\"ocker}, A. and
{Igo-Kemenes}, P. and
{Jackson}, J.D. and
{Johnson}, K.F. and
{Karlen}, D. and
{Kayser}, B. and
{Kirkby}, D. and
{Klein}, S.R. and
{Kleinknecht}, K. and
{Knowles}, I.G. and
{Kowalewski}, R.V. and
{Kreitz}, P. and
{Krusche}, B. and
{Kuyanov}, Yu.V. and
{Lahav}, O. and
{Langacker}, P. and
{Liddle}, A. and
{Ligeti}, Z. and
{Liss}, T.M. and
{Littenberg}, L. and
{Liu}, L. and
{Lugovsky}, K.S. and
{Lugovsky}, S.B. and
{Mannel}, T. and
{Manley}, D.M. and
{Marciano}, W.J. and
{Martin}, A.D. and
{Milstead}, D. and
{Narain}, M. and
{Nason}, P. and
{Nir}, Y. and
{Peacock}, J.A. and
{Prell}, S.A. and
{Quadt}, A. and
{Raby}, S. and
{Ratcliff}, B.N. and
{Razuvaev}, E.A. and
{Renk}, B. and
{Richardson}, P. and
{Roesler}, S. and
{Rolandi}, G. and
{Ronan}, M.T. and
{Rosenberg}, L.J. and
{Sachrajda}, C.T. and
{Sarkar}, S. and
{Schmitt}, M. and
{Schneider}, O. and
{Scott}, D. and
{Sj\"ostrand}, T. and
{Smoot}, G.F. and
{Sokolsky}, P. and
{Spanier}, S. and
{Spieler}, H. and
{Stahl}, A. and
{Stanev}, T. and
{Streitmatter}, R.E. and
{Sumiyoshi}, T. and
{Tkachenko}, N.P. and
{Trilling}, G.H. and
{Valencia}, G. and
{van Bibber}, K. and
{Vincter}, M.G. and
{Ward}, D.R. and
{Webber}, B.R. and
{Wells}, J.D. and
{Whalley}, M. and
{Wolfenstein}, L. and
{Womersley}, J. and
{Woody}, C.L. and
{Yamamoto}, A. and
{Zenin}, O.V. and
{Zhang}, J. and
{Zhu}, R.-Y.},
Journal = {{Journal of Physics G}},
Year = {2006},
Pages = {1+},
Volume = {33},
Url = {http://pdg.lbl.gov}
}
@Article{argoneut,
Title = {{The ArgoNeuT detector in the NuMI low-energy beam line at Fermilab}},
Author = {C Anderson and M Antonello and B Baller and T Bolton and C Bromberg and F Cavanna and E Church and D Edmunds and A Ereditato and S
Farooq and B Fleming and H Greenlee and R Guenette and S Haug and G Horton-Smith and C James and E Klein and K Lang and A Lathrop and P
Laurens and S Linden and D McKee and R Mehdiyev and B Page and O Palamara and K Partyka and S Pordes and G Rameika and B Rebel and B Rossi and R
Sanders and M Soderberg and J Spitz and A M Szelc and M Weber and T Wongjirad and T Yang and G P Zeller},
Journal = {Journal of Instrumentation},
Year = {2012},
Number = {10},
Pages = {P10019},
Volume = {7},
Abstract = {The ArgoNeuT liquid argon time projection chamber has collected thousands of neutrino and anti-neutrino events during an extended run period in the NuMI beam-line at Fermilab. This paper focuses on the main aspects of the detector layout and related technical features, including the cryogenic equipment, time projection chamber, read-out electronics, and off-line data treatment. The detector commissioning phase, physics run, and first neutrino event displays are also reported. The characterization of the main working parameters of the detector during data-taking, the ionization electron drift velocity and lifetime in liquid argon, as obtained from through-going muon data complete the present report.},
Url = {http://stacks.iop.org/1748-0221/7/i=10/a=P10019}
}
@article{arclight,
author = "Auger, M. and Chen, Y. and Ereditato, A. and Goeldi, D.
and Kreslo, I. and Lorca, D. and Luethi, M. and Mettler,
T. and Sinclair, J. R. and Weber, M. S.",
title = "{ArCLight—A Compact Dielectric Large-Area Photon
Detector}",
journal = "Instruments",
volume = "2",
year = "2018",
number = "1",
pages = "3",
doi = "10.3390/instruments2010003",
eprint = "1711.11409",
archivePrefix = "arXiv",
primaryClass = "physics.ins-det",
SLACcitation = "%%CITATION = ARXIV:1711.11409;%%"
}
@article{flux,
author = "Marshall, C. M. and Wilkinson, C. and McFarland, K. S. and Dennis, S.",
title = "{Neutrino-Electron scattering for a DUNE Flux Constraint}",
journal = "DUNE DocDB",
volume = "7878",
year = "2017"
}
@article{gas,
author = "Bross, A. and Davies, G. and Duffy K. Moroni, G. F. and Flight R. and Junk, T. and Mahn, K. and Martin-Albo, J. and Raaf, J. and Schukraft, A. and Simon, F.",
title = "{High-Pressure Argon gas TPC Option for the DUNE Near Detector}",
journal = "DUNE DocDB",
volume = "6652",
year = "20178"
}
@InProceedings{Krieger2017,
author = {Krieger, Amanda and Dwyer, Daniel and Garcia-Sciveres, Maurice and Gnani, Dario and Grace, Carl},
title = {{A Micropower Readout ASIC for Pixelated Liquid Ar TPCs}},
booktitle = {Topical Workshop on Electronics for Particle Physics},
year = {2017},
timestamp = {2018.01.20},
url = {https://pos.sissa.it/313},
}
@InProceedings{lartpcSizeChris,
Title = {{LArTPC - optimal height of detector}},
Author = {C. M. Marshall},
Booktitle = {DUNE Collaboration Meeting},
Year = {2018},
Month = {2},
Owner = {damian},
Timestamp = {2018.02.16},
Url = {https://indico.fnal.gov/event/14581/session/5/contribution/86}
}
@Article{dune4,
Title = {{Long-Baseline Neutrino Facility (LBNF) and Deep Underground Neutrino Experiment (DUNE): Volume 4: The DUNE Detectors at LBNF}},
Author = {Acciarri, R. and others},
Year = {2016},
Archiveprefix = {arXiv},
Collaboration = {DUNE},
Eprint = {1601.02984},
Primaryclass = {physics.ins-det},
Reportnumber = {FERMILAB-DESIGN-2016-04},
Slaccitation = {%%CITATION = ARXIV:1601.02984;%%}
}
@TechReport{dune_ndtfr,
Title = {{DUNE Near Detector Task Force Report}},
Author = {T. Alion and C. Andreopoulos and J. Asaadi and A. Bashyal and M. Bass and D. Brailsford and S. J. Brice and D. Cherdack and G. Christodoulou and E. Davenport and S. R. Dennis and L. Escudero and L. Fields and R. Hatcher and S. Lockwitz and P. Madigan and K. Mahn and C. M. Marshall and J. Mart\'{i}n-Albo and B. Rebel and J. R. Sinclair and T. Yang},
Institution = {DUNE},
Year = {2017},
Number = {1792},
Type = {DUNE document},
Owner = {damian},
Timestamp = {2018.02.24},
Url = {https://web.archive.org/web/20180224162141/http://www.neutrino.bnl.gov/q/DUNE/DUNE-doc-1792-v2.pdf}
}
@article{pixels,
author = "Asaadi, J. and others",
title = "{First Demonstration of a Pixelated Charge Readout for
Single-Phase Liquid Argon Time Projection Chambers}",
year = "2018",
eprint = "1801.08884",
archivePrefix = "arXiv",
primaryClass = "physics.ins-det",
SLACcitation = "%%CITATION = ARXIV:1801.08884;%%"
}
@article{lariat,
author = "Cavanna, F. and Kordosky, M. and Raaf, J. and Rebel, B.",
title = "{LArIAT: Liquid Argon In A Testbeam}",
collaboration = "LArIAT",
year = "2014",
eprint = "1406.5560",
archivePrefix = "arXiv",
primaryClass = "physics.ins-det",
reportNumber = "FERMILAB-PUB-14-268-E",
SLACcitation = "%%CITATION = ARXIV:1406.5560;%%"
}
@Article{argoneutReco,
Title = {A study of electron recombination using highly ionizing particles in the ArgoNeuT Liquid Argon TPC},
Author = {R Acciarri and others},
Journal = {Journal of Instrumentation},
Year = {2013},
Number = {08},
Pages = {P08005},
Volume = {8},
Abstract = {Electron recombination in highly ionizing stopping protons and deuterons is studied in the ArgoNeuT detector. The data are well modeled by either a Birks model or a modified form of the Box model. The dependence of recombination on the track angle with respect to the electric field direction is much weaker than the predictions of the Jaffe columnar theory and by theoretical-computational simulations.},
Owner = {damian},
Timestamp = {2017.10.29},
Url = {http://stacks.iop.org/1748-0221/8/i=08/a=P08005}
}
@article{larpix,
author = "Dwyer, D. A. and others",
title = "{LArPix: Demonstration of low-power 3D pixelated charge
readout for liquid argon time projection chambers}",
year = "2018",
eprint = "1808.02969",
archivePrefix = "arXiv",
primaryClass = "physics.ins-det",
SLACcitation = "%%CITATION = ARXIV:1808.02969;%%"
}
@Article{uboner,
Title = {{Design and Construction of the MicroBooNE Detector}},
Author = {Acciarri, R. and others},
Journal = {JINST},
Year = {2017},
Number = {02},
Pages = {P02017},
Volume = {12},
Archiveprefix = {arXiv},
Collaboration = {MicroBooNE},
Doi = {10.1088/1748-0221/12/02/P02017},
Eprint = {1612.05824},
Primaryclass = {physics.ins-det},
Reportnumber = {FERMILAB-PUB-16-613-ND},
Slaccitation = {%%CITATION = ARXIV:1612.05824;%%}
}
@Article{icarusReco,
Title = {Study of electron recombination in liquid argon with the ICARUS TPC},
Author = {S. Amoruso and others},
Journal = {Nuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment},
Year = {2004},
Number = {3},
Pages = {275 - 286},
Volume = {523},
Doi = {https://doi.org/10.1016/j.nima.2003.11.423},
ISSN = {0168-9002},
Keywords = {Liquid argon, Electron recombination, TPC},
Owner = {damian},
Timestamp = {2017.10.29},
Url = {http://www.sciencedirect.com/science/article/pii/S0168900204000506}
}
@Article{argonute,
Title = {{The ArgoNeuT Detector in the NuMI Low-Energy beam line at Fermilab}},
Author = {Anderson, C. and others},
Journal = {JINST},
Year = {2012},
Pages = {P10019},
Volume = {7},
Archiveprefix = {arXiv},
Doi = {10.1088/1748-0221/7/10/P10019},
Eprint = {1205.6747},
Primaryclass = {physics.ins-det},
Reportnumber = {FERMILAB-PUB-12-877-PPD},
Slaccitation = {%%CITATION = ARXIV:1205.6747;%%}
}
@article{argontube_design,
author = "Ereditato, A. and Hsu, C. C. and Janos, S. and Kreslo, I.
and Messina, M. and Rudolf von Rohr, C. and Rossi, B. and
Strauss, T. and Weber, M. S. and Zeller, M.",
title = "{Design and operation of ARGONTUBE: a 5 m long drift liquid argon TPC}",
journal = "JINST",
volume = "8",
year = "2013",
pages = "P07002",
doi = "10.1088/1748-0221/8/07/P07002",
eprint = "1304.6961",
archivePrefix = "arXiv",
primaryClass = "physics.ins-det",
SLACcitation = "%%CITATION = ARXIV:1304.6961;%%"
}
@Book{NobleGasDetectors,
Title = {{Noble Gas Detectors}},
Author = {Aprile, Elena and Bolotnikov, Aleksey E. and Bolozdynya, Alexander L. and Doke, Tadayoshi},
Publisher = {Wiley},
Year = {2008},
Doi = {10.1002/9783527610020},
ISBN = {9783527405978},
Owner = {damian},
Slaccitation = {%%CITATION = INSPIRE-1379873;%%},
Timestamp = {2017.10.30}
}
@article{SolarDUNE,
author = "Capozzi, Francesco and Li, Shirley Weishi and Zhu,
Guanying and Beacom, John F.",
title = "{DUNE as the Next-Generation Solar Neutrino Experiment}",
year = "2018",
eprint = "1808.08232",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "MPP-2018-214, SLAC-PUB-17199",
SLACcitation = "%%CITATION = ARXIV:1808.08232;%%"
}
@PhdThesis{maplesyrup,
Title = {New Micromegas based Readout techniques for Imaging in Time Projection Chambers},
Author = {Martin Auger},
School = {University of Bern, Switzerland},
Year = {2012},
Owner = {damian},
Timestamp = {2017.10.24}
}
@Article{CRT2,
Title = {{A Novel Cosmic Ray Tagger System for Liquid Argon TPC Neutrino Detectors}},
Author = {Auger, M. and others},
Journal = {Instruments},
Year = {2017},
Number = {1},
Pages = {2},
Volume = {1},
Archiveprefix = {arXiv},
Doi = {10.3390/instruments1010002},
Eprint = {1612.04614},
Primaryclass = {physics.ins-det},
Reportnumber = {FERMILAB-PUB-16-663-CD},
Slaccitation = {%%CITATION = ARXIV:1612.04614;%%}
}
@Article{breakdown_16,
Title = {{On the Electric Breakdown in Liquid Argon at Centimeter Scale}},
Author = {Auger, M. and others},
Journal = {JINST},
Year = {2016},
Number = {03},
Pages = {P03017},
Volume = {11},
Archiveprefix = {arXiv},
Doi = {10.1088/1748-0221/11/03/P03017},
Eprint = {1512.05968},
Owner = {damian},
Primaryclass = {physics.ins-det},
Slaccitation = {%%CITATION = ARXIV:1512.05968;%%},
Timestamp = {2017.10.24}
}
@Article{CRT,
Title = {{Multi-channel front-end board for SiPM readout}},
Author = {Auger, M. and others},
Journal = {JINST},
Year = {2016},
Number = {10},
Pages = {P10005},
Volume = {11},
Archiveprefix = {arXiv},
Doi = {10.1088/1748-0221/11/10/P10005},
Eprint = {1606.02290},
Primaryclass = {physics.ins-det},
Slaccitation = {%%CITATION = ARXIV:1606.02290;%%}
}
@Article{latex,
Title = {{A method to suppress dielectric breakdowns in liquid argon ionization detectors for cathode to ground distances of several millimeters}},
Author = {Auger, M. and others},
Journal = {JINST},
Year = {2014},
Pages = {P07023},
Volume = {9},
Archiveprefix = {arXiv},
Doi = {10.1088/1748-0221/9/07/P07023},
Eprint = {1406.3929},
Owner = {damian},
Primaryclass = {physics.ins-det},
Slaccitation = {%%CITATION = ARXIV:1406.3929;%%},
Timestamp = {2017.10.24}
}
@Article{purititty,
Title = {{Measurement of the two-photon absorption cross-section of liquid argon with a time projection chamber}},
Author = {Badhrees, I. and others},
Journal = {New J. Phys.},
Year = {2010},
Pages = {113024},
Volume = {12},
Archiveprefix = {arXiv},
Doi = {10.1088/1367-2630/12/11/113024},
Eprint = {1011.6001},
Primaryclass = {physics.ins-det},
Slaccitation = {%%CITATION = ARXIV:1011.6001;%%}
}
@Article{HVoriginal,
Title = {{Experimental study of electric breakdowns in liquid argon at centimeter scale}},
Author = {Blatter, A. and others},
Journal = {JINST},
Year = {2014},
Pages = {P04006},
Volume = {9},
Archiveprefix = {arXiv},
Doi = {10.1088/1748-0221/9/04/P04006},
Eprint = {1401.6693},
Primaryclass = {physics.ins-det},
Slaccitation = {%%CITATION = ARXIV:1401.6693;%%}
}
@TechReport{g10,
Title = {{HGW 2372 GLASHARTGEWEBE / G10 / EP GC 201}},
Institution = {Amsler \& Frey AG},
Year = {2015},
Month = {12},
Type = {Technisches Datenblatt},
Owner = {damian},
Timestamp = {2018.02.28},
Url = {https://web.archive.org/web/20180228172229/https://shop.amsler-frey.ch/downloads/datenblaetter/td_hgw2372.pdf}
}
@Article{lngDet,
Title = {Liquid noble gas detectors for low energy particle physics},
Author = {V Chepel and H Araújo},