-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReferences.bib
4813 lines (4516 loc) · 850 KB
/
References.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{aadATLASExperimentCERN2008,
title = {The {{ATLAS Experiment}} at the {{CERN Large Hadron Collider}}},
author = {Aad, G. and Bentvelsen, S. and Bobbink, G. J. and Bos, K. and Boterenbrood, H. and Brouwer, G. and Buis, E. J. and Buskop, J. J. F. and Colijn, A. P. and Dankers, R. and Daum, C. and {de Boer}, R. and {de Jong}, P. and Ennes, P. and Gosselink, M. and Groenstege, H. and Hart, R. G. G. and Hartjes, F. and Hendriks, P. J. and Hessey, N. P. and Jansweijer, P. P. M. and Kieft, G. and Klous, S. and Kluit, P. and Koffeman, E. and Koutsman, A. and Liebig, W. and Limper, M. and Linde, F. and Luijckx, G. and Massaro, G. and Muijs, A. and Peeters, S. J. M. and Reichold, A. and Rewiersma, P. and Rijpstra, M. and Scholte, R. C. and Schuijlenburg, H. W. and Snuverink, J. and {van der Graaf}, H. and {van der Kraaij}, E. and Van Eijk, B. and {van Kesteren}, Z. and {van Vulpen}, I. and Verkerke, W. and Vermeulen, J. C. and Vreeswijk, M. and Werneke, P. and Cakir, O. and Ciftci, A. K. and Duran Yildiz, H. and Sultanov, S. and Turk Cakir, I. and Yilmaz, M. and Aubert, B. and Bazan, A. and Beaugiraud, B. and Bellachia, F. and Berger, N. and Blaising, J. J. and Colas, J. and Consonni, M. and Delebecque, P. and Delsart, P. A. and Di Ciaccio, L. and Dayot, N. Dumont{$>$} and Elles, S. and Ghez, Philippe{$>$} and Girard, C. G. and Gouanere, M. and Goy, C. and Guillemin, T. and Ionescu, G. and Jeremie, A. and Jezequel, S. and Lafaye, R. and Laplace, S. and Marchand, J. F. and Massol, N. and Neukermans, L. and Perrodo, P. and Perrot, G. and Prast, J. and Przysiezniak, H. and Sauvage, G. and Thion, J. and {Wingerter-Seez}, I. and Zitoun, R. and Zolnierowski, Y. and Baranov, S. and Blair, R. E. and Cranshaw, J. and Dawson, J. W. and Drake, G. and Fullana Torregrosa, E. and Gieraltowski, G. F. and Grudzinski, J. and Guarino, V. J. and Hill, D. and Hill, N. and Karr, K. and LeCompte, T. and Lim, H. and Malon, D. and May, E. N. and Nodulman, L. J. and Petereit, E. and Price, L. E. and Proudfoot, J. and Schlereth, J. L. and Stanek, R. W. and Underwood, D. G. and {van Gemmeren}, P. and Vaniachine, A. and Yoshida, R. and Zhang, J. and Cheu, E. and Johns, K. A. and Lampl, W. and Loch, P. and Rutherfoord, J. P. and Savine, A. Y. and Shaver, L. and Shupe, M. A. and Tompkins, D. and Varnes, E. W. and Alexopoulos, T. and Avramidou, R. and Dris, M. and Filippas, A. and Fokitis, M. and Gazis, E. N. and Katsoufis, E. and Maltezos, S. and Papadopoulou, T. and Savva, P. and Tsipolitis, G. and Tzamariudaki, E. and Vlachos, S. and Antonaki, A. and Arabidze, G. and Fassouliotis, D. and Giakoumopoulou, V. and Giokaris, N. and Ioannou, P. and Kourkoumelis, C. and {Manousakis-Katsikakis}, A. and Nikolopoulos, K. and Tzanakos, G. and Vellidis, C. and Abdinov, O. and Aliyev, M. and Huseynov, N. and Khalilzade, F. and Biscarat, C. and Blanch, O. and Blumenschein, U. and Bosman, M. and Bravo, S. and Casado, M. P. and {Cavalli-Sforza}, M. and Deluca Silberberg, C. and Domingo, E. and Dosil, M. and Espinal Curull, X. and Fiorini, L. and Flix, J. and Garitaonandia, H. and Iglesias Escudero, M. C. and Korolkov, I. and Mir, L. M. and Verge, L. Miralles{$>$} and Norniella Francisco, O. and Osuna, C. and Pacheco Pages, A. and Padilla Aranda, C. and Park, I. and Perez Codina, E. and Puigdengoles, C. and Dachs, I. Riu{$>$} and Ruiz, H. and Salto Bauza, O. and Sanchez Sanchez, C. A. and Segura, E. and Sushkov, S. and Vives Vaques, F. and Volpi, M. and Chen, T. and Cheng, S. and Feng, C. and Han, H. and Han, L. and He, M. and Jiang, Y. and Jin, G. and Jin, S. and Lu, F. and Ouyang, Q. and Pei, E. and Ping, J. and Qi, M. and Shan, L. and Tong, G. and Xie, Y. and Xu, G. and Yang, Y. and Yu, X. and Zhang, H. and Zhang, X. and Zheng, S. and Zhu, C. G. and Krstic, J. and Milosavljevic, M. and Popovic, D. S. and Reljic, D. and Sijacki, D. and Simic, L. and Vranjes, N. and Vudragovic, M. and Buanes, T. and Eigen, G. and Johansen, L. G. and Kastanas, A. and Lipniacka, A. and Mohn, B. and Sandaker, H. and Stugu, B. and Tonoyan, A. and Kolanoski, H. and Kwee, R. and Lohse, T. and {zur Nedden}, M. and Ambrosini, G. and Beck, H. P. and Borer, K. and Ereditato, A. and Gjelsten, B. K. and Haeberli, C. and Haug, S. and Hess, M. and Kabana, S. and Kordas, K. and Pretzl, K. and Thomas, E. and Topfel, C. and Booth, J. R. A. and {Bright-Thomas}, P. G. and Charlton, D. G. and Curtis, C. J. and Dowell, J. D. and Garvey, J. and Hillier, S. J. and Hollins, T. I. and Homer, R. J. and Jovanovic, P. and Mahout, G. and McMahon, T. J. and Moye, T. H. and O'Neale, S. W. and Staley, R. J. and Thomas, J. P. and Typaldos, D. and Watkins, P. M. and Watson, A. T. and Wilson, J. A. and Woehrling, E. and Antonelli, S. and Bellagamba, L. and Bertin, A. and Boscherini, D. and Bruni, A. and Bruni, G. and Bruschi, M. and Caforio, D. and Corradi, M. and De Castro, S. and Fabbri, L. and Faccioli, P. and Giacobbe, B. and Giusti, P. and Grimaldi, F. and Iacobucci, G. and Massa, I. and Mazzanti, P. and Piccinini, M. and Polini, A. and Sbarra, C. and Sbrizzi, A. and {Semprini-Cesari}, N. and Spighi, R. and Villa, M. and Vitale, A. and Zoccoli, A. and Ackers, M. and Brock, I. and Cammin, J. and Cristinziani, M. and Desch, K. K. and Dietsche, W. and Eyring, A. and Fischer, P. and Fleischmann, S. and {Geich-Gimbel}, C. and {Grosse-Knetter}, J. and Honerbach, W. and Huegging, F. and Karagounis, M. and Klute, M. and Kokott, T. and Lehmacher, M. and Loddenkoetter, T. and Martinez, G. and Mathes, M. and Meuser, S. and Nderitu, S. K. and Nunes Hanninger, G. and Ockenfels, W. and Odenthal, I. and Peric, I. and Pleier, M. A. and Prabhu, R. and Raith, B. and Runolfsson, O. and Ruwiedel, C. and Schmitz, M. and Stockmanns, T. and Ta, D. and Treis, J. and Wermes, N. and Wienemann, P. and Zendler, C. and Ahlen, S. P. and Butler, J. M. and Hazen, E. and Lewandowska, M. and Love, J. and Marin, A. and Nation, N. R. and Posch, C. and Shank, J. T. and Whitaker, S. P. and Yan, Z. and Youssef, S. P. and Bensinger, J. R. and Blocker, C. and Dushkin, A. and Hashemi, K. and Kirsch, L. E. and Kotchetkov, D. and Schricker, A. and Skvorodnev, N. and Wellenstein, H. and Bednar, P. and Bruncko, D. and Coss, J. and Ferencei, J. and Gazo, E. and Kladiva, E. and Lovas, L. and Seman, M. and Stavina, P. and Strizenec, P. and Sykora, I. and Tokar, S. and Tomasz, F. and Zenis, T. and Zilka, B. and Adams, D. L. and Armstrong, S. R. and Assamagan, K. and Burns, R. and Chan, A. and Chen, H. and Cunha, A. and Damazio, D. and Deng, W. and Duffin, S. and Farrell, J. and Gibbard, B. and Gordeev, A. and Gordon, H. and Greenwood, D. and Hackenburg, R. and Hoffmann, A. E. and Hover, J. and Ito, H. and Izen, J. M. and Junnarkar, S. S. and Kandasamy, A. and Kandasamy, S. and Kierstead, J. A. and Klimentov, A. and Lanni, F. and Le Vine, M. and Lissauer, A. and Lou, X. and Lynn, D. and Ma, H. and Maeno, T. and Makowiecki, D. and Misawa, S. and Muller, T. R. and Nevski, P. and Paige, F. and Panitkin, S. and Park, W. and Pate, D. and Petti, R. and Polychronakos, V. and Popescu, R. and Purohit, M. and Radeka, V. and Rahm, D. and Rajagopalan, S. and Redlinger, G. R. and Rehak, M. and Rescia, S. and Sexton, K. A. and Smith, J. and Snyder, S. and Sondericker, J. and Stumer, I. and Takai, H. and Tarrade, F. and Tcherniatine, V. and Undrus, A. and Wenaus, T. and White, S. and Wlodek, T. and Yarradoddi, K. and Yu, D. and Zhao, X. and Alexa, C. and Badescu, E. and Boldea, V. and Caprini, I. and Caprini, M. and Caramarcu, C. and Chesneanu, D. and Ciubancan, M. and Constantinescu, S. and Dita, P. and Dita, S. and Gruse, C. and Micu, L. and Niculescu, M. and Pantea, D. and Preda, T. and Rotaru, M. and Gonzalez Silva, M. L. and Piegaia, R. and Romeo, G. and Bieri, M. and Komaragiri, J. R. and O'Neil, D. C. and Rezaie, E. and Schouten, D. and Stewart, T. D. and Vetterli, M. C. and Benedict, B. H. and Bold, T. and Ciobotaru, M. D. and {Corso-Radu}, A. and Gough Eschrich, I. and Hawkins, D. and Kolos, S. and Lankford, A. J. and McCormick, C. and Mommsen, R. and Murillo Garcia, R. and Negri, A. and Pier, S. and Schernau, M. and Stancu, S. N. and Unel, G. and {Wheeler-Ellis}, S. J. and Chouridou, S. and Dorfan, D. E. and Dubbs, T. and Fadeyev, V. and Grillo, A. A. and {Hansl-Kozanecka}, T. and Litke, A. M. and Lockman, W. S. and Nielsen, J. and Pequenao, J. and Rosenbaum, F. and Sadrozinski, H. F. W. and Seiden, A. and Spencer, E. and Taylor, G. and Batley, J. R. and Brochu, F. M. and Carter, J. R. and Frost, J. A. and Goodrick, M. J. and Hill, J. C. and Lester, C. G. and Munday, D. J. and Palmer, M. J. and Parker, M. A. and Phillips, A. W. and Robinson, D. and Ward, C. P. and White, M. J. and Aleksa, M. and Amaral, P. and Amaral, S. P. and Amelung, C. and Anghinolfi, F. and Avolio, G. and Bachy, G. and Baltasar Dos Santos Pedrosa, F. and Baron, S. and Poy, A. Barriuso{$>$} and Batraneanu, S. and Battistin, M. and Beltramello, O. and Berge, D. and Bergsma, F. and Bertinelli, F. and Bitadze, A. and Blanchot, G. and Bock, R. and Bogaerts, J. A. and Boisvert, V. and Bonneau, P. and Boosten, M. and Bosteels, M. and Boyd, J. and Braem, A. and Bremer, J. and Bujor, F. and Burckhart, H. and {Burckhart-Chromek}, D. and Butin, F. and Campana, S. and Capeans Garrido, M. D. M. and Cardiel Sas, L. and Carli, T. and Catinaccio, A. and Cattai, A. and Cernoch, C. and Cerri, A. and Chevalley, J. L. and Cook, J. and Cornelissen, T. and Da Silva, R. and Danielsson, H. O. and Dannheim, D. and Dauvergne, J. P. and De Oliveira Branco, M. and Dell'Acqua, A. and Delmastro, M. and Delruelle, N. and Di Girolamo, B. and Di Simone, A. and Dittus, F. and Dobinson, R. and Dobos, D. and Dobson, M. and Donega, M. and Drakoulakos, D. and Drevermann, H. and Dudarev, A. and Dydak, F. and Eklund, L. M. and Ellis, N. and Elsing, M. and Fabjan, C. W. and Fabre, C. and Farthouat, P. and Fassnacht, P. and Fedorko, I. and Ferrari, P. and Flammer, J. and Flegel, W. and Fonseca Martin, T. M. and Foussat, A. and Francis, D. and Franz, S. and Fratianni, S. and Froidevaux, D. and Gallas, M. V. and Garonne, V. G. and Gayde, J. C. and Gianotti, F. and Gildemeister, O. and Godlewski, J. and Gollub, N. P. and Gonidec, A. and Goossens, L. and Gorini, B. and Gorski, B. T. and Goulette, M. and {Grabowska-Bold}, I. and Grognuz, J. and Grothe, M. E. M. and Gruwe, M. and Gschwendtner, E. M. and Haas, S. and Hahn, F. and Haider, S. and Hallgren, B. and Hatch, M. and Haug, F. and Hauschild, M. and Hauviller, C. and Hawkings, R. J. and Henriques Correia, A. M. and Hervas, L. and Hocker, Andreas{$>$} and Hoffmann, H. F. and Hooton, I. and Hryn'ova, T. and Hulsbergen, W. and Iengo, P. and {Inigo-Golfin}, J. and Jaekel, M. and Jarp, S. and Jarron, P. and Jenni, P. and Jones, R. and Jonsson, O. and Joos, M. and Joram, C. and Kaplon, J. and Kataoka, M. and Klioutchnikova, T. and Knezo, E. and Knobloch, J. and Koffas, T. and Kono, T. and Krasznahorkay, A. and Kruger, K. and Kubischta, W. and Lasseur, C. and Le Bihan, A. C. and Leahu, L. and Leahu, M. and Lee, H. and Lehmann Miotto, G. and Letheren, M. and Lichard, P. and Liko, D. and Lucas, S. and Lytken, E. and Mair, K. and Mandl, M. and Mapelli, A. and Mapelli, L. and Marchesotti, M. and Martin, B. and Maugain, J. M. and McLaren, R. A. and Meinhard, H. and Meirosu, C. and Menot, C. and Meyer, T. C. and Michelotto, M. and Miele, P. and Mladenov, D. and {Molina-Perez}, J. and Mornacchi, G. and Nairz, A. M. and Nassiakou, M. and Nessi, M. and Nicquevert, B. and Niinikoski, T. and Nordberg, M. and Nunes, R. and Nyman, T. and Onea, A. and Pailler, P. M. and Palestini, S. and Palla, J. and Papadopoulos, I. and Parkman, C. and Passardi, G. and Passmore, M. S. and Pauly, T. and Pengo, R. and Perez Reale, V. and Pernegger, H. and Petersen, J. and Petersen, T. C. and Pezzetti, M. and Pimenta Dos Santos, M. A. and Pirotte, O. and Placci, A. and Pommes, K. and Poppleton, A. and Pospichal, P. and Poulard, G. and Price, M. J. and Primor, D. and Rabbers, J. J. and Rammer, H. and Rangod, S. and Raymond, M. and Rembser, C. and Roe, S. and Rohrbach, F. and Ruggiero, G. and Sbrissa, E. and Schaller, M. and Schlager, G. and Schlenker, S. and Schmid, P. and Schmitt, C. and Schoerner, T. and Schuh, S. and Schuler, G. and Schweiger, D. and Schwick, C. and Siebel, M. and Sloper, J. and Speckmayer, P. and Spegel, M. and Spigo, G. and Spiwoks, R. and Sprachmann, G. and Stavrianakou, M. and Stelzer, H. J. and Szeless, B. and Taboada Gameiro, S. and Tappern, G. P. and Ten Kate, H. and Tique Aires Viegas, F. J. and Treichel, M. and Tremblet, L. and Tyrvainen, H. and Unal, G. and {Van der Bij}, H. and Vandelli, W. and Vandoni, G. and Varela Rodriguez, F. and Veness, R. and Verducci, M. and Vincke, H. and {von Boehn-Buchholz}, R. and Voss, R. and Vuillemin, V. and Vuillermet, R. and Wallny, R. S. and Weilhammer, P. M. and Wells, P. S. and Wenig, S. and Werner, P. and Wiesmann, M. and Wildauer, A. and Wilkens, H. G. and Witzeling, W. and Wotschack, J. and Zajacova, Z. and Zema, P. F. and Zsenei, A. and Anderson, K. J. and Brubaker, E. and Costin, T. and Feng, E. J. and Gardner, R. W. and Gupta, A. and Hurwitz, M. and {Jen-La Plante}, I. and Kapliy, A. and Mambelli, M. and Merritt, F. S. and Oreglia, M. J. and Pilcher, J. E. and Shochet, M. J. and Smirnov, Y. and Usai, G. and Yorita, K. and Apsimon, R. and Baines, J. T. and Barclay, P. and Barnett, B. M. and Batchelor, L. E. and Baynham, D. E. and Bizzell, J. P. and Botterill, D. and Brawn, I. P. and Butterworth, J. and Carr, F. S. and Clifft, R. W. and Cragg, D. A. and Dallison, S. J. and Densham, C. J. and Emeliyanov, D. and Fisher, S. M. and Gallop, B. J. and Gee, C. N. P. and Gibson, M. D. and Gillman, A. R. and Greenfield, D. and Hart, J. C. and Hatley, R. W. and Hayler, T. and Haywood, S. J. and Hicheur, A. and Holt, R. and Holtom, E. and Jones, A. and Kirk, J. and Li, W. and Lintern, A. J. and Macwaters, C. and Matheson, J. and McCubbin, N. A. and McMahon, S. J. and Middleton, R. and Morrissey, M. C. and Murray, W. J. and Nelson, C. and Nichols, A. and Norton, P. R. and Perera, V. J. O. and Phillips, P. W. and Prieur, D. and Qian, W. and Rochford, J. H. and Sankey, D. P. C. and Scott, W. G. and Shah, T. P. and Smith, B. and Sole, D. and Tarrant, J. and Towndrow, E. F. and Tricoli, A. and Tyndel, M. and Villani, E. G. and Warner, G. P. and Weber, M. and Wickens, F. J. and Wielers, M. and Wilmut, I. and Busato, E. and Calvet, D. and Cogneras, E. and Defay, P. O. and Febbraro, R. and Garde, V. and Gris, P. L. Y. and Guicheney, C. J. and Montarou, G. and Pallin, D. and Podlyski, F. and Santoni, C. and Says, L. P. and Vazeille, F. and Bertelsen, H. and Czyczula, Z. and Dam, M. and Driouichi, C. and Facius, K. and Hansen, F. H. and Hansen, J. R. and Hansen, J. B. and Hansen, J. D. and Hansen, P. H. and Klinkby, E. B. and Lindahl, A. and Lundquist, J. and Mackeprang, R. and Nilsson, B. S. and Rensch, B. and Waananen, A. and {Xella-Hansen}, S. and Adorisio, C. and Castrovillari, F. and Crosetti, G. and La Rotonda, L. and Lamanna, E. and Meoni, E. and Policicchio, A. and Salvatore, D. and Schioppa, M. and Susinno, G. and {Klaiber-Lodewigs}, J. and Klingenberg, R. and Krasel, O. and Kudlaty, J. and Mass, M. and Rajek, S. and Reisinger, I. and Walbersloh, J. and Weber, J. and Weingarten, J. and Wunstorf, R. and Kobel, M. and Lacker, H. and Ludwig, A. and Mader, W. F. and Schaarschmidt, J. and Schumacher, J. and Schwierz, R. and Warsinsky, M. and Aleksandrov, I. N. and Barashkou, A. and Bardin, D. Y. and Batusov, V. and Bednyakov, V. A. and Boyko, I. R. and Budagov, I. A. and Chelkov, G. A. and Chepurnov, V. F. and Dedovich, D. V. and Demichev, M. and Evtoukhovitch, P. and Glonti, G. L. and Gongadze, A. and Gostkin, M. I. and Gousakov, I. and Grigalashvili, N. and Ilyushenka, Y. and Kakurin, S. and Kalinovskaya, L. V. and Kazarinov, M. Y. and Kekelidze, G. D. and Kharchenko, D. and Khovanskiy, N. and Khramov, E. and Kolesnikov, V. and Kotov, V. M. and Kruchonak, U. and Krumshteyn, Z. V. and Kukhtin, V. and Ladygin, E. and Lazarev, A. B. and Liabline, M. and Lysan, V. and Malyukov, S. and Manjavidze, I. D. and Mialkovski, V. and Minashvili, I. A. and Mineev, M. and Nanava, G. and Neganov, A. and Nikolaev, K. and Olchevski, A. G. and Perepelkin, E. and Peshekhonov, V. D. and Romanov, V. M. and Rumyantsev, L. and Rusakovich, N. A. and Sadykov, R. and Shilov, S. and Shiyakova, M. and Sisakyan, A. N. and Topilin, N. D. and Usov, Y. and Vinogradov, V. B. and Vorozhtsov, A. S. and Vorozhtsov, S. B. and Zhemchugov, A. and Zhuravlov, V. and Zimin, N. I. and Benjamin, P. and Bocci, A. and Ebenstein, W. L. and Fowler, A. J. and Ko, B. R. and Oh, S. H. and Thomas, A. and Wang, C. and Ahmed, H. and Buchanan, N. J. and Caron, B. and Chen, L. and Gingrich, D. M. and Liu, S. and Lu, J. and Macpherson, A. and MacQueen, D. and Moore, R. W. and Pinfold, J. L. and Soluk, R. and Soukup, J. and Yao, Y. and Berry, T. and Boorman, G. and Cheng, T. L. and {Cooper-Smith}, N. J. and Cowan, G. and De Santo, A. and George, S. and Goncalo, R. and Green, B. and Hollyman, G. and Kilvington, G. and Lowe, A. and McGarvie, S. and McMahon, T. R. and Misiejuk, A. and Potter, C. J. and Strong, J. A. and Tamsett, M. C. and {Teixeira-Dias}, P. and Adamyan, F. and Grabski, V. and Hakobyan, H. and Mkrtchyan, S. and Simonyan, M. and Antonelli, M. and Barone, M. and Beretta, M. and Bertolucci, S. and Bilokon, H. and Braccini, S. and Cerutti, F. and Chiarella, V. and Curatolo, M. and Esposito, B. and Ferrer, M. L. and Gatti, C. and Laurelli, P. and Maccarrone, G. and Martini, A. and Miscetti, S. and Nicoletti, G. and Sansoni, A. and Ventura, S. and Vilucchi, E. and Wen, M. and Ahles, F. and Bianchi, R. M. and Buszello, K. P. and Caron, S. and Carpentieri, C. and Christov, A. and Dahlhoff, A. and Dietrich, J. and Eckert, S. and Feld, L. and Fox, H. and Heldmann, M. and Herten, G. and Jakobs, K. and Joos, D. and Ketterer, C. and Kollefrath, M. and Kononov, A. I. and Kramer, A. and Lai, S. and Landgraf, U. and Ludwig, I. and Ludwig, J. and Lumb, D. and Maassen, M. and Mahboubi, K. and Meinhardt, J. and Meisel, F. and Messmer, I. and Mohr, W. and Nilsen, H. and Parzefall, U. and Pfeifer, B. and Piacquadio, G. and Portell Bueso, X. and Raufer, T. and Runge, K. and Schroff, D. and Titov, M. and Tobias, J. and Webel, M. and Weiser, C. and Xie, S. and Zimmermann, S. and Abdelalim, A. A. and Barbier, G. and Blondel, A. and Bonino, R. and {Chamizo llatas}, M. and Clark, A. and Couyoumtzelis, C. and D'Onofrio, M. and Demierre, P. and Diaz Gomez, M. M. and Efthymiopoulos, I. and Eifert, T. and Ferrere, D. and Gadomski, S. and Gaumer, O. and Hakobyan, H. and Hamilton, A. and Kambara, H. and Keil, M. and La Marra, D. and Lefevre, R. P. and Leger, A. and Liu, Y. and Macina, D. and {Mangin-Brinet}, M. and Mazzucato, F. and Mikulec, B. and Moneta, L. and Morone, M. C. and Orellana, F. and Perrin, E. and Pohl, M. and {Robichaud-Veronneau}, A. and Rosselet, L. and Sfyrla, A. and Straessner, A. and Vu Anh, T. and Vuaridel, B. and Wu, X. and Barberis, D. and Beccherle, R. B. and Caso, C. and Cervetto, M. and Coccaro, A. and Cuneo, S. and Dameri, M. and Darbo, G. and Ferro, F. and Gagliardi, G. and Garelli, N. and Gemme, C. and Kostyukhin, V. V. and Morettini, P. and Odino, G. A. and Olcese, M. and Osculati, B. and Parodi, F. and Rossi, L. P. and Schiavi, C. and Stenzel, H. and {Allwood-Spiers}, S. E. and Bates, R. L. and Bell, W. H. and Buttar, C. M. and Cheplakov, A. and Clements, D. and {Collins-Tooth}, C. and D'Auria, S. and Doherty, T. and Doyle, A. T. and Ferrag, S. and Kenyon, M. and McGlone, H. and Nicholson, C. and O'Shea, V. and Pickford, A. and Raine, C. and Robson, A. and Saxon, D. H. and Shaw, C. and Smith, K. M. and St Denis, R. D. and Stewart, G. and Thompson, A. S. and Wright, C. and Ay, C. and Quadt, A. and Uhrmacher, M. and Albrand, S. and Andrieux, M. L. and Belhorma, B. and Beteille, A. and Boyer, B. H. and Carcagno, Y. and Chevallier, F. and Clement, B. C. and Collot, J. and {de Saintignon}, P. and Dzahini, D. and Ferrari, A. and Fulachier, J. and Hostachy, J. Y. and Labbe, J. A. and Lambert, F. and {Ledroit-Guillon}, F. and Lleres, A. and Lucotte, A. and Malek, F. and Martin, Ph{$>$} and Morel, J. and Petit, P. J. F. and {Crepe-Renaudin}, S. R. C. and {Rey-Campagnolle}, M. and Saboumazrag, S. and Trocme, B. and Viret, S. and Behar Harpaz, S. and Ben Ami, S. and Bressler, S. and Gernizky, Y. and Hadash, E. and Harel, A. and Kajomovitz, E. and Landsman, H. and Lifshitz, R. and Lupu, N. and Panikashvili, N. and Rozen, Y. and Tarem, S. and Barisonzi, M. and Ehrenfeld, W. and Glazov, A. and Haller, J. and Kama, S. and Kowalski, H. and Mamuzic, J. and Medinnis, M. and Moll, A. and Naumann, T. and Placakyte, R. and Terwort, M. and Vogt, H. and Addy, T. N. and Harvey, A. and Long, M. C. and McFarlane, K. W. and Shin, T. and Vassilakopoulos, V. I. and {Barreiro Guimaraes da Costa}, J. and Black, K. M. and Brandenburg, G. W. and Feldman, G. and Haggerty, R. and Harder, S. and Hurst, P. and Huth, J. and Kashif, L. and Outschoorn, V. Martinez{$>$} and Moed, S. and Morii, M. and Oliver, J. and Prasad, S. and Riegler, W. and Sansone, S. and Smith, B. C. and Achenbach, R. and Andrei, V. and Geweniger, C. and Hanke, P. and Kluge, E. E. and Lendermann, V. and Meier, K. and Schmitt, K. and {Schultz-Coulon}, H. C. and Stamen, R. and Weber, P. and Nagasaka, Y. and Benekos, N. and Errede, D. and Errede, S. and Khandanyan, H. and Liss, T. M. and Vichou, I. and Callahan, J. and Cwetanski, P. and Egorov, K. and Evans, H. and Gagnon, P. and Hanson, G. and Jain, V. and Kline, C. R. and Luehring, F. and Manara, A. and Morris, E. J. and Ogren, H. and Rust, D. R. and Subramania, S. and Whittington, D. and Bischof, R. and Epp, B. and Ghete, V. M. and Girtler, P. and Jussel, P. and Kneringer, E. and Kuhn, D. and Mair, G. M. and Rudolph, G. and Salzburger, A. and Cochran, J. and Meyer, W. T. and Rosenberg, E. I. and Tegenfeldt, F. and Abat, E. and Arik, E. and Arik, M. and Beddall, A. J. and Beddall, A. and Bingul, A. and Cetin, S. A. and Dogan, O. B. and Homma, Y. and Ichimiya, R. and Kawagoe, K. and Kiyamura, H. and Kurashige, H. and Ochi, A. and Omachi, C. and Takeda, H. and Yamazaki, Y. and Bialas, W. and Dabrowski, W. and Dwuznik, M. and Golonka, P. J. and Grybos, P. and Idzik, M. and Jagielski, S. and Jelen, K. and Kisielewska, D. and Koperny, S. and Kowalski, T. Z. and Mindur, B. and {Rulikowska-Zarebska}, E. and Toczek, B. and Zajac, J. and Banas, E. and Blocki, J. and Bocian, D. and Gornicki, E. and Hajduk, Z. and Iwanski, W. and Kaczmarska, A. and Kisielewski, B. and Korcyl, K. and Malecki, P. and Moszczynski, A. and Olszewski, A. and Olszowska, J. and {Richter-Was}, E. and Sapinski, M. and Stanecka, E. and Stodulski, M. and Szczygiel, R. R. and Szymocha, T. and Turala, M. and Wolter, M. W. and Wosiek, B. and Sasao, N. and Takashima, R. and Anduaga, X. S. and Dova, M. T. and Monticelli, F. and Tripiana, M. F. and {Bouhova-Thacker}, E. V. and Brodbeck, T. J. and Catmore, J. R. and Chilingarov, A. and Davidson, R. and Dewhurst, A. and Henderson, R. C. W. and Hughes, G. and Jones, R. W. L. and Kartvelishvili, V. and Price, D. and Ratoff, P. N. and Sloan, T. J. and Small, A. and Smizanska, M. and Alonso, J. and Anderssen, E. C. and Arce, A. T. H. and Arguin, J. F. and Barnett, R. M. and Beringer, J. and Binet, S. and Calafiura, P. and Ciocio, A. and Einsweiler, K. and Ely, R. and Gaponenko, A. and {Garcia-Sciveres}, M. and Gilchriese, M. and Golling, T. and Haber, C. and Hartman, N. and Hinchliffe, I. and Korn, A. and Lavrijsen, W. and Leggett, C. and Leyton, M. and Lys, J. and Madaras, R. J. and Miller, W. and Nowak, M. and O'Connor, P. and Parker, S. and Quarrie, D. R. and Scherzer, M. I. and Shapiro, M. and Siegrist, J. and Stavropoulos, G. and Tompkins, L. and Trilling, G. and Vahsen, S. and Virzi, J. and Yao, W. M. and Zdrazil, M. and Zenz, S. and Bianco, M. and Borjanovic, I. and Cataldi, G. and Chiodini, G. and Coluccia, R. and Gorini, E. and Grancagnolo, F. and Grancagnolo, S. and Perrino, R. and Podkladkin, S. and Primavera, M. and Siragusa, G. and Spagnolo, S. and Ventura, Andrea{$>$} and Alves, R. and Amorim, A. and Barros, N. and Bastos, J. and Benincasa, G. P. and Caracinha, D. and Cardeira, C. and Carvalho, J. and Castro, Nuno Filipe{$>$} and Conde Muino, P. and David, M. and Esteves, F. and Gomes, A. and Gomes, J. and Gouveia, J. and Gurriana, L. and Lopes, L. and Maio, A. and Maneira, J. and Maneira, M. and Marques, C. N. and Martins, J. and Mendes Jorge, P. and Onofre, A. and Pereira, A. and Pina, J. and Pinhao, J. and Pinto, B. and Pousada, A. and {Sa da Costa}, J. and Santos, J. and Saraiva, J. G. and Silva, J. and Soares, S. and Varanda, M. and Vaz, L. and Veloso, F. and Villate, J. and Wemans, A. and Wolters, H. and Allport, P. P. and Austin, N. and Booth, P. S. L. and Burdin, S. and Dervan, P. and Flowerdew, M. J. and George, M. A. and Greenall, A. and Gwilliam, C. B. and Hayward, H. S. and Houlden, M. A. and Jackson, J. N. and Jones, T. J. and King, B. T. and Leney, K. J. C. and Lindsay, S. W. and Manca, G. and Maxfield, S. J. and Mehta, A. and Prichard, P. M. and Shears, T. G. and Smith, N. A. and Sutcliffe, P. and Vossebeld, J. H. and Cindro, V. and Dolenc, I. and Filipcic, A. and Gorisek, A. and Kersevan, B. P. and Kramberger, G. and Mandic, I. and Mijovic, L. and Mikus, M. and Tadel, M. and Adragna, P. and Beck, G. A. and Belymam, A. and Carter, A. A. and Dalmau, J. and Eisenhandler, E. and Gannaway, F. C. and Gnanvo, K. G. and Landon, M. P. J. and Lloyd, S. L. and Morin, J. and Morris, J. and Nagai, K. and Shibata, A. and Anderson, B. and Asquith, L. and Butterworth, J. M. and Byatt, T. and Dean, S. and Drohan, J. G. and Fraser, J. T. and Gwenlan, C. and Jones, T. W. and Konstantinidis, N. and Ozcan, V. E. and Postranecky, M. and Sherwood, P. and Simmons, B. and Stefanidis, E. and Sutton, M. R. and Warren, M. and Waugh, B. M. and Eerola, P. and Egede, U. and Hedberg, V. and Jarlskog, G. and Korsmo, H. and Lundberg, B. and Smirnova, O. and Barreiro, F. and Cantero, J. and Del Peso, J. and Gabaldon, C. and Glasman, C. and Labarga, L. and Lagouri, T. and Nebot, E. and Oliver, C. and Peez, M. and Rodier, S. and Soares, M. and Terron, J. and Aharrouche, M. and Bauss, B. and Bendel, M. and Blum, W. and Degele, R. and Eckweiler, S. and Kleinknecht, K. and Kuhl, T. and Othegraven, R. and Rieke, S. and Sander, H. G. and Secker, H. and Tapprogge, S. and Trefzger, T. and Weber, G. and Ask, S. and Bell, P. J. and Cox, B. E. and Duerdoth, I. P. and Foster, J. M. and Freestone, J. and Head, S. J. and {Hughes-Jones}, R. E. and Ibbotson, M. and Keates, J. R. and Kelly, M. and Kolya, S. D. and Loebinger, F. K. and Marshall, R. and Masik, J. and Miyagawa, P. S. and Nasteva, I. and Nauyock, F. and Pater, J. R. and Pilkington, A. D. and Plano, W. G. and Snow, S. W. and Tevlin, C. M. and Thompson, R. J. and Wengler, T. and Yang, U. K. and Hinkelbein, C. and Khomich, A. and Kugel, A. and Maenner, R. and Yu, M. and Aad, G. and Bee, C. and Benchouk, C. and Bernardet, K. and Breugnon, P. and Cerna, C. and Clemens, J. C. and Correard, S. and Dargent, P. and Delpierre, P. and Djama, F. and Etienne, F. and Feligioni, L. and Hallewell, G. D. and {Henry-Couannier}, F. and Hoffmann, D. and Hubaut, F. and Karst, P. and Leveque, J. and Mangeard, P. S. and Meessen, C. and Monnier, E. and Mouthuy, T. and Pralavorio, P. and Qian, Z. and Resende, B. and Rozanov, A. and Sauvage, D. and Talby, M. and Tisserant, S. and Toth, J. and Touchard, F. and Vacavant, L. and Vigeolas, E. and Zaidan, R. and Dallapiccola, C. and Moore, T. B. and Moyse, E. J. W. and {van Eldik}, N. and Willocq, S. and Woudstra, M. J. and Hasegawa, Y. and Miyazaki, Y. and Ohshita, H. and Takeshita, T. and Atkinson, T. and Barberio, E. L. and Bischofberger, M. and Davidson, N. and Fawzi, F. and Guy, L. and Kazi, S. I. and La Rosa, M. and Moloney, G. and Moorhead, G. F. and Morley, A. K. and Phan, A. and Sevior, M. E. and Taylor, G. N. and Tovey, S. N. and Winton, L. and Abolins, M. and Brock, R. and Bromberg, C. and Comune, G. and Di Mattia, A. and Ermoline, I. and {Gonzalez-Pineiro}, B. and Hauser, R. and Huston, J. and Martin, B. and Miller, R. J. and Pope, B. G. and Richards, R. A. and Ryan, P. and Schwienhorst, R. and Chapman, J. W. and Cirilli, M. and Dai, T. and {De La Cruz-Burelo}, E. and Diehl, E. B. and Eppig, A. and Ferretti, C. and Goldfarb, S. and Levin, D. and Mc Kee, S. P. and Neal, H. A. and Purdham, J. and Qian, J. and Schick, H. and Strandberg, J. and Thun, R. P. and Weaverdyck, C. and Wilson, A. and Yang, H. and Zhao, Z. and Zhou, B. and Acerbi, E. and Aleppo, M. and Alessandria, F. and Alimonti, G. and Ambrosio, G. and Andreazza, A. and Baccaglioni, G. and Banfi, D. and Battistoni, G. and Bellomo, G. and Bonivento, W. and Broggi, F. and Caccia, M. and Carminati, L. and Cataneo, F. and Cavalli, D. and Citterio, M. and Coelli, S. and Costa, G. and De Sanctis, U. and Fanti, M. and Giugni, D. and Lari, T. and Mandelli, L. and Mazzanti, M. and Meroni, C. and Montesano, S. and Perini, L. and Ragusa, F. and Resconi, S. and Rivoltella, G. and Rossi, L. and Sala, P. and Sorbi, M. and Tartarelli, G. and Troncon, C. and Vegni, G. and Volpini, G. and Gilewsky, V. and Kuzhir, P. and Rumiantsev, V. and Bogouch, A. and Kulchitsky, Y. and Kurochkin, Y. A. and Satsounkevitch, I. and Tsiareshka, P. V. and Coco, R. and Osborne, L. S. and Taylor, F. E. and Dobbs, M. and Dufour, M. A. and Robertson, S. H. and Santamarina Rios, C. and Vachon, B. and Warburton, A. and Azuelos, G. and Beauchemin, P. H. and Brelier, B. and Charron, S. and Ferland, J. and Idarraga, J. and Lebel, C. and Leroy, C. and Martin, J. P. and Mehdiyev, R. and Bondarenko, V. G. and Dolgoshein, B. A. and Kantserov, V. A. and Kondratyeva, N. V. and Mashinistov, R. and Morozov, S. V. and Romaniouk, A. and Smirnov, S. Yu and Sosnovtsev, V. V. and Suchkov, S. I. and Zhelezko, A. and Akimov, A. V. and Baranov, S. P. and Gavrilenko, I. L. and Kayumov, F. and Komar, A. A. and Konovalov, S. P. and Mouraviev, S. V. and Nechaeva, P. and Shmeleva, A. and Snesarev, A. A. and Sulin, V. V. and Tikhomirov, V. O. and Vassilieva, L. and Artamonov, A. and Epshteyn, V. S. and Khovanskiy, V. and Shatalov, P. B. and Tsukerman, I. I. and Basiladze, S. and Eremin, V. and Grishkevich, Y. and Kramarenko, V. and Nikitin, N. and Sivoklokov, S. and Smirnova, L. and Aderholz, M. and Andricek, L. and Bangert, A. and Barillari, T. and Bartheld, V. and Bartko, H. and Bethke, S. and Dedes, G. and Dietl, H. and Dubbert, J. and Fent, J. and Fritsch, K. and Ghodbane, N. and Groh, M. and Haubold, T. G. and Hauff, D. and Horvat, S. and Hott, T. and Kaiser, S. and Kiryunin, A. E. and Kluth, S. and Kortner, O. and Kotov, S. and Kroha, H. and Lutz, G. and Manz, A. and Menke, S. and Moser, H. G. and Nisius, R. and Oberlack, H. and Olivo Gomez, M. and Pataraia, S. and Pospelov, G. E. and Potrap, I. N. and Rauter, E. and Richter, R. H. and Richter, R. and Salihagic, D. and Schacht, P. and Schieck, J. and Stiller, W. and Stonjek, S. and Striegel, D. and Tribanek, W. and Valderanis, C. and {von der Schmitt}, H. and Wiesmann, M. and Yuan, J. and Zhuang, X. A. and Biebel, O. and Binder, M. and Boehm, M. and Boutemeur, M. and Brandt, A. and Christiansen, T. and Deile, M. and Duckeck, G. and Elmsheuser, J. and Fiedler, F. and Genest, M. H. and Hertenberger, R. and Kennedy, J. and Krobath, G. and Lambacher, M. and Mameghani, R. and Mendez, P. and Merkl, D. and Nunnemann, T. and Obermaier, M. and Rauscher, F. and Ruckert, B. and Schaile, D. and Schieferdecker, P. and Schott, M. and Serfon, C. and Staude, A. and Vollmer, C. F. and Shimojima, M. and Tanaka, Y. and Ohshima, T. and Sugimoto, T. and Tomoto, M. and Aloisio, A. and Alviggi, M. G. and Biglietti, M. and Canale, V. and Caprio, M. and Carlino, G. and Cevenini, F. and Chiefari, G. and Conventi, F. A. and {de Asmundis}, R. and Della Pietra, M. and {della Volpe}, D. and Doria, A. and Izzo, V. and Merola, L. and Migliaccio, A. and Patricelli, S. and Sekhniaidze, G. and Villella, I. and Yoshida, H. and Brooijmans, G. and Caughron, S. and Cooke, M. and Dodd, J. and Gray, H. M. and Haas, A. and Hughes, E. and Leltchouk, M. and Lopez Mateos, D. and Marshall, Z. and Negroni, S. and Parsons, J. A. and Spano, F. and Tuts, P. M. and Willis, W. and Zhou, N. and Gorelov, I. and Hoeferkamp, M. R. and Metcalfe, J. and Seidel, S. C. and Thomas, T. L. and Toms, K. and Vataga, E. and Casadei, D. and Cranmer, K. and Djilkibaev, R. and Konoplich, R. and Mincer, A. I. and Nemethy, P. and Zhao, L. and De Groot, N. and Filthaut, F. and Jansen, E. and Klok, P. F. and Koetsveld, F. and Magrath, C. A. and Ordonez, G. and Timmermans, C. J. W. P. and Wijnen, T. and Aulchenko, V. M. and Kazanin, V. A. and Kolachev, G. M. and Kotov, K. Y. and Malychev, V. and Maslennikov, A. L. and Orlov, I. O. and Panin, V. N. and Peleganchuk, S. V. and Schamov, A. G. and Soukharev, A. and Talyshev, A. and Tikhonov, Y. A. and Zaytsev, A. and Arms, Kregg E. and Fernando, W. and Fisher, M. J. and Gan, K. K. and Jackson, P. and Kagan, H. and Kass, R. D. and Loureiro, K. F. and Rahimi, A. M. and Smith, D. S. and {Ter-Antonyan}, R. and Zoeller, M. M. and Mima, S. and Naito, D. and Nakano, I. and Tanaka, R. and Abi, B. A. and Khanov, A. and Rizatdinova, F. and Boyd, G. R. and Gutierrez, P. and Huang, G. S. and {Meera-Lebbai}, R. and Saleem, M. and Severini, H. and Skubic, P. and Snow, J. and Strauss, M. and Igonkina, O. and Strom, David M. and Torrence, E. and Arnault, C. and Auge, E. and Barrillon, P. and Bonis, J. and Bourdarios, C. and Breton, D. and Collard, C. and De La Taille, C. and De Vivie De Regie, J. B. and Duflot, L. and Falleau, I. and Falou, A. C. and Fayard, L. and Fournier, D. and Guilhem, G. and {Henrot-Versille}, S. and Hrivnac, J. and {Iconomidou-Fayard}, L. and Imbert, P. and Kado, M. and Koletsou, I. and Lechowski, M. and Mace, G. G. R. and Matricon, P. and Noppe, J. M. and Perus, P. and Plamondon, M. and Poggioli, L. and Prat, S. and Puzo, P. and Richer, J. P. and Rousseau, D. and Rybkine, G. and Schaffer, A. C. and {Seguin-Moreau}, N. and Serin, L. and Simion, S. and Tocut, V. M. and Turlay, E. and Varouchas, D. and Veillet, J. J. and Wicek, F. and Zerwas, D. and Hanagaki, K. and Nomachi, M. and Sugaya, Y. and Bugge, L. and Buran, T. and Cameron, D. and Danielsen, K. M. and Dorholt, O. and Huse, T. and Lund, E. and Niinimaki, M. J. and {Ould-Saada}, F. and Pajchel, K. and Pylypchenko, Y. and Reads, A. L. and Samset, B. H. and Stapnes, S. and Strandlie, A. and Sundal, B. and Taga, A. and Archambault, J. P. and Asner, D. and Belanger, G. A. N. and Cojocaru, C. D. and Heelan, L. and Khakzad, M. and O'Neill, M. and Oakham, F. G. and Schram, M. and Strickland, V. and Vincter, M. G. and Yang, Z. and Abdesselam, A. and Bargassa, P. and Barr, A. J. and Brandt, O. and Brett, N. D. and {Bruckman de Renstrom}, P. A. and {Buira-Clark}, D. and Coe, P. and Cox, J. and Dehchar, M. and Dennis, C. and Dobson, E. and Fiascaris, M. and Fopma, J. and Gallas, E. J. and Gibson, S. M. and Gilbert, L. M. and Grewal, A. and Hawes, B. M. and Heinemann, F. E. W. and Hill, J. and Hindson, D. and Holmes, A. and Howell, D. F. and Huffman, B. T. and Issever, C. and Jones, M. and Karagoz Unel, M. and Kirsch, G. P. and Kundu, N. and Lau, W. and Lavorato, A. and Lohwasser, K. and Loken, J. and Lynn, J. and Mitra, A. and Nickerson, R. B. and Ottewell, B. and Shield, P. and Tseng, J. C. L. and Vertogardov, L. and Viehhauser, G. H. A. and Wastie, R. and Weidberg, A. R. and Yang, S. and Calderini, G. and Camard, A. and Cavalleri, P. and Derue, F. and Escalier, M. and Fayette, F. and Fichet, S. and Fleuret, F. and Imbault, D. and Krasny, M. and Lacour, D. and Laforge, B. and Le Dortz, O. and {Nikolic-Audit}, I. and Orsini, F. and Ridel, M. and Roos, L. and {Savoy-Navarro}, A. and Schwemling, P. and {Trincaz-Duvoid}, S. and Vannucci, F. and Vincent, P. and Bellomo, M. and Cambiaghi, M. and Conta, C. and Ferrari, R. and Fraternali, M. and Lanza, A. and Livan, M. and Polesello, G. and Prata, M. and Rebuzzi, D. and Rimoldi, A. and Scannicchio, D. A. and Vercesi, V. and Dressnandt, N. and Hance, M. and Keener, P. T. and LeGeyt, B. C. and Martin, F. F. and Munar, A. and Newcomer, F. M. and VanBerg, R. and Williams, H. H. and Bosi, F. and Cascella, M. and Cavasinni, V. and Cicalini, E. and Del Prete, T. and Dotti, A. and Flaminio, V. and Francavilla, P. and Giangiobbe, V. and Lupi, A. and Mazzoni, E. and Roda, C. and Sarri, F. and Vivarelli, I. and Zenonos, Z. and Bansal, V. and Boudreau, J. and Boulahouache, C. and Cleland, W. and Haboubi, G. and Kittelmann, T. and McDonald, J. and Mueller, J. and Paolone, V. and Savinov, V. and Tsulaia, V. and Wendler, S. and Yoosoofmiya, R. and Zheng, W. and Bazalova, M. and Bohm, J. and Chudoba, J. and Gunther, J. and Havranek, M. and Hruska, I. and Jahoda, M. and Jez, P. and Juranek, V. and Kepka, O. and Kupco, A. and Kus, V. and Kvasnicka, O. and Lokajicek, M. and Marcisovsky, M. and Mikestikova, M. and Mikestikova, M. and Myska, M. and Nemecek, S. and Panuskova, M. and Polak, I. and Popule, J. and Pribyl, L. and Sicho, P. and Staroba, P. and Stastny, J. and Tasevsky, M. and Tic, T. and Tomasek, L. and Tomasek, M. and Valenta, J. and Vrba, V. and Augsten, K. and Bedajanek, I. and Benes, J. and Chren, D. and Holy, T. and Homola, P. and Horazdovsky, T. and Hubacek, Z. and Jakubek, J. and Kohout, Z. and Kral, V. and Linhart, V. and Otec, R. and Pospisil, S. and Simak, V. and Slavicek, T. and Smolek, K. and Sodomka, J. and Solar, M. and Sopko, V. and Sopko, B. and Stekl, I. and Vacek, V. and Vokac, P. and Zychacek, V. and Broklova, Z. and Broz, J. and Davidek, T. and Dolejsi, J. and Dolezal, Z. and Drasal, Z. and Kodys, P. and Krivkova, P. and Kubik, P. and Leitner, R. and Novakova, J. and Reznicek, P. and Scheirich, D. and Spousta, M. and Suk, M. and Tas, P. and Trka, Z. and Valkar, S. and Vorobel, V. and Wilhelm, I. and Benchekroun, D. and Cherkaoui El Moursli, R. and Derkaoui, J. E. and El Kacimi, M. and Ghazlane, H. and Goujdami, D. and Hakimi, M. and Hoummada, A. and Benslama, K. and Khoriauli, G. and Duchovni, E. and Gross, E. and Klier, A. and Kupper, M. and Lellouch, D. and Levinson, L. J. and {Melamed-Katz}, A. and Mikenberg, G. and Prosso, E. and Riveline, M. and Shoa, M. and Smakhtin, V. and Zivkovic, L. and Caloba, L. P. and Cerqueira, A. S. and Coura Torres, R. and Da Rocha Gesualdi Mello, A. and Da Silva, P. V. M. and {do Vale}, M. A. B. and Maidantchik, C. and Marroquim, F. and Nepomuceno, A. A. and Perantoni, M. and Seixas, J. M. and Lobkowicz, F. and Slattery, P. and Aielli, G. and Camarri, P. and Cardarelli, R. and Di Ciaccio, A. and Liberti, B. and Paoloni, A. and Salamon, A. and Santonico, R. and Bacci, C. and Baroncelli, A. and Branchini, P. and Ceradini, F. and Di Luise, S. and Diglio, S. and Farilla, A. and Graziani, E. and Iodice, M. and Orestano, D. and Passeri, A. and Pastore, F. and Petrucci, F. and Ruggieri, F. and Spiriti, E. and Spogli, L. and Stanescu, C. and Tonazzo, A. and Bagnaia, P. and Bini, C. and Boaretto, C. and Caloi, R. and Cardini, A. and Cavallari, A. and Ciapetti, G. and De Pedis, D. and De Salvo, A. and De Zorzi, G. and Di Domenico, A. and Di Girolamo, A. and Dionisi, C. and Falciano, S. and Gauzzi, P. and Gentile, S. and Giagu, S. and Kuznetsova, E. K. and Lacava, F. and Luci, C. and Luminari, L. and Marzano, F. and Mirabelli, G. and Moch, M. and Nisati, A. and Oberson, P. and Pasqualucci, E. and Pastore, Fr and Petrolo, E. and Pontecorvo, L. and Rescigno, M. and Robins, S. and Rosati, S. and Sidoti, A. and Camillocci, E. Solfaroli{$>$} and Spila, F. and Valente, P. and Vari, R. and Veneziano, S. and Zanello, Lucia{$>$} and Arnaud, M. and Bachacou, H. and Bauer, F. and Berriaud, C. and Besson, N. and Boonekamp, M. and Chalifour, M. and Chevalier, L. and Dael, A. and {de La Broise}, X. and Delagnes, E. and Dentan, M. and Durand, D. and Ernwein, J. and Etienvre, A. I. and Fleischmann, P. and Formica, A. and Gautard, V. and Giraud, P. F. and Guyot, C. and Hassani, S. and Helsens, C. and Kozanecki, W. and Lancon, E. and Laporte, J. F. and Legendre, M. and Mansoulie, B. and Mayri, C. and Meyer, J. P. and Nicolaidou, R. and Ouraou, A. and Pomarede, D. M. and Ponsot, P. and Rey, J. and Schune, P. and Schwindling, J. and Sun, Z. and Vedrine, P. and Virchaux, M. and Moreno, D. and Ammosov, V. V. and Borisov, A. and Bozhko, N. I. and Chekulaev, S. V. and Chuguev, A. G. and Denisov, S. P. and Evdokimov, V. N. and Fakhrutdinov, R. M. and Fenyuk, A. B. and Gapienko, V. A. and Golovnia, S. N. and Gorokhov, S. A. and Goryachev, S. V. and Goryachev, V. N. and Gushchin, V. N. and Ivashin, A. V. and Kabachenko, V. V. and Karyukhin, A. N. and Kholodenko, A. G. and Kiver, A. M. and Kopikov, S. V. and Koreshev, V. and Korotkov, V. A. and Kostrikov, M. E. and Kozhin, A. S. and Lapin, V. V. and Larionov, A. V. and Levitski, M. S. and Minaenko, A. A. and Mitrofanov, G. Y. and Moisseev, A. M. and Myagkov, A. G. and Pleskach, A. V. and Pylaev, A. N. and Ryadovikov, V. and Solodkov, A. A. and Solovyanov, O. V. and Starchenko, E. A. and Sviridov, Yu M. and Vorobiev, A. P. and Vovenko, A. S. and Zaets, V. G. and Zaitsev, A. M. and Zenin, A. V. and Zmuchko, V. V. and Booth, C. N. and Booth, P. and Costanzo, D. and Dawson, I. and Dixon, S. D. and Duxfield, R. and French, R. S. and Grigson, C. and Harper, R. and Hodgkinson, M. C. and Hodgson, P. and Johansson, P. and Kerschen, N. and Lehto, M. and Manolopoulos, S. and Morgan, D. and Nicholson, R. and Paganis, E. and Prokofiev, K. and Tovey, D. R. and Walsh, S. and Zhu, H. Z. and Tanaka, S. and Bucholz, P. and Fleck, I. and Grybel, K. and Holder, M. and Ibragimov, I. and Schumacher, M. and Sipica, V. and Stahl, T. and Walkowiak, W. and Werthenbach, U. and Ziolkowski, M. and Aracena, I. and Bartoldus, R. and Demers, S. and Gao, Y. S. and Gowdy, S. and Horn, C. and Miller, D. W. and Perazzo, A. and Schwartzman, A. and Su, D. and Young, C. and Daya, R. K. and Dindar, K. and Dinkespiler, B. and Firan, A. and Goldin, D. and Hadavand, H. K. and He, Y. P. and Hoffman, J. and Ilchenko, Y. and Ishmukhametov, R. and Joffe, D. and Kasmi, A. and Kehoe, R. and Liang, Z. and Liu, T. and Lu, L. and Renkel, P. and Rios, R. R. and Stroynowski, R. and Xiang, A. and Yang, J. C. and Ye, J. and Zarzhitsky, P. and Fedin, O. L. and Filimonov, V. and Gratchev, V. and Katunin, S. and Kazarov, A. and Khomutnikov, V. P. and Kovalenko, S. and Kudin, L. G. and Maleev, V. P. and Nesterov, S. Y. and Ryabov, Y. F. and Schegelsky, V. A. and Sedykh, E. and Seliverstov, D. M. and Soloviev, I. and Zalite, A. Yu and Zalite, Yu K. and Alam, S. M. and Athar, B. and Timm, S. and Wappler, F. and Zhichao, L. and Ahmad, A. and Botchev, B. and Engelmann, R. and Finocchiaro, G. and Goodson, J. J. and Grimm, K. and Khodinov, A. and McCarthy, R. L. and Rijssenbeek, M. and Steffens, J. L. and Thioye, M. and Yurkewicz, A. and Grahn, K. J. and Hansson, P. and {Lund-Jensen}, B. and Tayalati, Y. and Bergeaas, E. and Berglund, S. and Bohm, C. and Clement, C. and Eriksson, D. and Gellerstedt, K. and Hellman, S. and Hidvegi, A. and Holmgren, S. O. and Johansen, M. and Johansson, K. E. and {Jon-And}, K. and Lesser, J. and Milstead, D. A. and Moa, T. and Ramstedt, M. and Sellden, B. and Silverstein, S. B. and Lee, J. S. H. and Peak, L. S. and Saavedra, A. F. and Varvell, K. E. and Waugh, A. T. and Chu, M. L. and Hou, S. and Lee, S. C. and Liang, Z. and Lin, S. C. and Qing, D. and Ren, Z. and Teng, P. K. and Zhou, S. and Zhou, Y. and Chikovani, L. and Djobava, T. and Khubua, J. and Mosidze, M. and Tskhadadze, E. G. and Abramowicz, H. and Alexander, G. and Amram, N. and Bella, G. and Ben Moshe, M. and Benary, O. and Benhammou, Y. and Brodet, E. and Etzion, E. and Ginzburg, J. and Mahalalel, Y. and Oren, Y. and {Reinherz-Aronis}, E. and Soffer, A. and Urkovsky, E. and De, K. and Dipanjan, R. and Farbin, A. and Kim, H. and Kim, H. and Li, J. and Nilsson, P. and Ozturk, N. and Pravahan, R. and Sosebee, M. and Spurlock, B. and Vartapetian, A. and White, A. and Yu, J. and Anastopoulos, C. and Bachas, K. and Bouzakis, K. and Christidi, I. A. and Krepouri, A. and Liolios, A. and Petridou, C. and Sampsonidis, D. and Tsiafis, I. and Bratzler, U. and Fukunaga, C. and Asai, S. and Imori, M. and Ishino, M. and Kanaya, N. and Kaneda, M. and Kataoka, Y. and Kawamoto, T. and Kobayashi, T. and Kubota, T. and Mashimo, T. and Matsumoto, H. and Matsunaga, H. and Nomoto, H. and Okawa, H. and Sakamoto, H. and Tanaka, J. and Ueda, I. and Yamamoto, S. and Bailey, D. C. and Gibson, A. and Gorbounov, P. A. and Groer, L. S. and Guo, B. and Joo, K. K. and Knecht, N. K. and Krieger, P. and Le Maner, C. and Ma, L. L. and Martens, F. K. and Mayer, J. K. and Mazini, R. and Orr, R. S. and Rosenbaum, G. A. and Savard, P. and Sinervo, P. and Teuscher, R. J. and Trischuk, W. and Amako, K. and Arai, Y. and Doi, Y. and Haruyama, T. and Ikegami, Y. and Ikeno, M. and Ishii, K. and Iwasaki, H. and Jinnouchi, O. and Kagawa, S. and Kanzaki, J. and Kawai, M. and Kohriki, T. and Kondo, T. and Kondo, Y. and Makida, Y. and Manabe, A. and Murakami, K. and Nagano, K. and Nozaki, M. and Odaka, S. and Ozone, K. and Sasaki, O. and Sasaki, T. and Tanaka, K. and Tanaka, S. and Terada, S. and Tojo, J. and Tokushuku, K. and Tsuno, S. and Unno, Y. and Yamamoto, A. and Yamaoka, H. and Yasu, Y. and Hara, K. and Inoue, K. and Kim, S. H. and Maruyama, T. and Mochizuki, A. and Nagai, Y. and Nakamura, K. and Nakamura, Y. and Ukegawa, F. and Mann, W. A. and Napier, A. and Rolli, S. and Sliwa, K. and {Todorova-Nova}, S. and Acharya, B. S. and Cauz, D. and Cobal, M. and De Lotto, B. and Del Papa, C. and Giordani, M. P. and Grassmann, H. and Luisa, L. and Santi, L. and {Belanger-Champagne}, C. and Bingefors, N. and Brenner, R. and Coniavitis, E. and Ekelof, T. and Ellert, M. and Flechl, M. and Hansen, C. J. and Lindquist, L. and Ruber, R. and Abdallah, J. and Ballester, F. and Bernabeu, J. and Cabrera Urban, S. and Cabruja Casas, E. and Calderon Terol, D. and Camarena, F. and Campabadal Segura, F. and Castelo, J. and Castillo Gimenez, V. and Civera, J. V. and Costa, M. J. and Almenar, C. Cuenca{$>$} and Diez Cornell, S. and Escobar, C. and Fassi, F. and Ferrer, A. and Fleta Corral, C. M. and Fuster, J. and Garcia, C. and Garcia Navarro, J. E. and Gil Botella, Ines{$>$} and {Gonzalez de la Hoz}, S. and Gonzalez Millan, V. and {Gonzalez-Sevilla}, S. and {Higon-Rodriguez}, E. and Kaci, M. and Lacasta, C. and Lacuesta, V. R. and Lara, V. and Llosa Llacer, G. and Lozano Fantoba, M. and {Lopez-Amengual}, J. M. and March, L. and {Marti i Garcia}, S. and Martinez Lacambra, C. and Minano, M. and Mitsou, V. A. and Modesto, P. and Moles Valls, R. M. and Moreno, A. and Pellegrini, G. and Poveda, J. and Rafi, J. M. and Roldan, J. and Romance, J. B. and Ros, E. and {Ruiz-Martinez}, A. and Salt, J. and Salvachua Ferrando, B. M. and Sanchis Lozano, M. A. and Sanchis Peris, E. and Santander, J. and Solans, C. A. and Medel, J. Soret{$>$} and Suay, L. Sospedra{$>$} and Sanchez, J. and Torres Pais, J. G. and Ullan Comes, M. and Valero, A. and Valls Ferrer, J. A. and Vives, R. and Vos, M. and Axen, A. and Gay, C. and Loh, C. W. and Hodges, T. A. and Ishizawa, Y. and Kurchaninov, L. L. and Langstaf, R. R. and Losty, M. J. and Moraes, A. and Oram, C. J. and Tafirout, R. and Trigger, I. M. and Walker, R. and Wellisch, H. P. and Albert, J. and Astbury, A. and Berghaus, F. and Courneyea, L. and {Fincke-Keeler}, M. and Honma, A. and Ince, T. and Keeler, R. and Kowalewski, Robert V. and Lefebvre, M. and Lelas, D. and Lessard, J. R. and McPherson, R. A. and Poffenberger, P. and Seuster, R. and Sobie, R. and Taylor, R. P. and Voss, K. C. and Daly, C. H. and Forbush, D. A. and Gaudio, G. and Kuykendall, W. and Lubatti, H. J. and Mockett, P. and Rothberg, J. and Twomey, M. S. and Wang, J. C. and Watts, G. and Zhao, T. and Griesmayer, E. and Chen, X. and Dos Anjos, A. and Fang, Y. and Fasching, D. and Ferguson, D. and Flores Castillo, L. R. and Goldschmidt, N. and Gonzalez, S. and Jared, R. C. and Joseph, J. and Leung Fook Cheong, A. and Mellado Garcia, B. R. and Padhi, S. and Pan, Y. B. and Quayle, W. B. and Stradling, A. and Vickey, T. and Wiedenmann, W. and Wu, S. L. and Xu, N. and Zobernig, G. and Becks, K. H. and Bellina, F. and Boek, J. and Braun, Helmut M. and Dima, M. and Dopke, J. and Drees, J. and Flick, T. and Gerlach, P. and Glitza, K. W. and Gorfine, G. and Grah, C. and Gregor, I. M. and Hamacher, K. and Harenberg, T. and Henss, T. and Kersten, S. and Kind, P. and Kootz, A. and Lantzsch, K. and Lenz, T. and Lenzen, G. and Lepidis, J. and List, J. and Mechtel, M. and {Meder-Marouelli}, D. and Pauna, E. and Reeves, K. and Sandhoff, M. and Sandvoss, S. and Sanny, B. and Schultes, J. and Siebel, A. and Thadome, J. and Wahlen, H. and Wicke, D. and Zeitnitz, C. and Auerbach, B. and Baker, O. K. and Kaplan, B. and Loginov, A. and Lokwitz, S. and Martin, A. J. and Schmidt, M. P. and Tipton, P. and Wall, R. and Zeller, M. and Jorgensen, S. and Oye, O. K. and Buscher, V. and Kruger, H. and Moser, N. and Rottlander, I. and {von Torne}, E. and Akesson, P. F. and Demirkoz, B. and Grafstrom, P. and Kotamaki, M. J. and Gossling, C. and Luke, D. and Wustenfeld, J. and Gopfert, T. and Duhrssen, M. and Konig, S. and Duren, M. and Mattig, S. and Monig, K. and Fohlisch, F. and Ruhr, F. and Dur, H. and Akesson, T. P. A. and Mjornmark, J. U. and Soderberg, M. and Kopke, L. and Schafer, U. and Muller, M. and Gottfert, T. and Hartel, R. and {Mohrdieck-Mock}, S. and Schmucker, H. and Strohmer, R. and Konig, A. C. and Rohne, O. and Asman, B. and Engstrom, M. and Sjolin, J. and Imhauser, M. and Mattig, P.},
year = {2008},
journal = {JINST},
url = {https://cds.cern.ch/record/1129811},
isbn = {978-92-9083-348-2},
langid = {english},
lccn = {621.384 CER},
keywords = {Detectors and Experimental Techniques}
}
@article{abdallahMassesLifetimesProduction2006,
title = {Masses, lifetimes and production rates of ${\Xi}^{-}$ and $\overline{\Xi}^{+}$ at {LEP 1}},
author = {Abdallah, J. and Abreu, P. and Adam, W. and Adzic, P. and Albrecht, T. and Alderweireld, T. and Alemany-Fernandez, R. and Allmendinger, T. and Allport, P. P. and Amaldi, U. and Amapane, N. and Amato, S. and Anashkin, E. and Andreazza, A. and Andringa, S. and Anjos, N. and Antilogus, P. and Apel, W. -D. and Arnoud, Y. and Ask, S. and Asman, B. and Augustin, J. E. and Augustinus, A. and Baillon, P. and Ballestrero, A. and Bambade, P. and Barbier, R. and Bardin, D. and Barker, G. J. and Baroncelli, A. and Battaglia, M. and Baubillier, M. and Becks, K. -H. and Begalli, M. and Behrmann, A. and Ben-Haim, E. and Benekos, N. and Benvenuti, A. and Berat, C. and Berggren, M. and Berntzon, L. and Bertrand, D. and Besancon, M. and Besson, N. and Bloch, D. and Blom, M. and Bluj, M. and Bonesini, M. and Boonekamp, M. and Booth, P. S. L. and Borisov, G. and Botner, O. and Bouquet, B. and Bowcock, T. J. V. and Boyko, I. and Bracko, M. and Brenner, R. and Brodet, E. and Bruckman, P. and Brunet, J. M. and Buschbeck, B. and Buschmann, P. and Calvi, M. and Camporesi, T. and Canale, V. and Carena, F. and Castro, N. and Cavallo, F. and Chapkin, M. and Charpentier, Ph. and Checchia, P. and Chierici, R. and Chliapnikov, P. and Chudoba, J. and Chung, S. U. and Cieslik, K. and Collins, P. and Contri, R. and Cosme, G. and Cossutti, F. and Costa, M. J. and Crennell, D. and Cuevas, J. and D'Hondt, J. and Dalmau, J. and da Silva, T. and Da Silva, W. and Della Ricca, G. and De Angelis, A. and De Boer, W. and De Clercq, C. and De Lotto, B. and De Maria, N. and De Min, A. and de Paula, L. and Di Ciaccio, L. and Di Simone, A. and Doroba, K. and Drees, J. and Eigen, G. and Ekelof, T. and Ellert, M. and Elsing, M. and Espirito Santo, M. C. and Fanourakis, G. and Fassouliotis, D. and Feindt, M. and Fernandez, J. and Ferrer, A. and Ferro, F. and Flagmeyer, U. and Foeth, H. and Fokitis, E. and Fulda-Quenzer, F. and Fuster, J. and Gandelman, M. and Garcia, C. and Gavillet, Ph. and Gazis, E. and Gokieli, R. and Golob, B. and Gomez-Ceballos, G. and Goncalves, P. and Graziani, E. and Grosdidier, G. and Grzelak, K. and Guy, J. and Haag, C. and Hallgren, A. and Hamacher, K. and Hamilton, K. and Haug, S. and Hauler, F. and Hedberg, V. and Hennecke, M. and Herr, H. and Hoffman, J. and Holmgren, S. -O. and Holt, P. J. and Houlden, M. A. and Jackson, J. N. and Jarlskog, G. and Jarry, P. and Jeans, D. and Johansson, E. K. and Johansson, P. D. and Jonsson, P. and Joram, C. and Jungermann, L. and Kapusta, F. and Katsanevas, S. and Katsoufis, E. and Kernel, G. and Kersevan, B. P. and Kerzel, U. and King, B. T. and Kjaer, N. J. and Kluit, P. and Kokkinias, P. and Kourkoumelis, C. and Kouznetsov, O. and Krumstein, Z. and Kucharczyk, M. and Lamsa, J. and Leder, G. and Ledroit, F. and Leinonen, L. and Leitner, R. and Lemonne, J. and Lepeltier, V. and Lesiak, T. and Liebig, W. and Liko, D. and Lipniacka, A. and Lopes, J. H. and Lopez, J. M. and Loukas, D. and Lutz, P. and Lyons, L. and MacNaughton, J. and Malek, A. and Maltezos, S. and Mandl, F. and Marco, J. and Marco, R. and Marechal, B. and Margoni, M. and Marin, J. -C. and Mariotti, C. and Markou, A. and Martinez-Rivero, C. and Masik, J. and Mastroyiannopoulos, N. and Matorras, F. and Matteuzzi, C. and Mazzucato, F. and Mazzucato, M. and Mc Nulty, R. and Meroni, C. and Migliore, E. and Mitaroff, W. and Mjoernmark, U. and Moa, T. and Moch, M. and Moenig, K. and Monge, R. and Montenegro, J. and Moraes, D. and Moreno, S. and Morettini, P. and Mueller, U. and Muenich, K. and Mulders, M. and Mundim, L. and Murray, W. and Muryn, B. and Myatt, G. and Myklebust, T. and Nassiakou, M. and Navarria, F. and Nawrocki, K. and Nicolaidou, R. and Nikolenko, M. and Niss, P. and Oblakowska-Mucha, A. and Obraztsov, V. and Olshevski, A. and Onofre, A. and Orava, R. and Osterberg, K. and Ouraou, A. and Oyanguren, A. and Paganoni, M. and Paiano, S. and Palacios, J. P. and Palka, H. and Papadopoulou, Th. D. and Pape, L. and Parkes, C. and Parodi, F. and Parzefall, U. and Passeri, A. and Passon, O. and Peralta, L. and Perepelitsa, V. and Perrotta, A. and Petrolini, A. and Piedra, J. and Pieri, L. and Pierre, F. and Pimenta, M. and Piotto, E. and Podobnik, T. and Poireau, V. and Pol, M. E. and Polok, G. and Pozdniakov, V. and Pukhaeva, N. and Pullia, A. and Rames, J. and Read, A. and Rebecchi, P. and Rehn, J. and Reid, D. and Reinhardt, R. and Renton, P. and Richard, F. and Ridky, J. and Rivero, M. and Rodriguez, D. and Romero, A. and Ronchese, P. and Roudeau, P. and Rovelli, T. and Ruhlmann-Kleider, V. and Ryabtchikov, D. and Sadovsky, A. and Salmi, L. and Salt, J. and Sander, C. and Savoy-Navarro, A. and Schwickerath, U. and Sekulin, R. and Siebel, M. and Sisakian, A. and Smadja, G. and Smirnova, O. and Sokolov, A. and Sopczak, A. and Sosnowski, R. and Spassov, T. and Stanitzki, M. and Stocchi, A. and Strauss, J. and Stugu, B. and Szczekowski, M. and Szeptycka, M. and Szumlak, T. and Tabarelli, T. and Taffard, A. C. and Tegenfeldt, F. and Timmermans, J. and Tkatchev, L. and Tobin, M. and Todorovova, S. and Tome, B. and Tonazzo, A. and Tortosa, P. and Travnicek, P. and Treille, D. and Tristram, G. and Trochimczuk, M. and Troncon, C. and Turluer, M. -L. and Tyapkin, I. A. and Tyapkin, P. and Tzamarias, S. and Uvarov, V. and Valenti, G. and Van Dam, P. and Van Eldik, J. and van Remortel, N. and Van Vulpen, I. and Vegni, G. and Veloso, F. and Venus, W. and Verdier, P. and Verzi, V. and Vilanova, D. and Vitale, L. and Vrba, V. and Wahlen, H. and Walck, C. and Washbrook, A. J. and Weiser, C. and Wicke, D. and Wickens, J. and Wilkinson, G. and Winter, M. and Witek, M. and Yushchenko, O. and Zalewska, A. and Zalewski, P. and Zavrtanik, D. and Zhuravlov, V. and Zimin, N. I. and Zintchenko, A. and Zupan, M.},
year = {2006},
month = aug,
journal = {Physics Letters B},
volume = {639},
number = {3},
pages = {179-191},
issn = {0370-2693},
doi = {10.1016/j.physletb.2006.06.029},
url = {https://www.sciencedirect.com/science/article/pii/S0370269306007659},
urldate = {2022-09-13},
abstract = {Measurements of the Ξ− and Ξ¯+ masses, mass differences, lifetimes and lifetime differences are presented. The Ξ¯+ sample used is much larger than those used previously for such measurements. In addition, the Ξ production rates in Z→bb¯ and Z→qq¯ events are compared and the position ξ∗ of the maximum of the ξ distribution in Z→qq¯ events is measured.},
langid = {english},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/JZXRYV7J/Abdallah et al. - 2006 - Masses, lifetimes and production rates of Ξ− and Ξ.pdf;/home/rschotte/snap/zotero-snap/common/Zotero/storage/HWJF5BLB/S0370269306007659.html}
}
@article{abersDiseasesInfiniteComponentField1967,
title = {Diseases of {{Infinite-Component Field Theories}}},
author = {Abers, Ernest and Grodsky, I. T. and Norton, Richard E.},
year = {1967},
month = jul,
journal = {Phys. Rev.},
volume = {159},
number = {5},
pages = {1222--1227},
publisher = {{American Physical Society}},
doi = {10.1103/PhysRev.159.1222},
url = {https://link.aps.org/doi/10.1103/PhysRev.159.1222},
urldate = {2023-05-19},
abstract = {Examples are presented of local, covariant field theories for which the familiar spin and statistics and PCT theorems do not apply. The field theories employ infinite-dimensional representations of the homogeneous Lorentz group and are formulated in terms of fields satisfying local commutation rules. Since the existing proofs of PCT and spin and statistics assume fields with a finite number of components, our conclusions do not violate these theorems. The existence of solutions with spacelike momenta is discussed.},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/T4QXA4S3/PhysRev.159.html}
}
@article{acharyaMeasurementAnti3HeNuclei2023,
title = {Measurement of Anti-{{3He}} Nuclei Absorption in Matter and Impact on Their Propagation in the {{Galaxy}}},
author = {Acharya, S. and Adamov{\'a}, D. and Adler, A. and Adolfsson, J. and Aglieri Rinella, G. and Agnello, M. and Agrawal, N. and Ahammed, Z. and Ahmad, S. and Ahn, S. U. and Ahuja, I. and Akbar, Z. and Akindinov, A. and {Al-Turany}, M. and Alam, S. N. and Aleksandrov, D. and Alessandro, B. and Alfanda, H. M. and Alfaro Molina, R. and Ali, B. and Ali, Y. and Alici, A. and Alizadehvandchali, N. and Alkin, A. and Alme, J. and Alocco, G. and Alt, T. and Altsybeev, I. and Anaam, M. N. and Andrei, C. and Andreou, D. and Andronic, A. and Anguelov, V. and Antinori, F. and Antonioli, P. and Anuj, C. and Apadula, N. and Aphecetche, L. and Appelsh{\"a}user, H. and Arcelli, S. and Arnaldi, R. and Arsene, I. C. and Arslandok, M. and Augustinus, A. and Averbeck, R. and Aziz, S. and Azmi, M. D. and Badal{\'a}, A. and Baek, Y. W. and Bai, X. and Bailhache, R. and Bailung, Y. and Bala, R. and Balbino, A. and Baldisseri, A. and Balis, B. and Banerjee, D. and Banoo, Z. and Barbera, R. and Barioglio, L. and Barlou, M. and Barnaf{\"o}ldi, G. G. and Barnby, L. S. and Barret, V. and Bartels, C. and Barth, K. and Bartsch, E. and Baruffaldi, F. and Bastid, N. and Basu, S. and Batigne, G. and Battistini, D. and Batyunya, B. and Bauri, D. and Bazo Alba, J. L. and Bearden, I. G. and Beattie, C. and Becht, P. and Belikov, I. and Bell Hechavarria, A. D. C. and Bellini, F. and Bellwied, R. and Belokurova, S. and Belyaev, V. and Bencedi, G. and Beole, S. and Bercuci, A. and Berdnikov, Y. and Berdnikova, A. and Bergmann, L. and Besoiu, M. G. and Betev, L. and Bhaduri, P. P. and Bhasin, A. and Bhat, I. R. and Bhat, M. A. and Bhattacharjee, B. and Bhattacharya, P. and Bianchi, L. and Bianchi, N. and Biel{\v c}ik, J. and Biel{\v c}ikova, J. and Biernat, J. and Bilandzic, A. and Biro, G. and Biswas, S. and Blair, J. T. and Blau, D. and Blidaru, M. B. and Blume, C. and Boca, G. and Bock, F. and Bogdanov, A. and Boi, S. and Bok, J. and Boldizs{\'a}r, L. and Bolozdynya, A. and Bombara, M. and Bond, P. M. and Bonomi, G. and Borel, H. and Borissov, A. and Bossi, H. and Botta, E. and Bratrud, L. and {Braun-Munzinger}, P. and Bregant, M. and Broz, M. and Bruno, G. E. and Buckland, M. D. and Budnikov, D. and Buesching, H. and Bufalino, S. and Bugnon, O. and Buhler, P. and Buthelezi, Z. and Butt, J. B. and Bylinkin, A. and Bysiak, S. A. and Cai, M. and Caines, H. and Caliva, A. and Calvo Villar, E. and Camacho, J.M.M. and Camacho, R. S. and Camerini, P. and Canedo, F.D.M. and Carabas, M. and Carnesecchi, F. and Caron, R. and Castillo Castellanos, J. and Casula, E.A.R. and Catalano, F. and Ceballos Sanchez, C. and Chakaberia, I. and Chakraborty, P. and Chandra, S. and Chapeland, S. and Chartier, M. and Chattopadhyay, S. and Chattopadhyay, S. and Chavez, T. G. and Cheng, T. and Cheshkov, C. and Cheynis, B. and Chibante Barroso, V. and Chinellato, D. D. and Cho, S. and Chochula, P. and Christakoglou, P. and Christensen, C. H. and Christiansen, P. and Chujo, T. and Cicalo, C. and Cifarelli, L. and Cindolo, F. and Ciupek, M. R. and Clai, G. and Cleymans, J. and Colamaria, F. and Colburn, J. S. and Colella, D. and Collu, A. and Colocci, M. and Concas, M. and Conesa Balbastre, G. and {Conesa del Valle}, Z. and Contin, G. and Contreras, J. G. and Coquet, M. L. and Cormier, T. M. and Cortese, P. and Cosentino, M. R. and Costa, F. and Costanza, S. and Crochet, P. and {Cruz-Torres}, R. and Cuautle, E. and Cui, P. and Cunqueiro, L. and Dainese, A. and Danisch, M. C. and Danu, A. and Das, P. and Das, P. and Das, S. and Dash, S. and De Caro, A. and {de Cataldo}, G. and De Cilladi, L. and {de Cuveland}, J. and De Falco, A. and De Gruttola, D. and De Marco, N. and De Mart{\'i}n, C. and De Pasquale, S. and Deb, S. and Degenhardt, H. F. and Deja, K. R. and Del Grande, R. and Dello Stritto, L. and Deng, W. and Dhankher, P. and Di Bari, D. and Di Mauro, A. and Diaz, R. A. and Dietel, T. and Ding, Y. and Divi{\'a}, R. and Dixit, D. U. and Djuvsland, {\O}. and Dmitrieva, U. and Do, J. and Dobrin, A. and D{\"o}nigus, B. and Dubey, A. K. and Dubla, A. and Dudi, S. and Dupieux, P. and Durkac, M. and Dzalaiova, N. and Eder, T. M. and Ehlers, R. J. and Eikeland, V. N. and Eisenhut, F. and Elia, D. and Erazmus, B. and Ercolessi, F. and Erhardt, F. and Erokhin, A. and Ersdal, M. R. and Espagnon, B. and Eulisse, G. and Evans, D. and Evdokimov, S. and Fabbietti, L. and Faggin, M. and Faivre, J. and Fan, F. and Fan, W. and Fantoni, A. and Fasel, M. and Fecchio, P. and Feliciello, A. and Feofilov, G. and Fern{\'a}ndez T{\'e}llez, A. and Ferrero, A. and Ferretti, A. and Feuillard, V.J.G. and Figiel, J. and Filova, V. and Finogeev, D. and Fionda, F. M. and Fiorenza, G. and Flor, F. and Flores, A. N. and Foertsch, S. and Fokin, S. and Fragiacomo, E. and Frajna, E. and Francisco, A. and Fuchs, U. and Funicello, N. and Furget, C. and Furs, A. and Gaardh{\o}je, J. J. and Gagliardi, M. and Gago, A. M. and Gal, A. and Galvan, C. D. and Ganoti, P. and Garabatos, C. and Garcia, J.R.A. and {Garcia-Solis}, E. and Garg, K. and Gargiulo, C. and Garibli, A. and Garner, K. and Gasik, P. and {The ALICE Collaboration}},
year = {2023},
month = jan,
journal = {Nat. Phys.},
volume = {19},
number = {1},
pages = {61--71},
publisher = {{Nature Publishing Group}},
issn = {1745-2481},
doi = {10.1038/s41567-022-01804-8},
url = {https://www.nature.com/articles/s41567-022-01804-8},
urldate = {2023-06-11},
abstract = {In our Galaxy, light antinuclei composed of antiprotons and antineutrons can be produced through high-energy cosmic-ray collisions with the interstellar medium or could also originate from the annihilation of dark-matter particles that have not yet been discovered. On Earth, the only way to produce and study antinuclei with high precision is to create them at high-energy particle accelerators. Although the properties of elementary antiparticles have been studied in detail, the knowledge of the interaction of light antinuclei with matter is limited. We determine the disappearance probability of \$\$\{\}\^\{3\}\textbackslash overline\{\{\{\{\textbackslash rm\{He\}\}\}\}\}\$\$when it encounters matter particles and annihilates or disintegrates within the ALICE detector at the Large Hadron Collider. We extract the inelastic interaction cross section, which is then used as an input to the calculations of the transparency of our Galaxy to the propagation of \$\$\{\}\^\{3\}\textbackslash overline\{\{\{\{\textbackslash rm\{He\}\}\}\}\}\$\$stemming from dark-matter annihilation and cosmic-ray interactions within the interstellar medium. For a specific dark-matter profile, we estimate a transparency of about 50\%, whereas it varies with increasing \$\$\{\}\^\{3\}\textbackslash overline\{\{\{\{\textbackslash rm\{He\}\}\}\}\}\$\$momentum from 25\% to 90\% for cosmic-ray sources. The results indicate that \$\$\{\}\^\{3\}\textbackslash overline\{\{\{\{\textbackslash rm\{He\}\}\}\}\}\$\$nuclei can travel long distances in the Galaxy, and can be used to study cosmic-ray interactions and dark-matter annihilation.},
copyright = {2022 CERN},
langid = {english},
keywords = {Experimental nuclear physics,Experimental particle physics,Interstellar medium,Particle astrophysics},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/P3HRXV83/Acharya et al. - 2023 - Measurement of anti-3He nuclei absorption in matte.pdf}
}
@article{acharyaMultiplicityDependencePi2020,
title = {Multiplicity dependence of $\pi $, {K}, and p production in pp collisions at $\sqrt{s} = 13$ {TeV}},
author = {Acharya, S. and Adamová, D. and Adler, A. and Adolfsson, J. and Aggarwal, M. M. and Aglieri Rinella, G. and Agnello, M. and Agrawal, N. and Ahammed, Z. and Ahmad, S. and Ahn, S. U. and Akindinov, A. and Al-Turany, M. and Alam, S. N. and Albuquerque, D. S. D. and Aleksandrov, D. and Alessandro, B. and Alfanda, H. M. and Alfaro Molina, R. and Ali, B. and Ali, Y. and Alici, A. and Alkin, A. and Alme, J. and Alt, T. and Altenkamper, L. and Altsybeev, I. and Anaam, M. N. and Andrei, C. and Andreou, D. and Andrews, H. A. and Andronic, A. and Angeletti, M. and Anguelov, V. and Anson, C. and Antičić, T. and Antinori, F. and Antonioli, P. and Apadula, N. and Aphecetche, L. and Appelshäuser, H. and Arcelli, S. and Arnaldi, R. and Arratia, M. and Arsene, I. C. and Arslandok, M. and Augustinus, A. and Averbeck, R. and Aziz, S. and Azmi, M. D. and Badalà, A. and Baek, Y. W. and Bagnasco, S. and Bai, X. and Bailhache, R. and Bala, R. and Balbino, A. and Baldisseri, A. and Ball, M. and Balouza, S. and Banerjee, D. and Barbera, R. and Barioglio, L. and Barnaföldi, G. G. and Barnby, L. S. and Barret, V. and Bartalini, P. and Barth, K. and Bartsch, E. and Baruffaldi, F. and Bastid, N. and Basu, S. and Batigne, G. and Batyunya, B. and Bauri, D. and Alba, J. L. Bazo and Bearden, I. G. and Beattie, C. and Bedda, C. and Behera, N. K. and Belikov, I. and Bell Hechavarria, A. D. C. and Bellini, F. and Bellwied, R. and Belyaev, V. and Bencedi, G. and Beole, S. and Bercuci, A. and Berdnikov, Y. and Berenyi, D. and Bertens, R. A. and Berzano, D. and Besoiu, M. G. and Betev, L. and Bhasin, A. and Bhat, I. R. and Bhat, M. A. and Bhatt, H. and Bhattacharjee, B. and Bianchi, A. and Bianchi, L. and Bianchi, N. and Bielčík, J. and Bielčíková, J. and Bilandzic, A. and Biro, G. and Biswas, R. and Biswas, S. and Blair, J. T. and Blau, D. and Blume, C. and Boca, G. and Bock, F. and Bogdanov, A. and Boi, S. and Boldizsár, L. and Bolozdynya, A. and Bombara, M. and Bonomi, G. and Borel, H. and Borissov, A. and Bossi, H. and Botta, E. and Bratrud, L. and Braun-Munzinger, P. and Bregant, M. and Broz, M. and Bruna, E. and Bruno, G. E. and Buckland, M. D. and Budnikov, D. and Buesching, H. and Bufalino, S. and Bugnon, O. and Buhler, P. and Buncic, P. and Buthelezi, Z. and Butt, J. B. and Buxton, J. T. and Bysiak, S. A. and Caffarri, D. and Caliva, A. and Calvo Villar, E. and Camacho, R. S. and Camerini, P. and Capon, A. A. and Carnesecchi, F. and Caron, R. and Castillo Castellanos, J. and Castro, A. J. and Casula, E. A. R. and Catalano, F. and Ceballos Sanchez, C. and Chakraborty, P. and Chandra, S. and Chang, W. and Chapeland, S. and Chartier, M. and Chattopadhyay, S. and Chattopadhyay, S. and Chauvin, A. and Cheshkov, C. and Cheynis, B. and Chibante Barroso, V. and Chinellato, D. D. and Cho, S. and Chochula, P. and Chowdhury, T. and Christakoglou, P. and Christensen, C. H. and Christiansen, P. and Chujo, T. and Cicalo, C. and Cifarelli, L. and Cindolo, F. and Clai, G. and Cleymans, J. and Colamaria, F. and Colella, D. and Collu, A. and Colocci, M. and Concas, M. and Conesa Balbastre, G. and Conesa del Valle, Z. and Contin, G. and Contreras, J. G. and Cormier, T. M. and Corrales Morales, Y. and Cortese, P. and Cosentino, M. R. and Costa, F. and Costanza, S. and Crochet, P. and Cuautle, E. and Cui, P. and Cunqueiro, L. and Dabrowski, D. and Dahms, T. and Dainese, A. and Damas, F. P. A. and Danisch, M. C. and Danu, A. and Das, D. and Das, I. and Das, P. and Das, P. and Das, S. and Dash, A. and Dash, S. and De, S. and De Caro, A. and de Cataldo, G. and de Cuveland, J. and De Falco, A. and De Gruttola, D. and De Marco, N. and De Pasquale, S. and Deb, S. and Degenhardt, H. F. and Deja, K. R. and Deloff, A. and Delsanto, S. and Deng, W. and Devetak, D. and Dhankher, P. and Di Bari, D. and Di Mauro, A. and Diaz, R. A. and Dietel, T. and Dillenseger, P. and Ding, Y. and Divià, R. and Dixit, D. U. and Djuvsland, Ø. and Dmitrieva, U. and Dobrin, A. and Dönigus, B. and Dordic, O. and Dubey, A. K. and Dubla, A. and Dudi, S. and Dukhishyam, M. and Dupieux, P. and Ehlers, R. J. and Eikeland, V. N. and Elia, D. and Epple, E. and Erazmus, B. and Erhardt, F. and Erokhin, A. and Ersdal, M. R. and Espagnon, B. and Eulisse, G. and Evans, D. and Evdokimov, S. and Fabbietti, L. and Faggin, M. and Faivre, J. and Fan, F. and Fantoni, A. and Fasel, M. and Fecchio, P. and Feliciello, A. and Feofilov, G. and Fernández Téllez, A. and Ferrero, A. and Ferretti, A. and Festanti, A. and Feuillard, V. J. G. and Figiel, J. and Filchagin, S. and Finogeev, D. and Fionda, F. M. and Fiorenza, G. and Flor, F. and Foertsch, S. and Foka, P. and Fokin, S. and Fragiacomo, E. and Frankenfeld, U. and Fuchs, U. and Furget, C. and Furs, A. and Fusco Girard, M. and Gaardhøje, J. J. and Gagliardi, M. and Gago, A. M. and Gal, A. and Galvan, C. D. and Ganoti, P. and Garabatos, C. and Garcia-Solis, E. and Garg, K. and Gargiulo, C. and Garibli, A. and Garner, K. and Gasik, P. and Gauger, E. F. and Gay Ducati, M. B. and Germain, M.},
year = {2020},
month = aug,
journal = {Eur. Phys. J. C},
volume = {80},
number = {8},
pages = {693},
issn = {1434-6052},
doi = {10.1140/epjc/s10052-020-8125-1},
url = {https://doi.org/10.1140/epjc/s10052-020-8125-1},
urldate = {2022-07-08},
abstract = {This paper presents the measurements of $$\pi ^{\pm }$$, $$\mathrm {K}^{\pm }$$, $$\text {p}$$ and $$\overline{\mathrm{p}} $$ transverse momentum ($$p_{\text {T}}$$) spectra as a function of charged-particle multiplicity density in proton–proton (pp) collisions at $$\sqrt{s}\ =\ 13\ \text {TeV}$$ with the ALICE detector at the LHC. Such study allows us to isolate the center-of-mass energy dependence of light-flavour particle production. The measurements reported here cover a $$p_{\text {T}}$$ range from 0.1 to 20 $$\text {GeV}/c$$ and are done in the rapidity interval $$|y|<0.5$$. The $$p_{\text {T}}$$-differential particle ratios exhibit an evolution with multiplicity, similar to that observed in pp collisions at $$\sqrt{s}\ =\ 7\ \text {TeV}$$, which is qualitatively described by some of the hydrodynamical and pQCD-inspired models discussed in this paper. Furthermore, the $$p_{\text {T}}$$-integrated hadron-to-pion yield ratios measured in pp collisions at two different center-of-mass energies are consistent when compared at similar multiplicities. This also extends to strange and multi-strange hadrons, suggesting that, at LHC energies, particle hadrochemistry scales with particle multiplicity the same way under different collision energies and colliding systems.},
langid = {english},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/63GMZQ4A/Acharya et al. - 2020 - Multiplicity dependence of $$pi $$, K, and p prod.pdf}
}
@article{adamCentralityDependencePsi2016,
title = {Centrality dependence of $\psi {(2S)}$ suppression in p-{Pb} collisions at $\sqrt{s_{\rm NN}}=5.02$ {TeV}},
author = {Adam, J. and Adamová, D. and Aggarwal, M. M. and Aglieri Rinella, G. and Agnello, M. and Agrawal, N. and Ahammed, Z. and Ahmad, S. and Ahn, S. U. and Aiola, S. and Akindinov, A. and Alam, S. N. and Albuquerque, D. S. D. and Aleksandrov, D. and Alessandro, B. and Alexandre, D. and Alfaro Molina, R. and Alici, A. and Alkin, A. and Almaraz, J. R. M. and Alme, J. and Alt, T. and Altinpinar, S. and Altsybeev, I. and Alves Garcia Prado, C. and Andrei, C. and Andronic, A. and Anguelov, V. and Antičić, T. and Antinori, F. and Antonioli, P. and Aphecetche, L. and Appelshäuser, H. and Arcelli, S. and Arnaldi, R. and Arnold, O. W. and Arsene, I. C. and Arslandok, M. and Audurier, B. and Augustinus, A. and Averbeck, R. and Azmi, M. D. and Badalà, A. and Baek, Y. W. and Bagnasco, S. and Bailhache, R. and Bala, R. and Balasubramanian, S. and Baldisseri, A. and Baral, R. C. and Barbano, A. M. and Barbera, R. and Barile, F. and Barnaföldi, G. G. and Barnby, L. S. and Barret, V. and Bartalini, P. and Barth, K. and Bartke, J. and Bartsch, E. and Basile, M. and Bastid, N. and Basu, S. and Bathen, B. and Batigne, G. and Batista Camejo, A. and Batyunya, B. and Batzing, P. C. and Bearden, I. G. and Beck, H. and Bedda, C. and Behera, N. K. and Belikov, I. and Bellini, F. and Bello Martinez, H. and Bellwied, R. and Belmont, R. and Belmont-Moreno, E. and Belyaev, V. and Bencedi, G. and Beole, S. and Berceanu, I. and Bercuci, A. and Berdnikov, Y. and Berenyi, D. and Bertens, R. A. and Berzano, D. and Betev, L. and Bhasin, A. and Bhat, I. R. and Bhati, A. K. and Bhattacharjee, B. and Bhom, J. and Bianchi, L. and Bianchi, N. and Bianchin, C. and Bielčík, J. and Bielčíková, J. and Bilandzic, A. and Biro, G. and Biswas, R. and Biswas, S. and Bjelogrlic, S. and Blair, J. T. and Blau, D. and Blume, C. and Bock, F. and Bogdanov, A. and Bøggild, H. and Boldizsár, L. and Bombara, M. and Book, J. and Borel, H. and Borissov, A. and Borri, M. and Bossú, F. and Botta, E. and Bourjau, C. and Braun-Munzinger, P. and Bregant, M. and Breitner, T. and Broker, T. A. and Browning, T. A. and Broz, M. and Brucken, E. J. and Bruna, E. and Bruno, G. E. and Budnikov, D. and Buesching, H. and Bufalino, S. and Buncic, P. and Busch, O. and Buthelezi, Z. and Butt, J. B. and Buxton, J. T. and Cabala, J. and Caffarri, D. and Cai, X. and Caines, H. and Calero Diaz, L. and Caliva, A. and Calvo Villar, E. and Camerini, P. and Carena, F. and Carena, W. and Carnesecchi, F. and Castillo Castellanos, J. and Castro, A. J. and Casula, E. A. R. and Ceballos Sanchez, C. and Cepila, J. and Cerello, P. and Cerkala, J. and Chang, B. and Chapeland, S. and Chartier, M. and Charvet, J. L. and Chattopadhyay, S. and Chattopadhyay, S. and Chauvin, A. and Chelnokov, V. and Cherney, M. and Cheshkov, C. and Cheynis, B. and Chibante Barroso, V. and Chinellato, D. D. and Cho, S. and Chochula, P. and Choi, K. and Chojnacki, M. and Choudhury, S. and Christakoglou, P. and Christensen, C. H. and Christiansen, P. and Chujo, T. and Chung, S. U. and Cicalo, C. and Cifarelli, L. and Cindolo, F. and Cleymans, J. and Colamaria, F. and Colella, D. and Collu, A. and Colocci, M. and Conesa Balbastre, G. and Conesa del Valle, Z. and Connors, M. E. and Contreras, J. G. and Cormier, T. M. and Corrales Morales, Y. and Cortés Maldonado, I. and Cortese, P. and Cosentino, M. R. and Costa, F. and Crochet, P. and Cruz Albino, R. and Cuautle, E. and Cunqueiro, L. and Dahms, T. and Dainese, A. and Danisch, M. C. and Danu, A. and Das, D. and Das, I. and Das, S. and Dash, A. and Dash, S. and De, S. and De Caro, A. and de Cataldo, G. and de Conti, C. and de Cuveland, J. and De Falco, A. and De Gruttola, D. and De Marco, N. and De Pasquale, S. and Deisting, A. and Deloff, A. and Dénes, E. and Deplano, C. and Dhankher, P. and Di Bari, D. and Di Mauro, A. and Di Nezza, P. and Diaz Corchero, M. A. and Dietel, T. and Dillenseger, P. and Divià, R. and Djuvsland, Ø. and Dobrin, A. and Domenicis Gimenez, D. and Dönigus, B. and Dordic, O. and Drozhzhova, T. and Dubey, A. K. and Dubla, A. and Ducroux, L. and Dupieux, P. and Ehlers, R. J. and Elia, D. and Endress, E. and Engel, H. and Epple, E. and Erazmus, B. and Erdemir, I. and Erhardt, F. and Espagnon, B. and Estienne, M. and Esumi, S. and Eum, J. and Evans, D. and Evdokimov, S. and Eyyubova, G. and Fabbietti, L. and Fabris, D. and Faivre, J. and Fantoni, A. and Fasel, M. and Feldkamp, L. and Feliciello, A. and Feofilov, G. and Ferencei, J. and Fernández Téllez, A. and Ferreiro, E. G. and Ferretti, A. and Festanti, A. and Feuillard, V. J. G. and Figiel, J. and Figueredo, M. A. S. and Filchagin, S. and Finogeev, D. and Fionda, F. M. and Fiore, E. M. and Fleck, M. G. and Floris, M. and Foertsch, S. and Foka, P. and Fokin, S. and Fragiacomo, E. and Francescon, A. and Frankenfeld, U. and Fronze, G. G. and Fuchs, U. and Furget, C. and Furs, A. and Fusco Girard, M. and Gaardhøje, J. J. and Gagliardi, M. and Gago, A. M. and Gallio, M. and Gangadharan, D. R. and Ganoti, P. and Gao, C. and Garabatos, C. and Garcia-Solis, E. and Gargiulo, C. and Gasik, P. and Gauger, E. F. and Germain, M. and {The ALICE collaboration}},
year = {2016},
month = jun,
journal = {J. High Energ. Phys.},
volume = {2016},
number = {6},
pages = {50},
issn = {1029-8479},
doi = {10.1007/JHEP06(2016)050},
url = {https://doi.org/10.1007/JHEP06(2016)050},
urldate = {2023-03-02},
abstract = {The inclusive production of the ψ(2S) charmonium state was studied as a function of centrality in p-Pb collisions at the nucleon-nucleon center of mass energy $$ {\sqrt{s}}_{\mathrm{NN}}=5.02 $$TeV at the CERN LHC. The measurement was performed with the ALICE detector in the center of mass rapidity ranges −4.46 < ycms < −2.96 and 2.03 < ycms < 3.53, down to zero transverse momentum, by reconstructing the ψ(2S) decay to a muon pair. The ψ(2S) production cross section σψ(2S) is presented as a function of the collision centrality, which is estimated through the energy deposited in forward rapidity calorimeters. The relative strength of nuclear effects on the ψ(2S) and on the corresponding 1S charmonium state J/ψ is then studied by means of the double ratio of cross sections [σψ(2S)/σJ/ψ]pPb/[σψ(2S)/σJ/ψ]pp between p-Pb and pp collisions, and by the values of the nuclear modification factors for the two charmonium states. The results show a large suppression of ψ(2S) production relative to the J/ψ at backward (negative) rapidity, corresponding to the flight direction of the Pb-nucleus, while at forward (positive) rapidity the suppressions of the two states are comparable. Finally, comparisons to results from lower energy experiments and to available theoretical models are presented.},
langid = {english},
keywords = {Heavy Ion Experiments,Quark Gluon Plasma},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/55P5R9JZ/Adam et al. - 2016 - Centrality dependence of ψ(2S) suppression in p-Pb.pdf}
}
@article{adamInsightParticleProduction2017,
title = {Insight into particle production mechanisms via angular correlations of identified particles in pp collisions at $$\sqrt{\mathrm{s}}=7$$ TeV},
author = {Adam, J. and Adamová, D. and Aggarwal, M. M. and Aglieri Rinella, G. and Agnello, M. and Agrawal, N. and Ahammed, Z. and Ahmad, S. and Ahn, S. U. and Aiola, S. and Akindinov, A. and Alam, S. N. and Albuquerque, D. S. D. and Aleksandrov, D. and Alessandro, B. and Alexandre, D. and Alfaro Molina, R. and Alici, A. and Alkin, A. and Alme, J. and Alt, T. and Altinpinar, S. and Altsybeev, I. and Alves Garcia Prado, C. and An, M. and Andrei, C. and Andrews, H. A. and Andronic, A. and Anguelov, V. and Anson, C. and Antičić, T. and Antinori, F. and Antonioli, P. and Anwar, R. and Aphecetche, L. and Appelshäuser, H. and Arcelli, S. and Arnaldi, R. and Arnold, O. W. and Arsene, I. C. and Arslandok, M. and Audurier, B. and Augustinus, A. and Averbeck, R. and Azmi, M. D. and Badalà, A. and Baek, Y. W. and Bagnasco, S. and Bailhache, R. and Bala, R. and Baldisseri, A. and Baral, R. C. and Barbano, A. M. and Barbera, R. and Barile, F. and Barioglio, L. and Barnaföldi, G. G. and Barnby, L. S. and Barret, V. and Bartalini, P. and Barth, K. and Bartke, J. and Bartsch, E. and Basile, M. and Bastid, N. and Basu, S. and Bathen, B. and Batigne, G. and Batista Camejo, A. and Batyunya, B. and Batzing, P. C. and Bearden, I. G. and Beck, H. and Bedda, C. and Behera, N. K. and Belikov, I. and Bellini, F. and Bello Martinez, H. and Bellwied, R. and Beltran, L. G. E. and Belyaev, V. and Bencedi, G. and Beole, S. and Bercuci, A. and Berdnikov, Y. and Berenyi, D. and Bertens, R. A. and Berzano, D. and Betev, L. and Bhasin, A. and Bhat, I. R. and Bhati, A. K. and Bhattacharjee, B. and Bhom, J. and Bianchi, L. and Bianchi, N. and Bianchin, C. and Bielčík, J. and Bielčíková, J. and Bilandzic, A. and Biro, G. and Biswas, R. and Biswas, S. and Blair, J. T. and Blau, D. and Blume, C. and Bock, F. and Bogdanov, A. and Boldizsár, L. and Bombara, M. and Bonora, M. and Book, J. and Borel, H. and Borissov, A. and Borri, M. and Botta, E. and Bourjau, C. and Braun-Munzinger, P. and Bregant, M. and Broker, T. A. and Browning, T. A. and Broz, M. and Brucken, E. J. and Bruna, E. and Bruno, G. E. and Budnikov, D. and Buesching, H. and Bufalino, S. and Buhler, P. and Buitron, S. A. I. and Buncic, P. and Busch, O. and Buthelezi, Z. and Butt, J. B. and Buxton, J. T. and Cabala, J. and Caffarri, D. and Caines, H. and Caliva, A. and Calvo Villar, E. and Camerini, P. and Capon, A. A. and Carena, F. and Carena, W. and Carnesecchi, F. and Castillo Castellanos, J. and Castro, A. J. and Casula, E. A. R. and Ceballos Sanchez, C. and Cerello, P. and Cerkala, J. and Chang, B. and Chapeland, S. and Chartier, M. and Charvet, J. L. and Chattopadhyay, S. and Chattopadhyay, S. and Chauvin, A. and Cherney, M. and Cheshkov, C. and Cheynis, B. and Chibante Barroso, V. and Chinellato, D. D. and Cho, S. and Chochula, P. and Choi, K. and Chojnacki, M. and Choudhury, S. and Christakoglou, P. and Christensen, C. H. and Christiansen, P. and Chujo, T. and Chung, S. U. and Cicalo, C. and Cifarelli, L. and Cindolo, F. and Cleymans, J. and Colamaria, F. and Colella, D. and Collu, A. and Colocci, M. and Conesa Balbastre, G. and del Valle, Z. Conesa and Connors, M. E. and Contreras, J. G. and Cormier, T. M. and Corrales Morales, Y. and Cortés Maldonado, I. and Cortese, P. and Cosentino, M. R. and Costa, F. and Crkovská, J. and Crochet, P. and Cruz Albino, R. and Cuautle, E. and Cunqueiro, L. and Dahms, T. and Dainese, A. and Danisch, M. C. and Danu, A. and Das, D. and Das, I. and Das, S. and Dash, A. and Dash, S. and De, S. and De Caro, A. and de Cataldo, G. and de Conti, C. and de Cuveland, J. and De Falco, A. and De Gruttola, D. and De Marco, N. and De Pasquale, S. and De Souza, R. D. and Degenhardt, H. F. and Deisting, A. and Deloff, A. and Deplano, C. and Dhankher, P. and Di Bari, D. and Di Mauro, A. and Di Nezza, P. and Di Ruzza, B. and Corchero, M. A. Diaz and Dietel, T. and Dillenseger, P. and Divià, R. and Djuvsland, Ø. and Dobrin, A. and Domenicis Gimenez, D. and Dönigus, B. and Dordic, O. and Drozhzhova, T. and Dubey, A. K. and Dubla, A. and Ducroux, L. and Duggal, A. K. and Dupieux, P. and Ehlers, R. J. and Elia, D. and Endress, E. and Engel, H. and Epple, E. and Erazmus, B. and Erhardt, F. and Espagnon, B. and Esumi, S. and Eulisse, G. and Eum, J. and Evans, D. and Evdokimov, S. and Fabbietti, L. and Fabris, D. and Faivre, J. and Fantoni, A. and Fasel, M. and Feldkamp, L. and Feliciello, A. and Feofilov, G. and Ferencei, J. and Fernández Téllez, A. and Ferreiro, E. G. and Ferretti, A. and Festanti, A. and Feuillard, V. J. G. and Figiel, J. and Figueredo, M. A. S. and Filchagin, S. and Finogeev, D. and Fionda, F. M. and Fiore, E. M. and Floris, M. and Foertsch, S. and Foka, P. and Fokin, S. and Fragiacomo, E. and Francescon, A. and Francisco, A. and Frankenfeld, U. and Fronze, G. G. and Fuchs, U. and Furget, C. and Furs, A. and Girard, M. Fusco and Gaardhøje, J. J. and Gagliardi, M. and Gago, A. M. and Gajdosova, K. and Gallio, M. and Galvan, C. D. and Gangadharan, D. R. and Ganoti, P. and Gao, C. and Garabatos, C. and Garcia-Solis, E. and Garg, K. and Garg, P. and Gargiulo, C. and Gasik, P.},
year = {2017},
month = aug,
journal = {Eur. Phys. J. C},
volume = {77},
number = {8},
pages = {569},
issn = {1434-6052},
doi = {10.1140/epjc/s10052-017-5129-6},
url = {https://doi.org/10.1140/epjc/s10052-017-5129-6},
urldate = {2022-07-08},
abstract = {Two-particle angular correlations were measured in pp collisions at $$\sqrt{s} = 7$$ TeV for pions, kaons, protons, and lambdas, for all particle/anti-particle combinations in the pair. Data for mesons exhibit an expected peak dominated by effects associated with mini-jets and are well reproduced by general purpose Monte Carlo generators. However, for baryon–baryon and anti-baryon–anti-baryon pairs, where both particles have the same baryon number, a near-side anti-correlation structure is observed instead of a peak. This effect is interpreted in the context of baryon production mechanisms in the fragmentation process. It currently presents a challenge to Monte Carlo models and its origin remains an open question.},
langid = {english},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/47IPYYIT/Adam et al. - 2017 - Insight into particle production mechanisms via an.pdf}
}
@article{adamProduction89202016,
title = {Production of K$$^{*}$$(892)$$^{0}$$and $$\phi $$(1020) in p–Pb collisions at $$\sqrt{s_{{\text {NN}}}}$$= 5.02 TeV},
author = {Adam, J. and Adamová, D. and Aggarwal, M. M. and Aglieri Rinella, G. and Agnello, M. and Agrawal, N. and Ahammed, Z. and Ahmad, S. and Ahn, S. U. and Aiola, S. and Akindinov, A. and Alam, S. N. and Aleksandrov, D. and Alessandro, B. and Alexandre, D. and Alfaro Molina, R. and Alici, A. and Alkin, A. and Almaraz, J. R. M. and Alme, J. and Alt, T. and Altinpinar, S. and Altsybeev, I. and Alves Garcia Prado, C. and Andrei, C. and Andronic, A. and Anguelov, V. and Antičić, T. and Antinori, F. and Antonioli, P. and Aphecetche, L. and Appelshäuser, H. and Arcelli, S. and Arnaldi, R. and Arnold, O. W. and Arsene, I. C. and Arslandok, M. and Audurier, B. and Augustinus, A. and Averbeck, R. and Azmi, M. D. and Badalà, A. and Baek, Y. W. and Bagnasco, S. and Bailhache, R. and Bala, R. and Balasubramanian, S. and Baldisseri, A. and Baral, R. C. and Barbano, A. M. and Barbera, R. and Barile, F. and Barnaföldi, G. G. and Barnby, L. S. and Barret, V. and Bartalini, P. and Barth, K. and Bartke, J. and Bartsch, E. and Basile, M. and Bastid, N. and Basu, S. and Bathen, B. and Batigne, G. and Batista Camejo, A. and Batyunya, B. and Batzing, P. C. and Bearden, I. G. and Beck, H. and Bedda, C. and Behera, N. K. and Belikov, I. and Bellini, F. and Bello Martinez, H. and Bellwied, R. and Belmont, R. and Belmont-Moreno, E. and Belyaev, V. and Benacek, P. and Bencedi, G. and Beole, S. and Berceanu, I. and Bercuci, A. and Berdnikov, Y. and Berenyi, D. and Bertens, R. A. and Berzano, D. and Betev, L. and Bhasin, A. and Bhat, I. R. and Bhati, A. K. and Bhattacharjee, B. and Bhom, J. and Bianchi, L. and Bianchi, N. and Bianchin, C. and Bielčík, J. and Bielčíková, J. and Bilandzic, A. and Biro, G. and Biswas, R. and Biswas, S. and Bjelogrlic, S. and Blair, J. T. and Blau, D. and Blume, C. and Bock, F. and Bogdanov, A. and Bøggild, H. and Boldizsár, L. and Bombara, M. and Book, J. and Borel, H. and Borissov, A. and Borri, M. and Bossú, F. and Botta, E. and Bourjau, C. and Braun-Munzinger, P. and Bregant, M. and Breitner, T. and Broker, T. A. and Browning, T. A. and Broz, M. and Brucken, E. J. and Bruna, E. and Bruno, G. E. and Budnikov, D. and Buesching, H. and Bufalino, S. and Buncic, P. and Busch, O. and Buthelezi, Z. and Butt, J. B. and Buxton, J. T. and Caffarri, D. and Cai, X. and Caines, H. and Calero Diaz, L. and Caliva, A. and Calvo Villar, E. and Camerini, P. and Carena, F. and Carena, W. and Carnesecchi, F. and Castillo Castellanos, J. and Castro, A. J. and Casula, E. A. R. and Ceballos Sanchez, C. and Cerello, P. and Cerkala, J. and Chang, B. and Chapeland, S. and Chartier, M. and Charvet, J. L. and Chattopadhyay, S. and Chattopadhyay, S. and Chauvin, A. and Chelnokov, V. and Cherney, M. and Cheshkov, C. and Cheynis, B. and Chibante Barroso, V. and Chinellato, D. D. and Cho, S. and Chochula, P. and Choi, K. and Chojnacki, M. and Choudhury, S. and Christakoglou, P. and Christensen, C. H. and Christiansen, P. and Chujo, T. and Chung, S. U. and Cicalo, C. and Cifarelli, L. and Cindolo, F. and Cleymans, J. and Colamaria, F. and Colella, D. and Collu, A. and Colocci, M. and Conesa Balbastre, G. and Conesa del Valle, Z. and Connors, M. E. and Contreras, J. G. and Cormier, T. M. and Corrales Morales, Y. and Cortés Maldonado, I. and Cortese, P. and Cosentino, M. R. and Costa, F. and Crochet, P. and Cruz Albino, R. and Cuautle, E. and Cunqueiro, L. and Dahms, T. and Dainese, A. and Danisch, M. C. and Danu, A. and Das, D. and Das, I. and Das, S. and Dash, A. and Dash, S. and De, S. and De Caro, A. and de Cataldo, G. and de Conti, C. and de Cuveland, J. and De Falco, A. and De Gruttola, D. and De Marco, N. and De Pasquale, S. and Deisting, A. and Deloff, A. and Dénes, E. and Deplano, C. and Dhankher, P. and Di Bari, D. and Di Mauro, A. and Di Nezza, P. and Diaz Corchero, M. A. and Dietel, T. and Dillenseger, P. and Divià, R. and Djuvsland, Ø. and Dobrin, A. and Domenicis Gimenez, D. and Dönigus, B. and Dordic, O. and Drozhzhova, T. and Dubey, A. K. and Dubla, A. and Ducroux, L. and Dupieux, P. and Ehlers, R. J. and Elia, D. and Endress, E. and Engel, H. and Epple, E. and Erazmus, B. and Erdemir, I. and Erhardt, F. and Espagnon, B. and Estienne, M. and Esumi, S. and Eum, J. and Evans, D. and Evdokimov, S. and Eyyubova, G. and Fabbietti, L. and Fabris, D. and Faivre, J. and Fantoni, A. and Fasel, M. and Feldkamp, L. and Feliciello, A. and Feofilov, G. and Ferencei, J. and Fernández Téllez, A. and Ferreiro, E. G. and Ferretti, A. and Festanti, A. and Feuillard, V. J. G. and Figiel, J. and Figueredo, M. A. S. and Filchagin, S. and Finogeev, D. and Fionda, F. M. and Fiore, E. M. and Fleck, M. G. and Floris, M. and Foertsch, S. and Foka, P. and Fokin, S. and Fragiacomo, E. and Francescon, A. and Frankenfeld, U. and Fronze, G. G. and Fuchs, U. and Furget, C. and Furs, A. and Fusco Girard, M. and Gaardhøje, J. J. and Gagliardi, M. and Gago, A. M. and Gallio, M. and Gangadharan, D. R. and Ganoti, P. and Gao, C. and Garabatos, C. and Garcia-Solis, E. and Gargiulo, C. and Gasik, P. and Gauger, E. F. and Germain, M. and Gheata, A. and Gheata, M. and Ghosh, P.},
year = {2016},
month = apr,
journal = {Eur. Phys. J. C},
volume = {76},
number = {5},
pages = {245},
issn = {1434-6052},
doi = {10.1140/epjc/s10052-016-4088-7},
url = {https://doi.org/10.1140/epjc/s10052-016-4088-7},
urldate = {2021-04-28},
abstract = {The production of K$$^{*}$$(892)$$^{0}$$and $$\phi $$(1020) mesons has been measured in p–Pb collisions at $$\sqrt{s_{{\text {NN}}}}$$$$=$$5.02 TeV. K$$^{*0}$$and $$\phi $$are reconstructed via their decay into charged hadrons with the ALICE detector in the rapidity range $$-0.5 <y <0$$. The transverse momentum spectra, measured as a function of the multiplicity, have a p$$_{\mathrm {T}}$$range from 0 to 15 GeV/c for K$$^{*0}$$and from 0.3 to 21 GeV/c for $$\phi $$. Integrated yields, mean transverse momenta and particle ratios are reported and compared with results in pp collisions at $$\sqrt{s}$$$$=$$7 TeV and Pb–Pb collisions at $$\sqrt{s_{{\text {NN}}}}$$$$=$$2.76 TeV. In Pb–Pb and p–Pb collisions, K$$^{*0}$$and $$\phi $$probe the hadronic phase of the system and contribute to the study of particle formation mechanisms by comparison with other identified hadrons. For this purpose, the mean transverse momenta and the differential proton-to-$$\phi $$ ratio are discussed as a function of the multiplicity of the event. The short-lived K$$^{*0}$$is measured to investigate re-scattering effects, believed to be related to the size of the system and to the lifetime of the hadronic phase.},
langid = {english},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/KUC9SXPM/Adam et al. - 2016 - Production of K$$^ $$(892)$$^ 0 $$and $$phi $$(.pdf}
}
@article{adolfssonQCDChallengesPp2020,
title = {{{QCD}} Challenges from Pp to {{A}}\textendash{{A}} Collisions},
author = {Adolfsson, J. and Andronic, A. and Bierlich, C. and Bozek, P. and Chakraborty, S. and Christiansen, P. and Chinellato, D. D. and Fries, R. J. and Gustafson, G. and {van Hees}, H. and Jacobs, P. M. and Kim, D. J. and L{\"o}nnblad, L. and Mace, M. and Matonoha, O. and Mazeliauskas, A. and Morsch, A. and Nassirpour, A. and Ohlson, A. and Ortiz, A. and Oskarsson, A. and Otterlund, I. and Pai{\'c}, G. and Perepelitsa, D. V. and Plumberg, C. and Preghenella, R. and Rapp, R. and Rasmussen, C. O. and Rossi, A. and Rueda, O. V. and Silva, A. V. D. and Silvermyr, D. and Timmins, A. and Sj{\"o}strand, T. and T{\"o}rnkvist, R. and Utheim, M. and Vislavicius, V. and Wiedemann, U. A. and Zapp, K. and Zhao, W.},
year = {2020},
month = nov,
journal = {Eur. Phys. J. A},
volume = {56},
number = {11},
pages = {288},
issn = {1434-601X},
doi = {10.1140/epja/s10050-020-00270-1},
url = {https://doi.org/10.1140/epja/s10050-020-00270-1},
urldate = {2023-06-22},
abstract = {This paper is a write-up of the ideas that were presented, developed and discussed at the third International Workshop on QCD Challenges from pp to A\textendash A, which took place in August 2019 in Lund, Sweden (Workshop link: https://indico.lucas.lu.se/event/1214/). The goal of the workshop was to focus on some of the open questions in the field and try to come up with concrete suggestions for how to make progress on both the experimental and theoretical sides. The paper gives a brief introduction to each topic and then summarizes the primary results.},
langid = {english},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/UANGLGFS/Adolfsson et al. - 2020 - QCD challenges from pp to A–A collisions.pdf}
}
@article{adolfssonStudyingParticleProduction2020,
title = {Studying Particle Production in Small Systems through Correlation Measurements in {{ALICE}}},
author = {Adolfsson, Jonatan},
year = {2020},
month = may,
journal = {arXiv:2005.14675 [hep-ex]},
eprint = {2005.14675},
primaryclass = {hep-ex},
url = {http://arxiv.org/abs/2005.14675},
urldate = {2021-08-06},
abstract = {In these proceedings, measurements of angular correlations between hadron pairs in pp collisions obtained by the ALICE experiment at the LHC are presented and compared with phenomenological predictions. Correlations between particles carrying the same and opposite quantum numbers are studied to understand the hadron production mechanism, and the difference between same-sign and opposite-sign correlations is used to probe charge-dependent effects in particle production. Correlation measurements dominated by minijet fragmentation agree well with the models, but other results, in particular correlations between baryons and strange hadrons, are not yet understood.},
archiveprefix = {arxiv},
keywords = {High Energy Physics - Experiment},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/AX9PQPBX/Adolfsson - 2020 - Studying particle production in small systems thro.pdf;/home/rschotte/snap/zotero-snap/common/Zotero/storage/NVFUN3FF/2005.html}
}
@phdthesis{adolfssonStudyXiHadron2020,
title = {Study of $\Xi$-Hadron Correlations in pp Collisions at $\sqrt{s}=13$ TeV Using the ALICE Detector},
author = {Adolfsson, Jonatan},
year = {2020},
address = {Lund, Sweden},
url = {http://cds.cern.ch/record/2750097},
abstract = {By colliding heavy nuclei at high energies, which is done at RHIC and the LHC, a strongly interacting Quark Gluon Plasma (QGP) is created. This manifests itself through several different signatures, which until recently was thought to uniquely probe the QGP. Recently, however, similar signatures have been observed also in small systems, such as pp collisions with high charged-particle multiplicity, which is quite puzzling since a QGP is not expected to be formed in such dilute systems with short lifetimes. One such observable is the enhanced relative yields of multistrange baryons, such as the $\Xi$ baryon, which has been observed in e.g. Pb-Pb collisions. More recently, this yield enhancement has been observed to scale smoothly with multiplicity also in pp collisions. The main analysis presented in this thesis aims at understanding the production mechanism of strange quarks in pp collisions at $\sqrt{s}=13\,\mathrm{TeV}$, and in this way reach an explanation of the origin of the strangeness enhancement observed there. This is done by studying angular $\Xi-h$ correlations, where $h$ is either of $\pi$, K, p, $\Lambda$, or $\Xi$ hadrons, by using data from the ALICE detector. The results are compared with four phenomenological models; three flavours of the QCD inspired PYTHIA8 which is based on colour strings, and the core-corona model EPOS LHC. The PYTHIA tunes are the Monash tune, the Junction Mode 0 tune, which has an additional mechanism for baryon formation, and a yet unofficial tune including rope hadronisation, which is a proposed mechanism for the observed strangeness enhancement. In EPOS, the enhanced strangeness is modelled by an increasing fraction of a core that behaves like a medium. The results show that the $\Xi-\pi$ correlation function is dominated by a narrow near-side peak. This is not present in any of the other correlations, which on the other hand have a wide extension in rapidity. This means that pions decouple later in the evolution from the $\Xi$ baryon compared to the other species, likely within the jet, which was concluded to be due to charge balance, whereas the other correlations are attributed to strangeness and baryon decoupling. In all PYTHIA flavours, strong correlations within the jet are present for all combinations except $\Xi-\rm p$ correlations, meaning that strangeness and baryon number are produced earlier in the evolution in data than in PYTHIA. The junction model however gave a description of the $\Xi-$baryon correlation that was closer to data than the Monash tune, indicating that the additional baryon mechanism included there is more likely to be correct. For EPOS, on the other hand, the correlation function is very dilute for most species, which was concluded to be due to local conservation of quantum numbers not being properly accounted for. Therefore, it is not yet possible to use this measurement to test the underlying mechanism provided by this model. Based on this, the observations in data indicate that the strangeness production mechanism is likely either due to a core-corona like state, or some hybrid mechanism where string interactions are also important. Correlations were also measured as a function of multiplicity, yielding very similar results across multiplicity classes. Therefore it was concluded that the strangeness and baryon production mechanisms in pp collisions are likely the same regardless of multiplicity},
langid = {english},
school = {Lund University Publications},
keywords = {Particle Physics - Experiment},
annotation = {Presented 11 Dec 2020}
}
@article{aguilarInfraredEnhancedAnalytic2005,
title = {Infrared Enhanced Analytic Coupling and Chiral Symmetry Breaking in {{QCD}}},
author = {Aguilar, A. C. and Nesterenko, A. V. and Papavassiliou, J.},
year = {2005},
month = jul,
journal = {J. Phys. G: Nucl. Part. Phys.},
volume = {31},
number = {9},
pages = {997},
issn = {0954-3899},
doi = {10.1088/0954-3899/31/9/002},
url = {https://dx.doi.org/10.1088/0954-3899/31/9/002},
urldate = {2023-02-22},
abstract = {We study the impact on chiral symmetry breaking of a recently developed model for the QCD analytic invariant charge. This charge contains no adjustable parameters, other than the QCD mass scale {$\Lambda$}, and embodies asymptotic freedom and infrared enhancement into a single expression. Its incorporation into the standard form of the quark gap equation gives rise to solutions for the dynamically generated mass that display a singular confining behaviour at the origin. Using the Pagels\textendash Stokar method we relate the obtained solutions to the pion decay constant f{$\pi$}, and estimate the scale parameter {$\Lambda$}, in the presence of four active quarks, to be about 880 MeV.},
langid = {english},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/XD924N28/Aguilar et al. - 2005 - Infrared enhanced analytic coupling and chiral sym.pdf}
}
@article{akibaLHCForwardPhysics2016,
title = {{{LHC Forward Physics}}},
author = {Akiba, K. and Akbiyik, M. and Albrow, M. and Arneodo, M. and Avati, V. and Baechler, J. and Baillie, O. Villalobos and Bartalini, P. and Bartels, J. and Baur, S. and Baus, C. and Beaumont, W. and Behrens, U. and Berge, D. and Berretti, M. and Bossini, E. and Boussarie, R. and Brodsky, S. and Broz, M. and Bruschi, M. and Bussey, P. and Byczynski, W. and Noris, J. C. Cabanillas and Villar, E. Calvo and Campbell, A. and Caporale, F. and Cartiglia, N. and Carvalho, W. and Chachamis, G. and Chapon, E. and Cheshkov, C. and Chwastowski, J. and Ciesielski, R. and Chinellato, D. and Cisek, A. and Coco, V. and Collins, P. and Contreras, J. G. and Cox, B. and Damiao, D. de Jesus and Davis, P. and Deile, M. and D'Enterria, D. and Druzhkin, D. and Duclou{\'e}, B. and Dumps, R. and Dzhelyadin, R. and Dziurdzia, P. and Eliachevitch, M. and Fassnacht, P. and Ferro, F. and Fichet, S. and Figueiredo, D. and Field, B. and Finogeev, D. and Fiore, R. and Forshaw, J. and Ducati, M. B. Gay and Medina, A. Gago and Gallinaro, M. and Granik, A. and {von Gersdorff}, G. and Giani, S. and {Golec-Biernat}, K. and Goncalves, V. P. and G{\"o}ttlicher, P. and Goulianos, K. and Grosslord, J.-Y. and {Harland-Lang}, L. A. and Van Haevermaet, H. and Hentschinski, M. and Engel, R. and Corral, G. Herrera and Hollar, J. and Huertas, L. and Johnson, D. and Katkov, I. and Kepka, O. and Khakzad, M. and Kheyn, L. and Khachatryan, V. and Khoze, V. A. and Klein, S. and {van Klundert}, M. and Krauss, F. and Kurepin, A. and Kurepin, N. and Kutak, K. and Kuznetsova, E. and Latino, G. and Lebiedowicz, P. and Lenzi, B. and Lewandowska, E. and Liu, S. and Luszczak, A. and Luszczak, M. and Madrigal, J. D. and Mangano, M. and Marcone, Z. and Marquet, C. and Martin, A. D. and Martin, T. and Hernandez, M. I. Martinez and Martins, C. and Mayer, C. and Nulty, R. Mc and Van Mechelen, P. and Macula, R. and {da Costa}, E. Melo and Mertzimekis, T. and Mesropian, C. and Mieskolainen, M. and Minafra, N. and Monzon, I. L. and Mundim, L. and Murdaca, B. and Murray, M. and Niewiadowski, H. and Nystrand, J. and {de Oliveira}, E. G. and Orava, R. and Ostapchenko, S. and Osterberg, K. and Panagiotou, A. and Papa, A. and Pasechnik, R. and Peitzmann, T. and Moreno, L. A. Perez and Pierog, T. and Pinfold, J. and Poghosyan, M. and Pol, M. E. and Prado, W. and Popov, V. and Rangel, M. and Reshetin, A. and Revol, J.-P. and Rijssenbeek, M. and Rodriguez, M. and Roland, B. and Royon, C. and Ruspa, M. and Ryskin, M. and Vera, A. Sabio and Safronov, G. and Sako, T. and Schindler, H. and Salek, D. and Safarik, K. and Saimpert, M. and Santoro, A. and Schicker, R. and Seger, J. and Sen, S. and Shabanov, A. and Schafer, W. and Da Silveira, G. Gil and Skands, P. and Soluk, R. and {van Spilbeeck}, A. and Staszewski, R. and Stevenson, S. and Stirling, W. J. and Strikman, M. and Szczurek, A. and Szymanowski, L. and Takaki, J. D. Tapia and Tasevsky, M. and Taesoo, K. and Thomas, C. and Torres, S. R. and Tricomi, A. and Trzebinski, M. and Tsybychev, D. and Turini, N. and Ulrich, R. and Usenko, E. and Varela, J. and Vetere, M. Lo and Tello, A. Villatoro and Pereira, A. Vilela and Volyanskyy, D. and Wallon, S. and Wilkinson, G. and W{\"o}hrmann, H. and Zapp, K. C. and Zoccarato, Y.},
year = {2016},
month = nov,
journal = {J. Phys. G: Nucl. Part. Phys.},
volume = {43},
number = {11},
eprint = {1611.05079},
primaryclass = {hep-ex, physics:hep-ph},
pages = {110201},
issn = {0954-3899, 1361-6471},
doi = {10.1088/0954-3899/43/11/110201},
url = {http://arxiv.org/abs/1611.05079},
urldate = {2023-02-03},
abstract = {The goal of this report is to give a comprehensive overview of the rich field of forward physics, with a special attention to the topics that can be studied at the LHC. The report starts presenting a selection of the Monte Carlo simulation tools currently available, chapter 2, then enters the rich phenomenology of QCD at low, chapter 3, and high, chapter 4, momentum transfer, while the unique scattering conditions of central exclusive production are analyzed in chapter 5. The last two experimental topics, Cosmic Ray and Heavy Ion physics are presented in the chapter 6 and 7 respectively. Chapter 8 is dedicated to the BFKL dynamics, multiparton interactions, and saturation. The report ends with an overview of the forward detectors at LHC. Each chapter is correlated with a comprehensive bibliography, attempting to provide to the interested reader with a wide opportunity for further studies.},
archiveprefix = {arxiv},
keywords = {High Energy Physics - Experiment,High Energy Physics - Phenomenology},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/898JXTZT/Akiba et al. - 2016 - LHC Forward Physics.pdf;/home/rschotte/snap/zotero-snap/common/Zotero/storage/8GM5KU8I/1611.html}
}
@article{akindinovMultigapResistivePlate2000,
title = {The Multigap Resistive Plate Chamber as a Time-of-Flight Detector},
author = {Akindinov, A and Anselmo, F and Basile, M and Cerron Zeballos, E and Cifarelli, L and Cindolo, F and Choi, J and Cozzoni, B and De Caro, A and De Pasquale, S and Kim, D. W and Kim, N. Y and Klempt, W and Kluge, A and Laurenti, G and Lee, S. C and Golovine, V and Hatzifotiadou, D and Martemiyanov, A and Martinengo, P and Pesci, A and Platner, E and Roberts, J and Seganti, A and Semak, A and Smirnitski, A and Spegel, M and Szymanski, P and Valenti, G and Vicinanza, D and Williams, M. C. S and Zichichi, A},
year = {2000},
month = dec,
journal = {Nuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment},
series = {Proceedings of the 5th {{Int}}. {{Workshop}} on {{Resistive Plate Chambers}} and {{Related Detectors}}},
volume = {456},
number = {1},
pages = {16--22},
issn = {0168-9002},
doi = {10.1016/S0168-9002(00)00954-2},
url = {https://www.sciencedirect.com/science/article/pii/S0168900200009542},
urldate = {2023-03-26},
abstract = {The goal of this R\&D has been to reach the time resolution needed for Time-of-Flight detectors using the Multigap Resistive Plate Chamber (MRPC). We present here a MRPC with a time resolution of 70 ps. This prototype has been studied within the R\&D program for the very large area TOF array of the ALICE experiment at the CERN LHC.},
langid = {english},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/VCQXN7J9/Akindinov et al. - 2000 - The multigap resistive plate chamber as a time-of-.pdf;/home/rschotte/snap/zotero-snap/common/Zotero/storage/HRTAYYZ4/S0168900200009542.html}
}
@article{akindinovMultiplicityStudiesEffective2007,
title = {Multiplicity {{Studies}} and {{Effective Energy}} in {{ALICE}} at the {{LHC}}},
author = {Akindinov, A. and Alici, A. and Antonioli, P. and Arcelli, S. and Basile, M. and Romeo, G. Cara and Chumakov, M. and Cifarelli, L. and Cindolo, F. and De Caro, A. and De Gruttola, D. and De Pasquale, S. and Girard, M. Fusco and Guarnaccia, C. and Hatzifotiadou, D. and Jung, H. T. and Jung, W. W. and Kim, D. W. and Kim, H. N. and Kim, J. S. and Kiselev, S. and Laurenti, G. and Lee, K. and Lee, S. C. and Lioublev, E. and Luvisetto, M. L. and Margotti, A. and Martemiyanov, A. and Nania, R. and Noferini, F. and Pagano, P. and Pesci, A. and Preghenella, R. and Russo, G. and Scapparone, E. and Scioli, G. and Silvestri, R. and Sun, Y. and Vetlitskiy, I. and Voloshin, K. and Vorobiev, L. and Williams, M. C. S. and Zagreev, B. and Zampolli, C. and Zichichi, A.},
year = {2007},
month = apr,
journal = {Eur. Phys. J. C},
volume = {50},
number = {2},
eprint = {0709.1664},
primaryclass = {hep-ph},
pages = {341--352},
issn = {1434-6044, 1434-6052},
doi = {10.1140/epjc/s10052-007-0260-4},
url = {http://arxiv.org/abs/0709.1664},
urldate = {2022-07-07},
abstract = {In this work we explore the possibility to perform ``effective energy'' studies in very high energy collisions at the CERN Large Hadron Collider (LHC). In particular, we focus on the possibility to measure in \$pp\$ collisions the average charged multiplicity as a function of the effective energy with the ALICE experiment, using its capability to measure the energy of the leading baryons with the Zero Degree Calorimeters. Analyses of this kind have been done at lower centre--of--mass energies and have shown that, once the appropriate kinematic variables are chosen, particle production is characterized by universal properties: no matter the nature of the interacting particles, the final states have identical features. Assuming that this universality picture can be extended to \{\textbackslash it ion--ion\} collisions, as suggested by recent results from RHIC experiments, a novel approach based on the scaling hypothesis for limiting fragmentation has been used to derive the expected charged event multiplicity in \$AA\$ interactions at LHC. This leads to scenarios where the multiplicity is significantly lower compared to most of the predictions from the models currently used to describe high energy \$AA\$ collisions. A mean charged multiplicity of about 1000-2000 per rapidity unit (at \$\textbackslash eta \textbackslash sim 0\$) is expected for the most central \$Pb-Pb\$ collisions at \$\textbackslash sqrt\{s\_\{NN\}\} = 5.5 TeV\$.},
archiveprefix = {arxiv},
keywords = {High Energy Physics - Phenomenology},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/Y5RI6KZU/Akindinov et al. - 2007 - Multiplicity Studies and Effective Energy in ALICE.pdf;/home/rschotte/snap/zotero-snap/common/Zotero/storage/KVJNEVW6/0709.html}
}
@article{akindinovStudyGasMixtures2004,
title = {Study of Gas Mixtures and Ageing of the Multigap Resistive Plate Chamber Used for the {{Alice TOF}}},
author = {Akindinov, A. V. and Alici, A. and Anselmo, F. and Antonioli, P. and Basile, M. and Cara Romeo, G. and Cifarelli, L. and Cindolo, F. and Cosenza, F. and D' Antone, I. and De Caro, A. and De Pasquale, S. and Di Bartolomeo, A. and Fusco Girard, M. and Golovine, V. and Guerzoni, M. and Guida, M. and Hatzifotiadou, D. and Kaidalov, A. B. and Kim, D. H. and Kim, D. W. and Kisselev, S. M. and Laurenti, G. and Lioublev, E. and Lee, K. and Lee, S. C. and Luvisetto, M. L. and Margotti, A. and Martemiyanov, A. N. and Massera, F. and Meneghini, S. and Michinelli, R. and Nania, R. and Otiougova, P. and Pancaldi, G. and Pesci, A. and Pilastrini, R. and Pinazza, O. and Polozov, P. A. and Rizzi, M. and Scapparone, E. and Scioli, G. and Sellitto, S. B. and Semeria, F. and Serra, S. and Smirnitski, A. V. and Tchoumakov, M. M. and Ugolini, E. and Usenko, E. and Valenti, G. and Voloshin, K. G. and Williams, M. C. S. and Zagreev, B. V. and Zampolli, C. and Zichichi, A. and Zucchini, A. and Zuffa, M.},
year = {2004},
month = nov,
journal = {Nuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment},
series = {Proceedings of the {{Seventh International Workshop}} on {{Resistive Plate Chambers}} and {{Related Detectors}}},
volume = {533},
number = {1},
pages = {93--97},
issn = {0168-9002},
doi = {10.1016/j.nima.2004.07.007},
url = {https://www.sciencedirect.com/science/article/pii/S0168900204014111},
urldate = {2023-03-26},
abstract = {We present in this paper a study of the Alice-TOF Multigap Resistive Plate Chamber (MRPC) performance by using several gas mixtures. We also present a search for possible ageing effects, by studying two MRPCs irradiated at the CERN Gamma Irradiation Facility.},
langid = {english},
keywords = {Gas mixture,Time of flight,Time resolution},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/VACGL3CV/Akindinov et al. - 2004 - Study of gas mixtures and ageing of the multigap r.pdf;/home/rschotte/snap/zotero-snap/common/Zotero/storage/JI8HKTDZ/S0168900204014111.html}
}
@article{alfordQCDFiniteBaryon1998,
title = {{{QCD}} at {{Finite Baryon Density}}: {{Nucleon Droplets}} and {{Color Superconductivity}}},
shorttitle = {{{QCD}} at {{Finite Baryon Density}}},
author = {Alford, M. and Rajagopal, K. and Wilczek, F.},
year = {1998},
month = mar,
journal = {Physics Letters B},
volume = {422},
number = {1-4},
eprint = {hep-ph/9711395},
pages = {247--256},
issn = {03702693},
doi = {10.1016/S0370-2693(98)00051-3},
url = {http://arxiv.org/abs/hep-ph/9711395},
urldate = {2023-02-23},
abstract = {We use a variational procedure to study finite density QCD in an approximation in which the interaction between quarks is modelled by that induced by instantons. We find that uniform states with conventional chiral symmetry breaking have negative pressure with respect to empty space at all but the lowest densities, and are therefore unstable. This is a precisely defined phenomenon which motivates the basic picture of hadrons assumed in the MIT bag model, with nucleons as droplets of chiral symmetry restored phase. At all densities high enough that the chirally symmetric phase fills space, we find that color symmetry is broken by the formation of a {$<$}qq{$>$} condensate of quark Cooper pairs. A plausible ordering scheme leads to a substantial gap in a Lorentz scalar channel involving quarks of two colors, and a much smaller gap in an axial vector channel involving quarks of the third color.},
archiveprefix = {arxiv},
keywords = {High Energy Physics - Phenomenology,High Energy Physics - Theory,Nuclear Theory},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/YN46CAWI/Alford et al. - 1998 - QCD at Finite Baryon Density Nucleon Droplets and.pdf;/home/rschotte/snap/zotero-snap/common/Zotero/storage/2WHAXXHY/9711395.html}
}
@article{alicecollaborationALICE201620172018Luminosity,
title = {ALICE 2016-2017-2018 luminosity determination for pp collisions at $\sqrt{s}$ = 13 TeV},
author = {{ALICE Collaboration}},
pages = {24},
abstract = {Luminosity determination in ALICE is based on the measurement of visible cross sections in van der Meer (vdM) scans. In the Run 2 (2015√–2018), the Large Hadron Collider provided proton–proton collisions at a centre-of-mass energy of s = 13 TeV. One vdM scan per year was performed, which allowed for calibration of the ALICE luminometers: the T0 detector with pseudorapidity coverage 4.6 < η < 4.9, −3.3 < η < −3.0, and the V0 detector with pseudorapidity coverage 2.8 < η < 5.1, −3.7 < η < −1.7. This document presents the luminosity determination methodology and results for the years 2016, 2017 and 2018.},
langid = {english},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/PBQMQ83M/Collaboration - ALICE 2016-2017-2018 lum√inosity determination for.pdf}
}
@misc{alicecollaborationALICEDataPreparation2023,
title = {{{ALICE Data Preparation Group}}},
author = {{ALICE Collaboration}},
year = {2023},
month = may,
journal = {ALICE Data Preparation Group (DPG)},
url = {https://alice-offline.web.cern.ch/Activities/alice-data-preparation-group},
urldate = {2023-05-20},
abstract = {The Data Preparation group is responsible for steering and coordinating the reconstruction of the data collected by Alice and the preparation and the execution of the Monte Carlo simulations. It also in charge of organizing the Quality Assurance of the reconstructed and simulated data (at the detector, tracking and particle identification levels) and of developing and improving the Quality Assurance tools for future runs. The third area of responsibility of the DPG is in the preparation and maintenance of the Analysis Objects and Tools, which includes the production, maintenance, quality assurance and bookkeeping of the AOD (Analysis Object Data) files, as well as the coordination of the groups working on event selections and properties and track selections and properties.},
langid = {english},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/STIFK7RY/alice-data-preparation-group.html}
}
@misc{alicecollaborationALICEDefinitionPrimary2017,
title = {The {{ALICE}} Definition of Primary Particles},
author = {{ALICE Collaboration}},
year = {2017},
month = jun,
journal = {CERN Document Server},
number = {ALICE-PUBLIC-2017-005},
url = {https://cds.cern.ch/record/2270008},
urldate = {2021-04-26},
abstract = {In this public note, we specify what we mean by the term ``primary particle''. The definition is motivated by what is in principle measurable by ALICE and that event generators and other such theoretical considerations must be able to reproduce the same requirements. To this end, we also provide a Rivet projection to be used in ALICE Rivet analyses.},
langid = {english},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/WU3MBJVI/2017 - The ALICE definition of primary particles.pdf;/home/rschotte/snap/zotero-snap/common/Zotero/storage/2BXNYTLN/2270008.html}
}
@misc{alicecollaborationALICEDPGPileup2021,
type = {Twiki},
title = {{{ALICE DPG}} -- {{Pileup}} in {{Run-2}} Data Samples},
author = {{ALICE Collaboration}},
year = {2021},
month = nov,
url = {https://twiki.cern.ch/twiki/bin/viewauth/ALICE/AliDPGtoolsPileup},
urldate = {2023-05-31},
abstract = {Pileup in Run-2 data samples},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/ZG3GL834/AliDPGtoolsPileup.html}
}
@article{alicecollaborationALICEExperimentCERN2008,
title = {The {{ALICE}} Experiment at the {{CERN LHC}}},
author = {{ALICE Collaboration} and Aamodt, K. and Quintana, A. Abrahantes and Achenbach, R. and Acounis, S. and Adamov{\'a}, D. and Adler, C. and Aggarwal, M. and Agnese, F. and Rinella, G. Aglieri and Ahammed, Z. and Ahmad, A. and Ahmad, N. and Ahmad, S. and Akindinov, A. and Akishin, P. and Aleksandrov, D. and Alessandro, B. and Alfaro, R. and Alfarone, G. and Alici, A. and Alme, J. and Alt, T. and Altinpinar, S. and Amend, W. and Andrei, C. and Andres, Y. and Andronic, A. and Anelli, G. and Anfreville, M. and Angelov, V. and Anzo, A. and Anson, C. and Antici{\'c}, T. and Antonenko, V. and Antonczyk, D. and Antinori, F. and Antinori, S. and Antonioli, P. and Aphecetche, L. and Appelsh{\"a}user, H. and Aprodu, V. and Arba, M. and Arcelli, S. and Argentieri, A. and Armesto, N. and Arnaldi, R. and Arefiev, A. and Arsene, I. and Asryan, A. and Augustinus, A. and Awes, T. C. and {\"A}ysto, J. and Azmi, M. Danish and Bablock, S. and Badal{\`a}, A. and Badyal, S. K. and Baechler, J. and Bagnasco, S. and Bailhache, R. and Bala, R. and Baldisseri, A. and Baldit, A. and B{\'a}n, J. and Barbera, R. and Barberis, P.-L. and Barbet, J. M. and Barn{\"a}foldi, G. and Barret, V. and Bartke, J. and Bartos, D. and Basile, M. and Basmanov, V. and Bastid, N. and Batigne, G. and Batyunya, B. and Baudot, J. and Baumann, C. and Bearden, I. and Becker, B. and Belikov, J. and Bellwied, R. and {Belmont-Moreno}, E. and Belogianni, A. and Belyaev, S. and Benato, A. and Beney, J. L. and Benhabib, L. and Benotto, F. and Beol{\'e}, S. and Berceanu, I. and Bercuci, A. and Berdermann, E. and Berdnikov, Y. and Bernard, C. and Berny, R. and Berst, J. D. and Bertelsen, H. and Betev, L. and Bhasin, A. and Baskar, P. and Bhati, A. and Bianchi, N. and Biel{\v c}ik, J. and Biel{\v c}ikov{\'a}, J. and Bimbot, L. and Blanchard, G. and Blanco, F. and Blanco, F. and Blau, D. and Blume, C. and Blyth, S. and Boccioli, M. and Bogdanov, A. and B{\o}ggild, H. and Bogolyubsky, M. and Boldizs{\'a}r, L. and Bombara, M. and Bombonati, C. and Bondila, M. and Bonnet, D. and Bonvicini, V. and Borel, H. and Borotto, F. and Borshchov, V. and Bortoli, Y. and Borysov, O. and Bose, S. and Bosisio, L. and Botje, M. and B{\"o}ttger, S. and Bourdaud, G. and Bourrion, O. and Bouvier, S. and Braem, A. and Braun, M. and {Braun-Munzinger}, P. and Bravina, L. and Bregant, M. and Bruckner, G. and Brun, R. and Bruna, E. and Brunasso, O. and Bruno, G. E. and Bucher, D. and Budilov, V. and Budnikov, D. and Buesching, H. and Buncic, P. and Burns, M. and Burachas, S. and Busch, O. and Bushop, J. and Cai, X. and Caines, H. and Calaon, F. and Caldogno, M. and Cali, I. and Camerini, P. and Campagnolo, R. and Campbell, M. and Cao, X. and Capitani, G. P. and Romeo, G. Cara and {Cardenas-Montes}, M. and Carduner, H. and Carena, F. and Carena, W. and Cariola, P. and Carminati, F. and Casado, J. and Diaz, A. Casanova and Caselle, M. and Castellanos, J. Castillo and Castor, J. and Catanescu, V. and Cattaruzza, E. and Cavazza, D. and Cerello, P. and Ceresa, S. and {\v C}ern{\'y}, V. and Chambert, V. and Chapeland, S. and Charpy, A. and Charrier, D. and Chartoire, M. and Charvet, J. L. and Chattopadhyay, S. and Chattopadhyay, S. and Chepurnov, V. and Chernenko, S. and Cherney, M. and Cheshkov, C. and Cheynis, B. and Chochula, P. and Chiavassa, E. and Barroso, V. Chibante and Choi, J. and Christakoglou, P. and Christiansen, P. and Christensen, C. and Chykalov, O. A. and Cicalo, C. and {Cifarelli-Strolin}, L. and Ciobanu, M. and Cindolo, F. and Cirstoiu, C. and Clausse, O. and Cleymans, J. and Cobanoglu, O. and Coffin, J.-P. and Coli, S. and Colla, A. and Colledani, C. and Combaret, C. and Combet, M. and Comets, M. and Balbastre, G. Conesa and del Valle, Z. Conesa and Contin, G. and Contreras, J. and Cormier, T. and Corsi, F. and Cortese, P. and Costa, F. and Crescio, E. and Crochet, P. and Cuautle, E. and Cussonneau, J. and Dahlinger, M. and Dainese, A. and Dalsgaard, H. H. and Daniel, L. and Das, I. and Das, T. and Dash, A. and Silva, R. Da and Davenport, M. and Daues, H. and Caro, A. De and de Cataldo, G. and Cuveland, J. De and Falco, A. De and de Gaspari, M. and de Girolamo, P. and de Groot, J. and Gruttola, D. De and Haas, A. De and Marco, N. De and Pasquale, S. De and Remigis, P. De and de Vaux, D. and Decock, G. and Delagrange, H. and Franco, M. Del and Dellacasa, G. and Dell{\textbackslash}textquotesingleOlio, C. and Dell{\textbackslash}textquotesingleOlio, D. and Deloff, A. and Demanov, V. and D{\'e}nes, E. and D{\textbackslash}textquotesingleErasmo, G. and Derkach, D. and Devaux, A. and Bari, D. Di and Bartelomen, A. Di and Giglio, C. Di and Liberto, S. Di and Mauro, A. Di and Nezza, P. Di and Dialinas, M. and Diaz, L. and Valdes, R. D{\'i}az and Dietel, T. and Dima, R. and Ding, H. and Dinca, C. and Divi{\`a}, R. and Dobretsov, V. and Dobrin, A. and Doenigus, B. and Dobrowolski, T. and Dom{\'i}nguez, I. and Dorn, M. and Drouet, S. and Dubey, A. E. and Ducroux, L. and Dumitrache, F. and Dumonteil, E. and Dupieux, P. and Duta, V. and Majumdar, A. Dutta and Majumdar, M. Dutta and Dyhre, Th and Efimov, L. and Efremov, A. and Elia, D. and Emschermann, D. and Engster, C. and Enokizono, A. and Espagnon, B. and Estienne, M. and Evangelista, A. and Evans, D. and Evrard, S. and Fabjan, C. W. and Fabris, D. and Faivre, J. and Falchieri, D. and Fantoni, A. and Farano, R. and Fearick, R. and Fedorov, O. and Fekete, V. and Felea, D. and Feofilov, G. and T{\'e}llez, A. F{\'e}rnandez and Ferretti, A. and Fichera, F. and Filchagin, S. and Filoni, E. and Finck, C. and Fini, R. and Fiore, E. M. and Flierl, D. and Floris, M. and Fodor, Z. and Foka, Y. and Fokin, S. and Force, P. and Formenti, F. and Fragiacomo, E. and Fragkiadakis, M. and Fraissard, D. and Franco, A. and Franco, M. and Frankenfeld, U. and Fratino, U. and Fresneau, S. and Frolov, A. and Fuchs, U. and Fujita, J. and Furget, C. and Furini, M. and Girard, M. Fusco and Gaardh{\o}je, J.-J. and Gabrielli, A. and Gadrat, S. and Gagliardi, M. and Gago, A. and Gaido, L. and Torreira, A. Gallas and Gallio, M. and Gandolfi, E. and Ganoti, P. and Ganti, M. and Garabatos, J. and Lopez, A. Garcia and Garizzo, L. and Gaudichet, L. and Gemme, R. and Germain, M. and Gheata, A. and Gheata, M. and Ghidini, B. and Ghosh, P. and Giolu, G. and Giraudo, G. and Giubellino, P. and Glasow, R. and Gl{\"a}ssel, P. and Ferreiro, E. G. and Gutierrez, C. Gonzalez and {Gonzales-Trueba}, L. H. and Gorbunov, S. and Gorbunov, Y. and Gos, H. and Gosset, J. and Gotovac, S. and Gottschlag, H. and Gottschalk, D. and Grabski, V. and Grassi, T. and Gray, H. and Grebenyuk, O. and Grebieszkow, K. and Gregory, C. and Grigoras, C. and Grion, N. and Grigoriev, V. and Grigoryan, A. and Grigoryan, C. and Grigoryan, S. and Grishuk, Y. and Gros, P. and {Grosse-Oetringhaus}, J. and Grossiord, J.-Y. and Grosso, R. and Grynyov, B. and Guarnaccia, C. and Guber, F. and Guerin, F. and Guernane, R. and Guerzoni, M. and Guichard, A. and Guida, M. and Guilloux, G. and Gulkanyan, H. and Gulbrandsen, K. and Gunji, T. and Gupta, A. and Gupta, V. and Gustafsson, H.-A. and Gutbrod, H. and Hadjidakis, C. and Haiduc, M. and Hamar, G. and Hamagaki, H. and Hamblen, J. and Hansen, J. C. and Hardy, P. and Hatzifotiadou, D. and Harris, J. W. and Hartig, M. and Harutyunyan, A. and Hayrapetyan, A. and Hasch, D. and Hasegan, D. and Hehner, J. and Heine, N. and Heinz, M. and Helstrup, H. and Herghelegiu, A. and Herlant, S. and Corral, G. Herrera and Herrmann, N. and Hetland, K. and Hille, P. and Hinke, H. and Hippolyte, B. and Hoch, M. and Hoebbel, H. and Hoedlmoser, H. and Horaguchi, T. and Horner, M. and Hristov, P. and H{\v r}ivn{\'a}{\v c}ov{\'a}, I. and Hu, S. and Guo, C. Hu and Humanic, T. and Hurtado, A. and Hwang, D. S. and Ianigro, J. C. and Idzik, M. and Igolkin, S. and Ilkaev, R. and Ilkiv, I. and Imhoff, M. and Innocenti, P. G. and Ionescu, E. and Ippolitov, M. and Irfan, M. and Insa, C. and Inuzuka, M. and Ivan, C. and Ivanov, A. and Ivanov, M. and Ivanov, V. and Jacobs, P. and Jacholkowski, A. and Jan{\v c}urov{\'a}, L. and Janik, R. and Jasper, M. and Jena, C. and Jirden, L. and Johnson, D. P. and Jones, G. T. and Jorgensen, C. and Jouve, F. and Jovanovi{\'c}, P. and Junique, A. and Jusko, A. and Jung, H. and Jung, W. and Kadija, K. and Kamal, A. and Kamermans, R. and Kapusta, S. and Kaidalov, A. and Kakoyan, V. and Kalcher, S. and Kang, E. and Kapitan, J. and Kaplin, V. and Karadzhev, K. and Karavichev, O. and Karavicheva, T. and Karpechev, E. and Karpio, K. and Kazantsev, A. and Kebschull, U. and Keidel, R. and Khan, M. Mohsin and Khanzadeev, A. and Kharlov, Y. and Kikola, D. and Kileng, B. and Kim, D. and Kim, D. S. and Kim, D. W. and Kim, H. N. and Kim, J. S. and Kim, S. and Kinson, J. B. and Kiprich, S. K. and Kisel, I. and Kiselev, S. and Kisiel, A. and Kiss, T. and Kiworra, V. and Klay, J. and B{\"o}sing, C. Klein and Kliemant, M. and Klimov, A. and Klovning, A. and Kluge, A. and Kluit, R. and Kniege, S. and Kolevatov, R. and Kollegger, T. and Kolojvari, A. and Kondratiev, V. and Kornas, E. and Koshurnikov, E. and Kotov, I. and Kour, R. and Kowalski, M. and Kox, S. and Kozlov, K. and Kr{\'a}lik, I. and Kramer, F. and Kraus, I. and Krav{\v c}{\'a}kov{\'a}, A. and Krawutschke, T. and Krivda, M. and Kryshen, E. and Kucheriaev, Y. and Kugler, A. and Kuhn, C. and Kuijer, P. and Kumar, L. and Kumar, N. and Kumpumaeki, P. and Kurepin, A. and Kurepin, A. N. and Kushpil, S. and Kushpil, V. and Kutovsky, M. and Kvaerno, H. and Kweon, M. and Labb{\'e}, J.-C. and Lackner, F. and de Guevara, P. Ladron and Lafage, V. and Rocca, P. La and Lamont, M. and Lara, C. and Larsen, D. T. and Laurenti, G. and Lazzeroni, C. and Bornec, Y. Le and Bris, N. Le and Gailliard, C. Le and Lebedev, V. and Lecoq, J. and Lee, K. S. and Lee, S. C. and Lef{\'e}vre, F. and Legrand, I. and Lehmann, T. and Leistam, L. and Lenoir, P. and Lenti, V. and Leon, H. and Monzon, I. Leon and L{\'e}vai, P. and Li, Q. and Li, X. and Librizzi, F. and Lietava, R. and Lindegaard, N. and Lindenstruth, V. and Lippmann, C. and Lisa, M. and Listratenko, O. M. and Littel, F. and Liu, Y. and Lo, J. and Lobanov, V. and Loginov, V. and Noriega, M. L{\'o}pez and {L{\'o}pez-Ram{\'i}rez}, R. and Torres, E. L{\'o}pez and Lorenzo, P. M. and L{\o}vh{\o}iden, G. and Lu, S. and Ludolphs, W. and Lunardon, M. and Luquin, L. and Lusso, S. and Lutz, J.-R. and Luvisetto, M. and Lyapin, V. and Maevskaya, A. and Magureanu, C. and Mahajan, A. and Majahan, S. and Mahmoud, T. and Mairani, A. and Mahapatra, D. and Makarov, A. and Makhlyueva, I. and Malek, M. and Malkiewicz, T. and Mal{\textbackslash}textquotesingleKevich, D. and Malzacher, P. and Mamonov, A. and Manea, C. and Mangotra, L. K. and Maniero, D. and Manko, V. and Manso, F. and Manzari, V. and Mao, Y. and Marcel, A. and Marchini, S. and Mare{\v s}, J. and Margagliotti, G. V. and Margotti, A. and Marin, A. and Marin, J.-C. and Marras, D. and Martinengo, P. and Mart{\'i}nez, M. I. and {Martinez-Davalos}, A. and Garcia, G. Mart{\'i}nez and Martini, S. and Chiesa, A. Marzari and Marzocca, C. and Masciocchi, S. and Masera, M. and Masetti, M. and Maslov, N. I. and Masoni, A. and Massera, F. and Mast, M. and Mastroserio, A. and Matthews, Z. L. and Mayer, B. and Mazza, G. and Mazzaro, M. D. and Mazzoni, A. and Meddi, F. and Meleshko, E. and {Menchaca-Rocha}, A. and Meneghini, S. and Meoni, M. and Perez, J. Mercado and Mereu, P. and Meunier, O. and Miake, Y. and Michalon, A. and Michinelli, R. and Miftakhov, N. and Mignone, M. and Mikhailov, K. and Milosevic, J. and Minaev, Y. and Minafra, F. and Mischke, A. and Mi{\'s}kowiec, D. and Mitsyn, V. and Mitu, C. and Mohanty, B. and Moisa, D. and Molnar, L. and Mondal, M. and Mondal, N. and Zetina, L. Monta{\~n}o and Monteno, M. and Morando, M. and Morel, M. and Moretto, S. and Morhardt, Th and Morsch, A. and Moukhanova, T. and Mucchi, M. and Muccifora, V. and Mudnic, E. and M{\"u}ller, H. and M{\"u}ller, W. and Munoz, J. and Mura, D. and Musa, L. and Muraz, J. F. and Musso, A. and Nania, R. and Nandi, B. and Nappi, E. and Navach, F. and Navin, S. and Nayak, T. and Nazarenko, S. and Nazarov, G. and Nellen, L. and Nendaz, F. and Nianine, A. and Nicassio, M. and Nielsen, B. S. and Nikolaev, S. and Nikolic, V. and Nikulin, S. and Nikulin, V. and Nilsen, B. and Nitti, M. and Noferini, F. and Nomokonov, P. and Nooren, G. and Noto, F. and Nouais, D. and Nyiri, A. and Nystrand, J. and Odyniec, G. and Oeschler, H. and Oinonen, M. and Oldenburg, M. and Oleks, I. and Olsen, E. K. and Onuchin, V. and Oppedisano, C. and Orsini, F. and {Ortiz-Vel{\'a}zquez}, A. and Oskamp, C. and Oskarsson, A. and Osmic, F. and {\"O}sterman, L. and Otterlund, I. and Ovrebekk, G. and Oyama, K. and Pachr, M. and Pagano, P. and Pai{\'c}, G. and Pajares, C. and Pal, S. and Pal, S. and P{\'a}lla, G. and Palmeri, A. and Pancaldi, G. and Panse, R. and Pantaleo, A. and Pappalardo, G. S. and Pastir{\v c}{\'a}k, B. and Pastore, C. and Patarakin, O. and Paticchio, V. and Patimo, G. and Pavlinov, A. and Pawlak, T. and Peitzmann, T. and P{\'e}nichot, Y. and Pepato, A. and Pereira, H. and Peresunko, D. and Perez, C. and Griffo, J. Perez and Perini, D. and Perrino, D. and Peryt, W. and Pesci, A. and Peskov, V. and Pestov, Y. and Peters, A. J. and Petr{\'a}{\v c}ek, V. and Petridis, A. and Petris, M. and Petrov, V. and Petrov, V. and Petrovici, M. and Peyr{\'e}, J. and Piano, S. and Piccotti, A. and Pichot, P. and Piemonte, C. and Pikna, M. and Pilastrini, R. and Pillot, P. and Pinazza, O. and Pini, B. and Pinsky, L. and Morais, V. Pinto and Pismennaya, V. and Piuz, F. and Platt, R. and Ploskon, M. and Plumeri, S. and Pluta, J. and Pocheptsov, T. and Podesta, P. and Poggio, F. and Poghosyan, M. and Poghosyan, T. and Pol{\'a}k, K. and Polichtchouk, B. and Polozov, P. and Polyakov, V. and Pommeresch, B. and Pompei, F. and Pop, A. and Popescu, S. and Posa, F. and Posp{\'i}{\v s}il, V. and Potukuchi, B. and Pouthas, J. and Prasad, S. and Preghenella, R. and Prino, F. and Prodan, L. and Prono, G. and Protsenko, M. A. and Pruneau, C. A. and Przybyla, A. and Pshenichnov, I. and Puddu, G. and Pujahari, P. and Pulvirenti, A. and Punin, A. and Punin, V. and Putschke, J. and Quartieri, J. and Quercigh, E. and Rachevskaya, I. and Rachevski, A. and Rademakers, A. and Radomski, S. and Radu, A. and Rak, J. and Ramello, L. and Raniwala, R. and Raniwala, S. and Rasmussen, O. B. and Rasson, J. and Razin, V. and Read, K. and Real, J. and Redlich, K. and Reichling, C. and Renard, C. and Renault, G. and Renfordt, R. and Reolon, A. R. and Reshetin, A. and Revol, J.-P. and Reygers, K. and Ricaud, H. and Riccati, L. and Ricci, R. A. and Richter, M. and Riedler, P. and Rigalleau, L. M. and Riggi, F. and Riegler, W. and Rindel, E. and Riso, J. and Rivetti, A. and Rizzi, M. and Rizzi, V. and Cahuantzi, M. Rodriguez and R{\o}ed, K. and R{\"o}hrich, D. and {Rom{\'a}n-L{\'o}pez}, S. and Romanato, M. and Romita, R. and Ronchetti, F. and Rosinsky, P. and Rosnet, P. and Rossegger, S. and Rossi, A. and Rostchin, V. and Rotondo, F. and Roukoutakis, F. and Rousseau, S. and Roy, C. and Roy, D. and Roy, P. and Royer, L. and Rubin, G. and Rubio, A. and Rui, R. and Rusanov, I. and Russo, G. and Ruuskanen, V. and Ryabinkin, E. and Rybicki, A. and Sadovsky, S. and {\v S}afa{\v r}{\'i}k, K. and Sahoo, R. and Saini, J. and Saiz, P. and Salur, S. and Sambyal, S. and Samsonov, V. and {\v S}{\'a}ndor, L. and Sandoval, A. and Sann, H. and Santiard, J.-C. and Santo, R. and Santoro, R. and Sargsyan, G. and Saturnini, P. and Scapparone, E. and Scarlassara, F. and Schackert, B. and Schiaua, C. and Schicker, R. and Schioler, T. and Schippers, J. D. and Schmidt, C. and Schmidt, H. and Schneider, R. and Schossmaier, K. and Schukraft, J. and Schutz, Y. and Schwarz, K. and Schweda, K. and Schyns, E. and Scioli, G. and Scomparin, E. and Snow, H. and Sedykh, S. and Segato, G. and Sellitto, S. and Semeria, F. and Senyukov, S. and Sepp{\"a}nen, H. and Serci, S. and Serkin, L. and Serra, S. and Sesselmann, T. and Sevcenco, A. and Sgura, I. and Shabratova, G. and Shahoyan, R. and Sharkov, E. and Sharma, S. and Shigaki, K. and Shileev, K. and Shukla, P. and Shurygin, A. and Shurygina, M. and Sibiriak, Y. and Siddi, E. and Siemiarczuk, T. and Sigward, M. H. and Silenzi, A. and Silvermyr, D. and Silvestri, R. and Simili, E. and Simion, V. and Simon, R. and Simonetti, L. and Singaraju, R. and Singhal, V. and Sinha, B. and Sinha, T. and Siska, M. and Sit{\'a}r, B. and Sitta, M. and Skaali, B. and Skowronski, P. and Slodkowski, M. and Smirnov, N. and Smykov, L. and Snellings, R. and Snoeys, W. and Soegaard, C. and Soerensen, J. and Sokolov, O. and Soldatov, A. and Soloviev, A. and Soltveit, H. and Soltz, R. and Sommer, W. and Soos, C. and Soramel, F. and Sorensen, S. and Soyk, D. and {Spyropoulou-Stassinaki}, M. and Stachel, J. and Staley, F. and Stan, I. and Stavinskiy, A. and Steckert, J. and Stefanini, G. and Stefanek, G. and Steinbeck, T. and Stelzer, H. and Stenlund, E. and Stocco, D. and Stockmeier, M. and Stoicea, G. and Stolpovsky, P. and Strme{\v n}, P. and Stutzmann, J. S. and Su, G. and Sugitate, T. and {\v S}umbera, M. and Suire, C. and Susa, T. and Kumar, K. Sushil and Swoboda, D. and Symons, J. and Szarka, I. and Szostak, A. and Szuba, M. and Szymanski, P. and Tadel, M. and Tagridis, C. and Tan, L. and Takaki, D. Tapia and Taureg, H. and Tauro, A. and Tavlet, M. and Munoz, G. Tejeda and Th{\"a}der, J. and Tieulent, R. and Timmer, P. and Tolyhy, T. and Topilskaya, N. and de Matos, C. Torcato and Torii, H. and Toscano, L. and Tosello, F. and Tournaire, A. and Traczyk, T. and Tr{\"o}ger, G. and Tromeur, W. and Truesdale, D. and Trzaska, W. and Tsiledakis, G. and Tsilis, E. and Tsvetkov, A. and Turcato, M. and Turrisi, R. and Tuveri, M. and Tveter, T. and Tydesjo, H. and Tykarski, L. and Tywoniuk, K. and Ugolini, E. and Ullaland, K. and Urb{\'a}n, J. and Urciuoli, G. M. and Usai, G. L. and Usseglio, M. and Vacchi, A. and Vala, M. and Valiev, F. and Vyvre, P. Vande and Brink, A. Van Den and Eijndhoven, N. Van and Kolk, N. Van Der and van Leeuwen, M. and Vannucci, L. and Vanzetto, S. and Vanuxem, J.-P. and Vargas, M. A. and Varma, R. and Vascotto, A. and Vasiliev, A. and Vassiliou, M. and Vasta, P. and Vechernin, V. and Venaruzzo, M. and Vercellin, E. and Vergara, S. and Verhoeven, W. and Veronese, F. and Vetlitskiy, I. and Vernet, R. and Victorov, V. and Vidak, L. and Viesti, G. and Vikhlyantsev, O. and Vilakazi, Z. and Baillie, O. Villalobos and Vinogradov, A. and Vinogradov, L. and Vinogradov, Y. and Virgili, T. and Viyogi, Y. and Vodopianov, A. and Volpe, G. and Vranic, D. and Vrl{\'a}kov{\'a}, J. and Vulpescu, B. and Wabnitz, C. and Wagner, V. and Wallet, L. and Wan, R. and Wang, Y. and Wang, Y. and Wheadon, R. and Weis, R. and Wen, Q. and Wessels, J. and Westergaard, J. and Wiechula, J. and Wiesenaecker, A. and Wikne, J. and Wilk, A. and Wilk, G. and Williams, C. and Willis, N. and Windelband, B. and Witt, R. and Woehri, H. and Wyllie, K. and Xu, C. and Yang, C. and Yang, H. and Yermia, F. and Yin, Z. and Yin, Z. and Ky, B. Yun and Yushmanov, I. and Yuting, B. and Zabrodin, E. and Zagato, S. and Zagreev, B. and Zaharia, P. and Zalite, A. and Zampa, G. and Zampolli, C. and Zanevskiy, Y. and Zarochentsev, A. and Zaudtke, O. and Z{\'a}vada, P. and Zbroszczyk, H. and Zepeda, A. and Zeter, V. and Zgura, I. and Zhalov, M. and Zhou, D. and Zhou, S. and Zhu, G. and Zichichi, A. and Zinchenko, A. and Zinovjev, G. and Zoccarato, Y. and Zubarev, A. and Zucchini, A. and Zuffa, M.},
year = {2008},
month = aug,
journal = {J. Inst.},
volume = {3},
number = {08},
pages = {S08002--S08002},
publisher = {{IOP Publishing}},
issn = {1748-0221},
doi = {10.1088/1748-0221/3/08/S08002},
url = {https://doi.org/10.1088/1748-0221/3/08/s08002},
urldate = {2020-05-22},
abstract = {ALICE (A Large Ion Collider Experiment) is a general-purpose, heavy-ion detector at the CERN LHC which focuses on QCD, the strong-interaction sector of the Standard Model. It is designed to address the physics of strongly interacting matter and the quark-gluon plasma at extreme values of energy density and temperature in nucleus-nucleus collisions. Besides running with Pb ions, the physics programme includes collisions with lighter ions, lower energy running and dedicated proton-nucleus runs. ALICE will also take data with proton beams at the top LHC energy to collect reference data for the heavy-ion programme and to address several QCD topics for which ALICE is complementary to the other LHC detectors. The ALICE detector has been built by a collaboration including currently over 1000 physicists and engineers from 105 Institutes in 30 countries. Its overall dimensions are 16 \texttimes{} 16 \texttimes{} 26 m3 with a total weight of approximately 10 000 t. The experiment consists of 18 different detector systems each with its own specific technology choice and design constraints, driven both by the physics requirements and the experimental conditions expected at LHC. The most stringent design constraint is to cope with the extreme particle multiplicity anticipated in central Pb-Pb collisions. The different subsystems were optimized to provide high-momentum resolution as well as excellent Particle Identification (PID) over a broad range in momentum, up to the highest multiplicities predicted for LHC. This will allow for comprehensive studies of hadrons, electrons, muons, and photons produced in the collision of heavy nuclei. Most detector systems are scheduled to be installed and ready for data taking by mid-2008 when the LHC is scheduled to start operation, with the exception of parts of the Photon Spectrometer (PHOS), Transition Radiation Detector (TRD) and Electro Magnetic Calorimeter (EMCal). These detectors will be completed for the high-luminosity ion run expected in 2010. This paper describes in detail the detector components as installed for the first data taking in the summer of 2008.},
langid = {english},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/3XVU9UBF/Collaboration et al. - 2008 - The ALICE experiment at the CERN LHC.pdf}
}
@misc{alicecollaborationALICEExperimentJourney2022,
title = {The {{ALICE}} Experiment -- {{A}} Journey through {{QCD}}},
author = {{ALICE Collaboration}},
year = {2022},
month = nov,
number = {arXiv:2211.04384},
eprint = {2211.04384},
primaryclass = {hep-ex, physics:nucl-ex},
publisher = {{arXiv}},
doi = {10.48550/arXiv.2211.04384},
url = {http://arxiv.org/abs/2211.04384},
urldate = {2023-07-24},
abstract = {The ALICE experiment was proposed in 1993, to study strongly interacting matter at extreme energy densities via a comprehensive investigation of nuclear collisions at the LHC. Its physics programme initially focused on the determination of the properties of the Quark-Gluon Plasma (QGP), a deconfined state of quarks and gluons and was extended along the years, covering a diverse ensemble of observables related to Quantum Chromodynamics (QCD), the theory of strong interactions. The experiment has studied Pb-Pb, Xe-Xe, p-Pb and pp collisions in the multi-TeV energy range, during the Run 1 and Run 2 data taking periods at the LHC (2009-2018). The aim of this review article is to gather and summarise a selection of ALICE physics results and to discuss their implications on the current understanding of the macroscopic and microscopic properties of strongly interacting matter at the highest temperature reached in the laboratory. It will be shown that it is possible to have a quantitative description of the properties of the QGP produced in Pb--Pb collisions. We also show that various features, commonly ascribed to QGP formation, are detected for a wide range of interacting system sizes. Precision measurements of QCD-related observables not directly connected to the study of the QGP will also be discussed. Prospects for future measurements with the ALICE detector and its foreseen upgrades will also be briefly described.},
archiveprefix = {arxiv},
keywords = {High Energy Physics - Experiment,Nuclear Experiment},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/ADCIHVPH/ALICE Collaboration - 2022 - The ALICE experiment -- A journey through QCD.pdf;/home/rschotte/snap/zotero-snap/common/Zotero/storage/4ACHN3GB/2211.html}
}
@misc{alicecollaborationALICEPhysicsForum2016,
title = {{{ALICE Physics Forum}} - 8 {{June}} 2016},
author = {{ALICE Collaboration}},
year = {2016},
month = jun,
journal = {Indico},
url = {https://indi.to/XhtBJ},
urldate = {2023-05-27},
abstract = {Updates on Physics Selection and run conditions},
langid = {english},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/NE3GL23M/489470.html}
}
@article{alicecollaborationALICEPhysicsPerformance2006,
title = {{{ALICE}}: {{Physics Performance Report}}, {{Volume II}}},
shorttitle = {{{ALICE}}},
author = {{ALICE Collaboration} and Alessandro, B. and Antinori, F. and Belikov, J. A. and Blume, C. and Dainese, A. and Foka, P. and Giubellino, P. and Hippolyte, B. and Kuhn, C. and Mart{\'i}nez, G. and Monteno, M. and Morsch, A. and Nayak, T. K. and Nystrand, J. and Noriega, M. L{\'o}pez and Pai{\'c}, G. and Pluta, J. and Ramello, L. and Revol, J.-P. and {\v S}afa{\v r}{\'i}k, K. and Schukraft, J. and Schutz, Y. and Scomparin, E. and Snellings, R. and Baillie, O. Villalobos and Vercellin, E.},
year = {2006},
month = sep,
journal = {J. Phys. G: Nucl. Part. Phys.},
volume = {32},
number = {10},
pages = {1295--2040},
publisher = {{IOP Publishing}},
issn = {0954-3899},
doi = {10.1088/0954-3899/32/10/001},
url = {https://doi.org/10.1088/0954-3899/32/10/001},
urldate = {2021-08-22},
abstract = {ALICE is a general-purpose heavy-ion experiment designed to study the physics of strongly interacting matter and the quark\textendash gluon plasma in nucleus\textendash nucleus collisions at the LHC. It currently involves more than 900 physicists and senior engineers, from both the nuclear and high-energy physics sectors, from over 90 institutions in about 30 countries. The ALICE detector is designed to cope with the highest particle multiplicities above those anticipated for Pb\textendash Pb collisions (dNch/dy up to 8000) and it will be operational at the start-up of the LHC. In addition to heavy systems, the ALICE Collaboration will study collisions of lower-mass ions, which are a means of varying the energy density, and protons (both pp and pA), which primarily provide reference data for the nucleus\textendash nucleus collisions. In addition, the pp data will allow for a number of genuine pp physics studies. The detailed design of the different detector systems has been laid down in a number of Technical Design Reports issued between mid-1998 and the end of 2004. The experiment is currently under construction and will be ready for data taking with both proton and heavy-ion beams at the start-up of the LHC. Since the comprehensive information on detector and physics performance was last published in the ALICE Technical Proposal in 1996, the detector, as well as simulation, reconstruction and analysis software have undergone significant development. The Physics Performance Report (PPR) provides an updated and comprehensive summary of the performance of the various ALICE subsystems, including updates to the Technical Design Reports, as appropriate. The PPR is divided into two volumes. Volume I, published in 2004 (CERN/LHCC 2003-049, ALICE Collaboration 2004 J. Phys. G: Nucl. Part. Phys. 30 1517\textendash 1763), contains in four chapters a short theoretical overview and an extensive reference list concerning the physics topics of interest to ALICE, the experimental conditions at the LHC, a short summary and update of the subsystem designs, and a description of the offline framework and Monte Carlo event generators. The present volume, Volume II, contains the majority of the information relevant to the physics performance in proton\textendash proton, proton\textendash nucleus, and nucleus\textendash nucleus collisions. Following an introductory overview, Chapter 5 describes the combined detector performance and the event reconstruction procedures, based on detailed simulations of the individual subsystems. Chapter 6 describes the analysis and physics reach for a representative sample of physics observables, from global event characteristics to hard processes.},
langid = {english},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/FFEHSC5V/Collaboration et al. - 2006 - ALICE Physics Performance Report, Volume II.pdf}
}
@misc{alicecollaborationALICESeesRidge,
title = {{{ALICE}} Sees ``the Ridge'' in Simplest Collisions Yet},
author = {{ALICE Collaboration}},
url = {https://alice-collaboration.web.cern.ch/Moriond2023_ridge},
urldate = {2023-06-21},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/R7MKL5EF/Moriond2023_ridge.html}
}
@misc{alicecollaborationALICETriggerCoordination2020,
title = {{{ALICE Trigger Coordination Twiki}} Page},
author = {{ALICE Collaboration}},
year = {2020},
month = oct,
url = {https://twiki.cern.ch/twiki/bin/viewauth/ALICE/TriggerCoordination},
urldate = {2023-04-05},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/CEKPIK5T/TriggerCoordination.html}
}
@misc{alicecollaborationALICEUpgradesLHC2023,
title = {{{ALICE}} Upgrades during the {{LHC Long Shutdown}} 2},
author = {{ALICE Collaboration}},
year = {2023},
month = feb,
number = {arXiv:2302.01238},
eprint = {2302.01238},
primaryclass = {hep-ex, physics:nucl-ex, physics:physics},
publisher = {{arXiv}},
doi = {10.48550/arXiv.2302.01238},
url = {http://arxiv.org/abs/2302.01238},
urldate = {2023-02-06},
abstract = {A Large Ion Collider Experiment (ALICE) has been conceived and constructed as a heavy-ion experiment at the LHC. During LHC Runs 1 and 2, it has produced a wide range of physics results using all collision systems available at the LHC. In order to best exploit new physics opportunities opening up with the upgraded LHC and new detector technologies, the experiment has undergone a major upgrade during the LHC Long Shutdown 2 (2019-2022). This comprises the move to continuous readout, the complete overhaul of core detectors, as well as a new online event processing farm with a redesigned online-offline software framework. These improvements will allow to record Pb-Pb collisions at rates up to 50 kHz, while ensuring sensitivity for signals without a triggerable signature.},
archiveprefix = {arxiv},
keywords = {High Energy Physics - Experiment,Nuclear Experiment,Physics - Instrumentation and Detectors},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/PEM46CPV/ALICE Collaboration - 2023 - ALICE upgrades during the LHC Long Shutdown 2.pdf;/home/rschotte/snap/zotero-snap/common/Zotero/storage/H83SVR38/2302.html}
}
@article{alicecollaborationAlignmentALICEInner2017,
title = {Alignment of the {{ALICE Inner Tracking System}} with Cosmic-Ray Tracks},
author = {{ALICE Collaboration}},
year = {2017},
month = sep,
journal = {arXiv:1001.0502 [hep-ex, physics:physics]},
eprint = {1001.0502},
primaryclass = {hep-ex, physics:physics},
doi = {10.1088/1748-0221/5/03/P03003},
url = {http://arxiv.org/abs/1001.0502},
urldate = {2021-04-26},
abstract = {ALICE (A Large Ion Collider Experiment) is the LHC (Large Hadron Collider) experiment devoted to investigating the strongly interacting matter created in nucleus-nucleus collisions at the LHC energies. The ALICE ITS, Inner Tracking System, consists of six cylindrical layers of silicon detectors with three different technologies; in the outward direction: two layers of pixel detectors, two layers each of drift, and strip detectors. The number of parameters to be determined in the spatial alignment of the 2198 sensor modules of the ITS is about 13,000. The target alignment precision is well below 10 micron in some cases (pixels). The sources of alignment information include survey measurements, and the reconstructed tracks from cosmic rays and from proton-proton collisions. The main track-based alignment method uses the Millepede global approach. An iterative local method was developed and used as well. We present the results obtained for the ITS alignment using about 10\^5 charged tracks from cosmic rays that have been collected during summer 2008, with the ALICE solenoidal magnet switched off.},
archiveprefix = {arxiv},
keywords = {High Energy Physics - Experiment,Physics - Instrumentation and Detectors},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/DTW9FH7R/ALICE Collaboration - 2017 - Alignment of the ALICE Inner Tracking System with .pdf;/home/rschotte/snap/zotero-snap/common/Zotero/storage/I55Q879U/1001.html}
}
@misc{alicecollaborationAliPhysics2023,
title = {{{AliPhysics}}},
author = {{ALICE Collaboration}},
year = {2023},
month = feb,
url = {https://github.com/alisw/AliPhysics},
urldate = {2023-04-24},
abstract = {ALICE Analysis Repository},
copyright = {BSD-3-Clause},
keywords = {alice-experiment,cern,hep,lhc,physics}
}
@misc{alicecollaborationAliRoot2023,
title = {{{AliRoot}}},
author = {{ALICE Collaboration}},
year = {2023},
month = feb,
journal = {GitHub},
url = {https://github.com/alisw/AliRoot},
urldate = {2023-04-24},
abstract = {ALICE Software Framework. Contribute to alisw/AliRoot development by creating an account on GitHub.},
langid = {english},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/C42H7X7I/AliRoot.html}
}
@article{alicecollaborationAnisotropicFlowFlow2023,
title = {Anisotropic flow and flow fluctuations of identified hadrons in {Pb-Pb} collisions at $ \sqrt{s_{\textrm{NN}}} $= 5.02 {TeV}},
author = {{ALICE Collaboration} and Acharya, S. and Adamová, D. and Adler, A. and Aglieri Rinella, G. and Agnello, M. and Agrawal, N. and Ahammed, Z. and Ahmad, S. and Ahn, S. U. and Ahuja, I. and Akindinov, A. and Al-Turany, M. and Aleksandrov, D. and Alessandro, B. and Alfanda, H. M. and Alfaro Molina, R. and Ali, B. and Ali, Y. and Alici, A. and Alizadehvandchali, N. and Alkin, A. and Alme, J. and Alocco, G. and Alt, T. and Altsybeev, I. and Anaam, M. N. and Andrei, C. and Andronic, A. and Anguelov, V. and Antinori, F. and Antonioli, P. and Anuj, C. and Apadula, N. and Aphecetche, L. and Appelshäuser, H. and Arata, C. and Arcelli, S. and Aresti, M. and Arnaldi, R. and Arsene, I. C. and Arslandok, M. and Augustinus, A. and Averbeck, R. and Aziz, S. and Azmi, M. D. and Badalà, A. and Baek, Y. W. and Bai, X. and Bailhache, R. and Bailung, Y. and Bala, R. and Balbino, A. and Baldisseri, A. and Balis, B. and Banerjee, D. and Banoo, Z. and Barbera, R. and Barioglio, L. and Barlou, M. and Barnaföldi, G. G. and Barnby, L. S. and Barret, V. and Barreto, L. and Bartels, C. and Barth, K. and Bartsch, E. and Baruffaldi, F. and Bastid, N. and Basu, S. and Batigne, G. and Battistini, D. and Batyunya, B. and Bauri, D. and Bazo Alba, J. L. and Bearden, I. G. and Beattie, C. and Becht, P. and Behera, D. and Belikov, I. and Bell Hechavarria, A. D. C. and Bellini, F. and Bellwied, R. and Belokurova, S. and Belyaev, V. and Bencedi, G. and Beole, S. and Bercuci, A. and Berdnikov, Y. and Berdnikova, A. and Bergmann, L. and Besoiu, M. G. and Betev, L. and Bhaduri, P. P. and Bhasin, A. and Bhat, M. A. and Bhattacharjee, B. and Bianchi, L. and Bianchi, N. and Bielčík, J. and Bielčíková, J. and Biernat, J. and Bigot, A. P. and Bilandzic, A. and Biro, G. and Biswas, S. and Bize, N. and Blair, J. T. and Blau, D. and Blidaru, M. B. and Bluhme, N. and Blume, C. and Boca, G. and Bock, F. and Bodova, T. and Bogdanov, A. and Boi, S. and Bok, J. and Boldizsár, L. and Bolozdynya, A. and Bombara, M. and Bond, P. M. and Bonomi, G. and Borel, H. and Borissov, A. and Bossi, H. and Botta, E. and Bratrud, L. and Braun-Munzinger, P. and Bregant, M. and Broz, M. and Bruno, G. E. and Buckland, M. D. and Budnikov, D. and Buesching, H. and Bufalino, S. and Bugnon, O. and Buhler, P. and Buthelezi, Z. and Butt, J. B. and Bylinkin, A. and Bysiak, S. A. and Cai, M. and Caines, H. and Caliva, A. and Calvo Villar, E. and Camacho, J. M. M. and Camerini, P. and Canedo, F. D. M. and Carabas, M. and Carnesecchi, F. and Caron, R. and Castillo Castellanos, J. and Catalano, F. and Ceballos Sanchez, C. and Chakaberia, I. and Chakraborty, P. and Chandra, S. and Chapeland, S. and Chartier, M. and Chattopadhyay, S. and Chattopadhyay, S. and Chavez, T. G. and Cheng, T. and Cheshkov, C. and Cheynis, B. and Chibante Barroso, V. and Chinellato, D. D. and Chizzali, E. S. and Cho, J. and Cho, S. and Chochula, P. and Christakoglou, P. and Christensen, C. H. and Christiansen, P. and Chujo, T. and Ciacco, M. and Cicalo, C. and Cifarelli, L. and Cindolo, F. and Ciupek, M. R. and Clai, G. and Colamaria, F. and Colburn, J. S. and Colella, D. and Collu, A. and Colocci, M. and Concas, M. and Conesa Balbastre, G. and Conesa del Valle, Z. and Contin, G. and Contreras, J. G. and Coquet, M. L. and Cormier, T. M. and Cortese, P. and Cosentino, M. R. and Costa, F. and Costanza, S. and Crochet, P. and Cruz-Torres, R. and Cuautle, E. and Cui, P. and Cunqueiro, L. and Dainese, A. and Danisch, M. C. and Danu, A. and Das, P. and Das, P. and Das, S. and Dash, A. R. and Dash, S. and De Caro, A. and de Cataldo, G. and De Cilladi, L. and de Cuveland, J. and De Falco, A. and De Gruttola, D. and De Marco, N. and De Martin, C. and De Pasquale, S. and Deb, S. and Debski, R. J. and Deja, K. R. and Del Grande, R. and Dello Stritto, L. and Deng, W. and Dhankher, P. and Di Bari, D. and Di Mauro, A. and Diaz, R. A. and Dietel, T. and Ding, Y. and Divià, R. and Dixit, D. U. and Djuvsland, Ø. and Dmitrieva, U. and Dobrin, A. and Dönigus, B. and Dubey, A. K. and Dubinski, J. M. and Dubla, A. and Dudi, S. and Dupieux, P. and Durkac, M. and Dzalaiova, N. and Eder, T. M. and Ehlers, R. J. and Eikeland, V. N. and Eisenhut, F. and Elia, D. and Erazmus, B. and Ercolessi, F. and Erhardt, F. and Ersdal, M. R. and Espagnon, B. and Eulisse, G. and Evans, D. and Evdokimov, S. and Fabbietti, L. and Faggin, M. and Faivre, J. and Fan, F. and Fan, W. and Fantoni, A. and Fasel, M. and Fecchio, P. and Feliciello, A. and Feofilov, G. and Fernández Téllez, A. and Ferrer, M. B. and Ferrero, A. and Ferrero, C. and Ferretti, A. and Feuillard, V. J. G. and Figiel, J. and Filova, V. and Finogeev, D. and Fionda, F. M. and Fiorenza, G. and Flor, F. and Flores, A. N. and Foertsch, S. and Fokin, I. and Fokin, S. and Fragiacomo, E. and Frajna, E. and Fuchs, U. and Funicello, N. and Furget, C. and Furs, A. and Fusayasu, T. and Gaardhøje, J. J. and Gagliardi, M. and Gago, A. M. and Gal, A. and Galvan, C. D. and Gangadharan, D. R. and Ganoti, P. and Garabatos, C. and Garcia, J. R. A.},
year = {2023},
month = may,
journal = {J. High Energ. Phys.},
volume = {2023},
number = {5},
pages = {243},
issn = {1029-8479},
doi = {10.1007/JHEP05(2023)243},
url = {https://doi.org/10.1007/JHEP05(2023)243},
urldate = {2023-07-24},
abstract = {The first measurements of elliptic flow of π±, K±, $$ \textrm{p}+\overline{\textrm{p}} $$, $$ {\textrm{K}}_{\textrm{S}}^0 $$, $$ \Lambda +\overline{\Lambda} $$, ϕ, $$ {\Xi}^{-}+{\overline{\Xi}}^{+} $$, and $$ {\varOmega}^{-}+{\overline{\varOmega}}^{+} $$using multiparticle cumulants in Pb–Pb collisions at $$ \sqrt{s_{\textrm{NN}}} $$= 5.02 TeV are resented. Results obtained with two- (v2{2}) and four-particle cumulants (v2{4}) are shown as a function of transverse momentum, pT, for various collision centrality intervals. Combining the data for both v2{2} and v2{4} also allows us to report the first measurements of the mean elliptic flow, elliptic flow fluctuations, and relative elliptic flow fluctuations for various hadron species. These observables probe the event-by-event eccentricity fluctuations in the initial state and the contributions from the dynamic evolution of the expanding quark–gluon plasma. The characteristic features observed in previous pT-differential anisotropic flow measurements for identified hadrons with two-particle correlations, namely the mass ordering at low pT and the approximate scaling with the number of constituent quarks at intermediate pT, are similarly present in the four-particle correlations and the combinations of v2{2} and v2{4}. In addition, a particle species dependence of flow fluctuations is observed that could indicate a significant contribution from final state hadronic interactions. The comparison between experimental measurements and CoLBT model calculations, which combine the various physics processes of hydrodynamics, quark coalescence, and jet fragmentation, illustrates their importance over a wide pT range.},
langid = {english},
keywords = {Collective Flow,Heavy Ion Experiments,Particle Correlations and Fluctuations},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/R6K9G55F/Acharya et al. - 2023 - Anisotropic flow and flow fluctuations of identifi.pdf}
}
@article{alicecollaborationCentralityDependenceChargedParticle2016,
title = {Centrality Dependence of the Charged-Particle Multiplicity Density at Midrapidity in {Pb-Pb} Collisions at $\sqrt{s_{\rm NN}}=5.02\text{ }\mathrm{TeV}$},
author = {{ALICE Collaboration} and Adam, J. and Adamová, D. and Aggarwal, M. M. and Aglieri Rinella, G. and Agnello, M. and Agrawal, N. and Ahammed, Z. and Ahmad, S. and Ahn, S. U. and Aiola, S. and Akindinov, A. and Alam, S. N. and Aleksandrov, D. and Alessandro, B. and Alexandre, D. and Alfaro Molina, R. and Alici, A. and Alkin, A. and Almaraz, J. R. M. and Alme, J. and Alt, T. and Altinpinar, S. and Altsybeev, I. and Alves Garcia Prado, C. and Andrei, C. and Andronic, A. and Anguelov, V. and Antičić, T. and Antinori, F. and Antonioli, P. and Aphecetche, L. and Appelshäuser, H. and Arcelli, S. and Arnaldi, R. and Arnold, O. W. and Arsene, I. C. and Arslandok, M. and Audurier, B. and Augustinus, A. and Averbeck, R. and Azmi, M. D. and Badalà, A. and Baek, Y. W. and Bagnasco, S. and Bailhache, R. and Bala, R. and Balasubramanian, S. and Baldisseri, A. and Baral, R. C. and Barbano, A. M. and Barbera, R. and Barile, F. and Barnaföldi, G. G. and Barnby, L. S. and Barret, V. and Bartalini, P. and Barth, K. and Bartke, J. and Bartsch, E. and Basile, M. and Bastid, N. and Basu, S. and Bathen, B. and Batigne, G. and Batista Camejo, A. and Batyunya, B. and Batzing, P. C. and Bearden, I. G. and Beck, H. and Bedda, C. and Behera, N. K. and Belikov, I. and Bellini, F. and Bello Martinez, H. and Bellwied, R. and Belmont, R. and Belmont-Moreno, E. and Belyaev, V. and Benacek, P. and Bencedi, G. and Beole, S. and Berceanu, I. and Bercuci, A. and Berdnikov, Y. and Berenyi, D. and Bertens, R. A. and Berzano, D. and Betev, L. and Bhasin, A. and Bhat, I. R. and Bhati, A. K. and Bhattacharjee, B. and Bhom, J. and Bianchi, L. and Bianchi, N. and Bianchin, C. and Bielčík, J. and Bielčíková, J. and Bilandzic, A. and Biro, G. and Biswas, R. and Biswas, S. and Bjelogrlic, S. and Blair, J. T. and Blau, D. and Blume, C. and Bock, F. and Bogdanov, A. and Bøggild, H. and Boldizsár, L. and Bombara, M. and Book, J. and Borel, H. and Borissov, A. and Borri, M. and Bossú, F. and Botta, E. and Bourjau, C. and Braun-Munzinger, P. and Bregant, M. and Breitner, T. and Broker, T. A. and Browning, T. A. and Broz, M. and Brucken, E. J. and Bruna, E. and Bruno, G. E. and Budnikov, D. and Buesching, H. and Bufalino, S. and Buncic, P. and Busch, O. and Buthelezi, Z. and Butt, J. B. and Buxton, J. T. and Caffarri, D. and Cai, X. and Caines, H. and Calero Diaz, L. and Caliva, A. and Calvo Villar, E. and Camerini, P. and Carena, F. and Carena, W. and Carnesecchi, F. and Castillo Castellanos, J. and Castro, A. J. and Casula, E. A. R. and Ceballos Sanchez, C. and Cerello, P. and Cerkala, J. and Chang, B. and Chapeland, S. and Chartier, M. and Charvet, J. L. and Chattopadhyay, S. and Chattopadhyay, S. and Chauvin, A. and Chelnokov, V. and Cherney, M. and Cheshkov, C. and Cheynis, B. and Chibante Barroso, V. and Chinellato, D. D. and Cho, S. and Chochula, P. and Choi, K. and Chojnacki, M. and Choudhury, S. and Christakoglou, P. and Christensen, C. H. and Christiansen, P. and Chujo, T. and Chung, S. U. and Cicalo, C. and Cifarelli, L. and Cindolo, F. and Cleymans, J. and Colamaria, F. and Colella, D. and Collu, A. and Colocci, M. and Conesa Balbastre, G. and Conesa del Valle, Z. and Connors, M. E. and Contreras, J. G. and Cormier, T. M. and Corrales Morales, Y. and Cortés Maldonado, I. and Cortese, P. and Cosentino, M. R. and Costa, F. and Crochet, P. and Cruz Albino, R. and Cuautle, E. and Cunqueiro, L. and Dahms, T. and Dainese, A. and Danisch, M. C. and Danu, A. and Das, D. and Das, I. and Das, S. and Dash, A. and Dash, S. and De, S. and De Caro, A. and de Cataldo, G. and de Conti, C. and de Cuveland, J. and De Falco, A. and De Gruttola, D. and De Marco, N. and De Pasquale, S. and Deisting, A. and Deloff, A. and Dénes, E. and Deplano, C. and Dhankher, P. and Di Bari, D. and Di Mauro, A. and Di Nezza, P. and Diaz Corchero, M. A. and Dietel, T. and Dillenseger, P. and Divià, R. and Djuvsland, Ø. and Dobrin, A. and Domenicis Gimenez, D. and Dönigus, B. and Dordic, O. and Drozhzhova, T. and Dubey, A. K. and Dubla, A. and Ducroux, L. and Dupieux, P. and Ehlers, R. J. and Elia, D. and Endress, E. and Engel, H. and Epple, E. and Erazmus, B. and Erdemir, I. and Erhardt, F. and Espagnon, B. and Estienne, M. and Esumi, S. and Eum, J. and Evans, D. and Evdokimov, S. and Eyyubova, G. and Fabbietti, L. and Fabris, D. and Faivre, J. and Fantoni, A. and Fasel, M. and Feldkamp, L. and Feliciello, A. and Feofilov, G. and Ferencei, J. and Fernández Téllez, A. and Ferreiro, E. G. and Ferretti, A. and Festanti, A. and Feuillard, V. J. G. and Figiel, J. and Figueredo, M. A. S. and Filchagin, S. and Finogeev, D. and Fionda, F. M. and Fiore, E. M. and Fleck, M. G. and Floris, M. and Foertsch, S. and Foka, P. and Fokin, S. and Fragiacomo, E. and Francescon, A. and Frankenfeld, U. and Fronze, G. G. and Fuchs, U. and Furget, C. and Furs, A. and Fusco Girard, M. and Gaardhøje, J. J. and Gagliardi, M. and Gago, A. M. and Gallio, M. and Gangadharan, D. R. and Ganoti, P. and Gao, C. and Garabatos, C. and Garcia-Solis, E. and Gargiulo, C. and Gasik, P. and Gauger, E. F. and Germain, M. and Gheata, A. and Gheata, M. and Ghosh, P. and Ghosh, S. K. and Gianotti, P. and Giubellino, P. and Giubilato, P. and Gladysz-Dziadus, E. and Glässel, P. and Goméz Coral, D. M. and Gomez Ramirez, A. and Gonzalez, V. and González-Zamora, P. and Gorbunov, S. and Görlich, L. and Gotovac, S. and Grabski, V. and Grachov, O. A. and Graczykowski, L. K. and Graham, K. L. and Grelli, A. and Grigoras, A. and Grigoras, C. and Grigoriev, V. and Grigoryan, A. and Grigoryan, S. and Grinyov, B. and Grion, N. and Gronefeld, J. M. and Grosse-Oetringhaus, J. F. and Grossiord, J.-Y. and Grosso, R. and Guber, F. and Guernane, R. and Guerzoni, B. and Gulbrandsen, K. and Gunji, T. and Gupta, A. and Gupta, R. and Haake, R. and Haaland, Ø. and Hadjidakis, C. and Haiduc, M. and Hamagaki, H. and Hamar, G. and Hamon, J. C. and Harris, J. W. and Harton, A. and Hatzifotiadou, D. and Hayashi, S. and Heckel, S. T. and Helstrup, H. and Herghelegiu, A. and Herrera Corral, G. and Hess, B. A. and Hetland, K. F. and Hillemanns, H. and Hippolyte, B. and Horak, D. and Hosokawa, R. and Hristov, P. and Huang, M. and Humanic, T. J. and Hussain, N. and Hussain, T. and Hutter, D. and Hwang, D. S. and Ilkaev, R. and Inaba, M. and Incani, E. and Ippolitov, M. and Irfan, M. and Ivanov, M. and Ivanov, V. and Izucheev, V. and Jacazio, N. and Jacobs, P. M. and Jadhav, M. B. and Jadlovska, S. and Jadlovsky, J. and Jahnke, C. and Jakubowska, M. J. and Jang, H. J. and Janik, M. A. and Jayarathna, P. H. S. Y. and Jena, C. and Jena, S. and Jimenez Bustamante, R. T. and Jones, P. G. and Jusko, A. and Kalinak, P. and Kalweit, A. and Kamin, J. and Kang, J. H. and Kaplin, V. and Kar, S. and Karasu Uysal, A. and Karavichev, O. and Karavicheva, T. and Karayan, L. and Karpechev, E. and Kebschull, U. and Keidel, R. and Keijdener, D. L. D. and Keil, M. and Mohisin Khan, M. and Khan, P. and Khan, S. A. and Khanzadeev, A. and Kharlov, Y. and Kileng, B. and Kim, D. W. and Kim, D. J. and Kim, D. and Kim, H. and Kim, J. S. and Kim, M. and Kim, S. and Kim, T. and Kirsch, S. and Kisel, I. and Kiselev, S. and Kisiel, A. and Kiss, G. and Klay, J. L. and Klein, C. and Klein, J. and Klein-Bösing, C. and Klewin, S. and Kluge, A. and Knichel, M. L. and Knospe, A. G. and Kobdaj, C. and Kofarago, M. and Kollegger, T. and Kolojvari, A. and Kondratiev, V. and Kondratyeva, N. and Kondratyuk, E. and Konevskikh, A. and Kopcik, M. and Kostarakis, P. and Kour, M. and Kouzinopoulos, C. and Kovalenko, O. and Kovalenko, V. and Kowalski, M. and Koyithatta Meethaleveedu, G. and Králik, I. and Kravčáková, A. and Kretz, M. and Krivda, M. and Krizek, F. and Kryshen, E. and Krzewicki, M. and Kubera, A. M. and Kučera, V. and Kuhn, C. and Kuijer, P. G. and Kumar, A. and Kumar, J. and Kumar, L. and Kumar, S. and Kurashvili, P. and Kurepin, A. and Kurepin, A. B. and Kuryakin, A. and Kweon, M. J. and Kwon, Y. and La Pointe, S. L. and La Rocca, P. and Ladron de Guevara, P. and Lagana Fernandes, C. and Lakomov, I. and Langoy, R. and Lara, C. and Lardeux, A. and Lattuca, A. and Laudi, E. and Lea, R. and Leardini, L. and Lee, G. R. and Lee, S. and Lehas, F. and Lemmon, R. C. and Lenti, V. and Leogrande, E. and León Monzón, I. and León Vargas, H. and Leoncino, M. and Lévai, P. and Li, S. and Li, X. and Lien, J. and Lietava, R. and Lindal, S. and Lindenstruth, V. and Lippmann, C. and Lisa, M. A. and Ljunggren, H. M. and Lodato, D. F. and Loenne, P. I. and Loginov, V. and Loizides, C. and Lopez, X. and López Torres, E. and Lowe, A. and Luettig, P. and Lunardon, M. and Luparello, G. and Lutz, T. H. and Maevskaya, A. and Mager, M. and Mahajan, S. and Mahmood, S. M. and Maire, A. and Majka, R. D. and Malaev, M. and Maldonado Cervantes, I. and Malinina, L. and Mal’Kevich, D. and Malzacher, P. and Mamonov, A. and Manko, V. and Manso, F. and Manzari, V. and Marchisone, M. and Mareš, J. and Margagliotti, G. V. and Margotti, A. and Margutti, J. and Marín, A. and Markert, C. and Marquard, M. and Martin, N. A. and Martin Blanco, J. and Martinengo, P. and Martínez, M. I. and Martínez García, G. and Martinez Pedreira, M. and Mas, A. and Masciocchi, S. and Masera, M. and Masoni, A. and Massacrier, L. and Mastroserio, A. and Matyja, A. and Mayer, C. and Mazer, J. and Mazzoni, M. A. and Mcdonald, D. and Meddi, F. and Melikyan, Y. and Menchaca-Rocha, A. and Meninno, E. and Mercado Pérez, J. and Meres, M. and Miake, Y. and Mieskolainen, M. M. and Mikhaylov, K. and Milano, L. and Milosevic, J. and Minervini, L. M. and Mischke, A. and Mishra, A. N. and Miśkowiec, D. and Mitra, J. and Mitu, C. M. and Mohammadi, N. and Mohanty, B. and Molnar, L. and Montaño Zetina, L. and Montes, E. and Moreira De Godoy, D. A. and Moreno, L. A. P. and Moretto, S. and Morreale, A. and Morsch, A. and Muccifora, V. and Mudnic, E. and Mühlheim, D. and Muhuri, S. and Mukherjee, M. and Mulligan, J. D. and Munhoz, M. G. and Munzer, R. H. and Murakami, H. and Murray, S. and Musa, L. and Musinsky, J. and Naik, B. and Nair, R. and Nandi, B. K. and Nania, R. and Nappi, E. and Naru, M. U. and Natal da Luz, H. and Nattrass, C. and Navarro, S. R. and Nayak, K. and Nayak, R. and Nayak, T. K. and Nazarenko, S. and Nedosekin, A. and Nellen, L. and Ng, F. and Nicassio, M. and Niculescu, M. and Niedziela, J. and Nielsen, B. S. and Nikolaev, S. and Nikulin, S. and Nikulin, V. and Noferini, F. and Nomokonov, P. and Nooren, G. and Noris, J. C. C. and Norman, J. and Nyanin, A. and Nystrand, J. and Oeschler, H. and Oh, S. and Oh, S. K. and Ohlson, A. and Okatan, A. and Okubo, T. and Olah, L. and Oleniacz, J. and Oliveira Da Silva, A. C. and Oliver, M. H. and Onderwaater, J. and Oppedisano, C. and Orava, R. and Ortiz Velasquez, A. and Oskarsson, A. and Otwinowski, J. and Oyama, K. and Ozdemir, M. and Pachmayer, Y. and Pagano, P. and Paić, G. and Pal, S. K. and Pan, J. and Pandey, A. K. and Papikyan, V. and Pappalardo, G. S. and Pareek, P. and Park, W. J. and Parmar, S. and Passfeld, A. and Paticchio, V. and Patra, R. N. and Paul, B. and Pei, H. and Peitzmann, T. and Pereira Da Costa, H. and Peresunko, D. and Pérez Lara, C. E. and Perez Lezama, E. and Peskov, V. and Pestov, Y. and Petráček, V. and Petrov, V. and Petrovici, M. and Petta, C. and Piano, S. and Pikna, M. and Pillot, P. and Pimentel, L. O. D. L. and Pinazza, O. and Pinsky, L. and Piyarathna, D. B. and Płoskoń, M. and Planinic, M. and Pluta, J. and Pochybova, S. and Podesta-Lerma, P. L. M. and Poghosyan, M. G. and Polichtchouk, B. and Poljak, N. and Poonsawat, W. and Pop, A. and Porteboeuf-Houssais, S. and Porter, J. and Pospisil, J. and Prasad, S. K. and Preghenella, R. and Prino, F. and Pruneau, C. A. and Pshenichnov, I. and Puccio, M. and Puddu, G. and Pujahari, P. and Punin, V. and Putschke, J. and Qvigstad, H. and Rachevski, A. and Raha, S. and Rajput, S. and Rak, J. and Rakotozafindrabe, A. and Ramello, L. and Rami, F. and Raniwala, R. and Raniwala, S. and Räsänen, S. S. and Rascanu, B. T. and Rathee, D. and Read, K. F. and Redlich, K. and Reed, R. J. and Rehman, A. and Reichelt, P. and Reidt, F. and Ren, X. and Renfordt, R. and Reolon, A. R. and Reshetin, A. and Revol, J.-P. and Reygers, K. and Riabov, V. and Ricci, R. A. and Richert, T. and Richter, M. and Riedler, P. and Riegler, W. and Riggi, F. and Ristea, C. and Rocco, E. and Rodríguez Cahuantzi, M. and Rodriguez Manso, A. and Røed, K. and Rogochaya, E. and Rohr, D. and Röhrich, D. and Romita, R. and Ronchetti, F. and Ronflette, L. and Rosnet, P. and Rossi, A. and Roukoutakis, F. and Roy, A. and Roy, C. and Roy, P. and Rubio Montero, A. J. and Rui, R. and Russo, R. and Ryabinkin, E. and Ryabov, Y. and Rybicki, A. and Sadovsky, S. and Šafařík, K. and Sahlmuller, B. and Sahoo, P. and Sahoo, R. and Sahoo, S. and Sahu, P. K. and Saini, J. and Sakai, S. and Saleh, M. A. and Salzwedel, J. and Sambyal, S. and Samsonov, V. and Šándor, L. and Sandoval, A. and Sano, M. and Sarkar, D. and Sarma, P. and Scapparone, E. and Scarlassara, F. and Schiaua, C. and Schicker, R. and Schmidt, C. and Schmidt, H. R. and Schuchmann, S. and Schukraft, J. and Schulc, M. and Schuster, T. and Schutz, Y. and Schwarz, K. and Schweda, K. and Scioli, G. and Scomparin, E. and Scott, R. and Šefčík, M. and Seger, J. E. and Sekiguchi, Y. and Sekihata, D. and Selyuzhenkov, I. and Senosi, K. and Senyukov, S. and Serradilla, E. and Sevcenco, A. and Shabanov, A. and Shabetai, A. and Shadura, O. and Shahoyan, R. and Shangaraev, A. and Sharma, A. and Sharma, M. and Sharma, M. and Sharma, N. and Shigaki, K. and Shtejer, K. and Sibiriak, Y. and Siddhanta, S. and Sielewicz, K. M. and Siemiarczuk, T. and Silvermyr, D. and Silvestre, C. and Simatovic, G. and Simonetti, G. and Singaraju, R. and Singh, R. and Singha, S. and Singhal, V. and Sinha, B. C. and Sinha, T. and Sitar, B. and Sitta, M. and Skaali, T. B. and Slupecki, M. and Smirnov, N. and Snellings, R. J. M. and Snellman, T. W. and Søgaard, C. and Song, J. and Song, M. and Song, Z. and Soramel, F. and Sorensen, S. and de Souza, R. D. and Sozzi, F. and Spacek, M. and Spiriti, E. and Sputowska, I. and Spyropoulou-Stassinaki, M. and Stachel, J. and Stan, I. and Stankus, P. and Stefanek, G. and Stenlund, E. and Steyn, G. and Stiller, J. H. and Stocco, D. and Strmen, P. and Suaide, A. A. P. and Sugitate, T. and Suire, C. and Suleymanov, M. and Suljic, M. and Sultanov, R. and Šumbera, M. and Szabo, A. and Szanto de Toledo, A. and Szarka, I. and Szczepankiewicz, A. and Szymanski, M. and Tabassam, U. and Takahashi, J. and Tambave, G. J. and Tanaka, N. and Tangaro, M. A. and Tarhini, M. and Tariq, M. and Tarzila, M. G. and Tauro, A. and Tejeda Muñoz, G. and Telesca, A. and Terasaki, K. and Terrevoli, C. and Teyssier, B. and Thäder, J. and Thomas, D. and Tieulent, R. and Timmins, A. R. and Toia, A. and Trogolo, S. and Trombetta, G. and Trubnikov, V. and Trzaska, W. H. and Tsuji, T. and Tumkin, A. and Turrisi, R. and Tveter, T. S. and Ullaland, K. and Uras, A. and Usai, G. L. and Utrobicic, A. and Vajzer, M. and Vala, M. and Valencia Palomo, L. and Vallero, S. and Van Der Maarel, J. and Van Hoorne, J. W. and van Leeuwen, M. and Vanat, T. and Vande Vyvre, P. and Varga, D. and Vargas, A. and Vargyas, M. and Varma, R. and Vasileiou, M. and Vasiliev, A. and Vauthier, A. and Vechernin, V. and Veen, A. M. and Veldhoen, M. and Velure, A. and Venaruzzo, M. and Vercellin, E. and Vergara Limón, S. and Vernet, R. and Verweij, M. and Vickovic, L. and Viesti, G. and Viinikainen, J. and Vilakazi, Z. and Villalobos Baillie, O. and Villatoro Tello, A. and Vinogradov, A. and Vinogradov, L. and Vinogradov, Y. and Virgili, T. and Vislavicius, V. and Viyogi, Y. P. and Vodopyanov, A. and Völkl, M. A. and Voloshin, K. and Voloshin, S. A. and Volpe, G. and von Haller, B. and Vorobyev, I. and Vranic, D. and Vrláková, J. and Vulpescu, B. and Wagner, B. and Wagner, J. and Wang, H. and Wang, M. and Watanabe, D. and Watanabe, Y. and Weber, M. and Weber, S. G. and Weiser, D. F. and Wessels, J. P. and Westerhoff, U. and Whitehead, A. M. and Wiechula, J. and Wikne, J. and Wilk, G. and Wilkinson, J. and Williams, M. C. S. and Windelband, B. and Winn, M. and Yang, H. and Yang, P. and Yano, S. and Yasar, C. and Yin, Z. and Yokoyama, H. and Yoo, I.-K. and Yoon, J. H. and Yurchenko, V. and Yushmanov, I. and Zaborowska, A. and Zaccolo, V. and Zaman, A. and Zampolli, C. and Zanoli, H. J. C. and Zaporozhets, S. and Zardoshti, N. and Zarochentsev, A. and Závada, P. and Zaviyalov, N. and Zbroszczyk, H. and Zgura, I. S. and Zhalov, M. and Zhang, H. and Zhang, X. and Zhang, Y. and Zhang, C. and Zhang, Z. and Zhao, C. and Zhigareva, N. and Zhou, D. and Zhou, Y. and Zhou, Z. and Zhu, H. and Zhu, J. and Zichichi, A. and Zimmermann, A. and Zimmermann, M. B. and Zinovjev, G. and Zyzak, M.},
year = {2016},
month = jun,
journal = {Phys. Rev. Lett.},
volume = {116},
number = {22},
pages = {222302},
publisher = {American Physical Society},
doi = {10.1103/PhysRevLett.116.222302},
url = {https://link.aps.org/doi/10.1103/PhysRevLett.116.222302},
urldate = {2023-03-15},
abstract = {The pseudorapidity density of charged particles, dNch/dη, at midrapidity in Pb-Pb collisions has been measured at a center-of-mass energy per nucleon pair of √sNN=5.02 TeV. For the 5% most central collisions, we measure a value of 1943±54. The rise in dNch/dη as a function of √sNN is steeper than that observed in proton-proton collisions and follows the trend established by measurements at lower energy. The increase of dNch/dη as a function of the average number of participant nucleons, ⟨Npart⟩, calculated in a Glauber model, is compared with the previous measurement at √sNN=2.76 TeV. A constant factor of about 1.2 describes the increase in dNch/dη from √sNN=2.76 to 5.02 TeV for all centrality classes, within the measured range of 0%–80% centrality. The results are also compared to models based on different mechanisms for particle production in nuclear collisions.},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/CRTJQYQE/ALICE Collaboration et al. - 2016 - Centrality Dependence of the Charged-Particle Mult.pdf;/home/rschotte/snap/zotero-snap/common/Zotero/storage/ACFAJSTX/PhysRevLett.116.html}
}
@article{alicecollaborationCharacterizingInitialConditions2022,
title = {Characterizing the Initial Conditions of Heavy-Ion Collisions at the {{LHC}} with Mean Transverse Momentum and Anisotropic Flow Correlations},
author = {{ALICE Collaboration}},
year = {2022},
month = nov,
journal = {Physics Letters B},
volume = {834},
eprint = {2111.06106},
primaryclass = {hep-ex, physics:nucl-ex},
pages = {137393},
issn = {03702693},
doi = {10.1016/j.physletb.2022.137393},
url = {http://arxiv.org/abs/2111.06106},
urldate = {2022-11-06},
abstract = {Correlations between mean transverse momentum \$[p\_\{\textbackslash rm T\}]\$ and anisotropic flow coefficients \$v\_\{\textbackslash rm 2\}\$ or \$v\_\{\textbackslash rm 3\}\$ are measured as a function of centrality in Pb-Pb and Xe-Xe collisions at \$\textbackslash sqrt\{s\_\{\textbackslash rm NN\}\} = 5.02\$ TeV and 5.44 TeV, respectively, with ALICE. In addition, the recently proposed higher-order correlation between \$[p\_\{\textbackslash rm T\}]\$, \$v\_\{\textbackslash rm 2\}\$, and \$v\_\{\textbackslash rm 3\}\$ is measured for the first time, which shows an anticorrelation for the presented centrality ranges. These measurements are compared with hydrodynamic calculations using IP-Glasma and \$\textbackslash rm T\_\{R\}ENTo\$ initial-state shapes, the former based on the Color Glass Condensate effective theory with gluon saturation, and the latter a parameterized model with nucleons as the relevant degrees of freedom. The data are better described by the IP-Glasma rather than the \$\textbackslash rm T\_\{R\}ENTo\$ based calculations. In particular, Trajectum and JETSCAPE predictions, both based on the \$\textbackslash rm T\_\{R\}ENTo\$ initial state model but with different parameter settings, fail to describe the measurements. As the correlations between \$[p\_\{\textbackslash rm T\}]\$ and \$v\_\{\textbackslash rm n\}\$ are mainly driven by the correlations of the size and the shape of the system in the initial state, these new studies pave a novel way to characterize the initial state in relativistic heavy-ion collisions.},
archiveprefix = {arxiv},
keywords = {High Energy Physics - Experiment,Nuclear Experiment},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/C3QKNNVW/ALICE Collaboration - 2022 - Characterizing the initial conditions of heavy-ion.pdf;/home/rschotte/snap/zotero-snap/common/Zotero/storage/2AVSD5WL/2111.html}
}
@article{alicecollaborationChargedparticleMultiplicityMeasurement2010,
title = {Charged-particle multiplicity measurement in proton-proton collisions at $\sqrt{s}$ = 0.9 and 2.36 {TeV} with {ALICE} at {LHC}},
author = {{ALICE Collaboration}},
year = {2010},
month = jul,
journal = {Eur. Phys. J. C},
volume = {68},
number = {1-2},
eprint = {1004.3034},
primaryclass = {hep-ex},
pages = {89-108},
issn = {1434-6044, 1434-6052},
doi = {10.1140/epjc/s10052-010-1339-x},
url = {http://arxiv.org/abs/1004.3034},
urldate = {2023-04-05},
abstract = {Charged-particle production was studied in proton-proton collisions collected at the LHC with the ALICE detector at centre-of-mass energies 0.9 TeV and 2.36 TeV in the pseudorapidity range |$\eta$| < 1.4. In the central region (|$\eta$| < 0.5), at 0.9 TeV, we measure charged-particle pseudorapidity density dNch/deta = 3.02 $\pm$ 0.01 (stat.) $^{+0.08}_{-0.05}$ (syst.) for inelastic interactions, and dNch/deta = 3.58 $\pm$ 0.01 (stat.) $^{+0.12}_{-0.12}$ (syst.) for non-single-diffractive interactions. At 2.36 TeV, we find dNch/deta = 3.77 $\pm$ 0.01 (stat.) $^{+0.25}_{-0.12}$ (syst.) for inelastic, and dNch/deta = 4.43 $\pm$ 0.01 (stat.) $^{+0.17}_{-0.12}$ (syst.) for non-single-diffractive collisions. The relative increase in charged-particle multiplicity from the lower to higher energy is 24.7% $\pm$ 0.5% (stat.) $^{+5.7}_{-2.8}$% (syst.) for inelastic and 23.7% $\pm$ 0.5% (stat.) $^{+4.6}_{-1.1}$% (syst.) for non-single-diffractive interactions. This increase is consistent with that reported by the CMS collaboration for non-single-diffractive events and larger than that found by a number of commonly used models. The multiplicity distribution was measured in different pseudorapidity intervals and studied in terms of KNO variables at both energies. The results are compared to proton-antiproton data and to model predictions.},
archiveprefix = {arxiv},
keywords = {High Energy Physics - Experiment},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/GKYHERAH/ALICE Collaboration - 2010 - Charged-particle multiplicity measurement in proto.pdf;/home/rschotte/snap/zotero-snap/common/Zotero/storage/5SB3SYFR/1004.html}
}
@misc{alicecollaborationDatadrivenPrecisionDetermination2023,
title = {Data-Driven Precision Determination of the Material Budget in {{ALICE}}},
author = {{ALICE Collaboration}},
year = {2023},
month = mar,
number = {arXiv:2303.15317},
eprint = {2303.15317},
primaryclass = {hep-ex, physics:nucl-ex, physics:physics},
publisher = {{arXiv}},
doi = {10.48550/arXiv.2303.15317},
url = {http://arxiv.org/abs/2303.15317},
urldate = {2023-06-11},
abstract = {The knowledge of the material budget with a high precision is fundamental for measurements of direct photon production using the photon conversion method due to its direct impact on the total systematic uncertainty. Moreover, it influences many aspects of the charged-particle reconstruction performance. In this article, two procedures to determine data-driven corrections to the material-budget description in ALICE simulation software are developed. One is based on the precise knowledge of the gas composition in the Time Projection Chamber. The other is based on the robustness of the ratio between the produced number of photons and charged particles, to a large extent due to the approximate isospin symmetry in the number of produced neutral and charged pions. Both methods are applied to ALICE data allowing for a reduction of the overall material budget systematic uncertainty from 4.5\% down to 2.5\%. Using these methods, a locally correct material budget is also achieved. The two proposed methods are generic and can be applied to any experiment in a similar fashion.},
archiveprefix = {arxiv},
keywords = {High Energy Physics - Experiment,Nuclear Experiment,Physics - Instrumentation and Detectors},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/ILN6DPYX/ALICE Collaboration - 2023 - Data-driven precision determination of the materia.pdf;/home/rschotte/snap/zotero-snap/common/Zotero/storage/8IV5NSY6/2303.html}
}
@article{alicecollaborationDeterminationEventCollision2017,
title = {Determination of the Event Collision Time with the {{ALICE}} Detector at the {{LHC}}},
author = {{ALICE Collaboration}},
year = {2017},
month = feb,
journal = {Eur. Phys. J. Plus},
volume = {132},
number = {2},
eprint = {1610.03055},
primaryclass = {nucl-ex, physics:physics},
pages = {99},
issn = {2190-5444},
doi = {10.1140/epjp/i2017-11279-1},
url = {http://arxiv.org/abs/1610.03055},
urldate = {2023-03-28},
abstract = {Particle identification is an important feature of the ALICE detector at the LHC. In particular, for particle identification via the time-of-flight technique, the precise determination of the event collision time represents an important ingredient of the quality of the measurement. In this paper, the different methods used for such a measurement in ALICE by means of the T0 and the TOF detectors are reviewed. Efficiencies, resolution and the improvement of the particle identification separation power of the methods used are presented for the different LHC colliding systems (pp , p-Pb and Pb-Pb) during the first period of data taking of LHC (Run 1).},
archiveprefix = {arxiv},
keywords = {Nuclear Experiment,Physics - Instrumentation and Detectors},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/KFPJFA3Y/ALICE Collaboration - 2017 - Determination of the event collision time with the.pdf;/home/rschotte/snap/zotero-snap/common/Zotero/storage/URHCSVIP/1610.html}
}
@article{alicecollaborationEnhancedProductionMultistrange2017,
title = {Enhanced Production of Multi-Strange Hadrons in High-Multiplicity Proton-Proton Collisions},
author = {{ALICE Collaboration}},
year = {2017},
month = jun,
journal = {Nature Phys},
volume = {13},
number = {6},
eprint = {1606.07424},
pages = {535--539},
issn = {1745-2473, 1745-2481},
doi = {10.1038/nphys4111},
url = {http://arxiv.org/abs/1606.07424},
urldate = {2021-06-15},
abstract = {At sufficiently high temperature and energy density, nuclear matter undergoes a transition to a phase in which quarks and gluons are not confined: the Quark-Gluon Plasma (QGP) [1]. Such an extreme state of strongly-interacting QCD (Quantum Chromo-Dynamics) matter is produced in the laboratory with high-energy collisions of heavy nuclei, where an enhanced production of strange hadrons is observed [2-6]. Strangeness enhancement, originally proposed as a signature of QGP formation in nuclear collisions [7], is more pronounced for multi-strange baryons. Several effects typical of heavy-ion phenomenology have been observed in high-multiplicity proton-proton (pp) collisions [8,9]. Yet, enhanced production of multi-strange particles has not been reported so far. Here we present the first observation of strangeness enhancement in high-multiplicity pp collisions. We find that the integrated yields of strange and multi-strange particles relative to pions increases significantly with the event charged-particle multiplicity. The measurements are in remarkable agreement with p-Pb collision results [10,11] indicating that the phenomenon is related to the final system created in the collision. In high-multiplicity events strangeness production reaches values similar to those observed in Pb-Pb collisions, where a QGP is formed.},
archiveprefix = {arxiv},
keywords = {High Energy Physics - Experiment,Nuclear Experiment},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/MLWQ7S5X/ALICE Collaboration - 2017 - Enhanced production of multi-strange hadrons in hi.pdf;/home/rschotte/snap/zotero-snap/common/Zotero/storage/5P273MJD/1606.html}
}
@article{alicecollaborationEnsuremathpEnsuremathMathrm2019,
title = {$p\ensuremath{-}p, p\ensuremath{-}\mathrm{\ensuremath{\Lambda}}$, and $\mathrm{\ensuremath{\Lambda}}\ensuremath{-}\mathrm{\ensuremath{\Lambda}}$ correlations studied via femtoscopy in $pp$ reactions at $\sqrt{s}=7\phantom{\rule{0.16em}{0ex}}\mathrm{TeV}$},
author = {{ALICE Collaboration} and Acharya, S. and Adamová, D. and Adolfsson, J. and Aggarwal, M. M. and Aglieri Rinella, G. and Agnello, M. and Agrawal, N. and Ahammed, Z. and Ahn, S. U. and Aiola, S. and Akindinov, A. and Al-Turany, M. and Alam, S. N. and Albuquerque, D. S. D. and Aleksandrov, D. and Alessandro, B. and Alfaro Molina, R. and Ali, Y. and Alici, A. and Alkin, A. and Alme, J. and Alt, T. and Altenkamper, L. and Altsybeev, I. and Anaam, M. N. and Andrei, C. and Andreou, D. and Andrews, H. A. and Andronic, A. and Angeletti, M. and Anguelov, V. and Anson, C. and Antičić, T. and Antinori, F. and Antonioli, P. and Anwar, R. and Apadula, N. and Aphecetche, L. and Appelshäuser, H. and Arcelli, S. and Arnaldi, R. and Arnold, O. W. and Arsene, I. C. and Arslandok, M. and Augustinus, A. and Averbeck, R. and Azmi, M. D. and Badalà, A. and Baek, Y. W. and Bagnasco, S. and Bailhache, R. and Bala, R. and Baldisseri, A. and Ball, M. and Baral, R. C. and Barbano, A. M. and Barbera, R. and Barile, F. and Barioglio, L. and Barnaföldi, G. G. and Barnby, L. S. and Barret, V. and Bartalini, P. and Barth, K. and Bartsch, E. and Bastid, N. and Basu, S. and Batigne, G. and Batyunya, B. and Batzing, P. C. and Bazo Alba, J. L. and Bearden, I. G. and Beck, H. and Bedda, C. and Behera, N. K. and Belikov, I. and Bellini, F. and Bello Martinez, H. and Bellwied, R. and Beltran, L. G. E. and Belyaev, V. and Bencedi, G. and Beole, S. and Bercuci, A. and Berdnikov, Y. and Berenyi, D. and Bertens, R. A. and Berzano, D. and Betev, L. and Bhaduri, P. P. and Bhasin, A. and Bhat, I. R. and Bhatt, H. and Bhattacharjee, B. and Bhom, J. and Bianchi, A. and Bianchi, L. and Bianchi, N. and Bielčík, J. and Bielčíková, J. and Bilandzic, A. and Biro, G. and Biswas, R. and Biswas, S. and Blair, J. T. and Blau, D. and Blume, C. and Boca, G. and Bock, F. and Bogdanov, A. and Boldizsár, L. and Bombara, M. and Bonomi, G. and Bonora, M. and Borel, H. and Borissov, A. and Borri, M. and Botta, E. and Bourjau, C. and Bratrud, L. and Braun-Munzinger, P. and Bregant, M. and Broker, T. A. and Broz, M. and Brucken, E. J. and Bruna, E. and Bruno, G. E. and Budnikov, D. and Buesching, H. and Bufalino, S. and Buhler, P. and Buncic, P. and Busch, O. and Buthelezi, Z. and Butt, J. B. and Buxton, J. T. and Cabala, J. and Caffarri, D. and Caines, H. and Caliva, A. and Calvo Villar, E. and Camacho, R. S. and Camerini, P. and Capon, A. A. and Carena, F. and Carena, W. and Carnesecchi, F. and Castillo Castellanos, J. and Castro, A. J. and Casula, E. A. R. and Ceballos Sanchez, C. and Chandra, S. and Chang, B. and Chang, W. and Chapeland, S. and Chartier, M. and Chattopadhyay, S. and Chattopadhyay, S. and Chauvin, A. and Cheshkov, C. and Cheynis, B. and Chibante Barroso, V. and Chinellato, D. D. and Cho, S. and Chochula, P. and Chowdhury, T. and Christakoglou, P. and Christensen, C. H. and Christiansen, P. and Chujo, T. and Chung, S. U. and Cicalo, C. and Cifarelli, L. and Cindolo, F. and Cleymans, J. and Colamaria, F. and Colella, D. and Collu, A. and Colocci, M. and Concas, M. and Conesa Balbastre, G. and Conesa del Valle, Z. and Contreras, J. G. and Cormier, T. M. and Corrales Morales, Y. and Cortese, P. and Cosentino, M. R. and Costa, F. and Costanza, S. and Crkovská, J. and Crochet, P. and Cuautle, E. and Cunqueiro, L. and Dahms, T. and Dainese, A. and Damas, F. P. A. and Dani, S. and Danisch, M. C. and Danu, A. and Das, D. and Das, I. and Das, S. and Dash, A. and Dash, S. and De, S. and De Caro, A. and de Cataldo, G. and de Conti, C. and de Cuveland, J. and De Falco, A. and De Gruttola, D. and De Marco, N. and De Pasquale, S. and De Souza, R. D. and Degenhardt, H. F. and Deisting, A. and Deloff, A. and Delsanto, S. and Deplano, C. and Dhankher, P. and Di Bari, D. and Di Mauro, A. and Di Ruzza, B. and Diaz, R. A. and Dietel, T. and Dillenseger, P. and Ding, Y. and Divià, R. and Djuvsland, Ø. and Dobrin, A. and Domenicis Gimenez, D. and Dönigus, B. and Dordic, O. and Doremalen, L. V. R. and Dubey, A. K. and Dubla, A. and Ducroux, L. and Dudi, S. and Duggal, A. K. and Dukhishyam, M. and Dupieux, P. and Ehlers, R. J. and Elia, D. and Endress, E. and Engel, H. and Epple, E. and Erazmus, B. and Erhardt, F. and Ersdal, M. R. and Espagnon, B. and Eulisse, G. and Eum, J. and Evans, D. and Evdokimov, S. and Fabbietti, L. and Faggin, M. and Faivre, J. and Fantoni, A. and Fasel, M. and Feldkamp, L. and Feliciello, A. and Feofilov, G. and Fernández Téllez, A. and Ferretti, A. and Festanti, A. and Feuillard, V. J. G. and Figiel, J. and Figueredo, M. A. S. and Filchagin, S. and Finogeev, D. and Fionda, F. M. and Fiorenza, G. and Flor, F. and Floris, M. and Foertsch, S. and Foka, P. and Fokin, S. and Fragiacomo, E. and Francescon, A. and Francisco, A. and Frankenfeld, U. and Fronze, G. G. and Fuchs, U. and Furget, C. and Furs, A. and Fusco Girard, M. and Gaardhøje, J. J. and Gagliardi, M. and Gago, A. M. and Gajdosova, K. and Gallio, M. and Galvan, C. D. and Ganoti, P. and Garabatos, C. and Garcia-Solis, E. and Garg, K. and Gargiulo, C. and Gasik, P. and Gauger, E. F. and Gay Ducati, M. B. and Germain, M. and Ghosh, J. and Ghosh, P. and Ghosh, S. K. and Gianotti, P. and Giubellino, P. and Giubilato, P. and Glässel, P. and Goméz Coral, D. M. and Gomez Ramirez, A. and Gonzalez, V. and González-Zamora, P. and Gorbunov, S. and Görlich, L. and Gotovac, S. and Grabski, V. and Graczykowski, L. K. and Graham, K. L. and Greiner, L. and Grelli, A. and Grigoras, C. and Grigoriev, V. and Grigoryan, A. and Grigoryan, S. and Gronefeld, J. M. and Grosa, F. and Grosse-Oetringhaus, J. F. and Grosso, R. and Guernane, R. and Guerzoni, B. and Guittiere, M. and Gulbrandsen, K. and Gunji, T. and Gupta, A. and Gupta, R. and Guzman, I. B. and Haake, R. and Habib, M. K. and Hadjidakis, C. and Hamagaki, H. and Hamar, G. and Hamid, M. and Hamon, J. C. and Hannigan, R. and Haque, M. R. and Harlenderova, A. and Harris, J. W. and Harton, A. and Hassan, H. and Hatzifotiadou, D. and Hayashi, S. and Heckel, S. T. and Hellbär, E. and Helstrup, H. and Herghelegiu, A. and Hernandez, E. G. and Herrera Corral, G. and Herrmann, F. and Hetland, K. F. and Hilden, T. E. and Hillemanns, H. and Hills, C. and Hippolyte, B. and Hohlweger, B. and Horak, D. and Hornung, S. and Hosokawa, R. and Hota, J. and Hristov, P. and Huang, C. and Hughes, C. and Huhn, P. and Humanic, T. J. and Hushnud, H. and Hussain, N. and Hussain, T. and Hutter, D. and Hwang, D. S. and Iddon, J. P. and Iga Buitron, S. A. and Ilkaev, R. and Inaba, M. and Ippolitov, M. and Islam, M. S. and Ivanov, M. and Ivanov, V. and Izucheev, V. and Jacak, B. and Jacazio, N. and Jacobs, P. M. and Jadhav, M. B. and Jadlovska, S. and Jadlovsky, J. and Jaelani, S. and Jahnke, C. and Jakubowska, M. J. and Janik, M. A. and Jena, C. and Jercic, M. and Jevons, O. and Jimenez Bustamante, R. T. and Jin, M. and Jones, P. G. and Jusko, A. and Kalinak, P. and Kalweit, A. and Kang, J. H. and Kaplin, V. and Kar, S. and Karasu Uysal, A. and Karavichev, O. and Karavicheva, T. and Karczmarczyk, P. and Karpechev, E. and Kebschull, U. and Keidel, R. and Keijdener, D. L. D. and Keil, M. and Ketzer, B. and Khabanova, Z. and Khan, A. M. and Khan, S. and Khan, S. A. and Khanzadeev, A. and Kharlov, Y. and Khatun, A. and Khuntia, A. and Kielbowicz, M. M. and Kileng, B. and Kim, B. and Kim, D. and Kim, D. J. and Kim, E. J. and Kim, H. and Kim, J. S. and Kim, J. and Kim, M. and Kim, S. and Kim, T. and Kim, T. and Kirsch, S. and Kisel, I. and Kiselev, S. and Kisiel, A. and Klay, J. L. and Klein, C. and Klein, J. and Klein-Bösing, C. and Klewin, S. and Kluge, A. and Knichel, M. L. and Knospe, A. G. and Kobdaj, C. and Kofarago, M. and Köhler, M. K. and Kollegger, T. and Kondratyeva, N. and Kondratyuk, E. and Konevskikh, A. and Konopka, P. J. and Konyushikhin, M. and Koska, L. and Kovalenko, O. and Kovalenko, V. and Kowalski, M. and Králik, I. and Kravčáková, A. and Kreis, L. and Krivda, M. and Krizek, F. and Krüger, M. and Kryshen, E. and Krzewicki, M. and Kubera, A. M. and Kučera, V. and Kuhn, C. and Kuijer, P. G. and Kumar, J. and Kumar, L. and Kumar, S. and Kundu, S. and Kurashvili, P. and Kurepin, A. and Kurepin, A. B. and Kuryakin, A. and Kushpil, S. and Kvapil, J. and Kweon, M. J. and Kwon, Y. and La Pointe, S. L. and La Rocca, P. and Lai, Y. S. and Lakomov, I. and Langoy, R. and Lapidus, K. and Lardeux, A. and Larionov, P. and Laudi, E. and Lavicka, R. and Lea, R. and Leardini, L. and Lee, S. and Lehas, F. and Lehner, S. and Lehrbach, J. and Lemmon, R. C. and León Monzón, I. and Lévai, P. and Li, X. and Li, X. L. and Lien, J. and Lietava, R. and Lim, B. and Lindal, S. and Lindenstruth, V. and Lindsay, S. W. and Lippmann, C. and Lisa, M. A. and Litichevskyi, V. and Liu, A. and Ljunggren, H. M. and Llope, W. J. and Lodato, D. F. and Loginov, V. and Loizides, C. and Loncar, P. and Lopez, X. and López Torres, E. and Lowe, A. and Luettig, P. and Luhder, J. R. and Lunardon, M. and Luparello, G. and Lupi, M. and Maevskaya, A. and Mager, M. and Mahmood, S. M. and Maire, A. and Majka, R. D. and Malaev, M. and Malik, Q. W. and Malinina, L. and Mal'Kevich, D. and Malzacher, P. and Mamonov, A. and Manko, V. and Manso, F. and Manzari, V. and Mao, Y. and Marchisone, M. and Mareš, J. and Margagliotti, G. V. and Margotti, A. and Margutti, J. and Marín, A. and Markert, C. and Marquard, M. and Martin, N. A. and Martinengo, P. and Martinez, J. L. and Martínez, M. I. and Martínez García, G. and Martinez Pedreira, M. and Masciocchi, S. and Masera, M. and Masoni, A. and Massacrier, L. and Masson, E. and Mastroserio, A. and Mathis, A. M. and Matuoka, P. F. T. and Matyja, A. and Mayer, C. and Mazzilli, M. and Mazzoni, M. A. and Meddi, F. and Melikyan, Y. and Menchaca-Rocha, A. and Meninno, E. and Mercado Pérez, J. and Meres, M. and Mhlanga, S. and Miake, Y. and Micheletti, L. and Mieskolainen, M. M. and Mihaylov, D. L. and Mikhaylov, K. and Mischke, A. and Mishra, A. N. and Miśkowiec, D. and Mitra, J. and Mitu, C. M. and Mohammadi, N. and Mohanty, A. P. and Mohanty, B. and Mohisin Khan, M. and Moreira De Godoy, D. A. and Moreno, L. A. P. and Moretto, S. and Morreale, A. and Morsch, A. and Mrnjavac, T. and Muccifora, V. and Mudnic, E. and Mühlheim, D. and Muhuri, S. and Mukherjee, M. and Mulligan, J. D. and Munhoz, M. G. and Münning, K. and Munoz, M. I. A. and Munzer, R. H. and Murakami, H. and Murray, S. and Musa, L. and Musinsky, J. and Myers, C. J. and Myrcha, J. W. and Naik, B. and Nair, R. and Nandi, B. K. and Nania, R. and Nappi, E. and Narayan, A. and Naru, M. U. and Nassirpour, A. F. and Natal da Luz, H. and Nattrass, C. and Navarro, S. R. and Nayak, K. and Nayak, R. and Nayak, T. K. and Nazarenko, S. and Negrao De Oliveira, R. A. and Nellen, L. and Nesbo, S. V. and Neskovic, G. and Ng, F. and Nicassio, M. and Niedziela, J. and Nielsen, B. S. and Nikolaev, S. and Nikulin, S. and Nikulin, V. and Noferini, F. and Nomokonov, P. and Nooren, G. and Noris, J. C. C. and Norman, J. and Nyanin, A. and Nystrand, J. and Oh, H. and Ohlson, A. and Oleniacz, J. and Oliveira Da Silva, A. C. and Oliver, M. H. and Onderwaater, J. and Oppedisano, C. and Orava, R. and Oravec, M. and Ortiz Velasquez, A. and Oskarsson, A. and Otwinowski, J. and Oyama, K. and Pachmayer, Y. and Pacik, V. and Pagano, D. and Paić, G. and Palni, P. and Pan, J. and Pandey, A. K. and Panebianco, S. and Papikyan, V. and Pareek, P. and Park, J. and Parkkila, J. E. and Parmar, S. and Passfeld, A. and Pathak, S. P. and Patra, R. N. and Paul, B. and Pei, H. and Peitzmann, T. and Peng, X. and Pereira, L. G. and Pereira Da Costa, H. and Peresunko, D. and Perez Lezama, E. and Peskov, V. and Pestov, Y. and Petráček, V. and Petrovici, M. and Petta, C. and Pezzi, R. P. and Piano, S. and Pikna, M. and Pillot, P. and Pimentel, L. O. D. L. and Pinazza, O. and Pinsky, L. and Pisano, S. and Piyarathna, D. B. and Płoskoń, M. and Planinic, M. and Pliquett, F. and Pluta, J. and Pochybova, S. and Podesta-Lerma, P. L. M. and Poghosyan, M. G. and Polichtchouk, B. and Poljak, N. and Poonsawat, W. and Pop, A. and Poppenborg, H. and Porteboeuf-Houssais, S. and Pozdniakov, V. and Prasad, S. K. and Preghenella, R. and Prino, F. and Pruneau, C. A. and Pshenichnov, I. and Puccio, M. and Punin, V. and Putschke, J. and Raha, S. and Rajput, S. and Rak, J. and Rakotozafindrabe, A. and Ramello, L. and Rami, F. and Raniwala, R. and Raniwala, S. and Räsänen, S. S. and Rascanu, B. T. and Rath, R. and Ratza, V. and Ravasenga, I. and Read, K. F. and Redlich, K. and Rehman, A. and Reichelt, P. and Reidt, F. and Ren, X. and Renfordt, R. and Reshetin, A. and Revol, J.-P. and Reygers, K. and Riabov, V. and Richert, T. and Richter, M. and Riedler, P. and Riegler, W. and Riggi, F. and Ristea, C. and Rode, S. P. and Rodríguez Cahuantzi, M. and Røed, K. and Rogalev, R. and Rogochaya, E. and Rohr, D. and Röhrich, D. and Rokita, P. S. and Ronchetti, F. and Rosas, E. D. and Roslon, K. and Rosnet, P. and Rossi, A. and Rotondi, A. and Roukoutakis, F. and Roy, C. and Roy, P. and Rueda, O. V. and Rui, R. and Rumyantsev, B. and Rustamov, A. and Ryabinkin, E. and Ryabov, Y. and Rybicki, A. and Saarinen, S. and Sadhu, S. and Sadovsky, S. and Šafařík, K. and Saha, S. K. and Sahoo, B. and Sahoo, P. and Sahoo, R. and Sahoo, S. and Sahu, P. K. and Saini, J. and Sakai, S. and Saleh, M. A. and Sambyal, S. and Samsonov, V. and Sandoval, A. and Sarkar, A. and Sarkar, D. and Sarkar, N. and Sarma, P. and Sas, M. H. P. and Scapparone, E. and Scarlassara, F. and Schaefer, B. and Scheid, H. S. and Schiaua, C. and Schicker, R. and Schmidt, C. and Schmidt, H. R. and Schmidt, M. O. and Schmidt, M. and Schmidt, N. V. and Schukraft, J. and Schutz, Y. and Schwarz, K. and Schweda, K. and Scioli, G. and Scomparin, E. and Šefčík, M. and Seger, J. E. and Sekiguchi, Y. and Sekihata, D. and Selyuzhenkov, I. and Senyukov, S. and Serradilla, E. and Sett, P. and Sevcenco, A. and Shabanov, A. and Shabetai, A. and Shahoyan, R. and Shaikh, W. and Shangaraev, A. and Sharma, A. and Sharma, A. and Sharma, M. and Sharma, N. and Sheikh, A. I. and Shigaki, K. and Shimomura, M. and Shirinkin, S. and Shou, Q. and Shtejer, K. and Sibiriak, Y. and Siddhanta, S. and Sielewicz, K. M. and Siemiarczuk, T. and Silvermyr, D. and Simatovic, G. and Simonetti, G. and Singaraju, R. and Singh, R. and Singh, R. and Singhal, V. and Sinha, T. and Sitar, B. and Sitta, M. and Skaali, T. B. and Slupecki, M. and Smirnov, N. and Snellings, R. J. M. and Snellman, T. W. and Sochan, J. and Soncco, C. and Song, J. and Soramel, F. and Sorensen, S. and Sozzi, F. and Sputowska, I. and Stachel, J. and Stan, I. and Stankus, P. and Stenlund, E. and Stocco, D. and Storetvedt, M. M. and Strmen, P. and Suaide, A. A. P. and Sugitate, T. and Suire, C. and Suleymanov, M. and Suljic, M. and Sultanov, R. and Šumbera, M. and Sumowidagdo, S. and Suzuki, K. and Swain, S. and Szabo, A. and Szarka, I. and Tabassam, U. and Takahashi, J. and Tambave, G. J. and Tanaka, N. and Tarhini, M. and Tariq, M. and Tarzila, M. G. and Tauro, A. and Tejeda Muñoz, G. and Telesca, A. and Terrevoli, C. and Teyssier, B. and Thakur, D. and Thakur, S. and Thomas, D. and Thoresen, F. and Tieulent, R. and Tikhonov, A. and Timmins, A. R. and Toia, A. and Topilskaya, N. and Toppi, M. and Torales-Acosta, F. and Torres, S. R. and Tripathy, S. and Trogolo, S. and Trombetta, G. and Tropp, L. and Trubnikov, V. and Trzaska, W. H. and Trzcinski, T. P. and Trzeciak, B. A. and Tsuji, T. and Tumkin, A. and Turrisi, R. and Tveter, T. S. and Ullaland, K. and Umaka, E. N. and Uras, A. and Usai, G. L. and Utrobicic, A. and Vala, M. and Van Hoorne, J. W. and van Leeuwen, M. and Vande Vyvre, P. and Varga, D. and Vargas, A. and Vargyas, M. and Varma, R. and Vasileiou, M. and Vasiliev, A. and Vauthier, A. and Vázquez Doce, O. and Vechernin, V. and Veen, A. M. and Vercellin, E. and Vergara Limón, S. and Vermunt, L. and Vernet, R. and Vértesi, R. and Vickovic, L. and Viinikainen, J. and Vilakazi, Z. and Villalobos Baillie, O. and Villatoro Tello, A. and Vinogradov, A. and Virgili, T. and Vislavicius, V. and Vodopyanov, A. and Völkl, M. A. and Voloshin, K. and Voloshin, S. A. and Volpe, G. and von Haller, B. and Vorobyev, I. and Voscek, D. and Vranic, D. and Vrláková, J. and Wagner, B. and Wang, H. and Wang, M. and Watanabe, Y. and Weber, M. and Weber, S. G. and Wegrzynek, A. and Weiser, D. F. and Wenzel, S. C. and Wessels, J. P. and Westerhoff, U. and Whitehead, A. M. and Wiechula, J. and Wikne, J. and Wilk, G. and Wilkinson, J. and Willems, G. A. and Williams, M. C. S. and Willsher, E. and Windelband, B. and Witt, W. E. and Xu, R. and Yalcin, S. and Yamakawa, K. and Yano, S. and Yin, Z. and Yokoyama, H. and Yoo, I.-K. and Yoon, J. H. and Yurchenko, V. and Zaccolo, V. and Zaman, A. and Zampolli, C. and Zanoli, H. J. C. and Zardoshti, N. and Zarochentsev, A. and Závada, P. and Zaviyalov, N. and Zbroszczyk, H. and Zhalov, M. and Zhang, X. and Zhang, Y. and Zhang, Z. and Zhao, C. and Zherebchevskii, V. and Zhigareva, N. and Zhou, D. and Zhou, Y. and Zhou, Z. and Zhu, H. and Zhu, J. and Zhu, Y. and Zichichi, A. and Zimmermann, M. B. and Zinovjev, G. and Zmeskal, J. and Zou, S.},
year = {2019},
month = feb,
journal = {Phys. Rev. C},
volume = {99},
number = {2},
pages = {024001},
publisher = {American Physical Society},
doi = {10.1103/PhysRevC.99.024001},
url = {https://link.aps.org/doi/10.1103/PhysRevC.99.024001},
urldate = {2021-04-19},
abstract = {We report on the first femtoscopic measurement of baryon pairs, such as p−p, p−Λ, and Λ−Λ, measured by ALICE at the Large Hadron Collider (LHC) in proton-proton collisions at √s=7TeV. This study demonstrates the feasibility of such measurements in pp collisions at ultrarelativistic energies. The femtoscopy method is employed to constrain the hyperon-nucleon and hyperon-hyperon interactions, which are still rather poorly understood. A new method to evaluate the influence of residual correlations induced by the decays of resonances and experimental impurities is hereby presented. The p−p, p−Λ, and Λ−Λ correlation functions were fitted simultaneously with the help of a new tool developed specifically for the femtoscopy analysis in small colliding systems: Correlation Analysis Tool using the Schrödinger equation (CATS). Within the assumption that in pp collisions the three particle pairs originate from a common source, its radius is found to be equal to r0=1.125±0.018(stat)+0.058−0.035(syst) fm. The sensitivity of the measured p−Λ correlation is tested against different scattering parameters, which are defined by the interaction among the two particles, but the statistics is not sufficient yet to discriminate among different models. The measurement of the Λ−Λ correlation function constrains the phase space spanned by the effective range and scattering length of the strong interaction. Discrepancies between the measured scattering parameters and the resulting correlation functions at LHC and RHIC energies are discussed in the context of various models.},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/EMSJQ3JT/ALICE Collaboration et al. - 2019 - $pensuremath - p, pensuremath - mathrm ensurem.pdf;/home/rschotte/snap/zotero-snap/common/Zotero/storage/MM32KUCC/PhysRevC.99.html}
}
@article{alicecollaborationExperimentalEvidenceAttractive2021,
title = {Experimental Evidence for an Attractive P-\$\textbackslash phi\$ Interaction},
author = {{ALICE Collaboration}},
year = {2021},
month = may,
journal = {arXiv:2105.05578 [hep-ex, physics:nucl-ex]},
eprint = {2105.05578},
primaryclass = {hep-ex, physics:nucl-ex},
url = {http://arxiv.org/abs/2105.05578},
urldate = {2021-05-14},
abstract = {This Letter presents the first experimental evidence of the attractive strong interaction between a proton and a \$\textbackslash phi\$ meson. The result is obtained from two-particle correlations of combined p-\$\textbackslash phi \textbackslash oplus \textbackslash overline\{\textbackslash rm \{p\}\}\$-\$\textbackslash phi\$ pairs measured in high-multiplicity pp collisions at \$\textbackslash sqrt\{s\}\textasciitilde =\textasciitilde 13\$ TeV by the ALICE collaboration. The spin-averaged scattering length and effective range of the p-\$\textbackslash phi\$ interaction are extracted from the fully corrected correlation function employing the Lednick\textbackslash 'y-Lyuboshits approach. In particular, the imaginary part of the scattering length vanishes within uncertainties, indicating that inelastic processes do not play a prominent role for the p-\$\textbackslash phi\$ interaction. These data demonstrate that the interaction is dominated by elastic p-\$\textbackslash phi\$ scattering. Furthermore, an analysis employing phenomenological Gaussian- and Yukawa-type potentials is conducted. Under the assumption of the latter, the N-\$\textbackslash phi\$ coupling constant is found to be \$g\_\{\textbackslash rm\{N\}-\textbackslash phi\} = 0.14\textbackslash pm 0.03\textbackslash,(\textbackslash mathrm\{stat.\})\textbackslash pm 0.02\textbackslash,(\textbackslash mathrm\{syst.\})\$. This work provides valuable experimental input to accomplish a self-consistent description of the N-\$\textbackslash phi\$ interaction, which is particularly relevant for the more fundamental studies on partial restoration of chiral symmetry in nuclear medium.},
archiveprefix = {arxiv},
keywords = {High Energy Physics - Experiment,Nuclear Experiment},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/33IRTJGF/ALICE Collaboration - 2021 - Experimental evidence for an attractive p-$phi$ i.pdf;/home/rschotte/snap/zotero-snap/common/Zotero/storage/4YF9XSNT/2105.html}
}
@misc{alicecollaborationFirstMeasurementAbsorption2022,
title = {First measurement of the absorption of $^{3}\overline{\rm He}$ nuclei in matter and impact on their propagation in the galaxy},
author = {{ALICE Collaboration}},
year = {2022},
month = feb,
number = {arXiv:2202.01549},
eprint = {2202.01549},
primaryclass = {astro-ph, physics:hep-ex, physics:nucl-ex},
publisher = {arXiv},
doi = {10.48550/arXiv.2202.01549},
url = {http://arxiv.org/abs/2202.01549},
urldate = {2022-09-13},
abstract = {Antimatter particles such as positrons and antiprotons abound in the cosmos. Much less common are light antinuclei, composed of antiprotons and antineutrons, which can be produced in our galaxy via high-energy cosmic-ray collisions with the interstellar medium or could also originate from the annihilation of the still undiscovered dark-matter particles. On Earth, the only way to produce and study antinuclei with high precision is to create them at high-energy particle accelerators like the Large Hadron Collider (LHC). Though the properties of elementary antiparticles have been studied in detail, knowledge of the interaction of light antinuclei with matter is rather limited. This work focuses on the determination of the disappearance probability of \ahe\ when it encounters matter particles and annihilates or disintegrates. The material of the ALICE detector at the LHC serves as a target to extract the inelastic cross section for \ahe\ in the momentum range of $1.17 \leq p < 10$ GeV/$c$. This inelastic cross section is measured for the first time and is used as an essential input to calculations of the transparency of our galaxy to the propagation of $^{3}\overline{\rm He}$ stemming from dark-matter decays and cosmic-ray interactions within the interstellar medium. A transparency of about 50% is estimated using the GALPROP program for a specific dark-matter profile and a standard set of propagation parameters. For cosmic-ray sources, the obtained transparency with the same propagation scheme varies with increasing $^{3}\overline{\rm He}$ momentum from 25% to 90%. The absolute uncertainties associated to the $^{3}\overline{\rm He}$ inelastic cross section measurements are of the order of 10%$-$15%. The reported results indicate that $^{3}\overline{\rm He}$ nuclei can travel long distances in the galaxy, and can be used to study cosmic-ray interactions and dark-matter decays.},
archiveprefix = {arxiv},
keywords = {Astrophysics - Astrophysics of Galaxies,High Energy Physics - Experiment,Nuclear Experiment},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/2DVRQY5A/ALICE Collaboration - 2022 - First measurement of the absorption of $^ 3 overl.pdf;/home/rschotte/snap/zotero-snap/common/Zotero/storage/DTVG7QEY/2202.html}
}
@book{alicecollaborationFutureHighenergyPp2020,
title = {Future High-Energy Pp Programme with {{ALICE}}},
author = {{ALICE Collaboration}},
year = {2020},
month = jul,
number = {ALICE-PUBLIC-2020-005 ; CERN-LHCC-2020-018 ; LHCC-G-179},
abstract = {This document presents the proposal of the ALICE Collaboration for an extended data taking programme with high-energy proton-proton collisions (s{$\surd\approx$}13--14 TeV). The proposed programme includes two components: a sample with a target integrated luminosity of about 200 pb-1, for which a highly-selective software-based event skimming will be performed after data reconstruction, and a minimum bias sample with a target integrated luminosity of about 3 pb-1. The first sample targets several physics topics based on the selection of rare events, in particular with very high particle multiplicity or diffractive topologies, and/or rare signals, ranging from light nuclei and hyperons to heavy-quark hadrons and jets. The data processing and selection strategy exploits the new online-offline computing framework that is being prepared to process the Pb-Pb data samples. The second sample will be recorded with a reduced value of the ALICE solenoid magnetic field (0.2 T) and will be devoted to high-precision studies of low-mass dielectron pairs.},
langid = {english},
keywords = {Nuclear Physics - Experiment}
}
@misc{alicecollaborationGoingFlow2021,
title = {Going with the Flow},
author = {{ALICE Collaboration}},
year = {2021},
month = apr,
journal = {CERN Courier},
url = {https://cerncourier.com/a/going-with-the-flow/},
urldate = {2021-04-30},
abstract = {The ALICE experiment is making strides towards understanding how charm and beauty quarks flow within cooling droplets of quark\textendash gluon plasma at the LHC, shedding light on the extreme conditions of the early universe.},
chapter = {Strong interactions},
langid = {british},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/3GXB85WQ/going-with-the-flow.html}
}
@article{alicecollaborationK8922015,
title = {${K}^{*}{(892)}^{0}$ and $\ensuremath{\phi}(1020)$ production in {Pb-Pb} collisions at $\sqrt{{s}_{NN}}=2.76$ {TeV}},
author = {{ALICE Collaboration} and Abelev, B. and Adam, J. and Adamová, D. and Aggarwal, M. M. and Agnello, M. and Agostinelli, A. and Agrawal, N. and Ahammed, Z. and Ahmad, N. and Ahmad Masoodi, A. and Ahmed, I. and Ahn, S. U. and Ahn, S. A. and Aimo, I. and Aiola, S. and Ajaz, M. and Akindinov, A. and Aleksandrov, D. and Alessandro, B. and Alexandre, D. and Alici, A. and Alkin, A. and Alme, J. and Alt, T. and Altini, V. and Altinpinar, S. and Altsybeev, I. and Alves Garcia Prado, C. and Andrei, C. and Andronic, A. and Anguelov, V. and Anielski, J. and Antičić, T. and Antinori, F. and Antonioli, P. and Aphecetche, L. and Appelshäuser, H. and Arbor, N. and Arcelli, S. and Armesto, N. and Arnaldi, R. and Aronsson, T. and Arsene, I. C. and Arslandok, M. and Augustinus, A. and Averbeck, R. and Awes, T. C. and Azmi, M. D. and Bach, M. and Badalà, A. and Baek, Y. W. and Bagnasco, S. and Bailhache, R. and Bala, R. and Baldisseri, A. and Baltasar Dos Santos Pedrosa, F. and Baral, R. C. and Barbera, R. and Barile, F. and Barnaföldi, G. G. and Barnby, L. S. and Barret, V. and Bartke, J. and Basile, M. and Bastid, N. and Basu, S. and Bathen, B. and Batigne, G. and Batyunya, B. and Batzing, P. C. and Baumann, C. and Bearden, I. G. and Beck, H. and Bedda, C. and Behera, N. K. and Belikov, I. and Bellini, F. and Bellwied, R. and Belmont-Moreno, E. and Bencedi, G. and Beole, S. and Berceanu, I. and Bercuci, A. and Berdnikov, Y. and Berenyi, D. and Bertens, R. A. and Berzano, D. and Betev, L. and Bhasin, A. and Bhat, I. R. and Bhati, A. K. and Bhattacharjee, B. and Bhom, J. and Bianchi, L. and Bianchi, N. and Bianchin, C. and Bielčík, J. and Bielčíková, J. and Bilandzic, A. and Bjelogrlic, S. and Blanco, F. and Blau, D. and Blume, C. and Bock, F. and Bogdanov, A. and Bøggild, H. and Bogolyubsky, M. and Boldizsár, L. and Bombara, M. and Book, J. and Borel, H. and Borissov, A. and Bossú, F. and Botje, M. and Botta, E. and Böttger, S. and Braun-Munzinger, P. and Bregant, M. and Breitner, T. and Broker, T. A. and Browning, T. A. and Broz, M. and Bruna, E. and Bruno, G. E. and Budnikov, D. and Buesching, H. and Bufalino, S. and Buncic, P. and Busch, O. and Buthelezi, Z. and Caffarri, D. and Cai, X. and Caines, H. and Caliva, A. and Calvo Villar, E. and Camerini, P. and Carena, F. and Carena, W. and Castillo Castellanos, J. and Casula, E. A. R. and Catanescu, V. and Cavicchioli, C. and Ceballos Sanchez, C. and Cepila, J. and Cerello, P. and Chang, B. and Chapeland, S. and Charvet, J. L. and Chattopadhyay, S. and Chattopadhyay, S. and Chelnokov, V. and Cherney, M. and Cheshkov, C. and Cheynis, B. and Chibante Barroso, V. and Chinellato, D. D. and Chochula, P. and Chojnacki, M. and Choudhury, S. and Christakoglou, P. and Christensen, C. H. and Christiansen, P. and Chujo, T. and Chung, S. U. and Cicalo, C. and Cifarelli, L. and Cindolo, F. and Cleymans, J. and Colamaria, F. and Colella, D. and Collu, A. and Colocci, M. and Conesa Balbastre, G. and Conesa del Valle, Z. and Connors, M. E. and Contreras, J. G. and Cormier, T. M. and Corrales Morales, Y. and Cortese, P. and Cortés Maldonado, I. and Cosentino, M. R. and Costa, F. and Crochet, P. and Cruz Albino, R. and Cuautle, E. and Cunqueiro, L. and Dainese, A. and Dang, R. and Danu, A. and Das, D. and Das, I. and Das, K. and Das, S. and Dash, A. and Dash, S. and De, S. and Delagrange, H. and Deloff, A. and Dénes, E. and D'Erasmo, G. and De Caro, A. and de Cataldo, G. and de Cuveland, J. and De Falco, A. and De Gruttola, D. and De Marco, N. and De Pasquale, S. and de Rooij, R. and Diaz Corchero, M. A. and Dietel, T. and Divià, R. and Di Bari, D. and Di Liberto, S. and Di Mauro, A. and Di Nezza, P. and Djuvsland, Ø. and Dobrin, A. and Dobrowolski, T. and Domenicis Gimenez, D. and Dönigus, B. and Dordic, O. and Dubey, A. K. and Dubla, A. and Ducroux, L. and Dupieux, P. and Dutta Majumdar, A. K. and Ehlers, R. J. and Elia, D. and Engel, H. and Erazmus, B. and Erdal, H. A. and Eschweiler, D. and Espagnon, B. and Esposito, M. and Estienne, M. and Esumi, S. and Evans, D. and Evdokimov, S. and Fabris, D. and Faivre, J. and Falchieri, D. and Fantoni, A. and Fasel, M. and Fehlker, D. and Feldkamp, L. and Felea, D. and Feliciello, A. and Feofilov, G. and Ferencei, J. and Fernández Téllez, A. and Ferreiro, E. G. and Ferretti, A. and Festanti, A. and Figiel, J. and Figueredo, M. A. S. and Filchagin, S. and Finogeev, D. and Fionda, F. M. and Fiore, E. M. and Floratos, E. and Floris, M. and Foertsch, S. and Foka, P. and Fokin, S. and Fragiacomo, E. and Francescon, A. and Frankenfeld, U. and Fuchs, U. and Furget, C. and Fusco Girard, M. and Gaardhøje, J. J. and Gagliardi, M. and Gago, A. M. and Gallio, M. and Gangadharan, D. R. and Ganoti, P. and Garabatos, C. and Garcia-Solis, E. and Gargiulo, C. and Garishvili, I. and Gerhard, J. and Germain, M. and Gheata, A. and Gheata, M. and Ghidini, B. and Ghosh, P. and Ghosh, S. K. and Gianotti, P. and Giubellino, P. and Gladysz-Dziadus, E. and Glässel, P. and Gomez Ramirez, A. and González-Zamora, P. and Gorbunov, S. and Görlich, L. and Gotovac, S. and Graczykowski, L. K. and Grelli, A. and Grigoras, A. and Grigoras, C. and Grigoriev, V. and Grigoryan, A. and Grigoryan, S. and Grinyov, B. and Grion, N. and Grosse-Oetringhaus, J. F. and Grossiord, J.-Y. and Grosso, R. and Guber, F. and Guernane, R. and Guerzoni, B. and Guilbaud, M. and Gulbrandsen, K. and Gulkanyan, H. and Gunji, T. and Gupta, A. and Gupta, R. and Khan, K. H. and Haake, R. and Haaland, Ø. and Hadjidakis, C. and Haiduc, M. and Hamagaki, H. and Hamar, G. and Hanratty, L. D. and Hansen, A. and Harris, J. W. and Hartmann, H. and Harton, A. and Hatzifotiadou, D. and Hayashi, S. and Heckel, S. T. and Heide, M. and Helstrup, H. and Herghelegiu, A. and Herrera Corral, G. and Hess, B. A. and Hetland, K. F. and Hicks, B. and Hippolyte, B. and Hladky, J. and Hristov, P. and Huang, M. and Humanic, T. J. and Hutter, D. and Hwang, D. S. and Ilkaev, R. and Ilkiv, I. and Inaba, M. and Innocenti, G. M. and Ionita, C. and Ippolitov, M. and Irfan, M. and Ivanov, M. and Ivanov, V. and Ivanytskyi, O. and Jachołkowski, A. and Jacobs, P. M. and Jahnke, C. and Jang, H. J. and Janik, M. A. and Jayarathna, P. H. S. Y. and Jena, S. and Jimenez Bustamante, R. T. and Jones, P. G. and Jung, H. and Jusko, A. and Kadyshevskiy, V. and Kalcher, S. and Kalinak, P. and Kalweit, A. and Kamin, J. and Kang, J. H. and Kaplin, V. and Kar, S. and Karasu Uysal, A. and Karavichev, O. and Karavicheva, T. and Karpechev, E. and Kebschull, U. and Keidel, R. and Khan, M. M. and Khan, P. and Khan, S. A. and Khanzadeev, A. and Kharlov, Y. and Kileng, B. and Kim, B. and Kim, D. W. and Kim, D. J. and Kim, J. S. and Kim, M. and Kim, M. and Kim, S. and Kim, T. and Kirsch, S. and Kisel, I. and Kiselev, S. and Kisiel, A. and Kiss, G. and Klay, J. L. and Klein, J. and Klein-Bösing, C. and Kluge, A. and Knichel, M. L. and Knospe, A. G. and Kobdaj, C. and Köhler, M. K. and Kollegger, T. and Kolojvari, A. and Kondratiev, V. and Kondratyeva, N. and Konevskikh, A. and Kovalenko, V. and Kowalski, M. and Kox, S. and Koyithatta Meethaleveedu, G. and Kral, J. and Králik, I. and Kramer, F. and Kravčáková, A. and Krelina, M. and Kretz, M. and Krivda, M. and Krizek, F. and Krus, M. and Kryshen, E. and Krzewicki, M. and Kučera, V. and Kucheriaev, Y. and Kugathasan, T. and Kuhn, C. and Kuijer, P. G. and Kulakov, I. and Kumar, J. and Kurashvili, P. and Kurepin, A. and Kurepin, A. B. and Kuryakin, A. and Kushpil, S. and Kweon, M. J. and Kwon, Y. and Ladron de Guevara, P. and Lagana Fernandes, C. and Lakomov, I. and Langoy, R. and Lara, C. and Lardeux, A. and Lattuca, A. and La Pointe, S. L. and La Rocca, P. and Lea, R. and Lee, G. R. and Legrand, I. and Lehnert, J. and Lemmon, R. C. and Lenti, V. and Leogrande, E. and Leoncino, M. and León Monzón, I. and Lévai, P. and Li, S. and Lien, J. and Lietava, R. and Lindal, S. and Lindenstruth, V. and Lippmann, C. and Lisa, M. A. and Ljunggren, H. M. and Lodato, D. F. and Loenne, P. I. and Loggins, V. R. and Loginov, V. and Lohner, D. and Loizides, C. and Lopez, X. and López Torres, E. and Lu, X.-G. and Luettig, P. and Lunardon, M. and Luo, J. and Luparello, G. and Luzzi, C. and Ma, R. and Maevskaya, A. and Mager, M. and Mahapatra, D. P. and Maire, A. and Majka, R. D. and Malaev, M. and Maldonado Cervantes, I. and Malinina, L. and Mal'Kevich, D. and Malzacher, P. and Mamonov, A. and Manceau, L. and Manko, V. and Manso, F. and Manzari, V. and Marchisone, M. and Mareš, J. and Margagliotti, G. V. and Margotti, A. and Marín, A. and Markert, C. and Marquard, M. and Martashvili, I. and Martin, N. A. and Martinengo, P. and Martínez, M. I. and Martínez García, G. and Martin Blanco, J. and Martynov, Y. and Mas, A. and Masciocchi, S. and Masera, M. and Masoni, A. and Massacrier, L. and Mastroserio, A. and Matyja, A. and Mayer, C. and Mazer, J. and Mazzoni, M. A. and Meddi, F. and Menchaca-Rocha, A. and Mercado Pérez, J. and Meres, M. and Miake, Y. and Mikhaylov, K. and Milano, L. and Milosevic, J. and Mischke, A. and Mishra, A. N. and Miśkowiec, D. and Mitu, C. M. and Mlynarz, J. and Mohanty, B. and Molnar, L. and Montaño Zetina, L. and Montes, E. and Morando, M. and Moreira De Godoy, D. A. and Moretto, S. and Morreale, A. and Morsch, A. and Muccifora, V. and Mudnic, E. and Muhuri, S. and Mukherjee, M. and Müller, H. and Munhoz, M. G. and Murray, S. and Musa, L. and Musinsky, J. and Nandi, B. K. and Nania, R. and Nappi, E. and Nattrass, C. and Nayak, T. K. and Nazarenko, S. and Nedosekin, A. and Nicassio, M. and Niculescu, M. and Nielsen, B. S. and Nikolaev, S. and Nikulin, S. and Nikulin, V. and Nilsen, B. S. and Noferini, F. and Nomokonov, P. and Nooren, G. and Nyanin, A. and Nystrand, J. and Oeschler, H. and Oh, S. and Oh, S. K. and Okatan, A. and Olah, L. and Oleniacz, J. and Oliveira Da Silva, A. C. and Onderwaater, J. and Oppedisano, C. and Ortiz Velasquez, A. and Oskarsson, A. and Otwinowski, J. and Oyama, K. and Sahoo, P. and Pachmayer, Y. and Pachr, M. and Pagano, P. and Paić, G. and Painke, F. and Pajares, C. and Pal, S. K. and Palmeri, A. and Pant, D. and Papikyan, V. and Pappalardo, G. S. and Pareek, P. and Park, W. J. and Parmar, S. and Passfeld, A. and Patalakha, D. I. and Paticchio, V. and Paul, B. and Pawlak, T. and Peitzmann, T. and Pereira Da Costa, H. and Pereira De Oliveira Filho, E. and Peresunko, D. and Pérez Lara, C. E. and Pesci, A. and Peskov, V. and Pestov, Y. and Petráček, V. and Petran, M. and Petris, M. and Petrovici, M. and Petta, C. and Piano, S. and Pikna, M. and Pillot, P. and Pinazza, O. and Pinsky, L. and Piyarathna, D. B. and Płoskoń, M. and Planinic, M. and Pluta, J. and Pochybova, S. and Podesta-Lerma, P. L. M. and Poghosyan, M. G. and Pohjoisaho, E. H. O. and Polichtchouk, B. and Poljak, N. and Pop, A. and Porteboeuf-Houssais, S. and Porter, J. and Pospisil, V. and Potukuchi, B. and Prasad, S. K. and Preghenella, R. and Prino, F. and Pruneau, C. A. and Pshenichnov, I. and Puddu, G. and Pujahari, P. and Punin, V. and Putschke, J. and Qvigstad, H. and Rachevski, A. and Raha, S. and Rak, J. and Rakotozafindrabe, A. and Ramello, L. and Raniwala, R. and Raniwala, S. and Räsänen, S. S. and Rascanu, B. T. and Rathee, D. and Rauf, A. W. and Razazi, V. and Read, K. F. and Real, J. S. and Redlich, K. and Reed, R. J. and Rehman, A. and Reichelt, P. and Reicher, M. and Reidt, F. and Renfordt, R. and Reolon, A. R. and Reshetin, A. and Rettig, F. and Revol, J.-P. and Reygers, K. and Ricci, R. A. and Richert, T. and Richter, M. and Riedler, P. and Riegler, W. and Riggi, F. and Rivetti, A. and Rocco, E. and Rodríguez Cahuantzi, M. and Rodriguez Manso, A. and Røed, K. and Rogochaya, E. and Rohni, S. and Rohr, D. and Röhrich, D. and Romita, R. and Ronchetti, F. and Rosnet, P. and Rossegger, S. and Rossi, A. and Roukoutakis, F. and Roy, A. and Roy, C. and Roy, P. and Rubio Montero, A. J. and Rui, R. and Russo, R. and Ryabinkin, E. and Rybicki, A. and Sadovsky, S. and Šafařík, K. and Sahlmuller, B. and Sahoo, R. and Sahu, P. K. and Saini, J. and Salgado, C. A. and Salzwedel, J. and Sambyal, S. and Samsonov, V. and Sanchez Castro, X. and Sánchez Rodríguez, F. J. and Šándor, L. and Sandoval, A. and Sano, M. and Santagati, G. and Sarkar, D. and Scapparone, E. and Scarlassara, F. and Scharenberg, R. P. and Schiaua, C. and Schicker, R. and Schmidt, C. and Schmidt, H. R. and Schuchmann, S. and Schukraft, J. and Schulc, M. and Schuster, T. and Schutz, Y. and Schwarz, K. and Schweda, K. and Scioli, G. and Scomparin, E. and Scott, R. and Segato, G. and Seger, J. E. and Sekiguchi, Y. and Selyuzhenkov, I. and Seo, J. and Serradilla, E. and Sevcenco, A. and Shabetai, A. and Shabratova, G. and Shahoyan, R. and Shangaraev, A. and Sharma, N. and Sharma, S. and Shigaki, K. and Shtejer, K. and Sibiriak, Y. and Siddhanta, S. and Siemiarczuk, T. and Silvermyr, D. and Silvestre, C. and Simatovic, G. and Singaraju, R. and Singh, R. and Singha, S. and Singhal, V. and Sinha, B. C. and Sinha, T. and Sitar, B. and Sitta, M. and Skaali, T. B. and Skjerdal, K. and Smakal, R. and Smirnov, N. and Snellings, R. J. M. and Søgaard, C. and Soltz, R. and Song, J. and Song, M. and Soramel, F. and Sorensen, S. and Spacek, M. and Sputowska, I. and Spyropoulou-Stassinaki, M. and Srivastava, B. K. and Stachel, J. and Stan, I. and Stefanek, G. and Steinpreis, M. and Stenlund, E. and Steyn, G. and Stiller, J. H. and Stocco, D. and Stolpovskiy, M. and Strmen, P. and Suaide, A. A. P. and Sugitate, T. and Suire, C. and Suleymanov, M. and Sultanov, R. and Šumbera, M. and Susa, T. and Symons, T. J. M. and Szanto de Toledo, A. and Szarka, I. and Szczepankiewicz, A. and Szymanski, M. and Takahashi, J. and Tangaro, M. A. and Tapia Takaki, J. D. and Tarantola Peloni, A. and Tarazona Martinez, A. and Tauro, A. and Tejeda Muñoz, G. and Telesca, A. and Terrevoli, C. and Thäder, J. and Thomas, D. and Tieulent, R. and Timmins, A. R. and Toia, A. and Torii, H. and Trubnikov, V. and Trzaska, W. H. and Tsuji, T. and Tumkin, A. and Turrisi, R. and Tveter, T. S. and Ulery, J. and Ullaland, K. and Uras, A. and Usai, G. L. and Vajzer, M. and Vala, M. and Valencia Palomo, L. and Vallero, S. and Vande Vyvre, P. and Vannucci, L. and Van Hoorne, J. W. and van Leeuwen, M. and Vargas, A. and Varma, R. and Vasileiou, M. and Vasiliev, A. and Vechernin, V. and Veldhoen, M. and Velure, A. and Venaruzzo, M. and Vercellin, E. and Vergara Limón, S. and Vernet, R. and Verweij, M. and Vickovic, L. and Viesti, G. and Viinikainen, J. and Vilakazi, Z. and Villalobos Baillie, O. and Vinogradov, A. and Vinogradov, L. and Vinogradov, Y. and Virgili, T. and Viyogi, Y. P. and Vodopyanov, A. and Völkl, M. A. and Voloshin, K. and Voloshin, S. A. and Volpe, G. and von Haller, B. and Vorobyev, I. and Vranic, D. and Vrláková, J. and Vulpescu, B. and Vyushin, A. and Wagner, B. and Wagner, J. and Wagner, V. and Wang, M. and Wang, Y. and Watanabe, D. and Weber, M. and Wessels, J. P. and Westerhoff, U. and Wiechula, J. and Wikne, J. and Wilde, M. and Wilk, G. and Wilkinson, J. and Williams, M. C. S. and Windelband, B. and Winn, M. and Xiang, C. and Yaldo, C. G. and Yamaguchi, Y. and Yang, H. and Yang, P. and Yang, S. and Yano, S. and Yasnopolskiy, S. and Yi, J. and Yin, Z. and Yoo, I.-K. and Yushmanov, I. and Zaccolo, V. and Zach, C. and Zaman, A. and Zampolli, C. and Zaporozhets, S. and Zarochentsev, A. and Závada, P. and Zaviyalov, N. and Zbroszczyk, H. and Zgura, I. S. and Zhalov, M. and Zhang, H. and Zhang, X. and Zhang, Y. and Zhao, C. and Zhigareva, N. and Zhou, D. and Zhou, F. and Zhou, Y. and Zhu, H. and Zhu, J. and Zhu, X. and Zichichi, A. and Zimmermann, A. and Zimmermann, M. B. and Zinovjev, G. and Zoccarato, Y. and Zynovyev, M. and Zyzak, M.},
year = {2015},
month = feb,
journal = {Phys. Rev. C},
volume = {91},
number = {2},
pages = {024609},
publisher = {American Physical Society},
doi = {10.1103/PhysRevC.91.024609},
url = {https://link.aps.org/doi/10.1103/PhysRevC.91.024609},
urldate = {2023-07-24},
abstract = {The yields of the K∗(892)0 and ϕ(1020) resonances are measured in Pb-Pb collisions at √sNN=2.76 TeV through their hadronic decays using the ALICE detector. The measurements are performed in multiple centrality intervals at mid-rapidity (|y|<0.5) in the transverse-momentum ranges 0.3<pT<5 GeV/c for the K∗(892)0 and 0.5<pT<5 GeV/c for the ϕ(1020). The yields of K∗(892)0 are suppressed in central Pb-Pb collisions with respect to pp and peripheral Pb-Pb collisions (perhaps due to rescattering of its decay products in the hadronic medium), while the longer-lived ϕ(1020) meson is not suppressed. These particles are also used as probes to study the mechanisms of particle production. The shape of the pT distribution of the ϕ(1020) meson, but not its yield, is reproduced fairly well by hydrodynamic models for central Pb-Pb collisions. In central Pb-Pb collisions at low and intermediate pT, the p/ϕ(1020) ratio is flat in pT, while the p/π and ϕ(1020)/π ratios show a pronounced increase and have similar shapes to each other. These results indicate that the shapes of the pT distributions of these particles in central Pb-Pb collisions are determined predominantly by the particle masses and radial flow. Finally, ϕ(1020) production in Pb-Pb collisions is enhanced, with respect to the yield in pp collisions and the yield of charged pions, by an amount similar to the Λ and Ξ.},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/MXNRY4CT/ALICE Collaboration et al. - 2015 - $ K ^ (892) ^ 0 $ and $ensuremath phi (1020)$.pdf;/home/rschotte/snap/zotero-snap/common/Zotero/storage/Z6VSQFRJ/PhysRevC.91.html}
}
@article{alicecollaborationMeasurementInelasticSingle2013,
title = {Measurement of Inelastic, Single- and Double-Diffraction Cross Sections in Proton-Proton Collisions at the {{LHC}} with {{ALICE}}},
author = {{ALICE Collaboration}},
year = {2013},
month = jun,
journal = {Eur. Phys. J. C},
volume = {73},
number = {6},
eprint = {1208.4968},
primaryclass = {hep-ex},
pages = {2456},
issn = {1434-6044, 1434-6052},
doi = {10.1140/epjc/s10052-013-2456-0},
url = {http://arxiv.org/abs/1208.4968},
urldate = {2023-06-25},
abstract = {Measurements of cross sections of inelastic and diffractive processes in proton--proton collisions at LHC energies were carried out with the ALICE detector. The fractions of diffractive processes in inelastic collisions were determined from a study of gaps in charged particle pseudorapidity distributions: for single diffraction (diffractive mass \$M\_X {$<$} 200\$ GeV/\$c\^2\$) \$\textbackslash sigma\_\{\textbackslash rm SD\}/\textbackslash sigma\_\{\textbackslash rm INEL\} = 0.21 \textbackslash pm 0.03, 0.20\^\{+0.07\}\_\{-0.08\}\$, and \$0.20\^\{+0.04\}\_\{-0.07\}\$, respectively at centre-of-mass energies \$\textbackslash sqrt\{s\} = 0.9, 2.76\$, and 7\textasciitilde TeV; for double diffraction (for a pseudorapidity gap \$\textbackslash Delta\textbackslash eta {$>$} 3\$) \$\textbackslash sigma\_\{\textbackslash rm DD\}/\textbackslash sigma\_\{\textbackslash rm INEL\} = 0.11 \textbackslash pm 0.03, 0.12 \textbackslash pm 0.05\$, and \$0.12\^\{+0.05\}\_\{-0.04\}\$, respectively at \$\textbackslash sqrt\{s\} = 0.9, 2.76\$, and 7\textasciitilde TeV. To measure the inelastic cross section, beam properties were determined with van der Meer scans, and, using a simulation of diffraction adjusted to data, the following values were obtained: \$\textbackslash sigma\_\{\textbackslash rm INEL\} = 62.8\^\{+2.4\}\_\{-4.0\} (model) \textbackslash pm 1.2 (lumi)\$ mb at \$\textbackslash sqrt\{s\} =\$ 2.76\textasciitilde TeV and \$73.2\^\{+2.0\}\_\{-4.6\} (model) \textbackslash pm 2.6 (lumi)\$ mb at \$\textbackslash sqrt\{s\}\$ = 7\textasciitilde TeV. The single- and double-diffractive cross sections were calculated combining relative rates of diffraction with inelastic cross sections. The results are compared to previous measurements at proton--antiproton and proton--proton colliders at lower energies, to measurements by other experiments at the LHC, and to theoretical models.},
archiveprefix = {arxiv},
keywords = {High Energy Physics - Experiment},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/9X4TPJTJ/ALICE Collaboration - 2013 - Measurement of inelastic, single- and double-diffr.pdf;/home/rschotte/snap/zotero-snap/common/Zotero/storage/757QSP76/1208.html}
}
@article{alicecollaborationMeasurementPionKaon2015,
title = {Measurement of pion, kaon and proton production in proton-proton collisions at $\sqrt{s}=7$ TeV},
author = {{ALICE Collaboration}},
year = {2015},
month = oct,
journal = {arXiv:1504.00024 [hep-ex, physics:nucl-ex]},
eprint = {1504.00024},
primaryclass = {hep-ex, physics:nucl-ex},
doi = {10.1140/epjc/s10052-015-3422-9},
url = {http://arxiv.org/abs/1504.00024},
urldate = {2021-04-26},
abstract = {The measurement of primary $\pi^{\pm}$, K$^{\pm}$, p and $\overline{p}$ production at mid-rapidity ($|y| <$ 0.5) in proton-proton collisions at $\sqrt{s} = 7$ TeV performed with ALICE (A Large Ion Collider Experiment) at the Large Hadron Collider (LHC) is reported. Particle identification is performed using the specific ionization energy loss and time-of-flight information, the ring-imaging Cherenkov technique and the kink-topology identification of weak decays of charged kaons. Transverse momentum spectra are measured from 0.1 up to 3 GeV/$c$ for pions, from 0.2 up to 6 GeV/$c$ for kaons and from 0.3 up to 6 GeV/$c$ for protons. The measured spectra and particle ratios are compared with QCD-inspired models, tuned to reproduce also the earlier measurements performed at the LHC. Furthermore, the integrated particle yields and ratios as well as the average transverse momenta are compared with results at lower collision energies.},
archiveprefix = {arxiv},
keywords = {High Energy Physics - Experiment,Nuclear Experiment},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/L2LD4LLL/ALICE Collaboration - 2015 - Measurement of pion, kaon and proton production in.pdf;/home/rschotte/snap/zotero-snap/common/Zotero/storage/46W6JQBT/1504.html}
}
@misc{alicecollaborationMeasurementVeryForward2021,
title = {Measurement of Very Forward Energy and Particle Production at Midrapidity in Pp and P-{{Pb}} Collisions at the {{LHC}}},
author = {{ALICE Collaboration}},
year = {2021},
month = jul,
number = {arXiv:2107.10757},
eprint = {2107.10757},
primaryclass = {hep-ex, physics:nucl-ex},
publisher = {{arXiv}},
doi = {10.48550/arXiv.2107.10757},
url = {http://arxiv.org/abs/2107.10757},
urldate = {2022-06-11},
abstract = {The very forward energy is a powerful tool for characterising the proton fragmentation in pp and p-Pb collisions and, studied in correlation with particle production at midrapidity, provides direct insightsinto the initial stages and the subsequent evolution of the collision. Furthermore, the correlation between the forward energy and the production of particles with large transverse momenta at midrapidity provides information complementary to the measurements of the underlying event, which are usually interpreted in the framework of models implementing centrality-dependent multiple parton interaction. Results about the very forward energy, measured by the ALICE zero degree calorimeters (ZDC), and its dependence on the activity measured at midrapidity in pp collisions at \$\textbackslash sqrt\{s\} = 13\$ TeV and in p-Pb collisions at \$\textbackslash sqrt\{s\_\{\textbackslash rm NN\}\} = 8.16\$ TeV are presented and discussed. The measurements performed in pp collisions are compared with the expectations of three hadronic interaction event generators: PYTHIA 6 (Perugia 2011 tune), PYTHIA 8 (Monash tune), and EPOS LHC. These results provide new constraints on the validity of models in describing the beam remnants at very forward rapidities, where perturbative QCD cannot be used.},
archiveprefix = {arxiv},
keywords = {High Energy Physics - Experiment,Nuclear Experiment},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/V4939YFP/ALICE Collaboration - 2021 - Measurement of very forward energy and particle pr.pdf;/home/rschotte/snap/zotero-snap/common/Zotero/storage/F883FA6K/2107.html}
}
@article{alicecollaborationMultiplicityDependenceK2019,
title = {Multiplicity dependence of {K}$^{*}\text{(892)}^{0}$ and $\phi\text{(1020)}$ production in pp collisions at $\sqrt{s}$ = 13 {TeV}},
author = {{ALICE Collaboration}},
year = {2019},
month = oct,
journal = {arXiv:1910.14397 [hep-ex, physics:nucl-ex]},
eprint = {1910.14397},
primaryclass = {hep-ex, physics:nucl-ex},
url = {http://arxiv.org/abs/1910.14397},
urldate = {2021-04-28},
abstract = {Measurements of identified hadrons as a function of the charged-particle multiplicity in pp collisions enable a search for the onset of collective effects in small collision systems. With such measurements, it is possible to study the mechanisms that determine the shapes of hadron transverse momentum ($p_{\rm{T}}$) spectra, to search for possible modifications of the yields of short-lived hadronic resonances due to scattering effects in the hadron-gas phase, and to investigate different explanations for the multiplicity evolution of strangeness production provided by phenomenological models. In this paper, these topics are addressed through measurements of the $\rm{K}^{*}(892)^{0}$ and $\phi(1020)$ mesons at midrapidity in pp collisions at $\sqrt{s}$ = 13 TeV as a function of the charged-particle multiplicity. The results include the $p_{\rm{T}}$ spectra, $p_{\rm{T}}$-integrated yields, mean transverse momenta, and the ratios of the yields of these resonances to those of longer-lived hadrons. Comparisons with results from other collision systems and energies, as well as predictions from phenomenological models, are also discussed.},
archiveprefix = {arxiv},
keywords = {High Energy Physics - Experiment,Nuclear Experiment},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/B8PYLD59/ALICE Collaboration - 2019 - Multiplicity dependence of K(892)$^ 0 $ and $phi.pdf;/home/rschotte/snap/zotero-snap/common/Zotero/storage/G29JVAGJ/1910.html}
}
@article{alicecollaborationMultiplicityDependenceLightflavor2019,
title = {Multiplicity dependence of light-flavor hadron production in pp collisions at $\sqrt{s}$ = 7 {TeV}},
author = {{ALICE Collaboration}},
year = {2019},
month = feb,
journal = {Phys. Rev. C},
volume = {99},
number = {2},
eprint = {1807.11321},
pages = {024906},
issn = {2469-9985, 2469-9993},
doi = {10.1103/PhysRevC.99.024906},
url = {http://arxiv.org/abs/1807.11321},
urldate = {2021-03-20},
abstract = {Comprehensive results on the production of unidentified charged particles, $\pi^{\pm}$, $\rm{K}^{\pm}$, $\rm{K}^{0}_{S}$, $\rm{K}$*(892)$^{0}$, $\rm{p}$, $\overline{\rm{p}}$, $\phi$(1020), $\Lambda$, $\overline{\Lambda}$, $\Xi^{-}$, $\overline{\Xi}^{+}$, $\Omega^{-}$ and $\overline{\Omega}^{+}$ hadrons in proton-proton (pp) collisions at $\sqrt{s}$ = 7 TeV at midrapidity ($|y| < 0.5$) as a function of charged-particle multiplicity density are presented. In order to avoid auto-correlation biases, the actual transverse momentum ($p_{\rm{T}}$) spectra of the particles under study and the event activity are measured in different rapidity windows. In the highest multiplicity class, the charged-particle density reaches about 3.5 times the value measured in inelastic collisions. While the yield of protons normalized to pions remains approximately constant as a function of multiplicity, the corresponding ratios of strange hadrons to pions show a significant enhancement that increases with increasing strangeness content. Furthermore, all identified particle to pion ratios are shown to depend solely on charged-particle multiplicity density, regardless of system type and collision energy. The evolution of the spectral shapes with multiplicity and hadron mass shows patterns that are similar to those observed in p-Pb and Pb-Pb collisions at LHC energies. The obtained $p_{\rm{T}}$ distributions and yields are compared to expectations from QCD-based pp event generators as well as to predictions from thermal and hydrodynamic models. These comparisons indicate that traces of a collective, equilibrated system are already present in high-multiplicity pp collisions.},
archiveprefix = {arxiv},
keywords = {High Energy Physics - Experiment,Nuclear Experiment},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/5JZCMI48/ALICE Collaboration - 2019 - Multiplicity dependence of light-flavor hadron pro.pdf;/home/rschotte/snap/zotero-snap/common/Zotero/storage/M8CSSYB3/1807.html}
}
@article{alicecollaborationMultiplicityDependenceMulti2020,
title = {Multiplicity dependence of (multi-)strange hadron production in proton-proton collisions at $\sqrt{s}$ = 13 {TeV}},
author = {{ALICE Collaboration}},
year = {2020},
month = feb,
journal = {Eur. Phys. J. C},
volume = {80},
number = {2},
eprint = {1908.01861},
pages = {167},
issn = {1434-6044, 1434-6052},
doi = {10.1140/epjc/s10052-020-7673-8},
url = {http://arxiv.org/abs/1908.01861},
urldate = {2021-04-28},
abstract = {The production rates and the transverse momentum distribution of strange hadrons at mid-rapidity ($\ |y\ | < 0.5$) are measured in proton-proton collisions at $\sqrt{s}$ = 13 TeV as a function of the charged particle multiplicity, using the ALICE detector at the LHC. The production rates of $\rm{K}^{0}_{S}$, $\Lambda$, $\Xi$, and $\Omega$ increase with the multiplicity faster than what is reported for inclusive charged particles. The increase is found to be more pronounced for hadrons with a larger strangeness content. Possible auto-correlations between the charged particles and the strange hadrons are evaluated by measuring the event-activity with charged particle multiplicity estimators covering different pseudorapidity regions. When comparing to lower energy results, the yields of strange hadrons are found to depend only on the mid-rapidity charged particle multiplicity. Several features of the data are reproduced qualitatively by general purpose QCD Monte Carlo models that take into account the effect of densely-packed QCD strings in high multiplicity collisions. However, none of the tested models reproduce the data quantitatively. This work corroborates and extends the ALICE findings on strangeness production in proton-proton collisions at 7 TeV.},
archiveprefix = {arxiv},
keywords = {High Energy Physics - Experiment,Nuclear Experiment},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/A3K3BQTH/ALICE Collaboration - 2020 - Multiplicity dependence of (multi-)strange hadron .pdf;/home/rschotte/snap/zotero-snap/common/Zotero/storage/38KGDLW5/1908.html}
}
@article{alicecollaborationMultiplicityDependencePion2014,
title = {Multiplicity Dependence of Pion, Kaon, Proton and Lambda Production in p-Pb Collisions at $\sqrt{s_{\rm NN}}$ = 5.02 TeV},
author = {{ALICE Collaboration}},
year = {2014},
month = jan,
journal = {Physics Letters B},
volume = {728},
eprint = {1307.6796},
pages = {25-38},
issn = {03702693},
doi = {10.1016/j.physletb.2013.11.020},
url = {http://arxiv.org/abs/1307.6796},
urldate = {2021-04-13},
abstract = {In this Letter, comprehensive results on ${\rm\pi}^\pm$, K$^\pm$, K$^0_S$, p, $\rm\bar{p}$, $\rm \Lambda$ and $\rm \bar{\Lambda}$ production at mid-rapidity ($0 < y_{\rm cms} < 0.5$) in p-Pb collisions at $\sqrt{s_{\rm NN}} = 5.02$ TeV, measured by the ALICE detector at the LHC, are reported. The transverse momentum distributions exhibit a hardening as a function of event multiplicity, which is stronger for heavier particles. This behavior is similar to what has been observed in pp and Pb-Pb collisions at the LHC. The measured $p_{\rm T}$ distributions are compared to results at lower energy and with predictions based on QCD-inspired and hydrodynamic models.},
archiveprefix = {arxiv},
keywords = {High Energy Physics - Experiment,Nuclear Experiment},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/62GYELDJ/ALICE Collaboration - 2014 - Multiplicity Dependence of Pion, Kaon, Proton and .pdf;/home/rschotte/snap/zotero-snap/common/Zotero/storage/DSXH9QS6/1307.html}
}
@article{alicecollaborationMultiplicityTransverseMomentum2016,
title = {Multiplicity and Transverse Momentum Evolution of Charge-Dependent Correlations in Pp, p-{{Pb}}, and {{Pb-Pb}} Collisions at the {{LHC}}},
author = {{ALICE Collaboration}},
year = {2016},
month = feb,
journal = {Eur. Phys. J. C},
volume = {76},
number = {2},
eprint = {1509.07255},
pages = {86},
issn = {1434-6044, 1434-6052},
doi = {10.1140/epjc/s10052-016-3915-1},
url = {http://arxiv.org/abs/1509.07255},
urldate = {2021-08-25},
abstract = {We report on two-particle charge-dependent correlations in pp, p-Pb, and Pb-Pb collisions as a function of the pseudorapidity and azimuthal angle difference, \$\textbackslash mathrm\{\textbackslash Delta\}\textbackslash eta\$ and \$\textbackslash mathrm\{\textbackslash Delta\}\textbackslash varphi\$ respectively. These correlations are studied using the balance function that probes the charge creation time and the development of collectivity in the produced system. The dependence of the balance function on the event multiplicity as well as on the trigger and associated particle transverse momentum (\$p\_\{\textbackslash mathrm\{T\}\}\$) in pp, p-Pb, and Pb-Pb collisions at \$\textbackslash sqrt\{s\_\{\textbackslash mathrm\{NN\}\}\} = 7\$, 5.02, and 2.76 TeV, respectively, are presented. In the low transverse momentum region, for \$0.2 {$<$} p\_\{\textbackslash mathrm\{T\}\} {$<$} 2.0\$ GeV/\$c\$, the balance function becomes narrower in both \$\textbackslash mathrm\{\textbackslash Delta\}\textbackslash eta\$ and \$\textbackslash mathrm\{\textbackslash Delta\}\textbackslash varphi\$ directions in all three systems for events with higher multiplicity. The experimental findings favor models that either incorporate some collective behavior (e.g. AMPT) or different mechanisms that lead to effects that resemble collective behavior (e.g. PYTHIA8 with color reconnection). For higher values of transverse momenta the balance function becomes even narrower but exhibits no multiplicity dependence, indicating that the observed narrowing with increasing multiplicity at low \$p\_\{\textbackslash mathrm\{T\}\}\$ is a feature of bulk particle production.},
archiveprefix = {arxiv},
keywords = {High Energy Physics - Experiment,Nuclear Experiment},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/WTAEZZWF/ALICE Collaboration - 2016 - Multiplicity and transverse momentum evolution of .pdf;/home/rschotte/snap/zotero-snap/common/Zotero/storage/VKD8N5PL/1509.html}
}
@misc{alicecollaborationOverviewCollaboration2023,
title = {Overview of the {{Collaboration}}},
author = {{ALICE Collaboration}},
year = {2023},
url = {https://alice-collaboration.web.cern.ch/general-information},
urldate = {2023-03-14},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/3TAJRVCF/general-information.html}
}
@article{alicecollaborationPerformanceALICEExperiment2014,
title = {Performance of the {{ALICE Experiment}} at the {{CERN LHC}}},
author = {{ALICE Collaboration}},
year = {2014},
month = sep,
journal = {Int. J. Mod. Phys. A},
volume = {29},
number = {24},
eprint = {1402.4476},
pages = {1430044},
issn = {0217-751X, 1793-656X},
doi = {10.1142/S0217751X14300440},
url = {http://arxiv.org/abs/1402.4476},
urldate = {2021-08-19},
abstract = {ALICE is the heavy-ion experiment at the CERN Large Hadron Collider. The experiment continuously took data during the first physics campaign of the machine from fall 2009 until early 2013, using proton and lead-ion beams. In this paper we describe the running environment and the data handling procedures, and discuss the performance of the ALICE detectors and analysis methods for various physics observables.},
archiveprefix = {arxiv},
keywords = {High Energy Physics - Experiment,Nuclear Experiment},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/EX2GD3GJ/ALICE Collaboration - 2014 - Performance of the ALICE Experiment at the CERN LH.pdf;/home/rschotte/snap/zotero-snap/common/Zotero/storage/MUKV3CHH/1402.html}
}
@article{alicecollaborationPerformanceALICEVZERO2013,
title = {Performance of the {{ALICE VZERO}} System},
author = {{ALICE Collaboration}},
year = {2013},
month = oct,
journal = {J. Inst.},
volume = {8},
number = {10},
eprint = {1306.3130},
pages = {P10016-P10016},
issn = {1748-0221},
doi = {10.1088/1748-0221/8/10/P10016},
url = {http://arxiv.org/abs/1306.3130},
urldate = {2021-08-26},
abstract = {ALICE is an LHC experiment devoted to the study of strongly interacting matter in proton-proton, proton--nucleus and nucleus-nucleus collisions at ultra-relativistic energies. The ALICE VZERO system, made of two scintillator arrays at asymmetric positions, one on each side of the interaction point, plays a central role in ALICE. In addition to its core function as a trigger, the VZERO system is used to monitor LHC beam conditions, to reject beam-induced backgrounds and to measure basic physics quantities such as luminosity, particle multiplicity, centrality and event plane direction in nucleus-nucleus collisions. After describing the VZERO system, this publication presents its performance over more than four years of operation at the LHC.},
archiveprefix = {arxiv},
keywords = {Nuclear Experiment},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/WXBP9BMN/ALICE Collaboration - 2013 - Performance of the ALICE VZERO system.pdf;/home/rschotte/snap/zotero-snap/common/Zotero/storage/KBP6U3LV/1306.html}
}
@article{alicecollaborationProductionLightflavorHadrons2021,
title = {Production of light-flavor hadrons in pp collisions at $\sqrt{s}~=~7\text { and }\sqrt{s} = 13 \, \text { TeV} $},
author = {{ALICE Collaboration} and Acharya, S. and Adamová, D. and Adler, A. and Adolfsson, J. and Aggarwal, M. M. and Rinella, G. Aglieri and Agnello, M. and Agrawal, N. and Ahammed, Z. and Ahmad, S. and Ahn, S. U. and Akindinov, A. and Al-Turany, M. and Alam, S. N. and Albuquerque, D. S. D. and Aleksandrov, D. and Alessandro, B. and Alfanda, H. M. and Molina, R. Alfaro and Ali, B. and Ali, Y. and Alici, A. and Alkin, A. and Alme, J. and Alt, T. and Altenkamper, L. and Altsybeev, I. and Anaam, M. N. and Andrei, C. and Andreou, D. and Andrews, H. A. and Andronic, A. and Angeletti, M. and Anguelov, V. and Anson, C. and Antičić, T. and Antinori, F. and Antonioli, P. and Apadula, N. and Aphecetche, L. and Appelshäuser, H. and Arcelli, S. and Arnaldi, R. and Arratia, M. and Arsene, I. C. and Arslandok, M. and Augustinus, A. and Averbeck, R. and Aziz, S. and Azmi, M. D. and Badalà, A. and Baek, Y. W. and Bagnasco, S. and Bai, X. and Bailhache, R. and Bala, R. and Balbino, A. and Baldisseri, A. and Ball, M. and Balouza, S. and Banerjee, D. and Barbera, R. and Barioglio, L. and Barnaföldi, G. G. and Barnby, L. S. and Barret, V. and Bartalini, P. and Barth, K. and Bartsch, E. and Baruffaldi, F. and Bastid, N. and Basu, S. and Batigne, G. and Batyunya, B. and Bauri, D. and Alba, J. L. Bazo and Bearden, I. G. and Beattie, C. and Bedda, C. and Behera, N. K. and Belikov, I. and Hechavarria, A. D. C. Bell and Bellini, F. and Bellwied, R. and Belyaev, V. and Bencedi, G. and Beole, S. and Bercuci, A. and Berdnikov, Y. and Berenyi, D. and Bertens, R. A. and Berzano, D. and Besoiu, M. G. and Betev, L. and Bhasin, A. and Bhat, I. R. and Bhat, M. A. and Bhatt, H. and Bhattacharjee, B. and Bianchi, A. and Bianchi, L. and Bianchi, N. and Bielčík, J. and Bielčíková, J. and Bilandzic, A. and Biro, G. and Biswas, R. and Biswas, S. and Blair, J. T. and Blau, D. and Blume, C. and Boca, G. and Bock, F. and Bogdanov, A. and Boi, S. and Boldizsár, L. and Bolozdynya, A. and Bombara, M. and Bonomi, G. and Borel, H. and Borissov, A. and Bossi, H. and Botta, E. and Bratrud, L. and Braun-Munzinger, P. and Bregant, M. and Broz, M. and Bruna, E. and Bruno, G. E. and Buckland, M. D. and Budnikov, D. and Buesching, H. and Bufalino, S. and Bugnon, O. and Buhler, P. and Buncic, P. and Buthelezi, Z. and Butt, J. B. and Buxton, J. T. and Bysiak, S. A. and Caffarri, D. and Caliva, A. and Villar, E. Calvo and Camacho, R. S. and Camerini, P. and Capon, A. A. and Carnesecchi, F. and Caron, R. and Castillo Castellanos, J. and Castro, A. J. and Casula, E. A. R. and Catalano, F. and Sanchez, C. Ceballos and Chakraborty, P. and Chandra, S. and Chang, W. and Chapeland, S. and Chartier, M. and Chattopadhyay, S. and Chattopadhyay, S. and Chauvin, A. and Cheshkov, C. and Cheynis, B. and Barroso, V. Chibante and Chinellato, D. D. and Cho, S. and Chochula, P. and Chowdhury, T. and Christakoglou, P. and Christensen, C. H. and Christiansen, P. and Chujo, T. and Cicalo, C. and Cifarelli, L. and Cindolo, F. and Clai, G. and Cleymans, J. and Colamaria, F. and Colella, D. and Collu, A. and Colocci, M. and Concas, M. and Balbastre, G. Conesa and del Valle, Z. Conesa and Contin, G. and Contreras, J. G. and Cormier, T. M. and Corrales Morales, Y. and Cortese, P. and Cosentino, M. R. and Costa, F. and Costanza, S. and Crochet, P. and Cuautle, E. and Cui, P. and Cunqueiro, L. and Dabrowski, D. and Dahms, T. and Dainese, A. and Damas, F. P. A. and Danisch, M. C. and Danu, A. and Das, D. and Das, I. and Das, P. and Das, P. and Das, S. and Dash, A. and Dash, S. and De, S. and De Caro, A. and de Cataldo, G. and de Cuveland, J. and De Falco, A. and De Gruttola, D. and De Marco, N. and De Pasquale, S. and Deb, S. and Degenhardt, H. F. and Deja, K. R. and Deloff, A. and Delsanto, S. and Deng, W. and Devetak, D. and Dhankher, P. and Di Bari, D. and Di Mauro, A. and Diaz, R. A. and Dietel, T. and Dillenseger, P. and Ding, Y. and Divià, R. and Dixit, D. U. and Djuvsland, Ø. and Dmitrieva, U. and Dobrin, A. and Dönigus, B. and Dordic, O. and Dubey, A. K. and Dubla, A. and Dudi, S. and Dukhishyam, M. and Dupieux, P. and Ehlers, R. J. and Eikeland, V. N. and Elia, D. and Epple, E. and Erazmus, B. and Erhardt, F. and Erokhin, A. and Ersdal, M. R. and Espagnon, B. and Eulisse, G. and Evans, D. and Evdokimov, S. and Fabbietti, L. and Faggin, M. and Faivre, J. and Fan, F. and Fantoni, A. and Fasel, M. and Fecchio, P. and Feliciello, A. and Feofilov, G. and Fernández Téllez, A. and Ferrero, A. and Ferretti, A. and Festanti, A. and Feuillard, V. J. G. and Figiel, J. and Filchagin, S. and Finogeev, D. and Fionda, F. M. and Fiorenza, G. and Flor, F. and Foertsch, S. and Foka, P. and Fokin, S. and Fragiacomo, E. and Frankenfeld, U. and Fuchs, U. and Furget, C. and Furs, A. and Fusco Girard, M. and Gaardhøje, J. J. and Gagliardi, M. and Gago, A. M. and Gal, A. and Galvan, C. D. and Ganoti, P. and Garabatos, C. and Garcia-Solis, E. and Garg, K. and Gargiulo, C. and Garibli, A. and Garner, K. and Gasik, P. and Gauger, E. F. and Gay Ducati, M. B.},
year = {2021},
month = mar,
journal = {Eur. Phys. J. C},
volume = {81},
number = {3},
pages = {256},
issn = {1434-6052},
doi = {10.1140/epjc/s10052-020-08690-5},
url = {https://doi.org/10.1140/epjc/s10052-020-08690-5},
urldate = {2023-07-24},
abstract = {The production of $$\pi ^{\pm }$$, $$\mathrm{K}^{\pm }$$, $$\mathrm{K}^{0}_{S}$$, $$\mathrm{K}^{*}(892)^{0}$$, $$\mathrm{p}$$, $$\phi (1020)$$, $$\Lambda $$, $$\Xi ^{-}$$, $$\Omega ^{-}$$, and their antiparticles was measured in inelastic proton–proton (pp) collisions at a center-of-mass energy of $$\sqrt{s}$$= 13 TeV at midrapidity ($$|y|<0.5$$) as a function of transverse momentum ($$p_{\mathrm{T}}$$) using the ALICE detector at the CERN LHC. Furthermore, the single-particle $$p_{\mathrm{T}}$$distributions of $$\mathrm{K}^{0}_{S}$$, $$\Lambda $$, and $$\overline{\Lambda }$$in inelastic pp collisions at $$\sqrt{s} = 7$$ TeV are reported here for the first time. The $$p_{\mathrm{T}}$$distributions are studied at midrapidity within the transverse momentum range $$0\le p_{\mathrm{T}}\le 20$$GeV/c, depending on the particle species. The $$p_{\mathrm{T}}$$spectra, integrated yields, and particle yield ratios are discussed as a function of collision energy and compared with measurements at lower $$\sqrt{s}$$and with results from various general-purpose QCD-inspired Monte Carlo models. A hardening of the spectra at high $$p_{\mathrm{T}}$$with increasing collision energy is observed, which is similar for all particle species under study. The transverse mass and $$x_{\mathrm{T}}\equiv 2p_{\mathrm{T}}/\sqrt{s}$$scaling properties of hadron production are also studied. As the collision energy increases from $$\sqrt{s}$$= 7–13 TeV, the yields of non- and single-strange hadrons normalized to the pion yields remain approximately constant as a function of $$\sqrt{s}$$, while ratios for multi-strange hadrons indicate enhancements. The $$p_\mathrm{{T}}$$-differential cross sections of $$\pi ^{\pm }$$, $$\mathrm {K}^{\pm }$$and $$\mathrm {p}$$($$\overline{\mathrm{p}}$$) are compared with next-to-leading order perturbative QCD calculations, which are found to overestimate the cross sections for $$\pi ^{\pm }$$and $$\mathrm{p}$$($$\overline{\mathrm{p}}$$) at high $$p_\mathrm{{T}}$$.},
langid = {english},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/PZ6CITPW/Acharya et al. - 2021 - Production of light-flavor hadrons in pp collision.pdf}
}
@article{alicecollaborationPseudorapidityDistributionsCharged2020,
title = {Pseudorapidity distributions of charged particles as a function of mid and forward rapidity mutiplicities in pp collisions at $\sqrt{s}$ = 5.02, 7 and 13 TeV},
author = {{ALICE Collaboration}},
year = {2020},
month = sep,
journal = {arXiv:2009.09434 [hep-ex, physics:nucl-ex]},
eprint = {2009.09434},
primaryclass = {hep-ex, physics:nucl-ex},
url = {http://arxiv.org/abs/2009.09434},
urldate = {2021-07-15},
abstract = {The multiplicity dependence of the pseudorapidity density of charged particles in proton-proton (pp) collisions at centre-of-mass energies $\sqrt{s}$ = 5.02, 7 and 13 TeV measured by ALICE is reported. The analysis relies on track segments measured in the midrapidity range ($|\eta| < 1.5$). Results are presented for inelastic events having at least one charged particle produced in the pseudorapidity interval $|\eta|<1$ ($\mathrm{INEL}_{>0}$). The multiplicity dependence of the pseudorapidy density of charged particles is measured with mid and forward rapidity multiplicity estimators, the latter being less affected by autocorrelations. A detailed comparison with predictions from the PYTHIA 8 and EPOS LHC event generators is also presented. Both generators provide a good description of the data.},
archiveprefix = {arxiv},
keywords = {High Energy Physics - Experiment,Nuclear Experiment},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/AVYELR6D/ALICE Collaboration - 2020 - Pseudorapidity distributions of charged particles .pdf;/home/rschotte/snap/zotero-snap/common/Zotero/storage/E4T239SM/2009.html}
}
@article{alicecollaborationPseudorapidityTransversemomentumDistributions2016,
title = {Pseudorapidity and transverse-momentum distributions of charged particles in proton-proton collisions at $\mathbf{\sqrt{\textit s}}$ = 13 {TeV}},
author = {{ALICE Collaboration}},
year = {2016},
month = feb,
journal = {Physics Letters B},
volume = {753},
eprint = {1509.08734},
primaryclass = {hep-ex, physics:nucl-ex},
pages = {319-329},
issn = {03702693},
doi = {10.1016/j.physletb.2015.12.030},
url = {http://arxiv.org/abs/1509.08734},
urldate = {2023-06-28},
abstract = {The pseudorapidity ($\eta$) and transverse-momentum ($p_{\rm T}$) distributions of charged particles produced in proton-proton collisions are measured at the centre-of-mass energy $\sqrt{s}$ = 13 TeV. The pseudorapidity distribution in $|\eta|<$ 1.8 is reported for inelastic events and for events with at least one charged particle in $|\eta|<$ 1. The pseudorapidity density of charged particles produced in the pseudorapidity region $|\eta|<$ 0.5 is 5.31 $\pm$ 0.18 and 6.46 $\pm$ 0.19 for the two event classes, respectively. The transverse-momentum distribution of charged particles is measured in the range 0.15 $<$ $p_{\rm T}$ $<$ 20 GeV/c and $|\eta|<$ 0.8 for events with at least one charged particle in $|\eta|<$ 1. The correlation between transverse momentum and particle multiplicity is also investigated by studying the evolution of the spectra with event multiplicity. The results are compared with calculations from PYTHIA and EPOS Monte Carlo generators.},
archiveprefix = {arxiv},
keywords = {High Energy Physics - Experiment,Nuclear Experiment},
file = {/home/rschotte/snap/zotero-snap/common/Zotero/storage/K5ADSMNB/ALICE Collaboration - 2016 - Pseudorapidity and transverse-momentum distributio.pdf;/home/rschotte/snap/zotero-snap/common/Zotero/storage/BMRJES2Y/1509.html}
}
@article{alicecollaborationSuppressionChargedParticle2011,
title = {Suppression of charged particle production at large transverse momentum in central {Pb}-{Pb} collisions at $\sqrt{s_{\rm NN}} = 2.76$ {TeV}},
author = {{ALICE Collaboration}},
year = {2011},
month = jan,
journal = {Physics Letters B},
volume = {696},
number = {1-2},
eprint = {1012.1004},
primaryclass = {nucl-ex},
pages = {30-39},
issn = {03702693},
doi = {10.1016/j.physletb.2010.12.020},