forked from jonathon-langford/Thesis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbibliography.bib
1984 lines (1841 loc) · 69.7 KB
/
bibliography.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
@book{LEP,
title = "{LEP Design Report}",
author = "CERN",
publisher = "CERN",
address = "Geneva",
year = "1984",
url = "http://cds.cern.ch/record/102083",
}
@article{CMSHiggsPhotonReco,
author = "CMS Collaboration",
title = "{Observation of the diphoton decay of the Higgs boson and
measurement of its properties}",
collaboration = "CMS",
journal = "Eur. Phys. J.",
volume = "C74",
year = "2014",
number = "10",
pages = "3076",
doi = "10.1140/epjc/s10052-014-3076-z",
eprint = "1407.0558",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
reportNumber = "CMS-HIG-13-001, CERN-PH-EP-2014-117",
SLACcitation = "%%CITATION = ARXIV:1407.0558;%%"
}
@article{ECALperformance,
author={A. Benaglia},
title={The CMS ECAL performance with examples},
journal={Journal of Instrumentation},
volume={9},
number={02},
pages={C02008},
url={http://stacks.iop.org/1748-0221/9/i=02/a=C02008},
year={2014}
}
@article{PhotonReco,
author = "CMS Collaboration",
title = "{Performance of Photon Reconstruction and Identification
with the CMS Detector in Proton-Proton Collisions at
sqrt(s) = 8 TeV}",
collaboration = "CMS",
journal = "JINST",
volume = "10",
year = "2015",
number = "08",
pages = "P08010",
doi = "10.1088/1748-0221/10/08/P08010",
eprint = "1502.02702",
archivePrefix = "arXiv",
primaryClass = "physics.ins-det",
reportNumber = "CMS-EGM-14-001, CERN-PH-EP-2015-006",
SLACcitation = "%%CITATION = ARXIV:1502.02702;%%"
}
@article{TrackReco,
author = "CMS Collaboration",
title = "{Description and performance of track and primary-vertex
reconstruction with the CMS tracker}",
collaboration = "CMS",
journal = "JINST",
volume = "9",
year = "2014",
number = "10",
pages = "P10009",
doi = "10.1088/1748-0221/9/10/P10009",
eprint = "1405.6569",
archivePrefix = "arXiv",
primaryClass = "physics.ins-det",
reportNumber = "CMS-TRK-11-001, CERN-PH-EP-2014-070",
SLACcitation = "%%CITATION = ARXIV:1405.6569;%%"
}
@article{MuonRecoRun1,
author = "CMS Collaboration",
title = "{Performance of CMS muon reconstruction in $pp$ collision
events at $\sqrt{s}=7$ TeV}",
collaboration = "CMS",
journal = "JINST",
volume = "7",
year = "2012",
pages = "P10002",
doi = "10.1088/1748-0221/7/10/P10002",
eprint = "1206.4071",
archivePrefix = "arXiv",
primaryClass = "physics.ins-det",
reportNumber = "CMS-MUO-10-004, CERN-PH-EP-2012-173",
SLACcitation = "%%CITATION = ARXIV:1206.4071;%%"
}
@article{ElectronReco,
author = "CMS Collaboration",
title = "{Performance of Electron Reconstruction and Selection
with the CMS Detector in Proton-Proton Collisions at
$\sqrt{s} = 8$ TeV}",
collaboration = "CMS",
journal = "JINST",
volume = "10",
year = "2015",
number = "06",
pages = "P06005",
doi = "10.1088/1748-0221/10/06/P06005",
eprint = "1502.02701",
archivePrefix = "arXiv",
primaryClass = "physics.ins-det",
reportNumber = "CMS-EGM-13-001, CERN-PH-EP-2015-004",
SLACcitation = "%%CITATION = ARXIV:1502.02701;%%"
}
@article{MuonReco,
author = "CMS Collaboration",
title = "{Performance of the CMS muon detector and muon
reconstruction with proton-proton collisions at
$\sqrt{s}=$ 13 TeV}",
collaboration = "CMS",
journal = "JINST",
volume = "13",
year = "2018",
number = "06",
pages = "P06015",
doi = "10.1088/1748-0221/13/06/P06015",
eprint = "1804.04528",
archivePrefix = "arXiv",
primaryClass = "physics.ins-det",
reportNumber = "CMS-MUO-16-001, CERN-EP-2018-058",
SLACcitation = "%%CITATION = ARXIV:1804.04528;%%"
}
@article{HLLHC,
author = "Apollinari, G. and Brüning, O. and Nakamoto, T. and
Rossi, L.",
title = "{High Luminosity Large Hadron Collider HL-LHC}",
journal = "CERN Yellow Report",
year = "2015",
number = "5",
pages = "1-19",
doi = "10.5170/CERN-2015-005.1",
eprint = "1705.08830",
archivePrefix = "arXiv",
primaryClass = "physics.acc-ph",
reportNumber = "FERMILAB-DESIGN-2017-02",
SLACcitation = "%%CITATION = ARXIV:1705.08830;%%"
}
@techreport{UpgradeTP,
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}",
address = "Geneva",
number = "CERN-LHCC-2015-010. LHCC-P-008. CMS-TDR-15-02",
month = "Jun",
year = "2015",
reportNumber = "CERN-LHCC-2015-010",
url = "https://cds.cern.ch/record/2020886",
}
@techreport{Tracker_Phase2TDR,
author = "Collaboration, CMS",
title = "{The Phase-2 Upgrade of the CMS Tracker}",
institution = "CERN",
address = "Geneva",
number = "CERN-LHCC-2017-009. CMS-TDR-014",
month = "Jun",
year = "2017",
reportNumber = "CERN-LHCC-2017-009",
url = "https://cds.cern.ch/record/2272264",
}
@techreport{Barrel_Phase2TDR,
author = "Collaboration, CMS",
title = "{The Phase-2 Upgrade of the CMS Barrel Calorimeters}",
institution = "CERN",
address = "Geneva",
number = "CERN-LHCC-2017-011. CMS-TDR-015",
month = "Sep",
year = "2017",
reportNumber = "CERN-LHCC-2017-011",
url = "https://cds.cern.ch/record/2283187",
}
@techreport{Muon_Phase2TDR,
author = "Collaboration, CMS",
title = "{The Phase-2 Upgrade of the CMS Muon Detectors}",
institution = "CERN",
address = "Geneva",
number = "CERN-LHCC-2017-012. CMS-TDR-016",
month = "Sep",
year = "2017",
reportNumber = "CERN-LHCC-2017-012",
url = "https://cds.cern.ch/record/2283189",
}
@techreport{Trigger_Phase2TDR,
author = "Collaboration, CMS",
title = "{The Phase-2 Upgrade of the CMS L1 Trigger Interim
Technical Design Report}",
institution = "CERN",
address = "Geneva",
number = "CERN-LHCC-2017-013. CMS-TDR-017",
month = "Sep",
year = "2017",
reportNumber = "CERN-LHCC-2017-013",
url = "https://cds.cern.ch/record/2283192",
}
@techreport{DAQ_Phase2TDR,
author = "Collaboration, CMS",
title = "{The Phase-2 Upgrade of the CMS DAQ Interim Technical
Design Report}",
institution = "CERN",
address = "Geneva",
number = "CERN-LHCC-2017-014. CMS-TDR-018",
month = "Sep",
year = "2017",
reportNumber = "CERN-LHCC-2017-014",
url = "https://cds.cern.ch/record/2283193",
}
@techreport{MTD,
author = "Collaboration, CMS",
title = "{Technical proposal for a MIP timing detector in the CMS
experiment Phase 2 upgrade}",
institution = "CERN",
address = "Geneva",
number = "CERN-LHCC-2017-027. LHCC-P-009",
month = "Dec",
year = "2017",
reportNumber = "CERN-LHCC-2017-027",
url = "https://cds.cern.ch/record/2296612",
}
@techreport{HGCAL,
author = "Collaboration, CMS",
title = "{The Phase-2 Upgrade of the CMS Endcap Calorimeter}",
institution = "CERN",
address = "Geneva",
number = "CERN-LHCC-2017-023. CMS-TDR-019",
month = "Nov",
year = "2017",
reportNumber = "CERN-LHCC-2017-023",
url = "https://cds.cern.ch/record/2293646",
note = "Technical Design Report of the endcap calorimeter for the
Phase-2 upgrade of the CMS experiment, in view of the
HL-LHC run.",
}
@article {ClusteringAlgo,
author = {Rodriguez, A. and Laio, A.},
title = {Clustering by fast search and find of density peaks},
volume = {344},
number = {6191},
pages = {1492--1496},
year = {2014},
doi = {10.1126/science.1242072},
publisher = {American Association for the Advancement of Science},
issn = {0036-8075},
URL = {http://science.sciencemag.org/content/344/6191/1492},
journal = {Science}
}
@article{PUPPI,
author = "Bertolini, D. and Harris, P. and Low, M.
and Tran, N.",
title = "{Pileup Per Particle Identification}",
journal = "JHEP",
volume = "10",
year = "2014",
pages = "059",
doi = "10.1007/JHEP10(2014)059",
eprint = "1407.6013",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "FERMILAB-PUB-14-238-PPD, EFI-14-18, MIT-CTP-4558",
SLACcitation = "%%CITATION = ARXIV:1407.6013;%%"
}
@article{CMSdiscovery,
author = "CMS Collaboration",
title = "{Observation of a new boson at a mass of 125 GeV with the
CMS experiment at the LHC}",
collaboration = "CMS",
journal = "Phys. Lett.",
volume = "B716",
year = "2012",
pages = "30-61",
doi = "10.1016/j.physletb.2012.08.021",
eprint = "1207.7235",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
reportNumber = "CMS-HIG-12-028, CERN-PH-EP-2012-220",
SLACcitation = "%%CITATION = ARXIV:1207.7235;%%"
}
@techreport{Lumi2016,
author = "CMS Collaboration",
title = "{CMS Luminosity Measurements for the 2016 Data Taking
Period}",
institution = "CERN",
collaboration = "CMS Collaboration",
address = "Geneva",
number = "CMS-PAS-LUM-17-001",
year = "2017",
reportNumber = "CMS-PAS-LUM-17-001",
url = "https://cds.cern.ch/record/2257069",
}
@techreport{Lumi2017,
author = "CMS Collaboration",
title = "{CMS luminosity measurement for the 2017 data-taking
period at $\sqrt{s} = 13~\mathrm{TeV}$}",
institution = "CERN",
collaboration = "CMS Collaboration",
address = "Geneva",
number = "CMS-PAS-LUM-17-004",
year = "2018",
reportNumber = "CMS-PAS-LUM-17-004",
url = "https://cds.cern.ch/record/2621960",
}
@article{StewartTackmann,
author = "Stewart, I. and Tackmann, F.",
title = "{Theory Uncertainties for Higgs and Other Searches Using
Jet Bins}",
journal = "Phys. Rev.",
volume = "D85",
year = "2012",
pages = "034011",
doi = "10.1103/PhysRevD.85.034011",
eprint = "1107.2117",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
SLACcitation = "%%CITATION = ARXIV:1107.2117;%%"
}
@article{GangalTackmann,
author = "Gangal, S. and Tackmann, F.",
title = "{Next-to-leading-order uncertainties in Higgs+2 jets from
gluon fusion}",
journal = "Phys. Rev.",
volume = "D87",
year = "2013",
number = "9",
pages = "093008",
doi = "10.1103/PhysRevD.87.093008",
eprint = "1302.5437",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "DESY-13-029",
SLACcitation = "%%CITATION = ARXIV:1302.5437;%%"
}
@article{Kappa,
author = "Andersen, J R and others",
editor = "Heinemeyer, S and Mariotti, C and Passarino, G and
Tanaka, R",
title = "{Handbook of LHC Higgs Cross Sections: 3. Higgs Properties}",
collaboration = "LHC Higgs Cross Section Working Group",
doi = "10.5170/CERN-2013-004",
year = "2013",
eprint = "1307.1347",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "CERN-2013-004, FERMILAB-CONF-13-667-T",
SLACcitation = "%%CITATION = ARXIV:1307.1347;%%"
}
@article{HiggsLifetime,
author = "CMS Collaboration",
title = "{Limits on the Higgs boson lifetime and width from its
decay to four charged leptons}",
collaboration = "CMS",
journal = "Phys. Rev.",
volume = "D92",
year = "2015",
number = "7",
pages = "072010",
doi = "10.1103/PhysRevD.92.072010",
eprint = "1507.06656",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
reportNumber = "CMS-HIG-14-036, CERN-PH-EP-2015-159",
SLACcitation = "%%CITATION = ARXIV:1507.06656;%%"
}
@article{HiggsBRs,
author = "Denner, A. and Heinemeyer, S. and Puljak, I. and Rebuzzi,
D. and Spira, M.",
title = "{Standard Model Higgs-Boson Branching Ratios with
Uncertainties}",
journal = "Eur. Phys. J.",
volume = "C71",
year = "2011",
pages = "1753",
doi = "10.1140/epjc/s10052-011-1753-8",
eprint = "1107.5909",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
SLACcitation = "%%CITATION = ARXIV:1107.5909;%%"
}
@article{HiggsPMs,
author = "Dittmaier, S. and others",
title = "{Handbook of LHC Higgs Cross Sections: 1. Inclusive
Observables}",
collaboration = "LHC Higgs Cross Section Working Group",
doi = "10.5170/CERN-2011-002",
year = "2011",
eprint = "1101.0593",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "CERN-2011-002",
SLACcitation = "%%CITATION = ARXIV:1101.0593;%%"
}
@article{QCD_and_Jets,
author = "Sapeta, S.",
title = "{QCD and Jets at Hadron Colliders}",
journal = "Prog. Part. Nucl. Phys.",
volume = "89",
year = "2016",
pages = "1-55",
doi = "10.1016/j.ppnp.2016.02.002",
eprint = "1511.09336",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "CERN-PH-TH-2015-281, IFJPAN-IV-2015-19",
SLACcitation = "%%CITATION = ARXIV:1511.09336;%%"
}
@article{BulletCluster,
author = "Clowe, D. and Bradac, M. and Gonzalez, A.
and Markevitch, M. and Randall, S. and Jones,
C. and Zaritsky, D.",
title = "{A direct empirical proof of the existence of dark
matter}",
journal = "Astrophys. J.",
volume = "648",
year = "2006",
pages = "L109-L113",
doi = "10.1086/508162",
eprint = "astro-ph/0608407",
archivePrefix = "arXiv",
primaryClass = "astro-ph",
reportNumber = "SLAC-PUB-12078",
SLACcitation = "%%CITATION = ASTRO-PH/0608407;%%"
}
@article{Cabibbo,
author = {Cabibbo, N.},
title = "{Unitary Symmetry and Leptonic Decays}",
journal = {Physical Review Letters},
year = 1963,
month = jun,
volume = 10,
pages = {531-533},
doi = {10.1103/PhysRevLett.10.531},
adsurl = {http://adsabs.harvard.edu/abs/1963PhRvL..10..531C},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@article{KobayashiMaskawa,
author = {Kobayashi, M. and Maskawa, T.},
title = "{CP-Violation in the Renormalizable Theory of Weak Interaction}",
journal = {Progress of Theoretical Physics},
year = 1973,
month = feb,
volume = 49,
pages = {652-657},
doi = {10.1143/PTP.49.652},
adsurl = {http://adsabs.harvard.edu/abs/1973PThPh..49..652K},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@article{NeutrinoOscillation,
author = "Fukuda, Y. and others",
title = "{Evidence for oscillation of atmospheric neutrinos}",
collaboration = "Super-Kamiokande",
journal = "Phys. Rev. Lett.",
volume = "81",
year = "1998",
pages = "1562-1567",
doi = "10.1103/PhysRevLett.81.1562",
eprint = "hep-ex/9807003",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
reportNumber = "BU-98-17, ICRR-REPORT-422-98-18, UCI-98-8,
KEK-PREPRINT-98-95, LSU-HEPA-5-98, UMD-98-003, SBHEP-98-5,
TKU-PAP-98-06, TIT-HPE-98-09",
SLACcitation = "%%CITATION = HEP-EX/9807003;%%"
}
@article{ATLASdiscovery,
author = "ATLAS Collaboration",
title = "{Observation of a new particle in the search for the
Standard Model Higgs boson with the ATLAS detector at the
LHC}",
collaboration = "ATLAS",
journal = "Phys. Lett.",
volume = "B716",
year = "2012",
pages = "1-29",
doi = "10.1016/j.physletb.2012.08.020",
eprint = "1207.7214",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
reportNumber = "CERN-PH-EP-2012-218",
SLACcitation = "%%CITATION = ARXIV:1207.7214;%%"
}
@article{HiggsPaper,
author = {Higgs, P.},
title = "{Broken Symmetries and the Masses of Gauge Bosons}",
journal = {Physical Review Letters},
year = 1964,
month = oct,
volume = 13,
pages = {508-509},
doi = {10.1103/PhysRevLett.13.508},
adsurl = {http://adsabs.harvard.edu/abs/1964PhRvL..13..508H},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@article{Glashow,
author = "Glashow, S.",
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{Salam,
author = {Salam, A. and Ward, J.},
title = "{Weak and electromagnetic interactions}",
journal = {Il Nuovo Cimento},
year = 1959,
month = feb,
volume = 11,
pages = {568-577},
doi = {10.1007/BF02726525},
adsurl = {http://adsabs.harvard.edu/abs/1959NCim...11..568S},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@article{Weinberg,
author = {Weinberg, S.},
title = "{A Model of Leptons}",
journal = {Physical Review Letters},
year = 1967,
month = nov,
volume = 19,
pages = {1264-1266},
doi = {10.1103/PhysRevLett.19.1264},
adsurl = {http://adsabs.harvard.edu/abs/1967PhRvL..19.1264W},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@article{BroutEnglert,
author = {Englert, F. and Brout, R.},
title = "{Broken Symmetry and the Mass of Gauge Vector Mesons}",
journal = {Physical Review Letters},
year = 1964,
month = aug,
volume = 13,
pages = {321-323},
doi = {10.1103/PhysRevLett.13.321},
adsurl = {http://adsabs.harvard.edu/abs/1964PhRvL..13..321E},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@article{KibbleEtc,
author = {Guralnik, G. and Hagen, C. and Kibble, T.},
title = "{Global Conservation Laws and Massless Particles}",
journal = {Physical Review Letters},
year = 1964,
month = nov,
volume = 13,
pages = {585-587},
doi = {10.1103/PhysRevLett.13.585},
adsurl = {http://adsabs.harvard.edu/abs/1964PhRvL..13..585G},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@article{YangMills,
author = {Yang, C. and Mills, R.},
title = "{Conservation of Isotopic Spin and Isotopic Gauge Invariance}",
journal = {Physical Review},
year = 1954,
month = oct,
volume = 96,
pages = {191-195},
doi = {10.1103/PhysRev.96.191}
}
@article{Nambu,
author = {Nambu, Y.},
title = "{Quasi-Particles and Gauge Invariance in the Theory of Superconductivity}",
journal = {Physical Review},
year = 1960,
month = feb,
volume = 117,
pages = {648-663},
doi = {10.1103/PhysRev.117.648}
}
@article{PDG,
author = "Patrignani, C. and others",
title = "{Review of Particle Physics}",
collaboration = "Particle Data Group",
journal = "Chin. Phys.",
volume = "C40",
year = "2016",
number = "10",
pages = "100001",
doi = "10.1088/1674-1137/40/10/100001",
SLACcitation = "%%CITATION = CHPHD,C40,100001;%%"
}
@Article{Goldstone,
author="Goldstone, J.",
title="Field Theories with Superconductor Solutions",
journal="Il Nuovo Cimento (1955-1965)",
year="1961",
month="Jan",
day="01",
volume="19",
number="1",
pages="154--164",
issn="1827-6121",
doi="10.1007/BF02812722",
url="https://doi.org/10.1007/BF02812722"
}
@article{AndersonSSB,
title = {Plasmons, Gauge Invariance, and Mass},
author = {Anderson, P. W.},
journal = {Phys. Rev.},
volume = {130},
issue = {1},
pages = {439--442},
numpages = {0},
year = {1963},
month = {Apr},
publisher = {American Physical Society},
doi = {10.1103/PhysRev.130.439},
url = {https://link.aps.org/doi/10.1103/PhysRev.130.439}
}
@article{NeutrinoChirality,
author = {Goldhaber, M. and Grodzins, L. and Sunyar, A.},
title = "{Helicity of Neutrinos}",
journal = {Physical Review},
year = 1958,
month = feb,
volume = 109,
pages = {1015-1017},
doi = {10.1103/PhysRev.109.1015},
adsurl = {http://adsabs.harvard.edu/abs/1958PhRv..109.1015G},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@article{JetPtResum,
author = "Stewart, I. and Tackmann, F. and Walsh,
J. and Zuberi, S.",
title = "{Jet $p_T$ resummation in Higgs production at
$NNLL'+NNLO$}",
journal = "Phys. Rev.",
volume = "D89",
year = "2014",
number = "5",
pages = "054001",
doi = "10.1103/PhysRevD.89.054001",
eprint = "1307.1808",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "DESY-13-122, MIT-CTP-4479",
SLACcitation = "%%CITATION = ARXIV:1307.1808;%%"
}
@article{TheoryUncertHiggs1J,
author = "Liu, X. and Petriello, F.",
title = "{Reducing theoretical uncertainties for exclusive
Higgs-boson plus one-jet production at the LHC}",
journal = "Phys. Rev.",
volume = "D87",
year = "2013",
number = "9",
pages = "094027",
doi = "10.1103/PhysRevD.87.094027",
eprint = "1303.4405",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "ANL-HEP-PR-13-16",
SLACcitation = "%%CITATION = ARXIV:1303.4405;%%"
}
@article{ResummedHiggsPredictions,
author = "Boughezal, R. and Liu, X. and Petriello, F.
and Tackmann, F. and Walsh, J.",
title = "{Combining Resummed Higgs Predictions Across Jet Bins}",
journal = "Phys. Rev.",
volume = "D89",
year = "2014",
number = "7",
pages = "074044",
doi = "10.1103/PhysRevD.89.074044",
eprint = "1312.4535",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "DESY-13-244",
SLACcitation = "%%CITATION = ARXIV:1312.4535;%%"
}
@misc{CMSLumiPublic,
author = "CMS Collaboration",
Collaboration = {CMS},
Title = {CMS Luminosity - Public Results},
howpublished = {\url{http://twiki.cern.ch/twiki/bin/view/CMSPublic/LumiPublicResults}}
}
@misc{SketchUp,
author={T. Sakuma and T. McCauley},
title={Detector and Event Visualization with SketchUp at the CMS Experiment},
journal={Journal of Physics: Conference Series},
volume={513},
number={2},
pages={022032},
url={http://stacks.iop.org/1742-6596/513/i=2/a=022032},
year={2014},
}
@article{LHC,
author={L. Evans and P. Bryant},
title={LHC Machine},
journal={JINST},
volume={3},
number={08},
pages={S08001},
doi="10.1088/1748-0221/3/08/S08001",
year={2008},
}
@techreport{LHC_design_report,
author = "Benedikt, M. and others",
title = "{LHC Design Report}",
publisher = "CERN",
address = "Geneva",
year = "2004",
number = "CERN-2004-003-V-3",
url = "https://cds.cern.ch/record/823808",
}
@techreport{CERNcomplex,
author = "C. Lef\`evre",
title = "{The CERN accelerator complex}",
month = "Dec",
institution = "CERN",
address = "Geneva",
year = "2008",
number = "CERN-DI-0812015",
url = "https://cds.cern.ch/record/1260465",
}
@article{CMSdetector,
author = "CMS Collaboration",
collaboration = "CMS",
title = "{The CMS experiment at the CERN LHC}",
journal = "JINST",
volume = "3",
pages = "S08004",
doi = "10.1088/1748-0221/3/08/S08004",
year = "2008",
SLACcitation = "%%CITATION = JINST,3,S08004;%%",
}
@article{ATLAS,
author ="{ATLAS Collaboration}",
title = "{The ATLAS Experiment at the CERN Large Hadron Collider}",
journal = "JINST",
volume = "3",
pages = "S08003",
year = "2008",
doi="10.1088/1748-0221/3/08/S08003",
}
@article{LHCb,
author={LHCb Collaboration},
title={The LHCb Detector at the LHC},
journal={Journal of Instrumentation},
volume={3},
number={08},
pages={S08005},
url={http://stacks.iop.org/1748-0221/3/i=08/a=S08005},
year={2008},
}
@article{ALICE,
author={ALICE Collaboration},
title={The ALICE experiment at the CERN LHC},
journal={Journal of Instrumentation},
volume={3},
number={08},
pages={S08002},
url={http://stacks.iop.org/1748-0221/3/i=08/a=S08002},
year={2008},
}
@book{CMSPhysics,
title = "{CMS Physics: Technical Design Report Volume 1: Detector
Performance and Software}",
publisher = "CERN",
collaboration = "CMS",
address = "Geneva",
series = "Technical Design Report CMS",
year = "2006",
url = "https://cds.cern.ch/record/922757",
}
@article{Yoke,
author={CMS Collaboration},
title={Precise mapping of the magnetic field in the CMS barrel yoke using cosmic rays},
journal={Journal of Instrumentation},
volume={5},
number={03},
pages={T03021},
url={http://stacks.iop.org/1748-0221/5/i=03/a=T03021},
year={2010}
}
@book{CMSTrackerTDR,
title = "{The CMS tracker system project: Technical Design Report}",
publisher = "CERN",
collaboration = "CMS",
address = "Geneva",
series = "Technical Design Report CMS",
year = "1997",
url = "https://cds.cern.ch/record/368412",
}
@techreport{PixelUpgrade,
author = "CMS Collaboration",
title = "{CMS Technical Design Report for the Pixel Detector
Upgrade}",
publisher = "CERN",
collaboration = "CMS",
number = "CERN-LHCC-2012-016. CMS-TDR-11",
month = "Sep",
year = "2012",
reportNumber = "CERN-LHCC-2012-016",
url = "https://cds.cern.ch/record/1481838",
}
@book{CMSEcalTDR,
title = "{The CMS electromagnetic calorimeter project: Technical
Design Report}",
publisher = "CERN",
collaboration = "CMS",
address = "Geneva",
series = "Technical Design Report CMS",
year = "1997",
}
@book{cmsHcal,
title = "{The CMS hadron calorimeter project: Technical Design
Report}",
publisher = "CERN",
address = "Geneva",
series = "Technical Design Report CMS",
year = "1997",
}
@book{cmsMuon,
title = "{The CMS muon project: Technical Design Report}",
publisher = "CERN",
collaboration = "CMS",
address = "Geneva",
series = "Technical Design Report CMS",
year = "1997",
}
@unpublished{CMSslice,
author = "D. Barney",
title = "{CMS Detector Slice}",
month = "Jan",
year = "2016",
reportNumber = "CMS-PHO-GEN-2016-001",
url = "https://cds.cern.ch/record/2120661",
note = "CMS Collection.",
}
@article{ecalShower,
title ="{A Review of clustering algoritms and energy corrections
in the Electromagnetic Calorimeter}",
journal = "CERN",
collaboration = "CMS",
author = "CMS Collaboration",
Volume = "CMS Internal Note",
year = "2010/008",
}
@article{CMStrigger,
author = "CMS Collaboration",
title = "{The CMS trigger system}",
collaboration = "CMS",
journal = "JINST",
volume = "12",
year = "2017",
number = "01",
pages = "P01020",
doi = "10.1088/1748-0221/12/01/P01020",
eprint = "1609.02366",
archivePrefix = "arXiv",
primaryClass = "physics.ins-det",
reportNumber = "CMS-TRG-12-001, CERN-EP-2016-160",
SLACcitation = "%%CITATION = ARXIV:1609.02366;%%"
}
@article{cmsEcalCalibration,
author = "CMS Collaboration",
title = "{Energy Calibration and Resolution of the CMS
Electromagnetic Calorimeter in $pp$ Collisions at
$\sqrt{s} = 7$ TeV}",
collaboration = "CMS",
journal = "JINST",
volume = "8",
year = "2013",
pages = "P09009",
doi = "10.1088/1748-0221/8/09/P09009",
note = "[JINST8,9009(2013)]",
eprint = "1306.2016",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
reportNumber = "CMS-EGM-11-001, CERN-PH-EP-2013-097",
SLACcitation = "%%CITATION = ARXIV:1306.2016;%%"
}
@article{Boosting,
author = "Breiman, L.",
doi = "10.1214/aos/1024691079",
fjournal = "The Annals of Statistics",
journal = "Ann. Statist.",
month = "06",
number = "3",
pages = "801--849",
publisher = "The Institute of Mathematical Statistics",
title = "Arcing classifier (with discussion and a rejoinder by the author)",
url = "https://doi.org/10.1214/aos/1024691079",
volume = "26",
year = "1998"
}
@article{GradientBoosting,
author = {Friedman, J.},
title = {Greedy Function Approximation: A Gradient Boosting Machine},
journal = {Annals of Statistics},
year = {2000},
volume = {29},
pages = {1189--1232}
}
@article{ParticleFlow,
author = "CMS Collaboration",
title = "{Particle-flow reconstruction and global event
description with the CMS detector}",
collaboration = "CMS",
journal = "JINST",
volume = "12",
year = "2017",
number = "10",
pages = "P10003",
doi = "10.1088/1748-0221/12/10/P10003",
eprint = "1706.04965",
archivePrefix = "arXiv",
primaryClass = "physics.ins-det",
reportNumber = "CMS-PRF-14-001, CERN-EP-2017-110",
SLACcitation = "%%CITATION = ARXIV:1706.04965;%%"
}
@article{TagAndProbe,
author = "CMS Collaboration",
title = "{Measurement of the Inclusive $W$ and $Z$ Production
Cross Sections in $pp$ Collisions at $\sqrt{s}=7$ TeV}",
collaboration = "CMS",
journal = "JHEP",
volume = "10",
year = "2011",
pages = "132",
doi = "10.1007/JHEP10(2011)132",
eprint = "1107.4789",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
reportNumber = "CERN-PH-EP-2011-107, CMS-EWK-10-005",
SLACcitation = "%%CITATION = ARXIV:1107.4789;%%"
}