-
Notifications
You must be signed in to change notification settings - Fork 0
/
biblio.bib
2402 lines (2268 loc) · 221 KB
/
biblio.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
@misc{buffini_parametrization_????,
title = {Parametrization of {{CMS}} Silicon Detectors Pulse Shape and {{Form Factors}} Determination},
url = {http://hep.fi.infn.it/CMS/apv/buffini/apv6_formfactors.ps.gz},
abstract = {As far several experimental tests have exploited the performances of CMS silicon detec- tors front-end electronics. In this report available experimental results have been analysed in the framework of both a parametric than a circuit model, which have allowed predic- tions about expected noise and determination of circuit optimal working point.},
timestamp = {2016-07-18T00:25:02Z},
author = {Buffini, A. and Busoni, S. and Meschini, M. and Parrini, G.},
urldate = {2016-07-17},
file = {apv6_formfactors.ps.gz:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/N73EMJ4M/apv6_formfactors.ps.gz:application/x-gzip}
}
@inproceedings{denig_recent_2016,
title = {Recent Results from the {{Mainz Microtron MAMI}} and an Outlook for the Future},
volume = {1735},
url = {http://scitation.aip.org/content/aip/proceeding/aipcp/10.1063/1.4949374},
doi = {10.1063/1.4949374},
eventtitle = {XVITH INTERNATIONAL CONFERENCE ON HADRON SPECTROSCOPY: Hadron2015},
timestamp = {2016-08-29T23:47:34Z},
booktitle = {{{AIP Conference Proceedings}}},
publisher = {{AIP Publishing}},
author = {Denig, Achim},
urldate = {2016-08-29},
date = {2016-05-25},
pages = {020006},
keywords = {Baryons,Calorimeters,Electromagnetic radiation scattering,Photons,Polarized particle beams},
file = {Full Text PDF:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/JD95F94F/Denig - 2016 - Recent results from the Mainz Microtron MAMI and a.pdf:application/pdf;Snapshot:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/V8VG7SEF/1.html:text/html}
}
@article{Yin:2013vaa,
author = "Yin, Peng-Fei and Yu, Zhao-Huan and Yuan, Qiang and Bi,
Xiao-Jun",
title = "{Pulsar interpretation for the AMS-02 result}",
journal = "Phys. Rev.",
volume = "D88",
year = "2013",
number = "2",
pages = "023001",
doi = "10.1103/PhysRevD.88.023001",
eprint = "1304.4128",
archivePrefix = "arXiv",
primaryClass = "astro-ph.HE",
SLACcitation = "%%CITATION = ARXIV:1304.4128;%%"
}
@article{Inguglia:2017nxe,
author = "Inguglia, Gianluca",
title = "{Studies of dark sector \& B decays involving $\tau$ at
Belle and Belle II}",
booktitle = "{Proceedings, 38th International Conference on High
Energy Physics (ICHEP 2016): Chicago, IL, USA, August
3-10, 2016}",
journal = "PoS",
volume = "ICHEP2016",
year = "2016",
pages = "131",
eprint = "1701.02288",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
SLACcitation = "%%CITATION = ARXIV:1701.02288;%%"
}
@article{anastasi_limit_2015,
title = {Limit on the Production of a Low-Mass Vector Boson in $e^+e^-\rightarrow \textrm{U}\gamma$, $\textrm{U}\rightarrow e^+e^-$ with the {{KLOE}} Experiment},
volume = {750},
issn = {03702693},
url = {http://arxiv.org/abs/1509.00740},
doi = {10.1016/j.physletb.2015.10.003},
timestamp = {2016-08-29T23:47:28Z},
archivePrefix = {arXiv},
eprinttype = {arxiv},
eprint = {1509.00740},
journaltitle = {Physics Letters B},
author = {Anastasi, A. and Babusci, D. and Bencivenni, G. and Berlowski, M. and Bloise, C. and Bossi, F. and Branchini, P. and Budano, A. and Balkeståhl, L. Caldeira and Cao, B. and Ceradini, F. and Ciambrone, P. and Curciarello, F. and Czerwiński, E. and D'Agostini, G. and Danè, E. and De Leo, V. and De Lucia, E. and De Santis, A. and De Simone, P. and Di Cicco, A. and Di Domenico, A. and Di Salvo, R. and Domenici, D. and D'Uffizi, A. and Fantini, A. and Felici, G. and Fiore, S. and Gajos, A. and Gauzzi, P. and Giardina, G. and Giovannella, S. and Graziani, E. and Happacher, F. and Heijkenskjöld, L. and Andersson, W. Ikegami and Johansson, T. and Kamińska, D. and Krzemien, W. and Kupsc, A. and Loffredo, S. and Mandaglio, G. and Martini, M. and Mascolo, M. and Messi, R. and Miscetti, S. and Morello, G. and Moricciani, D. and Moskal, P. and Palladino, A. and Papenbrock, M. and Passeri, A. and Patera, V. and del Rio, E. Perez and Ranieri, A. and Santangelo, P. and Sarra, I. and Schioppa, M. and Silarski, M. and Sirghi, F. and Tortora, L. and Venanzoni, G. and Wiślicki, W. and Wolke, M.},
urldate = {2016-08-28},
date = {2015-11},
pages = {633--637},
keywords = {High Energy Physics - Experiment},
options = {useprefix=true},
}
@article{collaboration_limit_2016,
title = {Limit on the Production of a New Vector Boson in $e^+e^-\rightarrow \textrm{U}\gamma$, $\textrm{U}\rightarrow\pi^+\pi^-$ with the KLOE Experiment},
volume = {757},
issn = {03702693},
url = {http://arxiv.org/abs/1603.06086},
doi = {10.1016/j.physletb.2016.04.019},
timestamp = {2016-08-29T23:47:22Z},
archivePrefix = {arXiv},
eprinttype = {arxiv},
eprint = {1603.06086},
journaltitle = {Physics Letters B},
author = {Collaboration, KLOE-2 and Anastasi, A. and Babusci, D. and Bencivenni, G. and Berlowski, M. and Bloise, C. and Bossi, F. and Branchini, P. and Budano, A. and Balkeståhl, L. Caldeira and Cao, B. and Ceradini, F. and Ciambrone, P. and Curciarello, F. and Czerwinski, E. and D'Agostini, G. and Danè, E. and De Leo, V. and De Lucia, E. and De Santis, A. and De Simone, P. and Di Cicco, A. and Di Domenico, A. and Di Salvo, R. and Domenici, D. and D'Uffizi, A. and Fantini, A. and Felici, G. and Fiore, S. and Gajos, A. and Gauzzi, P. and Giardina, G. and Giovannella, S. and Graziani, E. and Happacher, F. and Heijkenskjöld, L. and Andersson, W. Ikegami and Johansson, T. and Kamińska, D. and Krzemien, W. and Kupsc, A. and Loffredo, S. and Mandaglio, G. and Martini, M. and Mascolo, M. and Messi, R. and Miscetti, S. and Morello, G. and Moricciani, D. and Moskal, P. and Palladino, A. and Papenbrock, M. and Passeri, A. and Patera, V. and del Rio, E. Perez and Ranieri, A. and Santangelo, P. and Sarra, I. and Schioppa, M. and Silarski, M. and Sirghi, F. and Tortora, L. and Venanzoni, G. and Wiślicki, W. and Wolke, M.},
urldate = {2016-08-28},
date = {2016-06},
pages = {356--361},
keywords = {High Energy Physics - Experiment},
options = {useprefix=true},
}
@article{soffer_constraints_2014,
title = {Constraints on Dark Forces from the {{B}} Factories and Low-Energy Experiments},
url = {http://arxiv.org/abs/1409.5263},
timestamp = {2016-08-29T23:47:36Z},
archivePrefix = {arXiv},
eprinttype = {arxiv},
eprint = {1409.5263},
primaryClass = {hep-ex, physics:hep-ph},
author = {Soffer, Abner},
urldate = {2016-08-29},
date = {2014-09-18},
keywords = {High Energy Physics - Experiment,High Energy Physics - Phenomenology},
file = {arXiv\:1409.5263 PDF:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/M6H4NGKD/Soffer - 2014 - Constraints on dark forces from the B factories an.pdf:application/pdf;arXiv.org Snapshot:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/QAR39HAW/1409.html:text/html}
}
@article{babusci_search_2014,
title = {Search for Light Vector Boson Production in $e^+e^-\rightarrow \mu^+\mu^- \gamma$ Interactions with the {{KLOE}} Experiment},
volume = {736},
issn = {03702693},
url = {http://arxiv.org/abs/1404.7772},
doi = {10.1016/j.physletb.2014.08.005},
timestamp = {2016-08-29T23:47:26Z},
archivePrefix = {arXiv},
eprinttype = {arxiv},
eprint = {1404.7772},
journaltitle = {Physics Letters B},
author = {Babusci, D. and Balwierz-Pytko, I. and Bencivenni, G. and Bloise, C. and Bossi, F. and Branchini, P. and Budano, A. and Balkeståhl, L. Caldeira and Ceradini, F. and Ciambrone, P. and Curciarello, F. and Czerwinski, E. and Danè, E. and De Leo, V. and De Lucia, E. and De Robertis, G. and De Santis, A. and De Simone, P. and Di Cicco, A. and Di Domenico, A. and Di Salvo, R. and Domenici, D. and Erriquez, O. and Fanizzi, G. and Fantini, A. and Felici, G. and Fiore, S. and Franzini, P. and Gajos, A. and Gauzzi, P. and Giardina, G. and Giovannella, S. and Graziani, E. and Happacher, F. and Heijkenskjold, L. and Hoistad, B. and Johansson, T. and Kacprzak, K. and Kaminska, D. and Krzemien, W. and Kupsc, A. and Lee-Franzini, J. and Loddo, F. and Loffredo, S. and Mandaglio, G. and Martemianov, M. and Martini, M. and Mascolo, M. and Messi, R. and Miscetti, S. and Morello, G. and Moricciani, D. and Moskal, P. and Nguyen, F. and Palladino, A. and Passeri, A. and Patera, V. and Longhi, I. Prado and Ranieri, A. and Santangelo, P. and Sarra, I. and Schioppa, M. and Sciascia, B. and Silarski, M. and Tortora, L. and Venanzoni, G. and Wislicki, W. and Wolke, M. and Zdebik, J.},
urldate = {2016-08-28},
date = {2014-09},
pages = {459--464},
keywords = {High Energy Physics - Experiment},
}
@article{Blumlein:2013cua,
author = "Blümlein, Johannes and Brunner, Jürgen",
title = "{New Exclusion Limits on Dark Gauge Forces from Proton
Bremsstrahlung in Beam-Dump Data}",
journal = "Phys. Lett.",
volume = "B731",
year = "2014",
pages = "320-326",
doi = "10.1016/j.physletb.2014.02.029",
eprint = "1311.3870",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "DESY-13-202, DO-TH-13-29, SFB-CPP-13-87, LPN-13-087",
SLACcitation = "%%CITATION = ARXIV:1311.3870;%%"
}
@article{Ilten_2016tkc,
author = "Ilten, Philip and Soreq, Yotam and Thaler, Jesse and
Williams, Mike and Xue, Wei",
title = "{Proposed Inclusive Dark Photon Search at LHCb}",
journal = "Phys. Rev. Lett.",
volume = "116",
year = "2016",
number = "25",
pages = "251803",
doi = "10.1103/PhysRevLett.116.251803",
eprint = "1603.08926",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "MIT-CTP-4785",
SLACcitation = "%%CITATION = ARXIV:1603.08926;%%"
}
@article{Hooper:2010mq,
author = "Hooper, Dan and Goodenough, Lisa",
title = "{Dark Matter Annihilation in The Galactic Center As Seen
by the Fermi Gamma Ray Space Telescope}",
journal = "Phys. Lett.",
volume = "B697",
year = "2011",
pages = "412-428",
doi = "10.1016/j.physletb.2011.02.029",
eprint = "1010.2752",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "FERMILAB-PUB-10-414-A",
SLACcitation = "%%CITATION = ARXIV:1010.2752;%%"
}
@article{Barwick:1995gv,
author = "Barwick, S. W. and others",
title = "{Cosmic ray positrons at high-energies: A New
measurement}",
collaboration = "HEAT",
journal = "Phys. Rev. Lett.",
volume = "75",
year = "1995",
pages = "390-393",
doi = "10.1103/PhysRevLett.75.390",
eprint = "astro-ph/9505141",
archivePrefix = "arXiv",
primaryClass = "astro-ph",
SLACcitation = "%%CITATION = ASTRO-PH/9505141;%%"
}
@article{Bergstrom:2013jra,
author = "Bergstrom, Lars and Bringmann, Torsten and Cholis, Ilias
and Hooper, Dan and Weniger, Christoph",
title = "{New limits on dark matter annihilation from AMS cosmic
ray positron data}",
journal = "Phys. Rev. Lett.",
volume = "111",
year = "2013",
pages = "171101",
doi = "10.1103/PhysRevLett.111.171101",
eprint = "1306.3983",
archivePrefix = "arXiv",
primaryClass = "astro-ph.HE",
reportNumber = "FERMILAB-PUB-13-202-A",
SLACcitation = "%%CITATION = ARXIV:1306.3983;%%"
}
@online{yellin_optimum_2011,
title = {Optimum {{Interval Software}}},
url = {http://cdms.stanford.edu/Upper/},
timestamp = {2016-09-08T03:53:10Z},
author = {Yellin, Steven J.},
urldate = {2016-07-18},
date = {2011},
file = {Optimum Interval Software:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/3CCJPX5D/Upper.html:text/html}
}
@report{friedl_incredible_2011,
title = {The {{Incredible Power}} of an {{FIR Filter}} - {{Signal Conditioning}} in the {{Belle II Silicon Vertex Detector}} ({{SVD}}) {{Readout Chain}}},
url = {http://www.hephy.at/fileadmin/user_upload/Publikationen/B2N0007.pdf},
timestamp = {2016-08-25T03:23:32Z},
number = {B2N/0007},
type = {Belle {{II Note}}},
author = {Friedl, Markus},
urldate = {2016-07-18},
date = {2011-03-18},
file = {B2N0007.pdf:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/H9SDZEV4/B2N0007.pdf:application/pdf}
}
@article{yellin_finding_2002,
title = {Finding an Upper Limit in the Presence of an Unknown Background},
volume = {66},
url = {http://link.aps.org/doi/10.1103/PhysRevD.66.032005},
doi = {10.1103/PhysRevD.66.032005},
abstract = {Experimenters report an upper limit if the signal they are trying to detect is nonexistent or below their experiment’s sensitivity. Such experiments may be contaminated with a background too poorly understood to subtract. If the background is distributed differently in some parameter from the expected signal, it is possible to take advantage of this difference to get a stronger limit than would be possible if the difference in distribution were ignored. We discuss the “maximum gap” method, which finds the best gap between events for setting an upper limit, and generalize to the “optimum interval” method, which uses intervals with especially few events. These methods, which apply to the case of relatively small backgrounds, do not use binning, are relatively insensitive to cuts on the range of the parameter, are parameter independent (i.e., do not change when a one-one change of variables is made), and provide true, though possibly conservative, classical one-sided confidence intervals.},
timestamp = {2016-05-17T20:56:25Z},
number = {3},
journaltitle = {Physical Review D},
shortjournal = {Phys. Rev. D},
author = {Yellin, S.},
urldate = {2016-05-17},
date = {2002-08-20},
pages = {032005},
file = {Full Text PDF:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/NXT2PDKK/Yellin - 2002 - Finding an upper limit in the presence of an unkno.pdf:application/pdf;APS Snapshot:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/4MNI3Z2D/Yellin - 2002 - Finding an upper limit in the presence of an unkno.html:text/html}
}
@article{yellin_extending_2007,
title = {Extending the Optimum Interval Method},
url = {http://arxiv.org/abs/0709.2701},
timestamp = {2016-07-18T00:45:25Z},
author = {Yellin, S.},
urldate = {2016-07-18},
date = {2007-09-17},
file = {Full Text PDF:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/KMINSP4Z/Yellin - 2007 - Extending the optimum interval method.pdf:application/pdf;Snapshot:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/Q27XJHN7/0709.html:text/html}
}
@article{yellin_ways_2011,
title = {Some Ways of Combining Optimum Interval Upper Limits},
url = {http://arxiv.org/abs/1105.2928},
timestamp = {2016-07-18T00:46:32Z},
author = {Yellin, S.},
urldate = {2016-07-18},
date = {2011-05-15},
file = {Full Text PDF:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/HQRGQXSV/Yellin - 2011 - Some ways of combining optimum interval upper limi.pdf:application/pdf;Snapshot:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/9TR5A92F/1105.html:text/html}
}
@thesis{friedl_cms_2001,
title = {The {{CMS Silicon Strip Tracker}} and Its {{Electronic Readout}}},
url = {http://www.hephy.at/user/friedl/diss/welcome.html},
timestamp = {2016-07-18T01:05:38Z},
institution = {{Vienna University of Technology}},
author = {Friedl, Markus},
urldate = {2016-07-18},
date = {2001-05},
file = {Markus Friedl - Dissertation:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/ZVR43PIC/welcome.html:text/html}
}
@article{feldman_unified_1998,
title = {Unified Approach to the Classical Statistical Analysis of Small Signals},
volume = {57},
issn = {0556-2821, 1089-4918},
url = {http://link.aps.org/doi/10.1103/PhysRevD.57.3873},
doi = {10.1103/PhysRevD.57.3873},
timestamp = {2016-07-18T00:47:21Z},
langid = {english},
number = {7},
journaltitle = {Physical Review D},
author = {Feldman, Gary J. and Cousins, Robert D.},
urldate = {2016-07-18},
date = {1998-04-01},
pages = {3873--3889}
}
@report{herbst_design_2015,
title = {Design of the {{SLAC RCE Platform}}: {{A General Purpose ATCA Based Data Acquisition System}}},
url = {http://www-public.slac.stanford.edu/sciDoc/docMeta.aspx?slacPubNumber=SLAC-PUB-16182},
abstract = {The SLAC RCE platform is a general purpose clustered data acquisition system implemented on a custom ATCA compliant blade, called the Cluster On Board (COB). The core of the system is the Reconfigurable Cluster Element (RCE), which is a system-on-chip design based upon the Xilinx Zynq family of FPGAs, mounted on custom COB daughter-boards. The Zynq architecture couples a dual core ARM Cortex A9 based processor with a high performance 28nm FPGA. The RCE has 12 external general purpose bi-directional high speed links, each supporting serial rates of up to 12Gbps. 8 RCE nodes are included on a COB, each with a 10Gbps connection to an on-board 24-port Ethernet switch integrated circuit. The COB is designed to be used with a standard full-mesh ATCA backplane allowing multiple RCE nodes to be tightly interconnected with minimal interconnect latency. Multiple shelves can be clustered using the front panel 10-gbps connections. The COB also supports local and inter-blade timing and trigger distribution. An experiment specific Rear Transition Module adapts the 96 high speed serial links to specific experiments and allows an experiment-specific timing and busy feedback connection. This coupling of processors with a high performance FPGA fabric in a low latency, multiple node cluster allows high speed data processing that can be easily adapted to any physics experiment. RTEMS and Linux are both ported to the module. The RCE has been used or is the baseline for several current and proposed experiments (LCLS, HPS, LSST, ATLAS-CSC, LBNE, DarkSide, ILC-SiD, etc)},
timestamp = {2016-07-29T21:17:03Z},
number = {16182},
institution = {{SLAC National Accelerator Laboratory}},
type = {{{SLAC}}-{{PUB}}},
author = {Herbst, Ryan},
urldate = {2016-07-28},
date = {2015-01-23},
file = {slac-pub-16182.pdf:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/VGS85MDN/slac-pub-16182.pdf:application/pdf;SLAC SciDoc \: Document Metadata:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/RNMI665T/docMeta.html:text/html}
}
@article{french_design_2001,
title = {Design and Results from the {{APV25}}, a Deep Sub-Micron {{CMOS}} Front-End Chip for the {{CMS}} Tracker},
volume = {466},
issn = {0168-9002},
url = {http://www.sciencedirect.com/science/article/pii/S0168900201005897},
doi = {10.1016/S0168-9002(01)00589-7},
abstract = {The APV25 is a 128-channel analogue pipeline chip for the readout of silicon microstrip detectors in the CMS tracker at the LHC. Each channel comprises a low noise amplifier, a 192-cell analogue pipeline and a deconvolution readout circuit. Output data are transmitted on a single differential current output via an analogue multiplexer. The chip is fabricated in a standard 0.25 μm CMOS process to take advantage of the radiation tolerance, lower noise and power, and high circuit density. Experimental characterisation of this circuit shows full functionality and good performance both in pre- and post-irradiation (20 Mrad) conditions. The measured noise is significantly reduced compared to earlier APV versions. A description of the design and results from measurements prior to irradiation are presented.},
timestamp = {2016-08-04T23:26:31Z},
number = {2},
journaltitle = {Nuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment},
shortjournal = {Nuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment},
series = {4th Int. Symp. on Development and Application of Semiconductor Tracking Detectors},
author = {French, M. J. and Jones, L. L. and Morrissey, Q. and Neviani, A. and Turchetta, R. and Fulcher, J. and Hall, G. and Noah, E. and Raymond, M. and Cervelli, G. and Moreira, P. and Marseguerra, G.},
urldate = {2016-08-04},
date = {2001-07-01},
pages = {359--365},
keywords = {CMOS,CMS,Deep submicron,Front end,LHC,Low noise,Tracker},
file = {APV25chip_NIMA466.pdf:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/X9NZG4FZ/APV25chip_NIMA466.pdf:application/pdf;ScienceDirect Snapshot:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/R42NQT2T/S0168900201005897.html:text/html}
}
@article{liu_belle_2012,
title = {The {{Belle II Silicon Vertex Detector}}},
volume = {37},
issn = {1875-3892},
url = {http://www.sciencedirect.com/science/article/pii/S1875389212017804},
doi = {10.1016/j.phpro.2012.02.428},
abstract = {The KEKB factory (Tsukuba, Japan) has been shut down in mid-2010 after reaching a total integrated luminosity of 1ab-1. Recently, the work on an upgrade of the collider (SuperKEKB), aiming at an ultimate luminosity of 8×1035 cm-2s-1, has started. This is 40 times the peak value of the previous system and thus also requires a redesign of the Belle detector (leading to Belle II), especially its Silicon Vertex Detector (SVD), which surrounds the beam pipe. Similar to its predecessor, the future Belle II SVD will again consist of four layers of double-sided silicon strip sensors (DSSD), but at higher radii. Moreover, a double-layer PiXel Detector (PXD) will complement the SVD as the innermost sensing device. All DSSDs will be made from 6” silicon wafers and read out by APV25 chips, which were originally developed for the CMS experiment. That system was proven to meet the requirements for Belle II in matters of occupancy and dead time. Since the KEKB factory operates at relatively low energy, material inside the active volume has to be minimized in order to reduce multiple scattering. This can be achieved by the Origami chip-on-sensor concept, including a very light-weight mechanical support structure made from carbon fiber reinforced Airex foam. Moreover, CO2 cooling for the front-end chips will ensure high efficiency at minimum material budget.},
timestamp = {2016-08-05T01:29:08Z},
journaltitle = {Physics Procedia},
shortjournal = {Physics Procedia},
author = {Liu, Ted and Friedl, M. and Bergauer, T. and Dolejschi, P. and Frankenberger, A. and Gfall, I. and Irmler, C. and Obermayer, T. and Onuki, Y. and Smiljic, D. and Tsuboyama, T. and Valentan, M.},
urldate = {2016-08-05},
date = {2012-01-01},
pages = {867--873},
keywords = {APV25,Belle II,Chip-on-Sensor,CO2 cooling,DSSD,Origami,Silicon Detector,SVD},
file = {ScienceDirect Snapshot:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/IIUDFVT7/S1875389212017804.html:text/html}
}
@inproceedings{visser_readout_2012,
title = {A Readout System Utilizing the {{APV25 ASIC}} for the {{Forward GEM Tracker}} in {{STAR}}},
doi = {10.1109/RTC.2012.6418172},
abstract = {We have developed a modular readout system for the 30,720 channel Forward GEM Tracker recently installed in the STAR Experiment at RHIC, BNL. The modular architecture is based on a passive compact PCI backplane running a custom protocol, not PCI, connecting 6 readout modules to a readout controller module. The readout modules provide all necessary functions, including isolated power supplies, to operate up to 24 APV25 chips per module with high-impedance ground isolation. The front-end boards contain a minimal set of components as they are located inside the STAR TPC inner field cage and are inaccessible except during long shutdown periods. The front-end boards connect to the readout modules with cables up to 24 m in length, carrying unbuffered analog readout signals from the APV25 as well as power, trigger, clock and control. The readout module digitizes the APV analog samples to 12 bits at 37.532 MHz, and zero suppresses and buffers the data. The readout controller distributes trigger and clock from the central trigger system, gathers the data over the backplane, and ships it to a linux PC via a 2.125 Gbps optical data link (Detector Data Link (DDL) from ALICE). The PC gathers data from multiple readout controllers and dispatches it to the STAR event builders. The readout modules, controllers, and backplanes are housed in a common crate together with the GEM HV bias power supplies.},
eventtitle = {Real Time Conference (RT), 2012 18th IEEE-NPSS},
timestamp = {2016-08-05T01:34:29Z},
booktitle = {Real {{Time Conference}} ({{RT}}), 2012 18th {{IEEE}}-{{NPSS}}},
author = {Visser, G. J. and Anderson, J. T. and Buck, B. and Kreps, A. S. and Ljubicic, T.},
date = {2012-06},
pages = {1--6},
keywords = {analog readout signals,analogue-digital conversion,application specific integrated circuits,APV25 ASIC,APV25 chips,APV analog samples,Backplanes,BNL,Clocks,Copper,custom protocol,Data acquisition,Detectors,forward GEM tracker,front-end boards,GEM HV bias power supplies,high-impedance ground isolation,ionisation chambers,isolated power supplies,modular architecture,nuclear electronics,optical data link,passive compact PCI backplane,position sensitive particle detectors,proportional counters,readout controller modules,readout electronics,readout system,RHIC,shutdown periods,STAR event builders,STAR experiment,STAR TPC inner field cage,Strips,Wires},
file = {IEEE Xplore Abstract Record:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/VB48DR8T/login.html:text/html}
}
@article{beranek_study_2014,
title = {Study of the Discovery Potential for Hidden Photon Emission at Future Electron Scattering Fixed Target Experiments},
volume = {89},
issn = {1550-7998, 1550-2368},
url = {http://arxiv.org/abs/1311.5104},
doi = {10.1103/PhysRevD.89.055006},
timestamp = {2016-08-29T23:55:45Z},
archivePrefix = {arXiv},
eprinttype = {arxiv},
eprint = {1311.5104},
number = {5},
journaltitle = {Physical Review D},
author = {Beranek, T. and Vanderhaeghen, M.},
urldate = {2016-08-15},
date = {2014-03-10},
keywords = {High Energy Physics - Experiment,High Energy Physics - Phenomenology},
file = {arXiv\:1311.5104 PDF:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/D7IJERF4/Beranek and Vanderhaeghen - 2014 - Study of the discovery potential for hidden photon.pdf:application/pdf;arXiv.org Snapshot:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/QQCF5TWM/1311.html:text/html}
}
@misc{_layer_????,
title = {Layer 2-5 Silicon Sensor Specifications for {{D0 SMTII}}},
timestamp = {2016-08-16T23:00:25Z},
file = {cooper.pdf:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/KB4ZU3QG/cooper.pdf:application/pdf}
}
@report{demarteau_characteristics_????,
title = {Characteristics of the {{Outer Layer Silicon Sensors}} for the {{Run IIb Silicon Detector}}},
timestamp = {2016-08-16T23:05:54Z},
number = {4308},
type = {D0 {{Note}}},
author = {Demarteau, Marcel and Demina, R. and Korjenevski, S. and Lehner, F. and Lipton, R. and Mao, H.S. and McCarthy, R. and Smith, R},
file = {D0_datasheet.pdf:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/MIU7MUKT/D0_datasheet.pdf:application/pdf}
}
@article{beranek_theoretical_2013,
title = {Theoretical Framework to Analyze Searches for Hidden Light Gauge Bosons in Electron Scattering Fixed Target Experiments},
volume = {88},
url = {http://link.aps.org/doi/10.1103/PhysRevD.88.015032},
doi = {10.1103/PhysRevD.88.015032},
abstract = {Motivated by anomalies in cosmic ray observations and by attempts to solve questions of the Standard Model of particle physics like the (g−2)μ discrepancy, U(1) extensions of the Standard Model have been proposed in recent years. Such U(1) extensions allow for the interaction of dark matter by exchange of a photonlike massive force carrier γ′ not included in the Standard Model. In order to search for γ′ bosons, various experimental programs have been started. One approach is the dedicated search at fixed-target experiments at modest energies as performed at microtron (MAMI) or at the Jefferson Lab. In these experiments the process e(A,Z)→e(A,Z)l+l− is investigated, and a search for a very narrow resonance in the invariant mass distribution of the l+l− pair is performed. In this work we analyze this process in terms of signal and background in order to describe existing data obtained by the A1 experiment at MAMI with the aim to give accurate predictions for exclusion limits in the γ′ parameter space. We present a detailed theoretical analysis of the cross sections entering in the description of such processes.},
timestamp = {2016-08-30T01:18:16Z},
number = {1},
journaltitle = {Physical Review D},
shortjournal = {Phys. Rev. D},
author = {Beranek, T. and Merkel, H. and Vanderhaeghen, M.},
urldate = {2016-08-30},
date = {2013-07-29},
pages = {015032},
file = {Full Text PDF:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/GBSDMDX4/Beranek et al. - 2013 - Theoretical framework to analyze searches for hidd.pdf:application/pdf;APS Snapshot:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/5NB3N579/PhysRevD.88.html:text/html}
}
@thesis{moreno_search_2016,
title = {Search for a {{Heavy Photon}} in the 2015 {{Engineering Run Data}} of the {{Heavy Photon Search Experiment}}},
url = {http://escholarship.org/uc/item/44n7c8qc},
abstract = {The Heavy Photon Search (HPS) is a new experiment at Jefferson Lab that will search for heavy U(1) vector bosons (heavy photons, dark photons or A') in the mass range of 10 MeV/c\^2 to 1 GeV/c\^2 that couple weakly to ordinary matter. Heavy photons in this mass range are theoretically favorable and may also mediate dark matter interactions. The heavy photon couples to electric charge through kinetic mixing with the photon, in turn, inducing an effective gauge coupling of the A' to electric charge, which is suppressed relative to the electron charge by a factor of ε \textasciitilde{} 10\^-2 - 10\^-12. Since heavy photons couple to electrons, they can be produced through a process analogous to bremsstrahlung radiation, subsequently decaying to narrow e+e- resonances which can be observed above the dominant QED trident background. For suitably small couplings, dark photons travel detectable distances before decaying, providing a second signature.HPS will utilize this production mechanism to probe heavy photons with relative couplings of ε\^2 \textasciitilde{} 10\^-5 - 10\^-10 and search for the e+e- decay of the heavy photon via two signatures: invariant mass and displaced vertex. Using Jefferson Lab’s high luminosity electron beam incident on a thin tungsten target along with a compact, large acceptance forward spectrometer consisting of a silicon vertex tracker and lead tungstate electromagnetic calorimeter, HPS will access unexplored regions in the mass-coupling phase space. The HPS engineering run took place in spring of 2015 using a 1.056 GeV, 50 nA beam. This dissertation will present the results of a resonance search for a heavy photon in the mass range between 20 MeV/c\^2 to 60 MeV/c\^2 using a portion of the unblinded engineering run data which amounts to a luminosity of 74 nb\^-1 (.4671 mC of charge).},
timestamp = {2016-10-20T00:38:41Z},
author = {Moreno, Omar},
urldate = {2016-08-31},
date = {2016-01-01},
file = {Snapshot:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/G4GVPKU7/44n7c8qc.html:text/html}
}
@thesis{uemura_search_2016,
title = {Searching for heavy photons in the HPS experiment},
url = {https://searchworks.stanford.edu/view/11876217},
abstract = {The Heavy Photon Search (HPS) is a new experiment at Jefferson Lab that searches for a massive U(1) vector boson (known as a heavy photon or A') in the MeV-GeV mass range and coupling weakly to ordinary matter through a kinetic mixing interaction. The HPS experiment seeks to produce heavy photons by electron bremsstrahlung on a fixed target, is sensitive to heavy photon decays to electron-positron pairs, and targets the range in heavy photon mass from 20 to 600 MeV, and kinetic mixing strength epsilon^2 from 1E-5 to 1E-10. HPS searches for heavy photons using two signatures: a narrow mass resonance and displaced vertices. This dissertation presents the theoretical and experimental motivations for a heavy photon, the design and operation of the HPS experiment, and the displaced vertex search. The data used in this dissertation is the unblinded fraction of the 2015 HPS run, for the period of operation where the HPS silicon vertex tracker (SVT) was operated at its nominal position. This data was recorded from May 13 to May 18, 2015, at a beam energy of 1.056 GeV and a nominal beam current of 50 nA. The integrated luminosity is 119 inverse nanobarns, which is equivalent to 0.172 days of ideal running at the nominal beam current. This dissertation presents results (signal significance and upper limits) from the displaced vertex search in the mass range from 20 to 60 MeV, and kinetic mixing strength epsilon^2 from 2E-8 to 1E-10. This search does not have sufficient sensitivity to exclude a canonical heavy photon at any combination of mass and mixing strength. The strictest limit achieved in this analysis on the production of a particle that decays like a heavy photon is 115 times the expected production cross-section for a heavy photon. Factors limiting the sensitivity of this analysis are discussed. Projections of HPS performance with the full 2015 data set, and with planned improvements to the analysis, are presented. Comparisons are also made to earlier reach estimates.},
timestamp = {2017-02-20T00:38:41Z},
author = {Uemura, Sho},
urldate = {2016-02-20},
date = {2016-01-01},
file = {https://purl.stanford.edu/hs558pd7550}
}
@article{cms_collaboration_search_2015,
title = {Search for Resonant Pair Production of {{Higgs}} Bosons Decaying to Two Bottom Quark-Antiquark Pairs in Proton-Proton Collisions at 8 {{TeV}}},
volume = {749},
issn = {03702693},
url = {http://arxiv.org/abs/1503.04114},
doi = {10.1016/j.physletb.2015.08.047},
abstract = {A model-independent search for a narrow resonance produced in proton-proton collisions at sqrt(s) = 8 TeV and decaying to a pair of 125 GeV Higgs bosons that in turn each decays into bottom quark-antiquark pairs is performed by the CMS experiment at the LHC. The analyzed data correspond to an integrated luminosity of 17.9 inverse femtobarns. No evidence for a signal is observed. Upper limits at a 95\% confidence level on the production cross section for such a resonance, in the mass range from 270 to 1100 GeV, are reported. Using these results, a radion with decay constant of 1 TeV and mass from 300 to 1100 GeV, and a Kaluza-Klein graviton with mass from 380 to 830 GeV are excluded at a 95\% confidence level.},
timestamp = {2016-09-06T01:18:34Z},
archivePrefix = {arXiv},
eprinttype = {arxiv},
eprint = {1503.04114},
journaltitle = {Physics Letters B},
author = {CMS Collaboration},
urldate = {2016-09-06},
date = {2015-10},
pages = {560--582},
keywords = {High Energy Physics - Experiment},
file = {arXiv\:1503.04114 PDF:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/TKFDP5UA/CMS Collaboration - 2015 - Search for resonant pair production of Higgs boson.pdf:application/pdf;arXiv.org Snapshot:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/GZDR4K9U/1503.html:text/html}
}
@article{alwall_madgraph/madevent_2007,
title = {{{MadGraph}}/{{MadEvent}} v4: {{The New Web Generation}}},
volume = {2007},
issn = {1029-8479},
url = {http://arxiv.org/abs/0706.2334},
doi = {10.1088/1126-6708/2007/09/028},
shorttitle = {{{MadGraph}}/{{MadEvent}} v4},
abstract = {We present the latest developments of the MadGraph/MadEvent Monte Carlo event generator and several applications to hadron collider physics. In the current version events at the parton, hadron and detector level can be generated directly from a web interface, for arbitrary processes in the Standard Model and in several physics scenarios beyond it (HEFT, MSSM, 2HDM). The most important additions are: a new framework for implementing user-defined new physics models; a standalone running mode for creating and testing matrix elements; generation of events corresponding to different processes, such as signal(s) and backgrounds, in the same run; two platforms for data analysis, where events are accessible at the parton, hadron and detector level; and the generation of inclusive multi-jet samples by combining parton-level events with parton showers. To illustrate the new capabilities of the package some applications to hadron collider physics are presented: 1) Higgs search in pp $\backslash$to H $\backslash$to W\^+W\^-: signal and backgrounds. 2) Higgs CP properties: pp $\backslash$to H jj\$in the HEFT. 3) Spin of a new resonance from lepton angular distributions. 4) Single-top and Higgs associated production in a generic 2HDM. 5) Comparison of strong SUSY pair production at the SPS points. 6) Inclusive W+jets matched samples: comparison with the Tevatron data.},
timestamp = {2016-09-06T01:53:43Z},
archivePrefix = {arXiv},
eprinttype = {arxiv},
eprint = {0706.2334},
issue = {09},
journaltitle = {Journal of High Energy Physics},
author = {Alwall, Johan and Demin, Pavel and de Visscher, Simon and Frederix, Rikkert and Herquet, Michel and Maltoni, Fabio and Plehn, Tilman and Rainwater, David L. and Stelzer, Tim},
urldate = {2016-09-06},
date = {2007-09-06},
pages = {028--028},
keywords = {High Energy Physics - Phenomenology},
options = {useprefix=true},
file = {arXiv\:0706.2334 PDF:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/GPMUVA3B/Alwall et al. - 2007 - MadGraphMadEvent v4 The New Web Generation.pdf:application/pdf;arXiv.org Snapshot:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/TMII6B24/0706.html:text/html}
}
@article{vitells_estimating_2011,
title = {Estimating the Significance of a Signal in a Multi-Dimensional Search},
volume = {35},
issn = {09276505},
url = {http://arxiv.org/abs/1105.4355},
doi = {10.1016/j.astropartphys.2011.08.005},
abstract = {In experiments that are aimed at detecting astrophysical sources such as neutrino telescopes, one usually performs a search over a continuous parameter space (e.g. the angular coordinates of the sky, and possibly time), looking for the most significant deviation from the background hypothesis. Such a procedure inherently involves a "look elsewhere effect", namely, the possibility for a signal-like fluctuation to appear anywhere within the search range. Correctly estimating the \$p\$-value of a given observation thus requires repeated simulations of the entire search, a procedure that may be prohibitively expansive in terms of CPU resources. Recent results from the theory of random fields provide powerful tools which may be used to alleviate this difficulty, in a wide range of applications. We review those results and discuss their implementation, with a detailed example applied for neutrino point source analysis in the IceCube experiment.},
timestamp = {2016-09-07T17:13:32Z},
archivePrefix = {arXiv},
eprinttype = {arxiv},
eprint = {1105.4355},
number = {5},
journaltitle = {Astroparticle Physics},
author = {Vitells, Ofer and Gross, Eilam},
urldate = {2016-09-07},
date = {2011-12},
pages = {230--234},
keywords = {Astrophysics - Instrumentation and Methods for Astrophysics,Physics - Data Analysis; Statistics and Probability},
file = {arXiv\:1105.4355 PDF:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/SAAGBGC9/Vitells and Gross - 2011 - Estimating the significance of a signal in a multi.pdf:application/pdf;arXiv.org Snapshot:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/S5549N3U/1105.html:text/html}
}
@article{gross_trial_2010,
title = {Trial Factors for the Look Elsewhere Effect in High Energy Physics},
volume = {70},
issn = {1434-6044, 1434-6052},
url = {http://arxiv.org/abs/1005.1891},
doi = {10.1140/epjc/s10052-010-1470-8},
abstract = {When searching for a new resonance somewhere in a possible mass range, the significance of observing a local excess of events must take into account the probability of observing such an excess anywhere in the range. This is the so called "look elsewhere effect". The effect can be quantified in terms of a trial factor, which is the ratio between the probability of observing the excess at some fixed mass point, to the probability of observing it anywhere in the range. We propose a simple and fast procedure for estimating the trial factor, based on earlier results by Davies. We show that asymptotically, the trial factor grows linearly with the (fixed mass) significance.},
timestamp = {2016-09-07T17:13:06Z},
archivePrefix = {arXiv},
eprinttype = {arxiv},
eprint = {1005.1891},
issue = {1-2},
journaltitle = {The European Physical Journal C},
author = {Gross, Eilam and Vitells, Ofer},
urldate = {2016-09-07},
date = {2010-11},
pages = {525--530},
keywords = {High Energy Physics - Experiment,Physics - Data Analysis; Statistics and Probability},
file = {arXiv\:1005.1891 PDF:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/KJQF87XW/Gross and Vitells - 2010 - Trial factors for the look elsewhere effect in hig.pdf:application/pdf;arXiv.org Snapshot:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/3VG24DDC/1005.html:text/html}
}
@article{rolke_correcting_2003,
title = {Correcting the {{Minimization Bias}} in {{Searches}} for {{Small Signals}}},
volume = {503},
issn = {01689002},
url = {http://arxiv.org/abs/hep-ph/0206139},
doi = {10.1016/S0168-9002(03)00428-5},
abstract = {We discuss a method for correcting the bias in the limits for small signals if those limits were found based on cuts that were chosen by minimizing a criterion such as sensitivity. Such a bias is commonly present when a "minimization" and an "evaluation" are done at the same time. We propose to use a variant of the bootstrap to adjust the limits. A Monte Carlo study shows that these new limits have correct coverage.},
timestamp = {2016-09-07T18:14:01Z},
archivePrefix = {arXiv},
eprinttype = {arxiv},
eprint = {hep-ph/0206139},
number = {3},
journaltitle = {Nuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment},
author = {Rolke, Wolfgang A. and Lopez, Angel M.},
urldate = {2016-09-07},
date = {2003-05},
pages = {617--624},
keywords = {High Energy Physics - Phenomenology},
file = {arXiv\:hep-ph/0206139 PDF:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/J4CNEFK8/Rolke and Lopez - 2003 - Correcting the Minimization Bias in Searches for S.pdf:application/pdf;arXiv.org Snapshot:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/U73I5FBI/0206139.html:text/html}
}
@report{hirayama_egs5_2005,
title = {The {{EGS5 Code System}}},
url = {http://rcwww.kek.jp/research/egs/egs5.html},
timestamp = {2016-09-09T00:06:08Z},
number = {SLAC-R-730},
institution = {{SLAC National Accelerator Laboratory}},
author = {Hirayama, Hideo and Namito, Yoshihito and Bielajew, Alex F. and Wilderman, Scott J. and Nelson, Walter R.},
urldate = {2016-09-09},
date = {2005-12-19},
file = {slac-r-730.pdf:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/JSGJKFZD/slac-r-730.pdf:application/pdf;EGS5:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/ER9QM8HW/egs5.html:text/html}
}
@article{agostinelli_geant4simulation_2003,
title = {Geant4—a Simulation Toolkit},
volume = {506},
issn = {0168-9002},
url = {http://www.sciencedirect.com/science/article/pii/S0168900203013688},
doi = {10.1016/S0168-9002(03)01368-8},
abstract = {Geant4 is a toolkit for simulating the passage of particles through matter. It includes a complete range of functionality including tracking, geometry, physics models and hits. The physics processes offered cover a comprehensive range, including electromagnetic, hadronic and optical processes, a large set of long-lived particles, materials and elements, over a wide energy range starting, in some cases, from 250 eV and extending in others to the TeV energy range. It has been designed and constructed to expose the physics models utilised, to handle complex geometries, and to enable its easy adaptation for optimal use in different sets of applications. The toolkit is the result of a worldwide collaboration of physicists and software engineers. It has been created exploiting software engineering and object-oriented technology and implemented in the C++ programming language. It has been used in applications in particle physics, nuclear physics, accelerator design, space engineering and medical physics.},
timestamp = {2016-09-09T00:07:15Z},
number = {3},
journaltitle = {Nuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment},
shortjournal = {Nuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment},
author = {Agostinelli, S. and Allison, J. and Amako, K. and Apostolakis, J. and Araujo, H. and Arce, P. and Asai, M. and Axen, D. and Banerjee, S. and Barrand, G. and Behner, F. and Bellagamba, L. and Boudreau, J. and Broglia, L. and Brunengo, A. and Burkhardt, H. and Chauvie, S. and Chuma, J. and Chytracek, R. and Cooperman, G. and Cosmo, G. and Degtyarenko, P. and Dell'Acqua, A. and Depaola, G. and Dietrich, D. and Enami, R. and Feliciello, A. and Ferguson, C. and Fesefeldt, H. and Folger, G. and Foppiano, F. and Forti, A. and Garelli, S. and Giani, S. and Giannitrapani, R. and Gibin, D. and Gómez Cadenas, J. J. and González, I. and Gracia Abril, G. and Greeniaus, G. and Greiner, W. and Grichine, V. and Grossheim, A. and Guatelli, S. and Gumplinger, P. and Hamatsu, R. and Hashimoto, K. and Hasui, H. and Heikkinen, A. and Howard, A. and Ivanchenko, V. and Johnson, A. and Jones, F. W. and Kallenbach, J. and Kanaya, N. and Kawabata, M. and Kawabata, Y. and Kawaguti, M. and Kelner, S. and Kent, P. and Kimura, A. and Kodama, T. and Kokoulin, R. and Kossov, M. and Kurashige, H. and Lamanna, E. and Lampén, T. and Lara, V. and Lefebure, V. and Lei, F. and Liendl, M. and Lockman, W. and Longo, F. and Magni, S. and Maire, M. and Medernach, E. and Minamimoto, K. and Mora de Freitas, P. and Morita, Y. and Murakami, K. and Nagamatu, M. and Nartallo, R. and Nieminen, P. and Nishimura, T. and Ohtsubo, K. and Okamura, M. and O'Neale, S. and Oohata, Y. and Paech, K. and Perl, J. and Pfeiffer, A. and Pia, M. G. and Ranjard, F. and Rybin, A. and Sadilov, S. and Di Salvo, E. and Santin, G. and Sasaki, T. and Savvas, N. and Sawada, Y. and Scherer, S. and Sei, S. and Sirotenko, V. and Smith, D. and Starkov, N. and Stoecker, H. and Sulkimo, J. and Takahata, M. and Tanaka, S. and Tcherniaev, E. and Safai Tehrani, E. and Tropeano, M. and Truscott, P. and Uno, H. and Urban, L. and Urban, P. and Verderi, M. and Walkden, A. and Wander, W. and Weber, H. and Wellisch, J. P. and Wenaus, T. and Williams, D. C. and Wright, D. and Yamada, T. and Yoshida, H. and Zschiesche, D.},
urldate = {2016-09-09},
date = {2003-07-01},
pages = {250--303},
keywords = {Distributed software development,Geometrical modelling,Object-oriented technology,Particle interactions,Simulation,Software engineering},
file = {ScienceDirect Snapshot:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/5I6Q8AMV/S0168900203013688.html:text/html}
}
@article{billoir_fast_1992,
title = {Fast Vertex Fitting with a Local Parametrization of Tracks},
volume = {311},
issn = {0168-9002},
url = {http://www.sciencedirect.com/science/article/pii/0168900292908593},
doi = {10.1016/0168-9002(92)90859-3},
abstract = {A fast vertex fitting algorithm has been tested, which uses a local parametrization of tracks around a fixed point. This point is chosen to be close to the primary and short-lived secondary vertices, or to the decay vertex of a long-lived particle; hence useful approximations may be utilised. The extrapolation of the trajectory and its error matrix to the vertex region is performed once per track, even if the track association procedure needs to be iterated. The time spent on the computation of the fitting procedure is proportional to the number of tracks (n) instead of n3 as in a standard least-squares method where the parameters of all tracks are fitted together at their common vertex. The method is used in the LEP experiment DELPHI at CERN. The Monte Carlo test has been made for the ZEUS experiment at DESY. The vertex fitting quality and the time consumption etc. have been examined.},
timestamp = {2016-09-09T01:39:25Z},
number = {1},
journaltitle = {Nuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment},
shortjournal = {Nuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment},
author = {Billoir, P. and Qian, S.},
urldate = {2016-09-09},
date = {1992-01-01},
pages = {139--150},
file = {ScienceDirect Snapshot:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/UAF2WZZZ/0168900292908593.html:text/html}
}
@article{kleinwort_general_2012,
title = {General {{Broken Lines}} as Advanced Track Fitting Method},
volume = {673},
issn = {01689002},
url = {http://arxiv.org/abs/1201.4320},
doi = {10.1016/j.nima.2012.01.024},
abstract = {In HEP experiments the description of the trajectory of a charged particle is obtained from a fit to measurements in tracking detectors. The parametrization of the trajectory has to account for bending in the magnetic field, energy loss and multiple scattering in the detector material. General broken lines implement a track model with proper description of multiple scattering leading to linear equations with a special structure of the corresponding matrix allowing for a fast solution with the computing time depending linearly on the number of measurements. The calculation of the full covariance matrix along the trajectory enables the application to track based alignment and calibration of large detectors with global methods.},
timestamp = {2016-09-30T21:45:43Z},
archivePrefix = {arXiv},
eprinttype = {arxiv},
eprint = {1201.4320},
journaltitle = {Nuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment},
author = {Kleinwort, Claus},
urldate = {2016-09-30},
date = {2012-05},
pages = {107--110},
keywords = {High Energy Physics - Experiment,Physics - Instrumentation and Detectors},
file = {arXiv\:1201.4320 PDF:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/NRGQQUVP/Kleinwort - 2012 - General Broken Lines as advanced track fitting met.pdf:application/pdf;arXiv.org Snapshot:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/4J949SGN/1201.html:text/html}
}
@article{graf_org.lcsim:_2011,
title = {Org.lcsim: {{Event Reconstruction}} in {{Java}}},
volume = {331},
issn = {1742-6596},
url = {http://stacks.iop.org/1742-6596/331/i=3/a=032012},
doi = {10.1088/1742-6596/331/3/032012},
shorttitle = {Org.lcsim},
abstract = {Maximizing the physics performance of detectors being designed for the International Linear Collider, while remaining sensitive to cost constraints, requires a powerful, efficient, and flexible simulation, reconstruction and analysis environment to study the capabilities of a large number of different detector designs. The preparation of Letters Of Intent for the International Linear Collider involved the detailed study of dozens of detector options, layouts and readout technologies; the final physics benchmarking studies required the reconstruction and analysis of hundreds of millions of events. We describe the Java-based software toolkit (org.lcsim) which was used for full event reconstruction and analysis. The components are fully modular and are available for tasks from digitization of tracking detector signals through to cluster finding, pattern recognition, track-fitting, calorimeter clustering, individual particle reconstruction, jet-finding, and analysis. The detector is defined by the same xml input files used for the detector response simulation, ensuring the simulation and reconstruction geometries are always commensurate by construction. We discuss the architecture as well as the performance.},
timestamp = {2016-09-30T21:32:49Z},
langid = {english},
number = {3},
journaltitle = {Journal of Physics: Conference Series},
shortjournal = {J. Phys.: Conf. Ser.},
author = {Graf, Norman A.},
urldate = {2016-09-30},
date = {2011},
pages = {032012},
file = {IOP Full Text PDF:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/CAQ4VCRF/Graf - 2011 - org.lcsim Event Reconstruction in Java.pdf:application/pdf}
}
@online{_sidtrackreconstruction_????,
title = {{{SiDTrackReconstruction}} $<$ {{CLIC}} $<$ {{TWiki}}},
url = {https://twiki.cern.ch/twiki/bin/view/CLIC/SiDTrackReconstruction},
timestamp = {2016-09-30T21:45:21Z},
urldate = {2016-09-30},
file = {SiDTrackReconstruction < CLIC < TWiki:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/XEX424NA/SiDTrackReconstruction.html:text/html}
}
@misc{collaboration_heavy_2013,
title = {Heavy {{Photon Search Experiment}} at {{Jefferson Laboratory}}: Proposal for 2014-2015 Run},
url = {https://confluence.slac.stanford.edu/download/attachments/86676777/hps_2014.pdf?version=1&modificationDate=1368227154000},
timestamp = {2016-09-17T20:03:45Z},
author = {Collaboration, HPS},
urldate = {2016-09-17},
date = {2013-05-10}
}
@inproceedings{graf_simulator_2006,
title = {Simulator {{For The Linear Collider}} ({{SLIC}}): {{A Tool For ILC Detector Simulations}}},
volume = {867},
url = {http://scitation.aip.org/content/aip/proceeding/aipcp/10.1063/1.2396991},
doi = {10.1063/1.2396991},
shorttitle = {Simulator {{For The Linear Collider}} ({{SLIC}})},
abstract = {The Simulator for the Linear Collider (SLIC) is a detector simulation program based on the GEANT4 toolkit. It is intended to enable end users to easily model detector concepts by providing the ability to fully describe detectors using plain text files read in by a common executable at runtime. The detector geometry, typically the most complex part of a detector simulation, is described at runtime using the Linear Collider Detector Description (LCDD). This system allows end users to create complex detector geometries in a standard XML format rather than procedural code such as C++. The LCDD system is based on the Geometry Description Markup Language (GDML) from the LHC Applications Group (LCG). The geometry system facilitates the study of different full detector design and their variations. SLIC uses the StdHep format to read input created by event generators and outputs events in the Linear Collider IO (LCIO) format. The SLIC package provides a binding to GEANT4 and many additional commands and features for the end user.},
eventtitle = {CALORIMETRY IN HIGH ENERGY PHYSICS: XII International Conference},
timestamp = {2016-10-10T04:00:35Z},
booktitle = {{{AIP Conference Proceedings}}},
publisher = {{AIP Publishing}},
author = {Graf, Norman and McCormick, Jeremy},
urldate = {2016-10-10},
date = {2006-10-27},
pages = {503--512},
keywords = {Colliders,Large Hadron Collider,Markup languages},
file = {slac-pub-12350.pdf:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/88E26MFT/slac-pub-12350.pdf:application/pdf;Snapshot:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/4PIKGZB5/1.html:text/html}
}
@article{blobel_fast_2011,
title = {Fast Alignment of a Complex Tracking Detector Using Advanced Track Models},
volume = {182},
issn = {0010-4655},
url = {http://www.sciencedirect.com/science/article/pii/S0010465511001093},
doi = {10.1016/j.cpc.2011.03.017},
abstract = {The inner silicon detector of the Compact Muon Solenoid experiment (CMS) at CERNʼs LHC consists of 16 588 modules. Charged-particle tracks in the detector are used to improve the accuracy to which the position and orientation of the modules are known. This contribution focuses on the Millepede-II algorithm, one of the two alignment algorithms used by CMS. Recently an advanced track model has been introduced into the CMS alignment procedure, which is based on the “Broken Lines” model and is able to take multiple Coulomb scattering in the detector material properly into account. We show the unique approach needed for solving the alignment problem in a reasonable amount of time. Emphasis is given to the mathematical treatment of the problem.},
timestamp = {2016-10-17T00:47:35Z},
number = {9},
journaltitle = {Computer Physics Communications},
shortjournal = {Computer Physics Communications},
series = {Computer Physics Communications Special Edition for Conference on Computational Physics Trondheim, Norway, June 23-26, 2010},
author = {Blobel, Volker and Kleinwort, Claus and Meier, Frank},
urldate = {2016-10-17},
date = {2011-09},
pages = {1760--1763},
keywords = {Alignment,Broken Lines,Millepede,Particle tracking detectors,Solid-state detectors},
file = {ScienceDirect Snapshot:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/5NUF9P6K/S0010465511001093.html:text/html}
}
@article{blobel_software_2006,
title = {Software Alignment for Tracking Detectors},
volume = {566},
issn = {0168-9002},
url = {http://www.sciencedirect.com/science/article/pii/S0168900206007984},
doi = {10.1016/j.nima.2006.05.157},
abstract = {Tracking detectors in high-energy physics experiments require an accurate determination of a large number of alignment parameters in order to allow a precise reconstruction of tracks and vertices. In addition to the initial optical survey and corrections for electronics and mechanical effects the use of tracks in a special software alignment is essential. A number of different methods is in use, ranging from simple residual-based procedures to complex fitting systems with many thousands of parameters. The methods are reviewed with respect to their mathematical basis and accuracy, and to aspects of the practical realization.},
timestamp = {2016-10-17T01:03:11Z},
number = {1},
journaltitle = {Nuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment},
shortjournal = {Nuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment},
series = {TIME 2005Proceedings of the 1st Workshop on Tracking in High Multiplicity Environments1st Workshop on Tracking in High Multiplicity Environments},
author = {Blobel, V.},
urldate = {2016-10-17},
date = {2006-10-01},
pages = {5--13},
keywords = {Global least-squares fit,Track detector alignment,Track fitting},
file = {ScienceDirect Snapshot:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/7MEB46NA/S0168900206007984.html:text/html}
}
@article{blobel_new_2006,
title = {A New Fast Track-Fit Algorithm Based on Broken Lines},
volume = {566},
issn = {0168-9002},
url = {http://www.sciencedirect.com/science/article/pii/S0168900206007996},
doi = {10.1016/j.nima.2006.05.156},
abstract = {The determination of the charged particle momentum in HEP experiments requires a fit of a parametrization to the points measured in a tracking chamber. A new non-recursive track-fit algorithm based on broken lines allows to reconstruct the particle trajectory taking into account details of multiple scattering. It provides optimal parameters and their covariance matrices at track start and end, and optimal values at each measured point along the trajectory including the variances. The parametrization of the trajectory allows the use of sparse-matrix techniques with a total computing time proportional to the number of data points. Under test conditions the new algorithm is found to be six times faster than the Kalman filter.},
timestamp = {2016-10-17T01:03:14Z},
number = {1},
journaltitle = {Nuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment},
shortjournal = {Nuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment},
series = {TIME 2005Proceedings of the 1st Workshop on Tracking in High Multiplicity Environments1st Workshop on Tracking in High Multiplicity Environments},
author = {Blobel, V.},
urldate = {2016-10-17},
date = {2006-10-01},
pages = {14--17},
keywords = {Global least-squares fit,Multiple scattering,Track fitting},
file = {ScienceDirect Snapshot:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/Z5V3U4FK/S0168900206007996.html:text/html}
}
@unpublished{partridge_seed-based_2006,
location = {{Vancouver, Canada}},
title = {Seed-Based {{Tracking Algorithm}} for {{SiD}}},
url = {https://agenda.linearcollider.org/event/316/contributions/11519/},
abstract = {On behalf of the ALCPG and GDE, the Local Organizing Committee of the Vancouver Linear Collider Workshop, invites you to the July 2006 joint meeting of the American Linear Collider Physics Group and the International Linear Collider Global Design Effort - organized by TRIUMF. It will be held on the Campus of the University of British Columbia in Vancouver, Canada from Wednesday, July 19th to Saturday, July 22nd.},
timestamp = {2016-10-17T18:40:16Z},
note = {Vancouver Linear Collider Workshop/GDE Meeting},
author = {Partridge, Richard},
urldate = {2016-10-17},
date = {2006-07-19},
file = {Snapshot:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/FTESAPUK/11519.html:text/html}
}
@report{niyazov_dvcs_2005,
title = {{{DVCS Calorimeter Prototype Reconstruction}} and {{Calibration Procedures}}},
url = {https://misportal.jlab.org/ul/Physics/Hall-B/clas/viewFile.cfm/2005-007.pdf?documentId=148},
timestamp = {2016-10-20T00:41:13Z},
number = {2005-007},
type = {{{CLAS Note}}},
author = {Niyazov, R and Stepanyan, Stepan},
urldate = {2016-10-19},
year = {7/20/05}
}
@report{szumila-vance_hps_2016,
title = {{{HPS Energy Calibration}} for the {{Spring}} 2015 {{Engineering Run}}},
url = {https://misportal.jlab.org/mis/physics/hps_notes/viewFile.cfm/2016-002.pdf?documentId=18},
timestamp = {2016-10-20T00:42:38Z},
number = {2016-007},
type = {{{HPS Note}}},
author = {Szumila-Vance, Holly},
urldate = {2016-10-19},
year = {6/8/16}
}
@report{charles_2014,
title = {Characterization of the ECal crystal light yield and amplification chain},
url = {https://misportal.jlab.org/mis/physics/hps_notes/viewFile.cfm/2016-002.pdf?documentId=18},
timestamp = {2016-10-20T00:42:38Z},
number = {2014-002},
type = {{{HPS Note}}},
author = {Celentano, Andrea and Charles, Gabriel},
urldate = {2016-10-19},
year = {8/19/14}
}
@report{baltzell_ecal_2015,
title = {{{ECal Pulse Fitting}}},
url = {https://misportal.jlab.org/mis/physics/hps_notes/viewFile.cfm/2015-010.pdf?documentId=12},
timestamp = {2016-10-24T04:37:52Z},
number = {2015-010},
type = {{{HPS Note}}},
author = {Baltzell, Nathan},
urldate = {2016-10-19},
year = {9/9/15}
}
@report{szumila-vance_hps_ecal_2014,
title = {{{HPS}}/{{ECal}} Simulations: Energy and Position Reconstruction for Electrons, Positrons and Photons},
url = {https://misportal.jlab.org/mis/physics/hps_notes/viewFile.cfm/2014-001.pdf?documentId=1},
timestamp = {2016-10-24T04:40:57Z},
number = {2014-001},
type = {{{HPS Note}}},
author = {Szumila-Vance, Holly and Garcon, Michel},
urldate = {2016-10-19},
year = {8/8/14}
}
@report{field_hps_2015,
title = {{{HPS}} Target},
url = {https://misportal.jlab.org/mis/physics/hps_notes/viewFile.cfm/2015-008.pdf?documentId=11},
timestamp = {2016-10-24T04:42:44Z},
number = {2015-008},
type = {{{HPS Note}}},
author = {Field, Clive},
urldate = {2016-10-19},
year = {9/8/15}
}
@article{balossino_hps_2016,
title = {The {{HPS}} Electromagnetic Calorimeter},
url = {http://arxiv.org/abs/1610.04319},
abstract = {The Heavy Photon Search experiment (HPS) is searching for a new gauge boson, the so-called "heavy photon". Through its kinetic mixing with the Standard Model photon, this particle could decay into an electron-positron pair. It would then be detectable as a narrow peak in the invariant mass spectrum of such pairs, or, depending on its lifetime, by a decay downstream of the production target. The HPS experiment is installed in Hall-B of Jefferson Lab. This article presents the design and performance of one of the two detectors of the experiment, the electromagnetic calorimeter, during the runs performed in 2015-2016. The calorimeter's main purpose is to provide a fast trigger and reduce the copious background from electromagnetic processes through matching with a tracking detector. The detector is a homogeneous calorimeter, made of 442 lead-tungsten (PbWO\$\_4\$) scintillating crystals, each read-out by an avalanche photodiode coupled to a custom trans-impedance amplifier.},
timestamp = {2016-10-24T04:44:16Z},
archivePrefix = {arXiv},
eprinttype = {arxiv},
eprint = {1610.04319},
primaryClass = {hep-ex, physics:nucl-ex, physics:physics},
author = {Balossino, Ilaria and Baltzell, Nathan and Battaglieri, Marco and Bondi, Mariangela and Buchanan, Emma and Calvo, Daniela and Celentano, Andrea and Charles, Gabriel and Colaneri, Luca and D'Angelo, Annalisa and De Napoli, Marzio and De Vita, Raffaella and Dupre, Raphael and Ehrhart, Mathieu and Filippi, Alessandra and Garcon, Michel and Girod, Francois-Xavier and Guidal, Michel and Holtrop, Maurik and Iurasov, Volodymyr and Kubarovsky, Valery and McCarty, Kyle and McCormick, Jeremy and Osipenko, Mikhail and Paremuzyan, Rafayel and Randazzo, Nunzio and Rauly, Emmanuel and Raydo, Benjamin and Rindel, Emmanuel and Rizzo, Alessandro and Rosier, Philippe and Sipala, Valeria and Stepanyan, Stepan and Szumila-Vance, Holly and Weinstein, Lawrence},
urldate = {2016-10-24},
date = {2016-10-14},
keywords = {High Energy Physics - Experiment,Nuclear Experiment,Physics - Instrumentation and Detectors},
file = {arXiv\:1610.04319 PDF:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/JQQ53TGA/Balossino et al. - 2016 - The HPS electromagnetic calorimeter.pdf:application/pdf;arXiv.org Snapshot:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/HHVUCV6U/1610.html:text/html}
}
@article{holdom_two_1986,
title = {Two {{U}}(1)'s and ε Charge Shifts},
volume = {166},
issn = {0370-2693},
url = {http://www.sciencedirect.com/science/article/pii/0370269386913778},
doi = {10.1016/0370-2693(86)91377-8},
abstract = {If new particles are gauged by a new U(1) then their electromagnetic charges may be shifted by a calculable amount.},
timestamp = {2016-07-27T19:29:45Z},
number = {2},
journaltitle = {Physics Letters B},
shortjournal = {Physics Letters B},
author = {Holdom, Bob},
urldate = {2016-07-27},
date = {1986-01-09},
pages = {196--198},
file = {1-s2.0-0370269386913778-main.pdf:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/6WW3FCGX/1-s2.0-0370269386913778-main.pdf:application/pdf;ScienceDirect Snapshot:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/D2AUZ32A/Holdom - 1986 - Two U(1)'s and ε charge shifts.html:text/html}
}
@article{bjorken_new_2009,
title = {New {{Fixed}}-{{Target Experiments}} to {{Search}} for {{Dark Gauge Forces}}},
volume = {80},
issn = {1550-7998, 1550-2368},
url = {http://arxiv.org/abs/0906.0580},
doi = {10.1103/PhysRevD.80.075018},
abstract = {Fixed-target experiments are ideally suited for discovering new MeV-GeV mass U(1) gauge bosons through their kinetic mixing with the photon. In this paper, we identify the production and decay properties of new light gauge bosons that dictate fixed-target search strategies. We summarize existing limits and suggest five new experimental approaches that we anticipate can cover most of the natural parameter space, using currently operating GeV-energy beams and well-established detection methods. Such experiments are particularly timely in light of recent terrestrial and astrophysical anomalies (PAMELA, FERMI, DAMA/LIBRA, etc.) consistent with dark matter charged under a new gauge force.},
timestamp = {2016-07-26T23:21:40Z},
archivePrefix = {arXiv},
eprinttype = {arxiv},
eprint = {0906.0580},
number = {7},
journaltitle = {Physical Review D},
author = {Bjorken, James D. and Essig, Rouven and Schuster, Philip and Toro, Natalia},
urldate = {2016-07-26},
date = {2009-10-28},
keywords = {High Energy Physics - Experiment,High Energy Physics - Phenomenology},
file = {arXiv\:0906.0580 PDF:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/Z746DDUT/Bjorken et al. - 2009 - New Fixed-Target Experiments to Search for Dark Ga.pdf:application/pdf;arXiv.org Snapshot:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/B8352FF9/Bjorken et al. - 2009 - New Fixed-Target Experiments to Search for Dark Ga.html:text/html}
}
@article{essig_dark_2013,
title = {Dark {{Sectors}} and {{New}}, {{Light}}, {{Weakly}}-{{Coupled Particles}}},
url = {http://arxiv.org/abs/1311.0029},
abstract = {Dark sectors, consisting of new, light, weakly-coupled particles that do not interact with the known strong, weak, or electromagnetic forces, are a particularly compelling possibility for new physics. Nature may contain numerous dark sectors, each with their own beautiful structure, distinct particles, and forces. This review summarizes the physics motivation for dark sectors and the exciting opportunities for experimental exploration. It is the summary of the Intensity Frontier subgroup "New, Light, Weakly-coupled Particles" of the Community Summer Study 2013 (Snowmass). We discuss axions, which solve the strong CP problem and are an excellent dark matter candidate, and their generalization to axion-like particles. We also review dark photons and other dark-sector particles, including sub-GeV dark matter, which are theoretically natural, provide for dark matter candidates or new dark matter interactions, and could resolve outstanding puzzles in particle and astro-particle physics. In many cases, the exploration of dark sectors can proceed with existing facilities and comparatively modest experiments. A rich, diverse, and low-cost experimental program has been identified that has the potential for one or more game-changing discoveries. These physics opportunities should be vigorously pursued in the US and elsewhere.},
timestamp = {2016-07-27T19:53:31Z},
archivePrefix = {arXiv},
eprinttype = {arxiv},
eprint = {1311.0029},
primaryClass = {astro-ph, physics:hep-ex, physics:hep-ph},
author = {Essig, R. and Jaros, J. A. and Wester, W. and Adrian, P. Hansson and Andreas, S. and Averett, T. and Baker, O. and Batell, B. and Battaglieri, M. and Beacham, J. and Beranek, T. and Bjorken, J. D. and Bossi, F. and Boyce, J. R. and Cates, G. D. and Celentano, A. and Chou, A. S. and Cowan, R. and Curciarello, F. and Davoudiasl, H. and {deNiverville}, P. and De Vita, R. and Denig, A. and Dharmapalan, R. and Dongwi, B. and Döbrich, B. and Echenard, B. and Espriu, D. and Fegan, S. and Fisher, P. and Franklin, G. B. and Gasparian, A. and Gershtein, Y. and Graham, M. and Graham, P. W. and Haas, A. and Hatzikoutelis, A. and Holtrop, M. and Irastorza, I. and Izaguirre, E. and Jaeckel, J. and Kahn, Y. and Kalantarians, N. and Kohl, M. and Krnjaic, G. and Kubarovsky, V. and Lee, H.-S. and Lindner, A. and Lobanov, A. and Marciano, W. J. and Marsh, D. J. E. and Maruyama, T. and McKeen, D. and Merkel, H. and Moffeit, K. and Monaghan, P. and Mueller, G. and Nelson, T. K. and Neil, G. R. and Oriunno, M. and Pavlovic, Z. and Phillips, S. K. and Pivovaroff, M. J. and Poltis, R. and Pospelov, M. and Rajendran, S. and Redondo, J. and Ringwald, A. and Ritz, A. and Ruz, J. and Saenboonruang, K. and Schuster, P. and Shinn, M. and Slatyer, T. R. and Steffen, J. H. and Stepanyan, S. and Tanner, D. B. and Thaler, J. and Tobar, M. E. and Toro, N. and Upadye, A. and Van de Water, R. and Vlahovic, B. and Vogel, J. K. and Walker, D. and Weltman, A. and Wojtsekhowski, B. and Zhang, S. and Zioutas, K.},
urldate = {2016-07-27},
date = {2013-10-31},
keywords = {Astrophysics - Cosmology and Nongalactic Astrophysics,High Energy Physics - Experiment,High Energy Physics - Phenomenology},
file = {arXiv\:1311.0029 PDF:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/CJECU4K5/Essig et al. - 2013 - Dark Sectors and New, Light, Weakly-Coupled Partic.pdf:application/pdf;arXiv.org Snapshot:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/EPKXTZJN/1311.html:text/html}
}
@article{izaguirre_new_2013,
title = {New Electron Beam-Dump Experiments to Search for {{MeV}} to Few-{{GeV}} Dark Matter},
volume = {88},
url = {http://link.aps.org/doi/10.1103/PhysRevD.88.114015},
doi = {10.1103/PhysRevD.88.114015},
abstract = {In a broad class of consistent models, MeV to few-GeV dark matter interacts with ordinary matter through weakly coupled GeV scale mediators. We show that a suitable meter scale (or smaller) detector situated downstream of an electron beam dump can sensitively probe dark matter interacting via sub-GeV mediators, while B-factory searches cover the 1–5 GeV range. Combined, such experiments explore a well-motivated and otherwise inaccessible region of dark matter parameter space with sensitivity several orders of magnitude beyond existing direct detection constraints. These experiments would also probe invisibly decaying new gauge bosons (“dark photons”) down to kinetic mixing of ε∼10−4, including the range of parameters relevant for explaining the (g−2)μ discrepancy. Sensitivity to other long-lived dark sector states and to new millicharge particles would also be improved.},
timestamp = {2016-07-27T19:55:18Z},
number = {11},
journaltitle = {Physical Review D},
shortjournal = {Phys. Rev. D},
author = {Izaguirre, Eder and Krnjaic, Gordan and Schuster, Philip and Toro, Natalia},
urldate = {2016-07-27},
date = {2013-12-03},
pages = {114015},
file = {PhysRevD.88.pdf:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/8F4RBZ7X/PhysRevD.88.pdf:application/pdf;APS Snapshot:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/8PBSW45Q/PhysRevD.88.html:text/html}
}
@article{essig_direct_2012,
title = {Direct Detection of Sub-{{GeV}} Dark Matter},
volume = {85},
url = {http://link.aps.org/doi/10.1103/PhysRevD.85.076007},
doi = {10.1103/PhysRevD.85.076007},
abstract = {Direct detection strategies are proposed for dark matter particles with MeV to GeV mass. In this largely unexplored mass range, dark matter scattering with electrons can cause single-electron ionization signals, which are detectable with current technology. Ultraviolet photons, individual ions, and heat are interesting alternative signals. Focusing on ionization, we calculate the expected dark matter scattering rates and estimate the sensitivity of possible experiments. Backgrounds that may be relevant are discussed. Theoretically interesting models may be within reach using existing data and ongoing direct detection experiments. Significant improvements in sensitivity should be possible with dedicated experiments, opening up a window to new regions in dark matter parameter space.},
timestamp = {2016-07-27T21:09:55Z},
number = {7},
journaltitle = {Physical Review D},
shortjournal = {Phys. Rev. D},
author = {Essig, Rouven and Mardon, Jeremy and Volansky, Tomer},
urldate = {2016-07-27},
date = {2012-04-09},
pages = {076007},
file = {APS Snapshot:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/9MVC2NT3/PhysRevD.85.html:text/html}
}
@article{curtin_illuminating_2015,
title = {Illuminating {{Dark Photons}} with {{High}}-{{Energy Colliders}}},
volume = {2015},
issn = {1029-8479},
url = {http://arxiv.org/abs/1412.0018},
doi = {10.1007/JHEP02(2015)157},
abstract = {High-energy colliders offer a unique sensitivity to dark photons, the mediators of a broken dark U(1) gauge theory that kinetically mixes with the Standard Model (SM) hypercharge. Dark photons can be detected in the exotic decay of the 125 GeV Higgs boson, h -$>$ Z Z\_D -$>$ 4l, and in Drell-Yan events, pp -$>$ Z\_D -$>$ ll. If the dark U(1) is broken by a hidden-sector Higgs mechanism, then mixing between the dark and SM Higgs bosons also allows the exotic decay h -$>$ Z\_D Z\_D -$>$ 4l. We show that the 14 TeV LHC and a 100 TeV proton-proton collider provide powerful probes of both exotic Higgs decay channels. In the case of kinetic mixing alone, direct Drell-Yan production offers the best sensitivity to Z\_D, and can probe epsilon $>$\textasciitilde{} 9 x 10\^(-4) (4 x 10\^(-4)) at the HL-LHC (100 TeV pp collider). The exotic Higgs decay h -$>$ Z Z\_D offers slightly weaker sensitivity, but both measurements are necessary to distinguish the kinetically mixed dark photon from other scenarios. If Higgs mixing is also present, then the decay h -$>$ Z\_D Z\_D can allow sensitivity to the Z\_D for epsilon $>$\textasciitilde{} 10\^(-9) - 10\^(-6) (10\^(-10) - 10\^(-7)) for the mass range 2 m\_mu $<$ m\_(Z\_D) $<$ m\_h/2 by searching for displaced dark photon decays. We also compare the Z\_D sensitivity at pp colliders to the indirect, but model-independent, sensitivity of global fits to electroweak precision observables. We perform a global electroweak fit of the dark photon model, substantially updating previous work in the literature. Electroweak precision measurements at LEP, Tevatron, and the LHC exclude epsilon as low as 3 x 10\^(-2). Sensitivity can be improved by up to a factor of \textasciitilde{}2 with HL-LHC data, and an additional factor of \textasciitilde{}4 with ILC/GigaZ data.},
timestamp = {2016-07-27T22:41:48Z},
archivePrefix = {arXiv},
eprinttype = {arxiv},
eprint = {1412.0018},
number = {2},
journaltitle = {Journal of High Energy Physics},
author = {Curtin, David and Essig, Rouven and Gori, Stefania and Shelton, Jessie},
urldate = {2016-07-27},
date = {2015-02},
keywords = {High Energy Physics - Experiment,High Energy Physics - Phenomenology},
file = {arXiv\:1412.0018 PDF:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/9VGP8DEI/Curtin et al. - 2015 - Illuminating Dark Photons with High-Energy Collide.pdf:application/pdf;arXiv.org Snapshot:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/KJD9XUJZ/1412.html:text/html}
}
@article{arkani-hamed_lhc_2008,
title = {{{LHC Signals}} for a {{SuperUnified Theory}} of {{Dark Matter}}},
volume = {2008},
issn = {1029-8479},
url = {http://arxiv.org/abs/0810.0714},
doi = {10.1088/1126-6708/2008/12/104},
abstract = {A new theory of WIMP Dark Matter has been proposed, motivated directly by striking Data from the PAMELA and ATIC collaborations. The WIMP is taken to be charged under a hidden gauge symmetry G\_Dark, broken near the GeV scale; this also provides the necessary ingredients for the "exciting" and "inelastic" Dark Matter interpretations of the INTEGRAL and DAMA signals. In this short note we point out the consequences of the most straightforward embedding of this simple picture within low-energy SUSY, in which G\_Dark breaking at the GeV scale arises naturally through radiative corrections, or Planck-suppressed operators. The theory predicts major additions to SUSY signals at the LHC. A completely generic prediction is that G\_Dark particles can be produced in cascade decays of MSSM superpartners, since these end with pairs of MSSM LSP's that in turn decay into the true LSP and other particles in the dark sector. In turn, the lightest GeV-scale dark Higgses and gauge bosons eventually decay back into light SM states, and dominantly into leptons. Therefore, a large fraction of all SUSY events will contain at least two ``lepton jets'': collections of n$>$= 2 leptons, with small angular separations and GeV scale invariant masses. Furthermore, if the Dark Matter sector is directly charged under the Standard Model, the success of gauge coupling unification implies the presence of new long-lived colored particles that can be copiously produced at the LHC.},
timestamp = {2016-07-28T00:10:45Z},
archivePrefix = {arXiv},
eprinttype = {arxiv},
eprint = {0810.0714},
number = {12},
journaltitle = {Journal of High Energy Physics},
author = {Arkani-Hamed, Nima and Weiner, Neal},
urldate = {2016-07-28},
date = {2008-12-29},
pages = {104--104},
keywords = {High Energy Physics - Phenomenology},
file = {arXiv\:0810.0714 PDF:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/6M3NQC6H/Arkani-Hamed and Weiner - 2008 - LHC Signals for a SuperUnified Theory of Dark Matt.pdf:application/pdf;arXiv.org Snapshot:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/JR86VHSE/0810.html:text/html}
}
@article{bjorken_search_1988,
title = {Search for Neutral Metastable Penetrating Particles Produced in the {{SLAC}} Beam Dump},
volume = {38},
url = {http://link.aps.org/doi/10.1103/PhysRevD.38.3375},
doi = {10.1103/PhysRevD.38.3375},
abstract = {A search was made for neutral objects which might be produced by 20-GeV electrons incident on the SLAC beam dump, penetrate the downstream natural shielding, and decay upstream of an electromagnetic shower calorimeter. With about 30 C of electrons dumped, no candidate events were found above an energy of ∼2 GeV. The 95\%-confidence-level limit on the product of mass and lifetime of light axionlike bosons decaying primarily into two photons is determined to be greater than 1.4 keV sec. Limits on photino parameters are also given.},
timestamp = {2016-07-29T01:15:00Z},
number = {11},
journaltitle = {Physical Review D},
shortjournal = {Phys. Rev. D},
author = {Bjorken, J. D. and Ecklund, S. and Nelson, W. R. and Abashian, A. and Church, C. and Lu, B. and Mo, L. W. and Nunamaker, T. A. and Rassmann, P.},
urldate = {2016-07-29},
date = {1988-12-01},
pages = {3375--3386},
file = {Full Text PDF:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/HD32Q5P3/Bjorken et al. - 1988 - Search for neutral metastable penetrating particle.pdf:application/pdf;APS Snapshot:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/N8MRHS4B/PhysRevD.38.html:text/html}
}
@article{bross_search_1991,
title = {Search for Short-Lived Particles Produced in an Electron Beam Dump},
volume = {67},
url = {http://link.aps.org/doi/10.1103/PhysRevLett.67.2942},
doi = {10.1103/PhysRevLett.67.2942},
abstract = {A search for short-lived neutral particles which decay to electron-positron pairs has been carried out using a beam of 275-GeV electrons incident on an instrumental tungsten beam dump. The experiment was sensitive to particles up to 10 MeV/c2 in mass and down to 4×10−16 sec in lifetime.},
timestamp = {2016-07-29T01:21:46Z},
number = {21},
journaltitle = {Physical Review Letters},
shortjournal = {Phys. Rev. Lett.},
author = {Bross, A. and Crisler, M. and Pordes, S. and Volk, J. and Errede, S. and Wrbanek, J.},
urldate = {2016-07-29},
date = {1991-11-18},
pages = {2942--2945},
file = {Full Text PDF:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/QTE628Q8/Bross et al. - 1991 - Search for short-lived particles produced in an el.pdf:application/pdf;APS Snapshot:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/KIZZB6NB/PhysRevLett.67.html:text/html}
}
@article{riordan_search_1987,
title = {Search for Short-Lived Axions in an Electron-Beam-Dump Experiment},
volume = {59},
url = {http://link.aps.org/doi/10.1103/PhysRevLett.59.755},
doi = {10.1103/PhysRevLett.59.755},
abstract = {We report results of an electron-beam-dump search for neutral particles with masses in the range 1 to 15 MeV and lifetimes τ between 10−14 and 10−10 s. No evidence was found for such an object. We fule out the existence of any 1.8-MeV pseudoscalar boson with τ$>$8.2×10−15 s and an absorption cross section in matter less than 1 mb per nucleon, and exclude τ$>$1×10−14 s were its cross section to equal 50 mb per nucleon. In conjunction with measurements of the electron’s anomalous magnetic moment, this experiment shows that the narrow positron peaks observed in heavy-ion collisions at the Gessellschaft fu ̈r Schwerionenforschung are not due to an elementary pseudoscalar.},
timestamp = {2016-07-29T01:21:53Z},
number = {7},
journaltitle = {Physical Review Letters},
shortjournal = {Phys. Rev. Lett.},
author = {Riordan, E. M. and Krasny, M. W. and Lang, K. and de Barbaro, P. and Bodek, A. and Dasu, S. and Varelas, N. and Wang, X. and Arnold, R. and Benton, D. and Bosted, P. and Clogher, L. and Lung, A. and Rock, S. and Szalata, Z. and Filippone, B. W. and Walker, R. C. and Bjorken, J. D. and Crisler, M. and Para, A. and Lambert, J. and Button-Shafer, J. and Debebe, B. and Frodyma, M. and Hicks, R. S. and Peterson, G. A. and Gearhart, R.},
urldate = {2016-07-29},
date = {1987-08-17},
pages = {755--758},
options = {useprefix=true},
file = {Full Text PDF:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/MKAIHXPB/Riordan et al. - 1987 - Search for short-lived axions in an electron-beam-.pdf:application/pdf;APS Snapshot:/home/meeg/.zotero/zotero/npn5ytqx.default/zotero/storage/P9U6VU43/PhysRevLett.59.html:text/html}
}
@article{andreas_hidden_2013,
title = {Hidden {{Photons}} in Connection to {{Dark Matter}}},