-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPubNotes.bib
1497 lines (1310 loc) · 64.2 KB
/
PubNotes.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
% Created on 2016-10-10 16:23:36
@Booklet{ATL-LARG-PUB-2008-002,
author = "Lampl, Walter and others",
title = "{Calorimeter Clustering Algorithms: Description and Performance}",
howpublished = "{ATL-LARG-PUB-2008-002}",
url = "https://cds.cern.ch/record/1099735",
year = "2008",
}
@Booklet{ATL-PHYS-PUB-2009-001,
author = "{ATLAS Collaboration}",
title = "{Prospects for associated single top quark production cross section measurements in the dilepton decay mode with ATLAS}",
howpublished = "{ATL-PHYS-PUB-2009-001}",
url = "https://cds.cern.ch/record/1161128",
year = "2009",
}
@Booklet{ATL-PHYS-PUB-2009-011,
author = "{ATLAS Collaboration}",
title = "{Search for highly-excited string states with ATLAS}",
howpublished = "{ATL-PHYS-PUB-2009-011}",
url = "https://cds.cern.ch/record/1167960",
year = "2009",
}
@Booklet{ATL-PHYS-PUB-2009-075,
author = "{ATLAS Collaboration}",
title = "{Discovery Potential for Supersymmetry with $b$-jet Final States with the ATLAS detector}",
howpublished = "{ATL-PHYS-PUB-2009-075}",
url = "https://cds.cern.ch/record/1170698",
year = "2009",
}
@Booklet{ATL-PHYS-PUB-2009-076,
author = "{ATLAS Collaboration}",
title = "{A method for discovering heavy particles decaying into single boosted jets with substructure using the $k_{\perp}$ algorithm}",
howpublished = "{ATL-PHYS-PUB-2009-076}",
url = "https://cds.cern.ch/record/1177832",
year = "2009",
}
@Booklet{ATL-PHYS-PUB-2009-077,
author = "{ATLAS Collaboration}",
title = "{Background Estimation for Inclusive SUSY Searches - The Tiles Method}",
howpublished = "{ATL-PHYS-PUB-2009-077}",
url = "https://cds.cern.ch/record/1177160",
year = "2009",
}
@Booklet{ATL-PHYS-PUB-2009-078,
author = "{ATLAS Collaboration}",
title = "{Measuring $WZ$ longitudinal polarization with the ATLAS detector}",
howpublished = "{ATL-PHYS-PUB-2009-078}",
url = "https://cds.cern.ch/record/1165086",
year = "2009",
}
@Booklet{ATL-PHYS-PUB-2009-079,
author = "{ATLAS Collaboration}",
title = "{ATLAS searches for MSSM Higgs bosons decaying into SUSY cascades}",
howpublished = "{ATL-PHYS-PUB-2009-079}",
url = "https://cds.cern.ch/record/1165535",
year = "2009",
}
@Booklet{ATL-PHYS-PUB-2009-080,
author = "{ATLAS Collaboration}",
title = "{The Impact of Inner Detector Misalignments on Selected Physics Processes}",
howpublished = "{ATL-PHYS-PUB-2009-080}",
url = "https://cds.cern.ch/record/1178860",
year = "2009",
}
@Booklet{ATL-PHYS-PUB-2009-081,
author = "{ATLAS Collaboration}",
title = "{Reconstruction of High-Mass $t\bar{t}$ Resonances in the Lepton+Jets Channel}",
howpublished = "{ATL-PHYS-PUB-2009-081}",
url = "https://cds.cern.ch/record/1177410",
year = "2009",
}
@Booklet{ATL-PHYS-PUB-2009-082,
author = "{ATLAS Collaboration}",
title = "{Triggering on Long-Lived Neutral Particles in the ATLAS Detector}",
howpublished = "{ATL-PHYS-PUB-2009-082}",
url = "https://cds.cern.ch/record/1175196",
year = "2009",
}
@Booklet{ATL-PHYS-PUB-2009-083,
author = "{ATLAS Collaboration}",
title = "{Data-Driven Determination of $t\bar{t}$ Background to Supersymmetry Searches in ATLAS}",
howpublished = "{ATL-PHYS-PUB-2009-083}",
url = "https://cds.cern.ch/record/1190215",
year = "2009",
}
@Booklet{ATL-PHYS-PUB-2009-084,
author = "{ATLAS Collaboration}",
title = "{Prospects for Supersymmetry and Univeral Extra Dimensions discovery based on inclusive searches at a $10\;\mbox{TeV}$ centre-of-mass energy with the ATLAS detector }",
howpublished = "{ATL-PHYS-PUB-2009-084}",
url = "https://cds.cern.ch/record/1191916",
year = "2009",
}
@Booklet{ATL-PHYS-PUB-2009-085,
author = "{ATLAS Collaboration}",
title = "{Searching for Supersymmetry with two same-sign leptons, multi-jets plus missing transverse energy in ATLAS at $\sqrt{s} = 10\;\mbox{TeV}$}",
howpublished = "{ATL-PHYS-PUB-2009-085}",
url = "https://cds.cern.ch/record/1200151",
year = "2009",
}
@Booklet{ATL-PHYS-PUB-2009-086,
author = "{ATLAS Collaboration}",
title = "{Prospects for measuring top pair production in the dilepton channel with early ATLAS data at $\sqrt{s} = 10\;\mbox{TeV}$}",
howpublished = "{ATL-PHYS-PUB-2009-086}",
url = "https://cds.cern.ch/record/1200287",
year = "2009",
}
@Booklet{ATL-PHYS-PUB-2009-087,
author = "{ATLAS Collaboration}",
title = "{Prospects for the Top Pair Production Cross-section at $\sqrt{s} = 10\;\mbox{TeV}$ in the Single Lepton Channel in ATLAS}",
howpublished = "{ATL-PHYS-PUB-2009-087}",
url = "https://cds.cern.ch/record/1200436",
year = "2009",
}
@Booklet{ATL-PHYS-PUB-2009-088,
author = "{ATLAS Collaboration}",
title = "{ATLAS Sensitivity to the Standard Model Higgs in the $HW$ and $HZ$ Channels at High Transverse Momenta}",
howpublished = "{ATL-PHYS-PUB-2009-088}",
url = "https://cds.cern.ch/record/1201444",
year = "2009",
}
@Booklet{ATL-PHYS-PUB-2009-089,
author = "{ATLAS Collaboration}",
title = "{Expected performance of the ATLAS detector in GMSB models with $\tau$ final states}",
howpublished = "{ATL-PHYS-PUB-2009-089}",
url = "https://cds.cern.ch/record/1222126",
year = "2009",
}
@Booklet{ATL-PHYS-PUB-2010-001,
author = "{ATLAS Collaboration}",
title = "{Cut-based Identification of Hadronic $\tau$ Decays in Early ATLAS Data}",
howpublished = "{ATL-PHYS-PUB-2010-001}",
url = "https://cds.cern.ch/record/1233743",
year = "2010",
}
@Booklet{ATL-PHYS-PUB-2010-002,
author = "{ATLAS Collaboration}",
title = "{ATLAS Monte Carlo tunes for MC09}",
howpublished = "{ATL-PHYS-PUB-2010-002}",
url = "https://cds.cern.ch/record/1247375",
year = "2010",
}
@Booklet{ATL-PHYS-PUB-2010-003,
author = "{ATLAS Collaboration}",
title = "{Strategy to Search for Single-Top Events using early Data of the ATLAS Detector at the LHC}",
howpublished = "{ATL-PHYS-PUB-2010-003}",
url = "https://cds.cern.ch/record/1265835",
year = "2010",
}
@Booklet{ATL-PHYS-PUB-2010-004,
author = "{ATLAS Collaboration}",
title = "{Prospects for the Measurement of the Top-Quark Mass using the Template Method with early ATLAS Data}",
howpublished = "{ATL-PHYS-PUB-2010-004}",
url = "https://cds.cern.ch/record/1267950",
year = "2010",
}
@Booklet{ATL-PHYS-PUB-2010-005,
author = "{ATLAS Collaboration}",
title = "{Prospects for Higgs boson searches using the $H \rightarrow WW^{(*)} \rightarrow \ell\nu\ell\nu$ decay mode with the ATLAS detector at $10\;\mbox{TeV}$}",
howpublished = "{ATL-PHYS-PUB-2010-005}",
url = "https://cds.cern.ch/record/1270568",
year = "2010",
}
@Booklet{ATL-PHYS-PUB-2010-006,
author = "{ATLAS Collaboration}",
title = "{Expected Sensitivity in Light Charged Higgs Boson Searches for $H^{+} \to \tau^{+}\nu$ and $H^{+} \to c\bar{s}$ in Early LHC Data at the ATLAS Experiment}",
howpublished = "{ATL-PHYS-PUB-2010-006}",
url = "https://cds.cern.ch/record/1272425",
year = "2010",
}
@Booklet{ATL-PHYS-PUB-2010-007,
author = "{ATLAS Collaboration}",
title = "{ATLAS sensitivity prospects to $W'$ and $Z'$ in the decay channels $W' \rightarrow \ell \nu$ and $Z' \rightarrow \ell^+\ell^-$ at $\sqrt{s} = 7\;\mbox{TeV}$}",
howpublished = "{ATL-PHYS-PUB-2010-007}",
url = "https://cds.cern.ch/record/1277012",
year = "2010",
}
@Booklet{ATL-PHYS-PUB-2010-008,
author = "{ATLAS Collaboration}",
title = "{Prospects for early $t\bar{t}$ resonance searches in ATLAS}",
howpublished = "{ATL-PHYS-PUB-2010-008}",
url = "https://cds.cern.ch/record/1278454",
year = "2010",
}
@Booklet{ATL-PHYS-PUB-2010-009,
author = "{ATLAS Collaboration}",
title = "{ATLAS Sensitivity Prospects for Higgs Boson Production at the LHC Running at $7\;\mbox{TeV}$}",
howpublished = "{ATL-PHYS-PUB-2010-009}",
url = "https://cds.cern.ch/record/1278455",
year = "2010",
}
@Booklet{ATL-PHYS-PUB-2010-010,
author = "{ATLAS Collaboration}",
title = "{Prospects for Supersymmetry discovery based on inclusive searches at a $7\;\mbox{TeV}$ centre-of-mass energy with the ATLAS detector}",
howpublished = "{ATL-PHYS-PUB-2010-010}",
url = "https://cds.cern.ch/record/1278474",
year = "2010",
}
@Booklet{ATL-PHYS-PUB-2010-011,
author = "{ATLAS Collaboration}",
title = "{Discovery Potential of $A/H \rightarrow \tau^{+} \tau^{-} \rightarrow \ell h$ in ATLAS}",
howpublished = "{ATL-PHYS-PUB-2010-011}",
url = "https://cds.cern.ch/record/1279115",
year = "2010",
}
@Booklet{ATL-PHYS-PUB-2010-012,
author = "{ATLAS Collaboration}",
title = "{Expected event distributions for early top pair candidates in ATLAS at $\sqrt{s} = 7\;\mbox{TeV}$}",
howpublished = "{ATL-PHYS-PUB-2010-012}",
url = "https://cds.cern.ch/record/1279118",
year = "2010",
}
@Booklet{ATL-PHYS-PUB-2010-013,
author = "{ATLAS Collaboration}",
title = "{The simulation principle and performance of the ATLAS fast calorimeter simulation FastCaloSim}",
howpublished = "{ATL-PHYS-PUB-2010-013}",
url = "https://cds.cern.ch/record/1300517",
year = "2010",
}
@Booklet{ATL-PHYS-PUB-2010-014,
author = "{ATLAS Collaboration}",
title = "{First tuning of HERWIG/JIMMY to ATLAS data}",
howpublished = "{ATL-PHYS-PUB-2010-014}",
url = "https://cds.cern.ch/record/1303025",
year = "2010",
}
@Booklet{ATL-PHYS-PUB-2010-015,
author = "{ATLAS Collaboration}",
title = "{ATLAS Sensitivity Prospects for Higgs Boson Production at the LHC Running at $7$, $8$ or $9\;\mbox{TeV}$}",
howpublished = "{ATL-PHYS-PUB-2010-015}",
url = "https://cds.cern.ch/record/1303604",
year = "2010",
}
@Booklet{ATL-PHYS-PUB-2011-001,
author = "{ATLAS Collaboration}",
title = "{Further investigations of ATLAS Sensitivity to Higgs Boson Production in different assumed LHC scenarios}",
howpublished = "{ATL-PHYS-PUB-2011-001}",
url = "https://cds.cern.ch/record/1323856",
year = "2011",
}
@Booklet{ATL-PHYS-PUB-2011-002,
author = "{ATLAS Collaboration}",
title = "{Physics potential of $Z'$ and $W'$ searches with the ATLAS Detector as a function of the LHC center-of-mass energy}",
howpublished = "{ATL-PHYS-PUB-2011-002}",
url = "https://cds.cern.ch/record/1323860",
year = "2011",
}
@Booklet{ATL-PHYS-PUB-2011-003,
author = "{ATLAS Collaboration}",
title = "{Simple extrapolations for supersymmetry discovery limits at different LHC centre-of-mass energies and luminosities, based on inclusive searches with the ATLAS detector}",
howpublished = "{ATL-PHYS-PUB-2011-003}",
url = "https://cds.cern.ch/record/1323868",
year = "2011",
}
@Booklet{ATL-PHYS-PUB-2011-004,
author = "{ATLAS Collaboration}",
title = "{ATLAS top physics potential as a function of LHC integrated luminosity}",
howpublished = "{ATL-PHYS-PUB-2011-004}",
url = "https://cds.cern.ch/record/1323895",
year = "2011",
}
@Booklet{ATL-PHYS-PUB-2011-005,
author = "{ATLAS Collaboration}",
title = "{Comparisons of the measured inclusive jet cross section to a selection of NLO QCD predictions, and a study of the parton content of the calculations}",
howpublished = "{ATL-PHYS-PUB-2011-005}",
url = "https://cds.cern.ch/record/1344075",
year = "2011",
}
@Booklet{ATL-PHYS-PUB-2011-006,
author = "{ATLAS Collaboration}",
title = "{Expected electron performance in the ATLAS experiment}",
howpublished = "{ATL-PHYS-PUB-2011-006}",
url = "https://cds.cern.ch/record/1345327",
year = "2011",
}
@Booklet{ATL-PHYS-PUB-2011-007,
author = "{ATLAS Collaboration}",
title = "{Expected photon performance in the ATLAS experiment}",
howpublished = "{ATL-PHYS-PUB-2011-007}",
url = "https://cds.cern.ch/record/1345329",
year = "2011",
}
@Booklet{ATL-PHYS-PUB-2011-008,
author = "{ATLAS Collaboration}",
title = "{New ATLAS event generator tunes to 2010 data}",
howpublished = "{ATL-PHYS-PUB-2011-008}",
url = "https://cds.cern.ch/record/1345343",
year = "2011",
}
@Booklet{ATL-PHYS-PUB-2011-009,
author = "{ATLAS Collaboration}",
title = "{ATLAS tunes of \textsc{Pythia} 6 and Pythia 8 for MC11}",
howpublished = "{ATL-PHYS-PUB-2011-009}",
url = "https://cds.cern.ch/record/1363300",
year = "2011",
}
@Booklet{ATL-PHYS-PUB-2011-010,
author = "{ATLAS Collaboration}",
title = "{Jet Shapes in ATLAS and Monte Carlo modeling}",
howpublished = "{ATL-PHYS-PUB-2011-010}",
url = "https://cds.cern.ch/record/1368881",
year = "2011",
}
@Booklet{ATL-PHYS-PUB-2011-011,
author = "{ATLAS Collaboration}",
title = "{Procedure for the LHC Higgs boson search combination in summer 2011}",
howpublished = "{ATL-PHYS-PUB-2011-011}",
url = "https://cds.cern.ch/record/1375842",
year = "2011",
}
@Booklet{ATL-PHYS-PUB-2011-012,
author = "{ATLAS Collaboration}",
title = "{Comparison of $D^{(*)}$ meson production cross sections with FONLL and GM-VFNS predictions}",
howpublished = "{ATL-PHYS-PUB-2011-012}",
url = "https://cds.cern.ch/record/1378479",
year = "2011",
}
@Booklet{ATL-PHYS-PUB-2011-013,
author = "{ATLAS Collaboration}",
title = "{Compiled measurements of the inclusive isolated prompt photon cross section in $pp$ collisions at $\sqrt{s} = 7\;\mbox{TeV}$ with the ATLAS detector}",
howpublished = "{ATL-PHYS-PUB-2011-013}",
url = "https://cds.cern.ch/record/1395049",
year = "2011",
}
@Booklet{ATL-PHYS-PUB-2011-014,
author = "{ATLAS Collaboration}",
title = "{Further ATLAS tunes of \textsc{Pythia} 6 and Pythia 8}",
howpublished = "{ATL-PHYS-PUB-2011-014}",
url = "https://cds.cern.ch/record/1400677",
year = "2011",
}
@Booklet{ATL-PHYS-PUB-2011-015,
author = "{ATLAS Collaboration}",
title = "{Studies of vector boson transverse momentum simulation in Monte Carlo event generators}",
howpublished = "{ATL-PHYS-PUB-2011-015}",
url = "https://cds.cern.ch/record/1402508",
year = "2011",
}
@Booklet{ATL-PHYS-PUB-2012-001,
author = "{ATLAS Collaboration}",
title = "{Physics at a High-Luminosity LHC with ATLAS}",
howpublished = "{ATL-PHYS-PUB-2012-001}",
url = "https://cds.cern.ch/record/1472518",
year = "2012",
}
@Booklet{ATL-PHYS-PUB-2012-002,
author = "{ATLAS Collaboration}",
title = "{Future of the ATLAS heavy ion program}",
howpublished = "{ATL-PHYS-PUB-2012-002}",
url = "https://cds.cern.ch/record/1472528",
year = "2012",
}
@Booklet{ATL-PHYS-PUB-2012-003,
author = "{ATLAS Collaboration}",
title = "{Summary of ATLAS Pythia 8 tunes}",
howpublished = "{ATL-PHYS-PUB-2012-003}",
url = "https://cds.cern.ch/record/1474107",
year = "2012",
}
@Booklet{ATL-PHYS-PUB-2012-004,
author = "{ATLAS Collaboration}",
title = "{Physics at a High-Luminosity LHC with ATLAS (Update)}",
howpublished = "{ATL-PHYS-PUB-2012-004}",
url = "https://cds.cern.ch/record/1484890",
year = "2012",
}
@Booklet{ATL-PHYS-PUB-2012-005,
author = "{ATLAS Collaboration}",
title = "{Studies of Vector Boson Scattering with an Upgraded ATLAS Detector at a High-Luminosity LHC}",
howpublished = "{ATL-PHYS-PUB-2012-005}",
url = "https://cds.cern.ch/record/1496527",
year = "2012",
}
@Booklet{ATL-DAQ-PUB-2013-002,
author = "{ATLAS Collaboration}",
title = "{Studies for the development of the Inner Detector trigger algorithms at ATLAS}",
howpublished = "{ATL-DAQ-PUB-2013-002}",
url = "https://cds.cern.ch/record/1602918 ",
year = "2013",
}
@Booklet{ATL-PHYS-PUB-2013-001,
author = "{ATLAS Collaboration}",
title = "{Studies of the ATLAS potential for Higgs self-coupling measurements at a High Luminosity LHC}",
howpublished = "{ATL-PHYS-PUB-2013-001}",
url = "https://cds.cern.ch/record/1507263",
year = "2013",
}
@Booklet{ATL-PHYS-PUB-2013-002,
author = "{ATLAS Collaboration}",
title = "{Searches for Supersymmetry at the high luminosity LHC with the ATLAS Detector}",
howpublished = "{ATL-PHYS-PUB-2013-002}",
url = "https://cds.cern.ch/record/1512933",
year = "2013",
}
@Booklet{ATL-PHYS-PUB-2013-003,
author = "{ATLAS Collaboration}",
title = "{Studies of Sensitivity to New Dilepton and Ditop Resonances with an Upgraded ATLAS Detector at a High-Luminosity LHC}",
howpublished = "{ATL-PHYS-PUB-2013-003}",
url = "https://cds.cern.ch/record/1516108",
year = "2013",
}
@Booklet{ATL-PHYS-PUB-2013-004,
author = "{ATLAS Collaboration}",
title = "{Performance assumptions for an upgraded ATLAS detector at a High-Luminosity LHC}",
howpublished = "{ATL-PHYS-PUB-2013-004}",
url = "https://cds.cern.ch/record/1527529",
year = "2013",
}
@Booklet{ATL-PHYS-PUB-2013-005,
author = "{ATLAS Collaboration}",
title = "{Monte Carlo generator comparisons to ATLAS measurements constraining QCD radiation in top anti-top final states}",
howpublished = "{ATL-PHYS-PUB-2013-005}",
url = "https://cds.cern.ch/record/1532067",
year = "2013",
}
@Booklet{ATL-PHYS-PUB-2013-006,
author = "{ATLAS Collaboration}",
title = "{Studies of Vector Boson Scattering And Triboson Production with an Upgraded ATLAS Detector at a High-Luminosity LHC}",
howpublished = "{ATL-PHYS-PUB-2013-006}",
url = "https://cds.cern.ch/record/1558703",
year = "2013",
}
@Booklet{ATL-PHYS-PUB-2013-007,
author = "{ATLAS Collaboration}",
title = "{Physics at a High-Luminosity LHC with ATLAS}",
howpublished = "{ATL-PHYS-PUB-2013-007}",
url = "https://cds.cern.ch/record/1564937",
year = "2013",
}
@Booklet{ATL-PHYS-PUB-2013-008,
author = "{ATLAS Collaboration}",
title = "{Comparison of selected ATLAS top pair differential cross section measurements to NLO QCD predictions}",
howpublished = "{ATL-PHYS-PUB-2013-008}",
url = "https://cds.cern.ch/record/1568552",
year = "2013",
}
@Booklet{ATL-PHYS-PUB-2013-009,
author = "{ATLAS Collaboration}",
title = "{Performance assumptions based on full simulation for an upgraded ATLAS detector at a High-Luminosity LHC}",
howpublished = "{ATL-PHYS-PUB-2013-009}",
url = "https://cds.cern.ch/record/1604420",
year = "2013",
}
@Booklet{ATL-PHYS-PUB-2013-010,
author = "{ATLAS Collaboration}",
title = "{ATLAS B-physics studies at increased LHC luminosity, potential for CP-violation measurement in the $B^{0}_{s} \rightarrow J/\psi \phi$ decay}",
howpublished = "{ATL-PHYS-PUB-2013-010}",
url = "https://cds.cern.ch/record/1604429",
year = "2013",
}
@Booklet{ATL-PHYS-PUB-2013-011,
author = "{ATLAS Collaboration}",
title = "{Prospects for benchmark Supersymmetry searches at the high luminosity LHC with the ATLAS Detector}",
howpublished = "{ATL-PHYS-PUB-2013-011}",
url = "https://cds.cern.ch/record/1604505",
year = "2013",
}
@Booklet{ATL-PHYS-PUB-2013-012,
author = "{ATLAS Collaboration}",
title = "{Sensitivity of ATLAS at HL-LHC to flavour changing neutral currents in top quark decays $t \rightarrow cH$, with $H \rightarrow \gamma\gamma$}",
howpublished = "{ATL-PHYS-PUB-2013-012}",
url = "https://cds.cern.ch/record/1604506",
year = "2013",
}
@Booklet{ATL-PHYS-PUB-2013-013,
author = "{ATLAS Collaboration}",
title = "{Prospects for measurements of the $HZZ$ vertex tensor structure in $H \rightarrow ZZ^{*} \rightarrow 4\ell$ decay channel with ATLAS}",
howpublished = "{ATL-PHYS-PUB-2013-013}",
url = "https://cds.cern.ch/record/1611123",
year = "2013",
}
@Booklet{ATL-PHYS-PUB-2013-014,
author = "{ATLAS Collaboration}",
title = "{Projections for measurements of Higgs boson cross sections, branching ratios and coupling parameters with the ATLAS detector at a HL-LHC}",
howpublished = "{ATL-PHYS-PUB-2013-014}",
url = "https://cds.cern.ch/record/1611186",
year = "2013",
}
@Booklet{ATL-PHYS-PUB-2013-015,
author = "{ATLAS Collaboration}",
title = "{Sensitivity to New Phenomena via Higgs Couplings with the ATLAS Detector at a High-Luminosity LHC}",
howpublished = "{ATL-PHYS-PUB-2013-015}",
url = "https://cds.cern.ch/record/1611189",
year = "2013",
}
@Booklet{ATL-PHYS-PUB-2013-016,
author = "{ATLAS Collaboration}",
title = "{Beyond-the-Standard-Model Higgs boson searches at a High-Luminosity LHC with ATLAS}",
howpublished = "{ATL-PHYS-PUB-2013-016}",
url = "https://cds.cern.ch/record/1611190",
year = "2013",
}
@Booklet{ATL-PHYS-PUB-2013-017,
author = "{ATLAS Collaboration}",
title = "{Example ATLAS tunes of \textsc{Pythia8}, \textsc{Pythia6} and \textsc{Powheg} to an observable sensitive to $Z$ boson transverse momentum}",
howpublished = "{ATL-PHYS-PUB-2013-017}",
url = "https://cds.cern.ch/record/1629317",
year = "2013",
}
@Booklet{ATL-PHYS-PUB-2013-018,
author = "{ATLAS Collaboration}",
title = "{A study of the sensitivity to the proton parton distributions of the inclusive photon production cross section in $pp$ collisions at $7\;\mbox{TeV}$ measured by the ATLAS experiment at the LHC}",
howpublished = "{ATL-PHYS-PUB-2013-018}",
url = "https://cds.cern.ch/record/1636863",
year = "2013",
}
@Booklet{ATL-UPGRADE-PUB-2013-014,
author = "{ATLAS Collaboration}",
title = "{Expected pile-up values at the HL-LHC}",
howpublished = "{ATL-UPGRADE-PUB-2013-014}",
url = "https://cds.cern.ch/record/1604492",
year = "2013",
}
@Booklet{ATL-INDET-PUB-2014-001,
author = "{ATLAS Collaboration}",
title = "{Basic ATLAS TRT performance studies of Run 1}",
howpublished = "{ATL-INDET-PUB-2014-001}",
url = "https://cds.cern.ch/record/1669603",
year = "2014",
}
@Booklet{ATL-INDET-PUB-2014-004,
author = "{ATLAS Collaboration}",
title = "{A Leakage Current-based Measurement of the Radiation Damage in the ATLAS Pixel Detector}",
howpublished = "{ATL-INDET-PUB-2014-004}",
url = "https://cds.cern.ch/record/1752122",
year = "2014",
}
@Booklet{ATL-INDET-PUB-2014-005,
author = "{ATLAS Collaboration}",
title = "{Using the size of clusters in the ATLAS pixel detector to reject spurious clusters and provide an initial estimate of track direction and position along the beam line}",
howpublished = "{ATL-INDET-PUB-2014-005}",
url = "https://cds.cern.ch/record/1753400",
year = "2014",
}
@Booklet{ATL-INDET-PUB-2014-006,
author = "{ATLAS Collaboration}",
title = "{ATLAS Pixel IBL: Stave Quality Assurance}",
howpublished = "{ATL-INDET-PUB-2014-006}",
url = "https://cds.cern.ch/record/1754509",
year = "2014",
}
@Booklet{ATL-PHYS-PUB-2014-001,
author = "{ATLAS Collaboration}",
title = "{Tagging and suppression of pileup jets}",
howpublished = "{ATL-PHYS-PUB-2014-001}",
url = "https://atlas.web.cern.ch/Atlas/GROUPS/PHYSICS/PUBNOTES/ATL-PHYS-PUB-2014-001/",
year = "2014",
}
@Booklet{ATL-PHYS-PUB-2014-002,
author = "{ATLAS Collaboration}",
title = "{A measurement of single hadron response using data at $\sqrt{s} = 8\;\mbox{TeV}$ with the ATLAS detector}",
howpublished = "{ATL-PHYS-PUB-2014-002}",
url = "https://cds.cern.ch/record/1668961",
year = "2014",
}
@Booklet{ATL-PHYS-PUB-2014-003,
author = "{ATLAS Collaboration}",
title = "{Comparison of the response of the ATLAS detector to electromagnetic processes in data at $8\;\mbox{TeV}$ and simulation using different \textsc{Geant4} setups}",
howpublished = "{ATL-PHYS-PUB-2014-003}",
url = "https://atlas.web.cern.ch/Atlas/GROUPS/PHYSICS/PUBNOTES/ATL-PHYS-PUB-2014-003/",
year = "2014",
}
@Booklet{ATL-PHYS-PUB-2014-004,
author = "{ATLAS Collaboration}",
title = "{Performance of Boosted $W$ Boson Identification with the ATLAS Detector}",
howpublished = "{ATL-PHYS-PUB-2014-004}",
url = "https://atlas.web.cern.ch/Atlas/GROUPS/PHYSICS/PUBNOTES/ATL-PHYS-PUB-2014-004/",
year = "2014",
}
@Booklet{ATL-PHYS-PUB-2014-005,
author = "{ATLAS Collaboration}",
title = "{Comparison of Monte Carlo generator predictions for gap fraction and jet multiplicity observables in $t\bar{t}$ events}",
howpublished = "{ATL-PHYS-PUB-2014-005}",
url = "https://cds.cern.ch/record/1703034",
year = "2014",
}
@Booklet{ATL-PHYS-PUB-2014-006,
author = "{ATLAS Collaboration}",
title = "{Update of the prospects for the $H \rightarrow Z\gamma$ search at the High-Luminosity LHC}",
howpublished = "{ATL-PHYS-PUB-2014-006}",
url = "https://cds.cern.ch/record/1703276",
year = "2014",
}
@Booklet{ATL-PHYS-PUB-2014-007,
author = "{ATLAS Collaboration}",
title = "{Sensitivity to WIMP Dark Matter in the Final States Containing Jets and Missing Transverse Momentum with the ATLAS Detector at $14\;\mbox{TeV}$ LHC}",
howpublished = "{ATL-PHYS-PUB-2014-007}",
url = "https://cds.cern.ch/record/1708859",
year = "2014",
}
@Booklet{ATL-PHYS-PUB-2014-008,
author = "{ATLAS Collaboration}",
title = "{Comparison of Monte Carlo generator predictions for bottom and charm hadrons in the decays of top quarks and the fragmentation of high $p_{\mathrm{T}}$ jets}",
howpublished = "{ATL-PHYS-PUB-2014-008}",
url = "https://cds.cern.ch/record/1709132",
year = "2014",
}
@Booklet{ATL-PHYS-PUB-2014-009,
author = "{ATLAS Collaboration}",
title = "{ATLAS interpretation of the combined measurements of coupling properties of the Higgs boson in terms of its production cross sections}",
howpublished = "{ATL-PHYS-PUB-2014-009}",
url = "https://cds.cern.ch/record/1735027",
year = "2014",
}
@Booklet{ATL-PHYS-PUB-2014-010,
author = "{ATLAS Collaboration}",
title = "{Search for Supersymmetry at the high luminosity LHC with the ATLAS Detector}",
howpublished = "{ATL-PHYS-PUB-2014-010}",
url = "https://cds.cern.ch/record/1735031",
year = "2014",
}
@Booklet{ATL-PHYS-PUB-2014-011,
author = "{ATLAS Collaboration}",
title = "{A study of Standard Model Higgs boson production in the decay mode $H \rightarrow b\bar{b}$ in association with a $W$ or $Z$ boson for High Luminosity LHC Running}",
howpublished = "{ATL-PHYS-PUB-2014-011}",
url = "https://atlas.web.cern.ch/Atlas/GROUPS/PHYSICS/PUBNOTES/ATL-PHYS-PUB-2014-011",
year = "2014",
}
@Booklet{ATL-PHYS-PUB-2014-012,
author = "{ATLAS Collaboration}",
title = "{HL-LHC projections for signal and background yield measurements of the $H \rightarrow \gamma\gamma$ when the Higgs boson is produced in association with $t$ quarks, $W$ or $Z$ bosons}",
howpublished = "{ATL-PHYS-PUB-2014-012}",
url = "https://atlas.web.cern.ch/Atlas/GROUPS/PHYSICS/PUBNOTES/ATL-PHYS-PUB-2014-012",
year = "2014",
}
@Booklet{ATL-PHYS-PUB-2014-013,
author = "{ATLAS Collaboration}",
title = "{Flavor Tagging with Track-Jets in Boosted Topologies with the ATLAS Detector}",
howpublished = "{ATL-PHYS-PUB-2014-013}",
url = "https://atlas.web.cern.ch/Atlas/GROUPS/PHYSICS/PUBNOTES/ATL-PHYS-PUB-2014-013",
year = "2014",
}
@Booklet{ATL-PHYS-PUB-2014-014,
author = "{ATLAS Collaboration}",
title = "{$b$-tagging in dense environments}",
howpublished = "{ATL-PHYS-PUB-2014-014}",
url = "https://atlas.web.cern.ch/Atlas/GROUPS/PHYSICS/PUBNOTES/ATL-PHYS-PUB-2014-014",
year = "2014",
}
@Booklet{ATL-PHYS-PUB-2014-015,
author = "{ATLAS Collaboration}",
title = "{Studies of theoretical uncertainties on the measurement of the mass of the $W$ boson at the LHC}",
howpublished = "{ATL-PHYS-PUB-2014-015}",
url = "https://cds.cern.ch/record/1956455",
year = "2014",
}
@Booklet{ATL-PHYS-PUB-2014-016,
author = "{ATLAS Collaboration}",
title = "{Projections for measurements of Higgs boson signal strengths and coupling parameters with the ATLAS detector at the HL-LHC}",
howpublished = "{ATL-PHYS-PUB-2014-016}",
url = "https://cds.cern.ch/record/1956710",
year = "2014",
}
@Booklet{ATL-PHYS-PUB-2014-017,
author = "{ATLAS Collaboration}",
title = "{Prospects for New Physics in Higgs Couplings Studies with the ATLAS Detector at the HL-LHC}",
howpublished = "{ATL-PHYS-PUB-2014-017}",
url = "https://cds.cern.ch/record/1956711",
year = "2014",
}
@Booklet{ATL-PHYS-PUB-2014-018,
author = "{ATLAS Collaboration}",
title = "{Studies of the VBF $H \rightarrow \tau_{\ell} \tau_{\mathrm{had}}$ analysis at High Luminosity LHC conditions}",
howpublished = "{ATL-PHYS-PUB-2014-018}",
url = "https://cds.cern.ch/record/1956732",
year = "2014",
}
@Booklet{ATL-PHYS-PUB-2014-019,
author = "{ATLAS Collaboration}",
title = "{Prospects for measuring Higgs pair production in the channel $H(\rightarrow \gamma\gamma) H(\rightarrow b\bar{b})$ using the ATLAS detector at the HL-LHC}",
howpublished = "{ATL-PHYS-PUB-2014-019}",
url = "https://cds.cern.ch/record/1956733",
year = "2014",
}
@Booklet{ATL-PHYS-PUB-2014-020,
author = "{ATLAS and CMS Collaborations}",
title = "{Jet energy scale uncertainty correlations between ATLAS and CMS}",
howpublished = "{ATL-PHYS-PUB-2014-020}",
url = "https://cds.cern.ch/record/1956734",
year = "2014",
}
@Booklet{ATL-PHYS-PUB-2014-021,
author = "{ATLAS Collaboration}",
title = "{ATLAS Pythia~8 tunes to $7\;\mbox{TeV}$ data}",
howpublished = "{ATL-PHYS-PUB-2014-021}",
url = "https://cds.cern.ch/record/1966419",
year = "2014",
}
@Booklet{ATL-PHYS-PUB-2014-022,
author = "{ATLAS Collaboration}",
title = "{Studies of Monte Carlo generators in Higgs boson production for Run~2}",
howpublished = "{ATL-PHYS-PUB-2014-022}",
url = "https://cds.cern.ch/record/1978192",
year = "2014",
}
@Booklet{ATL-SOFT-PUB-2014-003,
author = "{ATLAS Collaboration}",
title = "{Common Framework Implementation for the Track-Based Alignment of the ATLAS Detector}",
howpublished = "{ATL-SOFT-PUB-2014-003}",
url = "https://atlas.web.cern.ch/Atlas/GROUPS/PHYSICS/PUBNOTES/ATL-SOFT-PUB-2014-003/",
year = "2014",
}
@Booklet{ATL-SOFT-PUB-2014-01,
author = "{ATLAS Collaboration}",
title = "{Performance of the Fast ATLAS Tracking Simulation (FATRAS) and the ATLAS Fast Calorimeter Simulation (FastCaloSim) with single particles}",
howpublished = "{ATL-SOFT-PUB-2014-01}",
url = "https://cds.cern.ch/record/1669341",
year = "2014",
}
@Booklet{ATL-INDET-PUB-2015-001,
author = "{ATLAS Collaboration}",
title = "{Study of the mechanical stability of the ATLAS Insertable B-Layer}",
howpublished = "{ATL-INDET-PUB-2015-001}",
url = "https://cds.cern.ch/record/2022587",
year = "2015",
}
@Booklet{ATL-INDET-PUB-2015-003,
author = "{ATLAS Collaboration}",
title = "{IBL Module Loading onto Stave and Quality Check}",
howpublished = "{ATL-INDET-PUB-2015-003}",
url = "https://cds.cern.ch/record/2110639",
year = "2015",
}
@Booklet{ATL-LARG-PUB-2015-001,
author = "{ATLAS Collaboration}",
title = "{Upgrade plans for the Hadronic Endcap Calorimeter of ATLAS for the high luminosity stage of the LHC}",
howpublished = "{ATL-LARG-PUB-2015-001}",
url = "https://cds.cern.ch/record/2034846",
year = "2015",
}
@Booklet{ATL-MUON-PUB-2015-001,
author = "{ATLAS Collaboration}",
title = "{Stereo Information in Micromegas Detectors}",
howpublished = "{ATL-MUON-PUB-2015-001}",
url = "https://cds.cern.ch/record/2052206",
year = "2015",
}
@Booklet{ATL-MUON-PUB-2015-002,
author = "{ATLAS Collaboration}",
title = "{Texas Instruments TPS7H1101-SP Fast Neutron Irradiation Results}",
howpublished = "{ATL-MUON-PUB-2015-002}",
url = "https://cds.cern.ch/record/2054955",
year = "2015",
}
@Booklet{ATL-PHYS-PUB-2015-001,
author = "{ATLAS Collaboration}",
title = "{Performance and Calibration of the JetFitterCharm Algorithm for $c$-Jet Identification}",
howpublished = "{ATL-PHYS-PUB-2015-001}",
url = "https://cds.cern.ch/record/1980463",
year = "2015",
}
@Booklet{ATL-PHYS-PUB-2015-002,
author = "{ATLAS Collaboration}",
title = "{Comparison of Monte Carlo generator predictions to ATLAS measurements of top pair production at $7\;\mbox{TeV}$}",
howpublished = "{ATL-PHYS-PUB-2015-002}",
url = "https://cds.cern.ch/record/1981319",
year = "2015",
}
@Booklet{ATL-PHYS-PUB-2015-003,
author = "{ATLAS Collaboration}",
title = "{Exclusive Jet Production with Forward Proton Tagging. Feasibility Studies for the AFP Project}",
howpublished = "{ATL-PHYS-PUB-2015-003}",
url = "https://cds.cern.ch/record/1993686",
year = "2015",
}
@Booklet{ATL-PHYS-PUB-2015-004,
author = "{ATLAS Collaboration}",
title = "{Dijet resonance searches with the ATLAS detector at $14\;\mbox{TeV}$ LHC}",
howpublished = "{ATL-PHYS-PUB-2015-004}",
url = "https://cds.cern.ch/record/2002136",
year = "2015",
}
@Booklet{ATL-PHYS-PUB-2015-005,
author = "{ATLAS Collaboration}",
title = "{Expected sensitivity studies for gluino and squark searches using the early LHC $13\;\mbox{TeV}$ Run-2 dataset with the ATLAS experiment}",
howpublished = "{ATL-PHYS-PUB-2015-005}",
url = "https://atlas.web.cern.ch/Atlas/GROUPS/PHYSICS/PUBNOTES/ATL-PHYS-PUB-2015-005",
year = "2015",
}
@Booklet{ATL-PHYS-PUB-2015-006,
author = "{ATLAS Collaboration}",
title = "{The Optimization of ATLAS Track Reconstruction in Dense Environments}",
howpublished = "{ATL-PHYS-PUB-2015-006}",
url = "https://cds.cern.ch/record/2002609",
year = "2015",
}
@Booklet{ATL-PHYS-PUB-2015-007,
author = "{ATLAS Collaboration}",
title = "{A study of the sensitivity to the \textsc{Pythia8} parton shower parameters of $t\bar{t}$ production measurements in $pp$ collisions at $\sqrt{s} = 7\;\mbox{TeV}$ with the ATLAS experiment at the LHC}",
howpublished = "{ATL-PHYS-PUB-2015-007}",
url = "https://cds.cern.ch/record/2004362",
year = "2015",
}
@Booklet{ATL-PHYS-PUB-2015-008,
author = "{ATLAS Collaboration}",
title = "{An imaging algorithm for vertex reconstruction for ATLAS Run-2}",
howpublished = "{ATL-PHYS-PUB-2015-008}",
url = "https://cds.cern.ch/record/2008700",
year = "2015",
}
@Booklet{ATL-PHYS-PUB-2015-009,
author = "{ATLAS Collaboration}",
title = "{ATLAS Inner Detector Alignment Performance with February 2015 Cosmic Ray Data}",
howpublished = "{ATL-PHYS-PUB-2015-009}",
url = "https://cds.cern.ch/record/2008724",
year = "2015",
}
@Booklet{ATL-PHYS-PUB-2015-010,
author = "{ATLAS Collaboration}",
title = "{Study of correlation of PDF uncertainty in single top and top pair production at the LHC}",
howpublished = "{ATL-PHYS-PUB-2015-010}",
url = "https://atlas.web.cern.ch/Atlas/GROUPS/PHYSICS/PUBNOTES/ATL-PHYS-PUB-2015-010",
year = "2015",
}
@Booklet{ATL-PHYS-PUB-2015-011,
author = "{ATLAS Collaboration}",
title = "{Comparison of Monte Carlo generator predictions from Powheg and Sherpa to ATLAS measurements of top pair production at $7\;\mbox{TeV}$}",
howpublished = "{ATL-PHYS-PUB-2015-011}",
url = "https://cds.cern.ch/record/2020602",
year = "2015",
}
@Booklet{ATL-PHYS-PUB-2015-012,
author = "{ATLAS Collaboration}",
title = "{Cluster Properties and Lorentz Angle Measurement in the 4-Layer Pixel Detector Using Cosmic Rays}",
howpublished = "{ATL-PHYS-PUB-2015-012}",
url = "https://cds.cern.ch/record/2020912",
year = "2015",
}
@Booklet{ATL-PHYS-PUB-2015-013,
author = "{ATLAS Collaboration}",
title = "{Proposal for particle-level object and observable definitions for use in physics measurements at the LHC}",
howpublished = "{ATL-PHYS-PUB-2015-013}",
url = "https://cds.cern.ch/record/2022743",
year = "2015",
}
@Booklet{ATL-PHYS-PUB-2015-014,
author = "{ATLAS Collaboration}",
title = "{A method for the construction of strongly reduced representations of ATLAS experimental uncertainties and the application thereof to the jet energy scale}",
howpublished = "{ATL-PHYS-PUB-2015-014}",
url = "https://cds.cern.ch/record/2037436",
year = "2015",
}
@Booklet{ATL-PHYS-PUB-2015-015,
author = "{ATLAS Collaboration}",
title = "{Jet Calibration and Systematic Uncertainties for Jets Reconstructed in the ATLAS Detector at $\sqrt{s} = 13\;\mbox{TeV}$}",
howpublished = "{ATL-PHYS-PUB-2015-015}",
url = "https://cds.cern.ch/record/2037613",
year = "2015",
}
@Booklet{ATL-PHYS-PUB-2015-016,
author = "{ATLAS Collaboration}",
title = "{Study of inclusive isolated-photon production in $pp$ collisions at $\sqrt{s} = 13\;\mbox{TeV}$ with the ATLAS detector}",
howpublished = "{ATL-PHYS-PUB-2015-016}",
url = "https://cds.cern.ch/record/2037667",
year = "2015",
}
@Booklet{ATL-PHYS-PUB-2015-017,
author = "{ATLAS Collaboration}",
title = "{Event Kinematic Distributions in Top-Quark Enriched Samples from $\sqrt{s} = 13\;\mbox{TeV}$ $pp$ Collisions in the ATLAS Detector}",
howpublished = "{ATL-PHYS-PUB-2015-017}",
url = "https://atlas.web.cern.ch/Atlas/GROUPS/PHYSICS/PUBNOTES/ATL-PHYS-PUB-2015-017",
year = "2015",
}
@Booklet{ATL-PHYS-PUB-2015-018,
author = "{ATLAS Collaboration}",
title = "{Track Reconstruction Performance of the ATLAS Inner Detector at $\sqrt{s} = 13\;\mbox{TeV}$}",
howpublished = "{ATL-PHYS-PUB-2015-018}",
url = "https://cds.cern.ch/record/2037683",
year = "2015",
}
@Booklet{ATL-PHYS-PUB-2015-019,
author = "{ATLAS Collaboration}",
title = "{Detector level leading track underlying event distributions at $13\;\mbox{TeV}$ measured in ATLAS}",
howpublished = "{ATL-PHYS-PUB-2015-019}",
url = "https://cds.cern.ch/record/2037684",
year = "2015",