-
Notifications
You must be signed in to change notification settings - Fork 0
/
PhD.bib
2712 lines (2521 loc) · 105 KB
/
PhD.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
@IEEEtranBSTCTL{IEEEexample:BSTcontrol,
CTLdash_repeated_names = "no"
}
@misc{DMsummary,
note = "\url{http://cms-results.web.cern.ch/cms-results/public-results/publications/EXO/index.html}"
}
@misc{CMB,
note = "\url{https://briankoberlein.com/2015/06/15/science-in-the-raw}"
}
@misc{twiki:lumi,
note = "\url{https://twiki.cern.ch/twiki/bin/view/CMSPublic/DataQuality}"
}
@misc{twiki:active,
note = "\url{https://twiki.cern.ch/twiki/bin/view/CMSPublic/ActiveChannelsSummary}"
}
@misc{Bryan,
note = "B. Zaldivar, private communication."
}
@misc{Erik,
note = "E. Butz, private communication. Shown at 127th LHCC Open Session,\\ \url{https://indico.cern.ch/event/563488/contributions/2277293/attachments/1340356/2018262/CMS_LHCC_2016_09_21.pdf}"
}
@article{Abdallah:2014hon,
author = "Abdallah, Jalal and others",
title = "{Simplified Models for Dark Matter and Missing Energy
Searches at the LHC}",
year = "2014",
eprint = "1409.2893",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "FERMILAB-FN-0990-PPD",
SLACcitation = "%%CITATION = ARXIV:1409.2893;%%"
}
@article{Sirunyan:2017jix,
author = "{CMS Collaboration}",
title = "{Search for new physics in final states with an energetic
jet or a hadronically decaying W or Z boson and transverse
momentum imbalance at $\sqrt{s} = $ 13 TeV}",
collaboration = "CMS",
year = "2017",
eprint = "1712.02345",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
reportNumber = "CMS-EXO-16-048, CERN-EP-2017-294",
SLACcitation = "%%CITATION = ARXIV:1712.02345;%%"
}
@inproceedings{Hooper:2009zm,
author = "Hooper, Dan",
title = "{Particle Dark Matter}",
booktitle = "{Proceedings of Theoretical Advanced Study Institute in
Elementary Particle Physics on The dawn of the LHC era
(TASI 2008): Boulder, USA, June 2-27, 2008}",
year = "2010",
url = "http://lss.fnal.gov/cgi-bin/find_paper.pl?conf-09-025",
pages = "709-764",
doi = "10.1142/9789812838360_0014",
eprint = "0901.4090",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "FERMILAB-CONF-09-025-A",
SLACcitation = "%%CITATION = ARXIV:0901.4090;%%"
}
@article{CMS:2016eto,
author = "{CMS Collaboration}",
title = "{CMS Luminosity Measurement for the 2015 Data Taking
Period}",
collaboration = "CMS",
year = "2016",
reportNumber = "CMS-PAS-LUM-15-001",
SLACcitation = "%%CITATION = CMS-PAS-LUM-15-001;%%"
}
@article{combine,
author = "{Higgs working group}",
title = "Documentation of the RooStats-based statistics tools for the Higgs PAG",
note = "\url{https://twiki.cern.ch/twiki/bin/viewauth/CMS/SWGuideHiggsAnalysisCombinedLimit}"
}
@article{Moneta:2010pm,
author = "Moneta, Lorenzo and Belasco, Kevin and Cranmer, Kyle S.
and Kreiss, S. and Lazzaro, Alfio and Piparo, Danilo and
Schott, Gregory and Verkerke, Wouter and Wolf, Matthias",
title = "{The RooStats Project}",
booktitle = "{Proceedings, 13th International Workshop on Advanced
computing and analysis techniques in physics research
(ACAT2010): Jaipur, India, February 22-27, 2010}",
journal = "PoS",
volume = "ACAT2010",
year = "2010",
pages = "057",
eprint = "1009.1003",
archivePrefix = "arXiv",
primaryClass = "physics.data-an",
SLACcitation = "%%CITATION = ARXIV:1009.1003;%%"
}
@article{ATLAS:2011tau,
title = "{Procedure for the LHC Higgs boson search combination in
summer 2011}",
collaboration = "ATLAS, CMS, LHC Higgs Combination Group",
author = "{ATLAS, CMS, LHC Higgs Combination Group Collaborations}",
year = "2011",
reportNumber = "ATL-PHYS-PUB-2011-011, CMS-NOTE-2011-005",
SLACcitation = "%%CITATION = ATL-PHYS-PUB-2011-011;%%"
}
@article{Cowan:2010js,
author = "Cowan, Glen and Cranmer, Kyle and Gross, Eilam and
Vitells, Ofer",
title = "{Asymptotic formulae for likelihood-based tests of new
physics}",
journal = "Eur. Phys. J.",
volume = "C71",
year = "2011",
pages = "1554",
doi = "10.1140/epjc/s10052-011-1554-0,
10.1140/epjc/s10052-013-2501-z",
note = "[Erratum: Eur. Phys. J.C73,2501(2013)]",
eprint = "1007.1727",
archivePrefix = "arXiv",
primaryClass = "physics.data-an",
SLACcitation = "%%CITATION = ARXIV:1007.1727;%%"
}
@article{Davis:2017noy,
author = "Davis, Jonathan H.",
title = "{Probing sub-GeV mass SIMP dark matter with a
low-threshold surface experiment}",
year = "2017",
eprint = "1708.01484",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "KCL-PH-TH-2017-38",
SLACcitation = "%%CITATION = ARXIV:1708.01484;%%"
}
@article{Strassler:2006im,
author = "Strassler, Matthew J. and Zurek, Kathryn M.",
title = "{Echoes of a hidden valley at hadron colliders}",
journal = "Phys. Lett.",
volume = "B651",
year = "2007",
pages = "374-379",
doi = "10.1016/j.physletb.2007.06.055",
eprint = "hep-ph/0604261",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
SLACcitation = "%%CITATION = HEP-PH/0604261;%%"
}
@article{Kornmayer:2039978,
author = "{CMS Collaboration}",
title = "{The CMS Pixel Luminosity Telescope}",
institution = "CERN",
collaboration = "{CMS Collaboration}",
address = "Geneva",
number = "CMS-CR-2015-121",
month = "Jun",
year = "2015",
reportNumber = "CMS-CR-2015-121",
url = "https://cds.cern.ch/record/2039978",
}
@article{Boveia:2016mrp,
author = "Busoni, Giorgio and others",
editor = "Boveia, Antonio and Buchmueller, Oliver and Doglioni,
Caterina and Hahn, Kristian and Haisch, Ulrich and
Kahlhoefer, Felix and Mangano, Michelangelo and McCabe,
Christopher and Tait, Tim M. P.",
title = "{Recommendations on presenting LHC searches for missing
transverse energy signals using simplified $s$-channel
models of dark matter}",
year = "2016",
eprint = "1603.04156",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
reportNumber = "CERN-LPCC-2016-001, FERMILAB-FN-1009-CD",
SLACcitation = "%%CITATION = ARXIV:1603.04156;%%"
}
@article{Izaguirre:2015eya,
author = "Izaguirre, Eder and Yavin, Itay",
title = "{New window to millicharged particles at the LHC}",
journal = "Phys. Rev.",
volume = "D92",
year = "2015",
number = "3",
pages = "035014",
doi = "10.1103/PhysRevD.92.035014",
eprint = "1506.04760",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
SLACcitation = "%%CITATION = ARXIV:1506.04760;%%"
}
@article{Khachatryan:2014rra,
author = "{CMS Collaboration}",
title = "{Search for dark matter, extra dimensions, and
unparticles in monojet events in proton–proton
collisions at $\sqrt{s} = 8$ TeV}",
collaboration = "CMS",
journal = "Eur. Phys. J.",
volume = "C75",
year = "2015",
number = "5",
pages = "235",
doi = "10.1140/epjc/s10052-015-3451-4",
eprint = "1408.3583",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
reportNumber = "CMS-EXO-12-048, CERN-PH-EP-2014-164",
SLACcitation = "%%CITATION = ARXIV:1408.3583;%%"
}
@article{CMS-DP-2016-064,
title = "{Updates on Projections of Physics Reach with the Upgraded
CMS Detector for High Luminosity LHC}",
collaboration = "{CMS Collaboration}",
month = "Oct",
year = "2016",
reportNumber = "CMS-DP-2016-064",
url = "http://cds.cern.ch/record/2221747",
}
@article{Fruhwirth:2007hz,
author = "Fruhwirth, R. and Waltenberger, W. and Vanlaer, P.",
title = "{Adaptive vertex fitting}",
journal = "J. Phys.",
volume = "G34",
year = "2007",
pages = "N343",
doi = "10.1088/0954-3899/34/12/N01",
reportNumber = "CERN-CMS-NOTE-2007-008, CMS-NOTE-2007-008",
SLACcitation = "%%CITATION = JPAGA,G34,N343;%%"
}
@article{CMSCollaboration:2015zni,
author = "Contardo, D. and Klute, M. and Mans, J. and Silvestris,
L. and Butler, J.",
title = "{Technical Proposal for the Phase-II Upgrade of the CMS
Detector}",
year = "2015",
reportNumber = "CERN-LHCC-2015-010, LHCC-P-008, CMS-TDR-15-02",
SLACcitation = "%%CITATION = CERN-LHCC-2015-010;%%"
}
@article{Abbott:2016blz,
author = "Abbott, B. P. and others",
title = "{Observation of Gravitational Waves from a Binary Black
Hole Merger}",
collaboration = "Virgo, LIGO Scientific",
journal = "Phys. Rev. Lett.",
volume = "116",
year = "2016",
number = "6",
pages = "061102",
doi = "10.1103/PhysRevLett.116.061102",
eprint = "1602.03837",
archivePrefix = "arXiv",
primaryClass = "gr-qc",
reportNumber = "LIGO-P150914",
SLACcitation = "%%CITATION = ARXIV:1602.03837;%%"
}
@article{Hawking:1971ei,
author = "Hawking, Stephen",
title = "{Gravitationally collapsed objects of very low mass}",
journal = "Mon. Not. Roy. Astron. Soc.",
volume = "152",
year = "1971",
pages = "75",
SLACcitation = "%%CITATION = MNRAA,152,75;%%"
}
@article{Bird:2016dcv,
author = "Bird, Simeon and Cholis, Ilias and Munoz, Julian B. and
Ali-Ha{\"i}moud, Yacine and Kamionkowski, Marc and Kovetz,
Ely D. and Raccanelli, Alvise and Riess, Adam G.",
title = "{Did LIGO detect dark matter?}",
journal = "Phys. Rev. Lett.",
volume = "116",
year = "2016",
number = "20",
pages = "201301",
doi = "10.1103/PhysRevLett.116.201301",
eprint = "1603.00464",
archivePrefix = "arXiv",
primaryClass = "astro-ph.CO",
SLACcitation = "%%CITATION = ARXIV:1603.00464;%%"
}
@article{Clesse:2016vqa,
author = "Clesse, Sebastien and Garcia-Bellido, Juan",
title = "{The clustering of massive Primordial Black Holes as Dark
Matter: measuring their mass distribution with Advanced
LIGO}",
journal = "Phys. Dark Univ.",
volume = "15",
year = "2017",
pages = "142-147",
doi = "10.1016/j.dark.2016.10.002",
eprint = "1603.05234",
archivePrefix = "arXiv",
primaryClass = "astro-ph.CO",
reportNumber = "TTK-16-10, IFT-UAM-CSIC-16-027",
SLACcitation = "%%CITATION = ARXIV:1603.05234;%%"
}
@article{Sasaki:2016jop,
author = "Sasaki, Misao and Suyama, Teruaki and Tanaka, Takahiro
and Yokoyama, Shuichiro",
title = "{Primordial Black Hole Scenario for the
Gravitational-Wave Event GW150914}",
journal = "Phys. Rev. Lett.",
volume = "117",
year = "2016",
number = "6",
pages = "061101",
doi = "10.1103/PhysRevLett.117.061101",
eprint = "1603.08338",
archivePrefix = "arXiv",
primaryClass = "astro-ph.CO",
reportNumber = "RESCEU-17-16, RUP-16-7, YITP-16-43",
SLACcitation = "%%CITATION = ARXIV:1603.08338;%%"
}
@article{Verlinde:2016toy,
author = "Verlinde, Erik P.",
title = "{Emergent Gravity and the Dark Universe}",
journal = "SciPost Phys.",
volume = "2",
year = "2017",
number = "3",
pages = "016",
doi = "10.21468/SciPostPhys.2.3.016",
eprint = "1611.02269",
archivePrefix = "arXiv",
primaryClass = "hep-th",
SLACcitation = "%%CITATION = ARXIV:1611.02269;%%"
}
@article{Milgrom:1983ca,
author = "Milgrom, M.",
title = "{A Modification of the Newtonian dynamics as a possible
alternative to the hidden mass hypothesis}",
journal = "Astrophys. J.",
volume = "270",
year = "1983",
pages = "365-370",
doi = "10.1086/161130",
SLACcitation = "%%CITATION = ASJOA,270,365;%%"
}
@article{Milgrom:1983pn,
author = "Milgrom, M.",
title = "{A Modification of the Newtonian dynamics: Implications
for galaxies}",
journal = "Astrophys. J.",
volume = "270",
year = "1983",
pages = "371-383",
doi = "10.1086/161131",
SLACcitation = "%%CITATION = ASJOA,270,371;%%"
}
@article{Milgrom:1983zz,
author = "Milgrom, M.",
title = "{A modification of the Newtonian dynamics: implications
for galaxy systems}",
journal = "Astrophys. J.",
volume = "270",
year = "1983",
pages = "384-389",
doi = "10.1086/161132",
SLACcitation = "%%CITATION = ASJOA,270,384;%%"
}
@article{Bekenstein:2004ne,
author = "Bekenstein, Jacob D.",
title = "{Relativistic gravitation theory for the MOND paradigm}",
journal = "Phys. Rev.",
volume = "D70",
year = "2004",
pages = "083509",
doi = "10.1103/PhysRevD.70.083509, 10.1103/PhysRevD.71.069901",
note = "[Erratum: Phys. Rev.D71,069901(2005)]",
eprint = "astro-ph/0403694",
archivePrefix = "arXiv",
primaryClass = "astro-ph",
SLACcitation = "%%CITATION = ASTRO-PH/0403694;%%"
}
@article{Klypin:1999uc,
author = "Klypin, Anatoly A. and Kravtsov, Andrey V. and
Valenzuela, Octavio and Prada, Francisco",
title = "{Where are the missing Galactic satellites?}",
journal = "Astrophys. J.",
volume = "522",
year = "1999",
pages = "82-92",
doi = "10.1086/307643",
eprint = "astro-ph/9901240",
archivePrefix = "arXiv",
primaryClass = "astro-ph",
SLACcitation = "%%CITATION = ASTRO-PH/9901240;%%"
}
@article{Moore:1999nt,
author = "Moore, B. and Ghigna, S. and Governato, F. and Lake, G.
and Quinn, Thomas R. and Stadel, J. and Tozzi, P.",
title = "{Dark matter substructure within galactic halos}",
journal = "Astrophys. J.",
volume = "524",
year = "1999",
pages = "L19-L22",
doi = "10.1086/312287",
eprint = "astro-ph/9907411",
archivePrefix = "arXiv",
primaryClass = "astro-ph",
SLACcitation = "%%CITATION = ASTRO-PH/9907411;%%"
}
@article{Hui:2016ltb,
author = "Hui, Lam and Ostriker, Jeremiah P. and Tremaine, Scott
and Witten, Edward",
title = "{Ultralight scalars as cosmological dark matter}",
journal = "Phys. Rev.",
volume = "D95",
year = "2017",
number = "4",
pages = "043541",
doi = "10.1103/PhysRevD.95.043541",
eprint = "1610.08297",
archivePrefix = "arXiv",
primaryClass = "astro-ph.CO",
SLACcitation = "%%CITATION = ARXIV:1610.08297;%%"
}
@article{CMS:2015jdt,
author = "{CMS Collaboration}",
title = "{Search for dark matter with jets and missing transverse
energy at 13 TeV}",
collaboration = "CMS",
year = "2015",
reportNumber = "CMS-PAS-EXO-15-003",
SLACcitation = "%%CITATION = CMS-PAS-EXO-15-003;%%"
}
@article{CMS:2016tns,
author = "{CMS Collaboration}",
title = "{Search for dark matter production in association with
jets, or hadronically decaying W or Z boson at $\sqrt{s} =
13$ TeV}",
collaboration = "CMS",
year = "2016",
reportNumber = "CMS-PAS-EXO-16-013",
SLACcitation = "%%CITATION = CMS-PAS-EXO-16-013;%%"
}
@article{Buchmueller:2014yoa,
author = "Buchmueller, Oliver and Dolan, Matthew J. and Malik,
Sarah A. and McCabe, Christopher",
title = "{Characterising dark matter searches at colliders and
direct detection experiments: Vector mediators}",
journal = "JHEP",
volume = "01",
year = "2015",
pages = "037",
doi = "10.1007/JHEP01(2015)037",
eprint = "1407.8257",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "IPPP-14-68, DCPT-14-136, SLAC-PUB-16033",
SLACcitation = "%%CITATION = ARXIV:1407.8257;%%"
}
@article{Kurylov:2003ra,
author = "Kurylov, Andriy and Kamionkowski, Marc",
title = "{Generalized analysis of weakly interacting massive
particle searches}",
journal = "Phys. Rev.",
volume = "D69",
year = "2004",
pages = "063503",
doi = "10.1103/PhysRevD.69.063503",
eprint = "hep-ph/0307185",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
SLACcitation = "%%CITATION = HEP-PH/0307185;%%"
}
@article{Hisano:2010ct,
author = "Hisano, Junji and Ishiwata, Koji and Nagata, Natsumi",
title = "{Gluon contribution to the dark matter direct detection}",
journal = "Phys. Rev.",
volume = "D82",
year = "2010",
pages = "115007",
doi = "10.1103/PhysRevD.82.115007",
eprint = "1007.2601",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "IPMU10-0113, ICRR-REPORT-570-2010-3",
SLACcitation = "%%CITATION = ARXIV:1007.2601;%%"
}
@article{Agnese:2015nto,
author = "Agnese, R. and others",
title = "{New Results from the Search for Low-Mass Weakly
Interacting Massive Particles with the CDMS Low Ionization
Threshold Experiment}",
collaboration = "SuperCDMS",
journal = "Phys. Rev. Lett.",
volume = "116",
year = "2016",
number = "7",
pages = "071301",
doi = "10.1103/PhysRevLett.116.071301",
eprint = "1509.02448",
archivePrefix = "arXiv",
primaryClass = "astro-ph.CO",
reportNumber = "IPPP-15-56, DCTP-15-112, FERMILAB-PUB-15-394-AE",
SLACcitation = "%%CITATION = ARXIV:1509.02448;%%"
}
@article{Akerib:2015rjg,
author = "Akerib, D. S. and others",
title = "{Improved Limits on Scattering of Weakly Interacting
Massive Particles from Reanalysis of 2013 LUX Data}",
collaboration = "LUX",
journal = "Phys. Rev. Lett.",
volume = "116",
year = "2016",
number = "16",
pages = "161301",
doi = "10.1103/PhysRevLett.116.161301",
eprint = "1512.03506",
archivePrefix = "arXiv",
primaryClass = "astro-ph.CO",
SLACcitation = "%%CITATION = ARXIV:1512.03506;%%"
}
@article{Tan:2016zwf,
author = "Tan, Andi and others",
title = "{Dark Matter Results from First 98.7 Days of Data from
the PandaX-II Experiment}",
collaboration = "PandaX-II",
journal = "Phys. Rev. Lett.",
volume = "117",
year = "2016",
number = "12",
pages = "121303",
doi = "10.1103/PhysRevLett.117.121303",
eprint = "1607.07400",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
SLACcitation = "%%CITATION = ARXIV:1607.07400;%%"
}
@article{Angloher:2015ewa,
author = "Angloher, G. and others",
title = "{Results on light dark matter particles with a
low-threshold CRESST-II detector}",
collaboration = "CRESST",
journal = "Eur. Phys. J.",
volume = "C76",
year = "2016",
number = "1",
pages = "25",
doi = "10.1140/epjc/s10052-016-3877-3",
eprint = "1509.01515",
archivePrefix = "arXiv",
primaryClass = "astro-ph.CO",
SLACcitation = "%%CITATION = ARXIV:1509.01515;%%"
}
@article{Amole:2016pye,
author = "Amole, C. and others",
title = "{Improved dark matter search results from PICO-2L Run 2}",
collaboration = "PICO",
journal = "Phys. Rev.",
volume = "D93",
year = "2016",
number = "6",
pages = "061101",
doi = "10.1103/PhysRevD.93.061101",
eprint = "1601.03729",
archivePrefix = "arXiv",
primaryClass = "astro-ph.CO",
reportNumber = "FERMILAB-PUB-16-028-AE-E-PPD",
SLACcitation = "%%CITATION = ARXIV:1601.03729;%%"
}
@article{Amole:2015pla,
author = "Amole, C. and others",
title = "{Dark matter search results from the PICO-60 CF$_3$I
bubble chamber}",
collaboration = "PICO",
journal = "Phys. Rev.",
volume = "D93",
year = "2016",
number = "5",
pages = "052014",
doi = "10.1103/PhysRevD.93.052014",
eprint = "1510.07754",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
reportNumber = "FERMILAB-PUB-15-449-AE-E",
SLACcitation = "%%CITATION = ARXIV:1510.07754;%%"
}
@article{Aartsen:2016exj,
author = "Aartsen, M. G. and others",
title = "{Improved limits on dark matter annihilation in the Sun
with the 79-string IceCube detector and implications for
supersymmetry}",
collaboration = "IceCube",
journal = "JCAP",
volume = "1604",
year = "2016",
number = "04",
pages = "022",
doi = "10.1088/1475-7516/2016/04/022",
eprint = "1601.00653",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
SLACcitation = "%%CITATION = ARXIV:1601.00653;%%"
}
@article{Choi:2015ara,
author = "Choi, K. and others",
title = "{Search for neutrinos from annihilation of captured
low-mass dark matter particles in the Sun by
Super-Kamiokande}",
collaboration = "Super-Kamiokande",
journal = "Phys. Rev. Lett.",
volume = "114",
year = "2015",
number = "14",
pages = "141301",
doi = "10.1103/PhysRevLett.114.141301",
eprint = "1503.04858",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
SLACcitation = "%%CITATION = ARXIV:1503.04858;%%"
}
@article{Ackermann:2011wa,
author = "Ackermann, M. and others",
title = "{Constraining Dark Matter Models from a Combined Analysis
of Milky Way Satellites with the Fermi Large Area
Telescope}",
collaboration = "Fermi-LAT",
journal = "Phys. Rev. Lett.",
volume = "107",
year = "2011",
pages = "241302",
doi = "10.1103/PhysRevLett.107.241302",
eprint = "1108.3546",
archivePrefix = "arXiv",
primaryClass = "astro-ph.HE",
reportNumber = "SLAC-PUB-15004",
SLACcitation = "%%CITATION = ARXIV:1108.3546;%%"
}
@article{Abdo:2010ex,
author = "Abdo, A. A. and others",
title = "{Observations of Milky Way Dwarf Spheroidal galaxies with
the Fermi-LAT detector and constraints on Dark Matter
models}",
collaboration = "Fermi-LAT",
journal = "Astrophys. J.",
volume = "712",
year = "2010",
pages = "147-158",
doi = "10.1088/0004-637X/712/1/147",
eprint = "1001.4531",
archivePrefix = "arXiv",
primaryClass = "astro-ph.CO",
reportNumber = "SLAC-PUB-13949",
SLACcitation = "%%CITATION = ARXIV:1001.4531;%%"
}
@article{Andersson:1983ia,
author = "Andersson, Bo and Gustafson, G. and Ingelman, G. and
Sjostrand, T.",
title = "{Parton Fragmentation and String Dynamics}",
journal = "Phys. Rept.",
volume = "97",
year = "1983",
pages = "31-145",
doi = "10.1016/0370-1573(83)90080-7",
reportNumber = "LU-TP-83-10",
SLACcitation = "%%CITATION = PRPLC,97,31;%%"
}
@inproceedings{Hoche:2014rga,
author = "H{\"o}che, Stefan",
title = "{Introduction to parton-shower event generators}",
booktitle = "{Proceedings, Theoretical Advanced Study Institute in
Elementary Particle Physics: Journeys Through the
Precision Frontier: Amplitudes for Colliders (TASI 2014):
Boulder, Colorado, June 2-27, 2014}",
year = "2015",
url = "http://inspirehep.net/record/1328513/files/arXiv:1411.4085.pdf",
pages = "235-295",
doi = "10.1142/9789814678766_0005",
eprint = "1411.4085",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "SLAC-PUB-16160",
SLACcitation = "%%CITATION = ARXIV:1411.4085;%%"
}
@article{Campbell:2010ff,
author = "Campbell, John M. and Ellis, R. K.",
title = "{MCFM for the Tevatron and the LHC}",
booktitle = "{Proceedings, 10th DESY Workshop on Elementary Particle
Theory: Loops and Legs in Quantum Field Theory: Woerlitz,
Germany, April 25-30, 2010}",
journal = "Nucl. Phys. Proc. Suppl.",
volume = "205-206",
year = "2010",
pages = "10-15",
doi = "10.1016/j.nuclphysbps.2010.08.011",
eprint = "1007.3492",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "FERMILAB-CONF-10-244-T",
SLACcitation = "%%CITATION = ARXIV:1007.3492;%%"
}
@article{Goudelis:2013uca,
author = "Goudelis, A. and Herrmann, B. and Stål, O.",
title = "{Dark matter in the Inert Doublet Model after the
discovery of a Higgs-like boson at the LHC}",
journal = "JHEP",
volume = "09",
year = "2013",
pages = "106",
doi = "10.1007/JHEP09(2013)106",
eprint = "1303.3010",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "LAPTH-006-13",
SLACcitation = "%%CITATION = ARXIV:1303.3010;%%"
}
@article{Dutta:2014kia,
author = "Dutta, Bhaskar and Gao, Yu and Kamon, Teruki",
title = "{Probing Light Nonthermal Dark Matter at the LHC}",
journal = "Phys. Rev.",
volume = "D89",
year = "2014",
number = "9",
pages = "096009",
doi = "10.1103/PhysRevD.89.096009",
eprint = "1401.1825",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "MIFPA-14-01",
SLACcitation = "%%CITATION = ARXIV:1401.1825;%%"
}
@article{Busoni:2013lha,
author = "Busoni, Giorgio and De Simone, Andrea and Morgante,
Enrico and Riotto, Antonio",
title = "{On the Validity of the Effective Field Theory for Dark
Matter Searches at the LHC}",
journal = "Phys. Lett.",
volume = "B728",
year = "2014",
pages = "412-421",
doi = "10.1016/j.physletb.2013.11.069",
eprint = "1307.2253",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "CERN-PH-TH-2013-151, SISSA-29-2013-FISI",
SLACcitation = "%%CITATION = ARXIV:1307.2253;%%"
}
@article{Busoni:2014sya,
author = "Busoni, Giorgio and De Simone, Andrea and Gramling,
Johanna and Morgante, Enrico and Riotto, Antonio",
title = "{On the Validity of the Effective Field Theory for Dark
Matter Searches at the LHC, Part II: Complete Analysis for
the $s$-channel}",
journal = "JCAP",
volume = "1406",
year = "2014",
pages = "060",
doi = "10.1088/1475-7516/2014/06/060",
eprint = "1402.1275",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "SISSA-04-2014-FISI",
SLACcitation = "%%CITATION = ARXIV:1402.1275;%%"
}
@article{Busoni:2014haa,
author = "Busoni, Giorgio and De Simone, Andrea and Jacques, Thomas
and Morgante, Enrico and Riotto, Antonio",
title = "{On the Validity of the Effective Field Theory for Dark
Matter Searches at the LHC Part III: Analysis for the
$t$-channel}",
journal = "JCAP",
volume = "1409",
year = "2014",
pages = "022",
doi = "10.1088/1475-7516/2014/09/022",
eprint = "1405.3101",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
SLACcitation = "%%CITATION = ARXIV:1405.3101;%%"
}
@article{Abercrombie:2015wmb,
author = "Abercrombie, Daniel and others",
editor = "Boveia, Antonio and Doglioni, Caterina and Lowette,
Steven and Malik, Sarah and Mrenna, Stephen",
title = "{Dark Matter Benchmark Models for Early LHC Run-2
Searches: Report of the ATLAS/CMS Dark Matter Forum}",
year = "2015",
eprint = "1507.00966",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
reportNumber = "FERMILAB-PUB-15-282-CD",
SLACcitation = "%%CITATION = ARXIV:1507.00966;%%"
}
@article{Khachatryan:2015dfa,
author = "{CMS Collaboration}",
title = "{Reconstruction and identification of τ lepton decays to
hadrons and ν$_τ$ at CMS}",
collaboration = "CMS",
journal = "JINST",
volume = "11",
year = "2016",
number = "01",
pages = "P01019",
doi = "10.1088/1748-0221/11/01/P01019",
eprint = "1510.07488",
archivePrefix = "arXiv",
primaryClass = "physics.ins-det",
reportNumber = "CMS-TAU-14-001, CERN-PH-EP-2015-261",
SLACcitation = "%%CITATION = ARXIV:1510.07488;%%"
}
@ARTICLE{CLS1,
author = "Read, A. L.",
title = "Presentation of search results: the CLs technique ",
journal = "J. Phys.",
volume = "G28",
year = "2002",
pages = "2693",
doi = "10.1088/0954-3899/28/10/313"
}
@ARTICLE{CLS2,
author = "Junk, T.",
title = "Confidence level computation for combining searches with small statistics",
journal = "Nucl. Instrum. Meth.",
volume = "A434",
year = "1999",
pages = "435",
eprint = "9902006",
archivePrefix = "arXiv",
primaryClass = "hep-ex"
}
@article{Chatrchyan:2012jua,
author = "{CMS Collaboration}",
title = "{Identification of b-quark jets with the CMS experiment}",
collaboration = "CMS",
journal = "JINST",
volume = "8",
year = "2013",
pages = "P04013",
doi = "10.1088/1748-0221/8/04/P04013",
eprint = "1211.4462",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
reportNumber = "CMS-BTV-12-001, CERN-PH-EP-2012-262",
SLACcitation = "%%CITATION = ARXIV:1211.4462;%%"
}
@article{Bayatian:2006nff,
author = "{CMS Collaboration}",
title = "{CMS Physics : Technical Design Report Volume 1: Detector Performance and Software}",
collaboration = "CMS",
year = "2006",
reportNumber = "CERN-LHCC-2006-001, CMS-TDR-8-1",
SLACcitation = "%%CITATION = CERN-LHCC-2006-001;%%"
}
@article{Abbiendi:2015txa,
author = "Abbiendi, Giovanni",
title = "{The CMS muon system in Run2: preparation, status and
first results}",
booktitle = "{Proceedings, 2015 European Physical Society Conference
on High Energy Physics (EPS-HEP 2015): Vienna, Austria,
July 22-29, 2015}",
collaboration = "CMS",
journal = "PoS",
volume = "EPS-HEP2015",
year = "2015",
pages = "237",
eprint = "1510.05424",
archivePrefix = "arXiv",
primaryClass = "physics.ins-det",
reportNumber = "CMS-CR-2015-237",
SLACcitation = "%%CITATION = ARXIV:1510.05424;%%"
}
@article{Dominguez:2007zz,
author = "Dominguez, Aaron",
title = "{The CMS pixel detector}",
booktitle = "{Instrumentation. Proceedings, 11th International
Conference, VCI 11, Vienna, Austria, February 19-24,
2007}",
collaboration = "CMS Pixel",
journal = "Nucl. Instrum. Meth.",
volume = "A581",
year = "2007",
pages = "343-346",
doi = "10.1016/j.nima.2007.07.156",
SLACcitation = "%%CITATION = NUIMA,A581,343;%%"
}
@article{Mobs:2225847,
author = "Mobs, Esma Anais",
title = "{The CERN accelerator complex. Complexe des
accélérateurs du CERN}",
month = "Oct",
year = "2016",
reportNumber = "OPEN-PHO-ACCEL-2016-013",
url = "http://cds.cern.ch/record/2225847",
note = "General Photo",
}
@article{Ade:2013sjv,
author = "Ade, P. A. R. and others",
title = "{Planck 2013 results. I. Overview of products and
scientific results}",
collaboration = "Planck",
journal = "Astron. Astrophys.",
volume = "571",
year = "2014",
pages = "A1",
doi = "10.1051/0004-6361/201321529",
eprint = "1303.5062",
archivePrefix = "arXiv",
primaryClass = "astro-ph.CO",
reportNumber = "CERN-PH-TH-2013-115",
SLACcitation = "%%CITATION = ARXIV:1303.5062;%%"
}
@article{Aprile:2016swn,
author = "Aprile, E. and others",
title = "{XENON100 Dark Matter Results from a Combination of 477
Live Days}",
collaboration = "XENON100",
journal = "Phys. Rev.",
volume = "D94",
year = "2016",
number = "12",
pages = "122001",
doi = "10.1103/PhysRevD.94.122001",
eprint = "1609.06154",
archivePrefix = "arXiv",
primaryClass = "astro-ph.CO",
SLACcitation = "%%CITATION = ARXIV:1609.06154;%%"
}
@article{Glashow:1959wxa,
author = "Glashow, Sheldon L.",
title = "{The renormalizability of vector meson interactions}",
journal = "Nucl. Phys.",
volume = "10",
year = "1959",
pages = "107-117",
doi = "10.1016/0029-5582(59)90196-8",
SLACcitation = "%%CITATION = NUPHA,10,107;%%"
}
@article{Weinberg:1967tq,
author = "Weinberg, Steven",
title = "{A Model of Leptons}",
journal = "Phys. Rev. Lett.",
volume = "19",