-
Notifications
You must be signed in to change notification settings - Fork 5
/
authors.tex
1158 lines (1002 loc) · 31.5 KB
/
authors.tex
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
% The author list in authblk format
% This file was generated on Jan. 26, 2016, 5 p.m.
% The collaboration listed is as it was on the date: 2016-01-26.
% Retrieved from: dune.bnl.gov/people/members/export/?filename=author-payload-authblk.tex&date=now
% This file was generatd, do not edit this file!
% Contact Maury Goodman for any changes.
\author[102]{B.~Abi}
\author[43]{R.~Acciarri}
\author[9]{M.~A.~Acero}
\author[43]{M.~Adamowski}
\author[143]{C.~Adams}
\author[43]{P.~Adamson}
\author[134]{Z.~Ahmad}
\author[43]{C.~H.~Albright}
\author[120]{T.~Alion}
\author[130]{E.~Amador}
\author[7]{J.~Anderson}
\author[43]{K.~Anderson}
\author[77]{C.~Andreopoulos}
\author[43]{M.~P.~Andrews}
\author[43]{R.~A.~Andrews}
\author[62]{I.~Anghel}
\author[99]{J.~d.~Anjos}
\author[136]{A.~Ankowski}
\author[73]{M.~Antonello}
\author[31]{A.~Aranda~Fernandez}
\author[12]{A.~Ariga}
\author[12]{T.~Ariga}
\author[76]{D.~Aristizabal}
\author[87]{E.~Arrieta-Diaz}
\author[130]{J.~Asaadi}
\author[103]{D.~Asner}
\author[5]{M.~S.~Athar}
\author[12]{M.~Auger}
\author[29]{A.~Aurisano}
\author[69]{V.~Aushev}
\author[63]{D.~Autiero}
\author[130]{M.~Avila}
\author[102]{F.~Azfar}
\author[138]{J.~J.~Back}
\author[122]{X.~Bai}
\author[106]{B.~Baibussinov}
\author[127]{M.~Baird}
\author[141]{A.~B.~Balantekin}
\author[43]{B.~Baller}
\author[41]{P.~Ballett}
\author[52]{B.~Bambah}
\author[107]{M.~Bansal}
\author[107]{S.~Bansal}
\author[138]{G.~J.~Barker}
\author[102]{G.~Barr}
\author[109]{N.~Barros}
\author[16]{B.~Bartosz}
\author[79]{L.~Bartoszek}
\author[101]{A.~Bashyal}
\author[102]{M.~Bass}
\author[132]{F.~Bay}
\author[100]{J.~F.~Beacom}
\author[107]{B.~R.~Behera}
\author[110]{G.~Bellettini}
\author[26]{V.~Bellini}
\author[16]{O.~Beltramello}
\author[16]{N.~Benekos}
\author[108]{P.~A.~Benetti}
\author[114]{A.~Bercellie}
\author[43]{E.~Berman}
\author[20]{H.~Berns}
\author[43]{R.~Bernstein}
\author[16]{S.~Bertolucci}
\author[49]{B.~Bhandari}
\author[107]{V.~Bhatnagar}
\author[60]{B.~Bhuyan}
\author[90]{J.~Bian}
\author[43]{K.~Biery}
\author[14]{M.~Bishai}
\author[127]{T.~Blackburn}
\author[74]{A.~Blake}
\author[13]{F.~d.~M.~Blaszczyk}
\author[83]{E.~Blaufuss}
\author[124]{B.~Bleakley}
\author[28]{E.~Blucher}
\author[43]{V.~Bocean}
\author[108]{F.~Boffelli}
\author[79]{J.~Boissevain}
\author[117]{S.~Bolognesi}
\author[66]{T.~Bolton}
\author[89]{M.~Bonesini}
\author[33]{T.~Boone}
\author[118]{C.~Booth}
\author[53]{S.~Bordoni}
\author[69]{M.~Borysova}
\author[53]{B.~Bourguille}
\author[138]{S.~B.~Boyd}
\author[74]{D.~Brailsford}
\author[130]{A.~Brandt}
\author[16]{J.~Bremer}
\author[43]{S.~Brice}
\author[87]{C.~Bromberg}
\author[34]{G.~Brooijmans}
\author[130]{G.~Brown}
\author[43]{G.~Brunetti}
\author[43]{X.~Bu}
\author[33]{N.~Buchanan}
\author[114]{H.~Budd}
\author[129]{B.~Bugg}
\author[75]{P.~Calafiura}
\author[108]{E.~Calligarich}
\author[17]{E.~Calvo}
\author[34]{L.~Camilleri}
\author[78]{M.~Campanelli}
\author[146]{C.~Cantini}
\author[43]{B.~Carls}
\author[78]{M.~Cascella}
\author[44]{C.~Castromonte}
\author[62]{E.~Catano~Mur}
\author[43]{F.~Cavanna}
\author[106]{S.~Centro}
\author[135]{A.~Cervera~Villanueva}
\author[16]{M.~Chalifour}
\author[126]{M.~Chamizo~Llatas}
\author[11]{V.~B.~Chandratre}
\author[130]{A.~Chatterjee}
\author[43]{S.~Chattopadhyay}
\author[134]{S.~Chattopadhyay}
\author[63]{L.~Chaussard}
\author[52]{S.~Chembra}
\author[14]{H.~Chen}
\author[14]{K.~Chen}
\author[21]{M.~Chen}
\author[33]{D.~Cherdack}
\author[34]{C.~Chi}
\author[43]{S.~Childress}
\author[47]{S.~Choubey}
\author[38]{B.~C.~Choudhary}
\author[77]{G.~Christodoulou}
\author[122]{C.~Christofferson}
\author[103]{E.~Church}
\author[82]{D.~Cianci}
\author[125]{T.~Coan}
\author[93]{A.~Cocco}
\author[58]{P.~Cole}
\author[84]{G.~Collin}
\author[84]{J.~M.~Conrad}
\author[115]{M.~Convery}
\author[122]{R.~Corey}
\author[122]{L.~Corwin}
\author[7]{J.~Cranshaw}
\author[34]{J.~I.~Crespo-Anad\'on}
\author[146]{P.~Crivelli}
\author[90]{D.~Cronin-Hennessy}
\author[89]{A.~Curioni}
\author[28]{J.~Cushing}
\author[14]{D.~L.~Adams}
\author[58]{D.~Dale}
\author[60]{S.~R.~Das}
\author[116]{T.~Davenne}
\author[61]{G.~S.~Davies}
\author[127]{J.~Davies}
\author[2]{J.~Dawson}
\author[130]{K.~De}
\author[97]{A.~de~Gouvea}
\author[102]{J.~K.~de~Jong}
\author[92]{P.~de~Jong}
\author[7]{P.~De~Lurgio}
\author[92]{M.~Decowski}
\author[117]{A.~Delbart}
\author[116]{C.~Densham}
\author[7]{R.~Dharmapalan}
\author[107]{N.~Dhingra}
\author[146]{S.~Di~Luise}
\author[8]{M.~Diamantopoulou}
\author[61]{J.~S.~Diaz}
\author[114]{G.~Diaz~Bautista}
\author[14]{M.~Diwan}
\author[7]{Z.~Djurcic}
\author[14]{J.~Dolph}
\author[7]{G.~Drake}
\author[72]{D.~Duchesneau}
\author[141]{M.~Duvernois}
\author[120]{H.~Duyang}
\author[75]{D.~A.~Dwyer}
\author[48]{S.~Dye}
\author[111]{S.~Dytman}
\author[115]{B.~Eberly}
\author[50]{R.~Edgecock}
\author[87]{D.~Edmunds}
\author[79]{S.~Elliott}
\author[21]{M.~Elnimr}
\author[117]{S.~Emery}
\author[105]{E.~Endress}
\author[83]{S.~Eno}
\author[12]{A.~Ereditato}
\author[43]{C.~O.~Escobar}
\author[82]{J.~Evans}
\author[108]{A.~Falcone}
\author[127]{L.~Falk}
\author[130]{A.~Farbin}
\author[106]{C.~Farnese}
\author[57]{Y.~Farzan}
\author[106]{A.~Fava}
\author[18]{L.~Favilli}
\author[83]{J.~Felde}
\author[46]{J.~Felix}
\author[3]{S.~Fernandes}
\author[43]{L.~Fields}
\author[74]{A.~Finch}
\author[116]{M.~Fitton}
\author[143]{B.~Fleming}
\author[58]{T.~Forest}
\author[40]{J.~Fowler}
\author[61]{W.~Fox}
\author[14]{J.~Fried}
\author[115]{A.~Friedland}
\author[43]{S.~Fuess}
\author[75]{B.~Fujikawa}
\author[105]{A.~Gago}
\author[133]{H.~Gallagher}
\author[63]{S.~Galymov}
\author[118]{T.~Gamble}
\author[47]{R.~Gandhi}
\author[82]{D.~Garcia-Gamez}
\author[20]{S.~Gardiner}
\author[79]{G.~Garvey}
\author[75]{V.~M.~Gehman}
\author[146]{A.~Gendotti}
\author[14]{G.~d.~Geronimo}
\author[78]{C.~Ghag}
\author[47]{P.~Ghoshal}
\author[106]{D.~Gibin}
\author[17]{I.~Gil-Botella}
\author[14]{R.~Gill}
\author[25]{D.~Girardelli}
\author[55]{A.~Giri}
\author[109]{S.~Glavin}
\author[12]{D.~Goeldi}
\author[66]{S.~Golapinni}
\author[96]{M.~Gold}
\author[44]{R.~A.~Gomes}
\author[135]{J.~J.~Gomez~Cadenas}
\author[7]{M.~C.~Goodman}
\author[56]{D.~Gorbunov}
\author[47]{S.~Goswami}
\author[111]{N.~Graf}
\author[115]{N.~Graf}
\author[115]{M.~Graham}
\author[143]{E.~Gramelini}
\author[91]{R.~Gran}
\author[20]{C.~Grant}
\author[138]{N.~Grant}
\author[26]{V.~Greco}
\author[43]{H.~Greenlee}
\author[141]{L.~Greenler}
\author[29]{M.~Groh}
\author[109]{S.~Grullon}
\author[74]{T.~Grundy}
\author[137]{K.~Grzelak}
\author[79]{E.~Guardincerri}
\author[136]{E.~Guarnaccia}
\author[42]{G.~P.~Guedes}
\author[102]{R.~Guenette}
\author[106]{A.~Guglielmi}
\author[91]{A.~T.~Habig}
\author[14]{R.~W.~Hackenburg}
\author[143]{A.~Hackenburg}
\author[130]{H.~Hadavand}
\author[12]{R.~Haenni}
\author[43]{A.~Hahn}
\author[138]{M.~D.~Haigh}
\author[79]{T.~Haines}
\author[43]{T.~Hamernik}
\author[129]{T.~Handler}
\author[14]{S.~Hans}
\author[43]{D.~Harris}
\author[127]{J.~Hartnell}
\author[68]{T.~Hasegawa}
\author[43]{R.~Hatcher}
\author[129]{A.~Hatzikoutelis}
\author[43]{S.~Hays}
\author[13]{E.~Hazen}
\author[123]{M.~Headley}
\author[43]{A.~Heavey}
\author[143]{K.~Heeger}
\author[123]{J.~Heise}
\author[77]{K.~Hennessy}
\author[82]{J.~Hewes}
\author[49]{A.~Higuera}
\author[58]{T.~Hill}
\author[43]{A.~Himmel}
\author[33]{M.~Hogan}
\author[25]{P.~Holanda}
\author[78]{A.~Holin}
\author[74]{W.~Honey}
\author[146]{S.~Horikawa}
\author[66]{G.~Horton-Smith}
\author[61]{B.~Howard}
\author[43]{J.~Howell}
\author[43]{P.~Hurh}
\author[87]{J.~Huston}
\author[43]{J.~Hylen}
\author[80]{R.~Imlay}
\author[80]{J.~Insler}
\author[108]{G.~Introzzi}
\author[144]{D.~Ioanisyan}
\author[144]{A.~Ioannisian}
\author[114]{K.~Iwamoto}
\author[135]{A.~Izmaylov}
\author[130]{C.~Jackson}
\author[14]{D.~E.~Jaffe}
\author[43]{C.~James}
\author[43]{E.~James}
\author[36]{F.~Jediny}
\author[136]{C.~Jen}
\author[107]{A.~Jhingan}
\author[17]{S.~Jim\'enez}
\author[126]{J.~H.~Jo}
\author[43]{M.~Johnson}
\author[29]{R.~Johnson}
\author[43]{J.~Johnstone}
\author[84]{B.~J.~Jones}
\author[14]{J.~Joshi}
\author[43]{H.~Jostlein}
\author[126]{C.~K.~Jung}
\author[43]{T.~Junk}
\author[59]{A.~Kaboth}
\author[133]{T.~Kafka}
\author[136]{L.~Kalousis}
\author[129]{Y.~Kamyshkov}
\author[82]{G.~Karagiorgi}
\author[8]{D.~Karasavvas}
\author[72]{Y.~Karyotakis}
\author[107]{A.~Kaur}
\author[107]{P.~Kaur}
\author[43]{B.~Kayser}
\author[144]{N.~Kazaryan}
\author[13]{E.~Kearns}
\author[109]{P.~Keener}
\author[130]{S.~Kemboi}
\author[25]{E.~Kemp}
\author[14]{S.~H.~Kettell}
\author[56]{M.~Khabibullin}
\author[58]{M.~Khandaker}
\author[56]{A.~Khotjantsev}
\author[14]{B.~Kirby}
\author[43]{M.~Kirby}
\author[109]{J.~Klein}
\author[43]{T.~Kobilarcik}
\author[132]{B.~Kocaman}
\author[19]{S.~Kohn}
\author[43]{G.~Koizumi}
\author[56]{A.~Kopylov}
\author[140]{M.~Kordosky}
\author[74]{L.~Kormos}
\author[16]{U.~Kose}
\author[61]{V.~A.~Kosteleck\'y}
\author[19]{M.~Kramer}
\author[12]{I.~Kreslo}
\author[21]{W.~Kropp}
\author[56]{Y.~Kudenko}
\author[118]{V.~A.~Kudryavtsev}
\author[56]{S.~Kulagin}
\author[107]{A.~Kumar}
\author[70]{G.~K.~Kumar}
\author[48]{J.~Kumar}
\author[107]{L.~Kumar}
\author[80]{T.~Kutter}
\author[132]{M.~K\"OPR\"U}
\author[130]{B.~T.~Lam}
\author[3]{A.~Laminack}
\author[109]{K.~Lande}
\author[39]{C.~Lane}
\author[131]{K.~Lang}
\author[14]{F.~Lanni}
\author[48]{J.~Learned}
\author[43]{P.~Lebrun}
\author[79]{D.~Lee}
\author[114]{H.~Lee}
\author[43]{W.~M.~Lee}
\author[1]{M.~A.~Leigui~de~Oliveira}
\author[43]{Q.~Li}
\author[14]{S.~Li}
\author[100]{S.~W.~Li}
\author[126]{X.~Li}
\author[14]{Y.~Li}
\author[40]{Z.~Li}
\author[75]{C.~S.~Lin}
\author[33]{S.~Lin}
\author[14]{J.~Ling}
\author[136]{J.~Link}
\author[32]{Z.~Liptak}
\author[14]{D.~Lissauer}
\author[14]{L.~Littenberg}
\author[54]{B.~Littlejohn}
\author[79]{Q.~Liu}
\author[125]{T.~Liu}
\author[43]{S.~Lockwitz}
\author[43]{N.~Lockyer}
\author[75]{T.~Loew}
\author[15]{M.~Lokajicek}
\author[59]{K.~Long}
\author[65]{K.~Loo}
\author[43]{M.~D.~L.~Lopes}
\author[32]{J.~P.~Lopez}
\author[12]{D.~Lorca}
\author[98]{J.~Losecco}
\author[79]{W.~Louis}
\author[61]{J.~Lowery}
\author[12]{M.~Luethi}
\author[19]{K.~Luk}
\author[43]{B.~Lundberg}
\author[43]{T.~Lundin}
\author[143]{X.~Luo}
\author[53]{T.~Lux}
\author[43]{J.~Lykken}
\author[65]{J.~Maalampi}
\author[73]{A.~A.~Machado}
\author[43]{J.~R.~Macier}
\author[7]{S.~Magill}
\author[14]{G.~Mahler}
\author[87]{K.~Mahn}
\author[59]{M.~Malek}
\author[11]{S.~Malhotra}
\author[7]{D.~Malon}
\author[26]{F.~Mammoliti}
\author[38]{S.~K.~Mandal}
\author[52]{S.~Mandodi}
\author[114]{S.~L.~Manly}
\author[133]{A.~Mann}
\author[43]{A.~Marchionni}
\author[14]{W.~Marciano}
\author[136]{C.~Mariani}
\author[48]{J.~Maricic}
\author[32]{A.~D.~Marino}
\author[90]{M.~Marshak}
\author[114]{C.~Marshall}
\author[24]{J.~Marshall}
\author[63]{J.~Marteau}
\author[102]{J.~Martin-Albo}
\author[54]{D.~Martinez}
\author[48]{S.~Matsuno}
\author[80]{J.~Matthews}
\author[77]{K.~Mavrokoridis}
\author[144]{D.~Mayilyan}
\author[89]{R.~Mazza}
\author[117]{E.~Mazzucato}
\author[77]{N.~McCauley}
\author[43]{E.~McCluskey}
\author[118]{N.~McConkey}
\author[112]{K.~McDonald}
\author[114]{K.~S.~McFarland}
\author[114]{A.~M.~McGowan}
\author[126]{C.~McGrew}
\author[98]{S.~R.~McGuinness}
\author[140]{R.~McKeown}
\author[58]{D.~McNulty}
\author[124]{R.~McTaggart}
\author[56]{A.~Mefodiev}
\author[33]{M.~Mehrian}
\author[95]{P.~Mehta}
\author[121]{D.~Mei}
\author[135]{O.~Mena}
\author[145]{S.~Menary}
\author[85]{H.~Mendez}
\author[108]{A.~Menegolli}
\author[106]{G.~Meng}
\author[3]{D.~Mertins}
\author[61]{M.~Messier}
\author[80]{W.~Metcalf}
\author[61]{M.~Mewes}
\author[139]{H.~Meyer}
\author[43]{T.~Miao}
\author[48]{R.~Milincic}
\author[90]{W.~Miller}
\author[79]{G.~Mills}
\author[56]{O.~Mineev}
\author[30]{O.~Miranda}
\author[43]{C.~S.~Mishra}
\author[120]{S.~R.~Mishra}
\author[51]{B.~Mitrica}
\author[16]{D.~Mladenov}
\author[104]{I.~Mocioiu}
\author[52]{R.~Mohanta}
\author[43]{N.~Mokhov}
\author[16]{C.~Montanari}
\author[43]{D.~Montanari}
\author[84]{J.~Moon}
\author[14]{M.~Mooney}
\author[43]{C.~Moore}
\author[43]{J.~Morfin}
\author[138]{B.~Morgan}
\author[49]{C.~Morris}
\author[14]{W.~Morse}
\author[84]{Z.~Moss}
\author[43]{C.~Mossey}
\author[1]{C.~A.~Moura}
\author[86]{J.~Mousseau}
\author[23]{L.~Mualem}
\author[139]{M.~Muether}
\author[61]{S.~Mufson}
\author[146]{S.~Murphy}
\author[61]{J.~Musser}
\author[130]{R.~Musser}
\author[127]{D.~P.~M\'endez}
\author[75]{Y.~Nakajima}
\author[111]{D.~Naples}
\author[9]{J.~Navarro}
\author[17]{D.~Navas}
\author[140]{J.~Nelson}
\author[16]{M.~Nessi}
\author[109]{M.~Newcomer}
\author[130]{K.~T.~T.~Nguyen}
\author[78]{R.~Nichol}
\author[116]{T.~C.~Nicholls}
\author[146]{K.~Nikolics}
\author[61]{E.~Niner}
\author[43]{B.~Norris}
\author[16]{F.~Noto}
\author[14]{P.~Novakova}
\author[135]{P.~Novella}
\author[74]{J.~Nowak}
\author[25]{M.~S.~Nunes}
\author[74]{H.~O'Keeffe}
\author[24]{R.~Oldeman}
\author[25]{R.~Oliveira}
\author[133]{T.~Olson}
\author[69]{Y.~Onishchuk}
\author[43]{J.~Osta}
\author[56]{T.~Ovsjannikova}
\author[87]{B.~Page}
\author[48]{S.~Pakvasa}
\author[118]{S.~Pal}
\author[43]{O.~Palamara}
\author[43]{J.~Paley}
\author[17]{C.~Palomares}
\author[20]{E.~Pantic}
\author[111]{V.~Paolone}
\author[43]{V.~Papadimitriou}
\author[136]{J.~Park}
\author[43]{S.~Parke}
\author[14]{Z.~Parsa}
\author[41]{S.~Pascoli}
\author[23]{R.~Patterson}
\author[75]{S.~J.~Patton}
\author[2]{T.~Patzak}
\author[141]{B.~Paulos}
\author[1]{L.~Paulucci}
\author[43]{Z.~Pavlovic}
\author[90]{G.~Pawloski}
\author[127]{S.~Peeters}
\author[63]{E.~Pennacchio}
\author[78]{A.~Perch}
\author[43]{G.~N.~Perdue}
\author[146]{L.~Periale}
\author[118]{J.~D.~Perkin}
\author[72]{H.~Pessard}
\author[43]{G.~Petrillo}
\author[120]{R.~Petti}
\author[122]{A.~Petukhov}
\author[106]{F.~Pietropaolo}
\author[43]{R.~Plunkett}
\author[90]{R.~Poling}
\author[43]{M.~Popovic}
\author[43]{S.~Pordes}
\author[14]{M.~Potekhin}
\author[26]{R.~Potenza}
\author[64]{B.~Potukuchi}
\author[121]{N.~Poudyal}
\author[43]{O.~Prokofiev}
\author[107]{N.~Pruthi}
\author[94]{P.~Przewlocki}
\author[43]{D.~Pushka}
\author[14]{X.~Qian}
\author[43]{J.~L.~Raaf}
\author[6]{R.~Raboanary}
\author[14]{V.~Radeka}
\author[140]{A.~Radovic}
\author[43]{I.~Rakhno}
\author[6]{H.~T.~Rakotondramanana}
\author[6]{L.~Rakotondravohitra}
\author[138]{Y.~A.~Ramachers}
\author[43]{R.~Rameika}
\author[79]{J.~Ramsey}
\author[108]{A.~Rappoldi}
\author[108]{G.~Raselli}
\author[74]{P.~Ratoff}
\author[43]{B.~Rebel}
\author[146]{C.~Regenfus}
\author[122]{J.~Reichenbacher}
\author[43]{D.~Reitzner}
\author[72]{A.~Remoto}
\author[49]{A.~Renshaw}
\author[14]{S.~Rescia}
\author[118]{M.~Richardson}
\author[79]{K.~Rielage}
\author[43]{K.~Riesselmann}
\author[118]{M.~Robinson}
\author[115]{L.~Rochester}
\author[25]{O.~B.~Rodrigues}
\author[114]{P.~Rodrigues}
\author[86]{B.~Roe}
\author[48]{M.~Rosen}
\author[43]{R.~M.~Roser}
\author[41]{M.~Ross-Lonergan}
\author[108]{M.~Rossella}
\author[146]{A.~Rubbia}
\author[45]{C.~Rubbia}
\author[43]{R.~Rucinski}
\author[12]{C.~Rudolph~von~Rohr}
\author[143]{B.~Russell}
\author[114]{D.~Ruterbories}
\author[78]{R.~Saakyan}
\author[55]{N.~Sahu}
\author[88]{P.~Sala}
\author[14]{N.~Samios}
\author[53]{F.~Sanchez}
\author[62]{M.~Sanchez}
\author[112]{B.~Sands}
\author[85]{S.~Santana}
\author[17]{R.~Santorelli}
\author[126]{G.~Santucci}
\author[8]{N.~Saoulidou}
\author[88]{A.~Scaramelli}
\author[101]{H.~Schellman}
\author[43]{P.~Schlabach}
\author[43]{R.~Schmitt}
\author[28]{D.~Schmitz}
\author[133]{J.~Schneps}
\author[40]{K.~Scholberg}
\author[43]{A.~Schukraft}
\author[33]{J.~Schwehr}
\author[73]{E.~Segreto}
\author[109]{S.~Seibert}
\author[62]{J.~A.~Sepulveda-Quiroz}
\author[146]{F.~Sergiampietri}
\author[43]{L.~Sexton-Kennedy}
\author[146]{D.~Sgalaberna}
\author[34]{M.~H.~Shaevitz}
\author[107]{J.~Shahi}
\author[130]{S.~Shahsavarani}
\author[43]{P.~Shanahan}
\author[47]{S.~U.~Shankar}
\author[14]{R.~Sharma}
\author[113]{R.~K.~Sharma}
\author[43]{T.~Shaw}
\author[126]{R.~Shrock}
\author[69]{I.~Shyrma}
\author[14]{N.~Simos}
\author[12]{J.~Sinclair}
\author[40]{G.~Sinev}
\author[107]{I.~Singh}
\author[107]{J.~Singh}
\author[81]{J.~Singh}
\author[10]{V.~Singh}
\author[79]{G.~Sinnis}
\author[34]{F.~W.~Sippach}
\author[16]{D.~Smargianaki}
\author[21]{M.~Smy}
\author[43]{E.~Snider}
\author[54]{P.~Snopok}
\author[142]{J.~Sobczyk}
\author[21]{H.~Sobel}
\author[128]{M.~Soderberg}
\author[139]{N.~Solomey}
\author[79]{W.~Sondheim}
\author[135]{M.~Sorel}
\author[29]{A.~Sousa}
\author[27]{K.~Soustruznik}
\author[86]{J.~Spitz}
\author[118]{N.~J.~Spooner}
\author[43]{M.~Stancari}
\author[3]{I.~Stancu}
\author[16]{D.~Stefan}
\author[75]{H.~M.~Steiner}
\author[14]{J.~Stewart}
\author[122]{J.~Stock}
\author[51]{S.~Stoica}
\author[13]{J.~Stone}
\author[43]{J.~Strait}
\author[28]{M.~Strait}
\author[43]{T.~Strauss}
\author[43]{S.~Striganov}
\author[94]{R.~Sulej}
\author[83]{G.~Sullivan}
\author[48]{Y.~Sun}
\author[7]{L.~Suter}
\author[26]{C.~M.~Sutera}
\author[20]{R.~Svoboda}
\author[37]{B.~Szczerbinska}
\author[82]{A.~Szelc}
\author[82]{S.~S\"oldner-Rembold}
\author[127]{M.~Tamsett}
\author[43]{S.~Tariq}
\author[58]{E.~Tatar}
\author[61]{R.~Tayloe}
\author[79]{C.~Taylor}
\author[34]{K.~Terao}
\author[118]{M.~Thiesse}
\author[78]{J.~Thomas}
\author[118]{L.~F.~Thompson}
\author[24]{M.~Thomson}
\author[14]{C.~Thorn}
\author[116]{M.~Thorpe}
\author[120]{X.~Tian}
\author[122]{D.~Tiedt}
\author[43]{S.~C.~Timm}
\author[2]{A.~Tonazzo}
\author[43]{T.~Tope}
\author[11]{A.~Topkar}
\author[25]{F.~R.~Torres}
\author[108]{M.~Torti}
\author[135]{M.~Tortola}
\author[26]{F.~Tortorici}
\author[84]{M.~Toups}
\author[77]{C.~Touramanis}
\author[20]{M.~Tripathi}
\author[43]{I.~Tropin}
\author[65]{W.~H.~Trzaska}
\author[115]{Y.~Tsai}
\author[75]{K.~V.~Tsang}
\author[119]{R.~Tsenov}
\author[143]{S.~Tufanli}
\author[75]{C.~Tull}
\author[41]{J.~Turner}
\author[80]{M.~Tzanov}
\author[8]{E.~Tziaferi}
\author[59]{Y.~Uchida}
\author[61]{J.~Urheim}
\author[115]{T.~Usher}
\author[67]{M.~R.~Vagins}
\author[140]{P.~Vahle}
\author[4]{G.~A.~Valdiviesso}
\author[43]{L.~Valerio}
\author[126]{Z.~Vallari}
\author[135]{J.~Valle}
\author[109]{R.~Van~Berg}
\author[79]{R.~Van~de~Water}
\author[7]{P.~Van~Gemmeren}
\author[106]{F.~Varanini}
\author[48]{G.~Varner}
\author[117]{G.~Vasseur}
\author[43]{K.~Vaziri}
\author[43]{G.~Velev}
\author[106]{S.~Ventura}
\author[17]{A.~Verdugo}
\author[146]{T.~Viant}
\author[25]{T.~V.~Vieira}
\author[73]{C.~Vignoli}
\author[65]{S.~Vihonen}
\author[126]{C.~Vilela}
\author[14]{B.~Viren}
\author[36]{T.~Vrba}
\author[71]{T.~Wachala}
\author[141]{D.~Wahl}
\author[118]{M.~Wallbank}
\author[20]{N.~Walsh}
\author[125]{B.~Wang}
\author[22]{H.~Wang}
\author[121]{L.~Wang}
\author[41]{T.~Wang}
\author[118]{T.K.~Warburton}
\author[33]{D.~Warner}
\author[59]{M.~Wascko}
\author[78]{D.~Waters}
\author[116]{A.~Weber}
\author[12]{M.~Weber}
\author[121]{W.~Wei}
\author[62]{A.~Weinstein}
\author[122]{D.~Wells}
\author[141]{D.~Wenman}
\author[62]{M.~Wetstein}
\author[130]{A.~White}
\author[49]{L.~Whitehead}
\author[61]{D.~Whittington}
\author[126]{M.~Wilking}
\author[43]{J.~Willhite}
\author[43]{P.~Wilson}
\author[33]{R.~J.~Wilson}
\author[84]{L.~Winslow}
\author[35]{P.~Wittich}
\author[19]{H.~H.~Wong}
\author[84]{T.~Wongjirad}
\author[120]{K.~Wood}
\author[14]{E.~Worcester}
\author[14]{M.~Worcester}
\author[146]{S.~Wu}
\author[62]{T.~Xin}
\author[126]{C.~Yanagisawa}
\author[29]{S.~Yang}
\author[43]{T.~Yang}
\author[125]{J.~Ye}
\author[14]{M.~Yeh}
\author[56]{N.~Yershov}
\author[43]{K.~Yonehara}
\author[14]{B.~Yu}
\author[130]{J.~Yu}
\author[15]{J.~Zalesak}
\author[71]{A.~Zalewska}
\author[127]{B.~Zamorano}
\author[118]{L.~Zang}
\author[108]{A.~Zani}
\author[16]{A.~Zani}
\author[46]{G.~Zavala}
\author[43]{G.~Zeller}
\author[14]{C.~Zhang}
\author[121]{C.~Zhang}
\author[32]{E.~D.~Zimmerman}
\author[117]{M.~Zito}
\author[15]{J.~Zuklin}
\author[43]{R.~Zwaska}
\affil[1]{ABC Federal University, Santo Andr\'e \textendash SP, 09210-580, Brazil}
\affil[2]{APC-Paris, Batiment Condorcet;
10, rue Alice Domon et L'eonie Duquet;
F-75205 Paris CEDEX 13, France}
\affil[3]{University of Alabama (Tuscaloosa), Tuscaloosa, AL 35487-0324, USA}
\affil[4]{Federal University of Alfenas at Po\c cos de Caldas, 11999, CEP 37715-900 Po\c cos de Caldas-MG, Brazil}
\affil[5]{Aligarh Muslim University, Department of Physics
Aligarh-202002, India}
\affil[6]{Antananarivo, Pr\'esidence de l'Universit\'e d'Antananarivo: BP 566, Antananarivo 101, Madagascar}
\affil[7]{Argonne National Lab., Argonne, IL 60439, USA}
\affil[8]{University of Athens, University Campus, Zografou GR 157 84
Greece, Greece}
\affil[9]{Universidad del Atlantico, Km 7 antigua vi a Puerto Colombia, Barranquilla, Colombia}
\affil[10]{Banaras Hindu University, Varanasi 221 005, India, India}
\affil[11]{Bhabha Atmoic Research Center, Trombay, Mumbai, India}
\affil[12]{University of Bern, Lab for High Energy Physics;
Sidlerstrasse 5; CH-3012 Bern, Switzerland}
\affil[13]{Boston University, Boston, MA 02215, USA}
\affil[14]{Brookhaven National Lab., Upton, NY 11973-5000, USA}
\affil[15]{Institute of Physics CAS, v.v.i. , Na Slovance 2; 182 21 Praha 8, Czech Republic}
\affil[16]{CERN, European Organization for Nuclear Research
European Laboratory for Particle Physics; 1211 Gen`eve 23, Switzerland}
\affil[17]{CIEMAT, Divisi\'on de F\'{i}sica de Part\'{i}culas; Avenida Complutense 40; E-28040 Madrid, Spain}
\affil[18]{CNR Pisa, 1, 56124 Pisa PI, Italy}
\affil[19]{University of California (Berkeley), \#7300;
Berkeley, CA 94720-7300, USA}
\affil[20]{University of California (Davis), Davis, CA 95616, USA}
\affil[21]{University of California (Irvine), Irvine, CA 92697-4575, USA}
\affil[22]{University of California (Los Angeles), Los Angeles, CA 90095-1547, USA}
\affil[23]{California Institute of Technology, MC 356-48;
Pasadena, CA 91125, USA}
\affil[24]{University of Cambridge, JJ Thomson Avenue, Cambridge CB3 0HE, UK}
\affil[25]{University de Campinas, Av. S\'ergio Buarque de Holanda, 777 CEP 13083-859 Campinas-SP, Brazil}
\affil[26]{University di Catania, Via Santa Sofia, I-95123 Catania, Italy}
\affil[27]{Institute of Particle and Nuclear Physics of the Faculty of Mathematics and Physics of the Charles University in Prague, V Hole\v sovi\v ck\'ach 747/2; 180 00 Praha 8-Libe\v n, Czech Republic}
\affil[28]{University of Chicago, Chicago, IL 60637-1434, USA}
\affil[29]{University of Cincinnati, Cincinnati, OH 45221-0011, USA}
\affil[30]{Cinvestav, 07360 Ciudad de M\'exico, D.F., Mexico}
\affil[31]{Universidad de Colima, Facultad de Ciencias
Bernal Diaz del Castillo 340
Colonia Villa San Sebastian
Colima, Colima, Mexico}
\affil[32]{University of Colorado, Boulder, CO 80309, USA}
\affil[33]{Colorado State University, Fort Collins, CO 80523, USA}
\affil[34]{Columbia University, New York, NY 10027, USA}
\affil[35]{Cornell University, Laboratory for Elementary-Particle Physics; Newman Lab;
Ithaca, NY 14853\textendash5001, USA}
\affil[36]{Czech Technical University in Prague, Brehova 7; 115 19 Praha 1, Czech Republic}
\affil[37]{Dakota State University, Madison, SD 57042, USA}
\affil[38]{University of Delhi, Department of Physics and Astrophysics, Delhi 110007, India}
\affil[39]{Drexel University, Philadelphia, PA 19104, USA}
\affil[40]{Duke University, Durham, NC 27706, USA}
\affil[41]{University of Durham, Institute for Particle Physics Phenomenology;
Dept. of Physics, Ogden Centre for Fund. Physics;
South Road; Durham DH1 3LE, UK}
\affil[42]{University Estadual de Feira de Santana, S/N;44036-900, Feira de Santana-BA, Brazil}
\affil[43]{Fermi National Accelerator Lab, Batavia, IL 60510-0500, USA}
\affil[44]{University Federal de Goias, Goiania, GO, Brazil}
\affil[45]{Gran Sasso Science Institute, 7, L'Aquila, Italy}
\affil[46]{Universidad de Guanajuato, Gto., C.P.37000, Mexico}
\affil[47]{Harish-Chandra Research Institute, Jhunsi, Allahabad 211 019, India}
\affil[48]{University of Hawaii, Honolulu, HI 96822-2219, USA}
\affil[49]{University of Houston, Houston, TX 77204, USA}
\affil[50]{Huddersfield, Huddersfield, West Yorkshire HD1 3DH, UK}
\affil[51]{Horia Hulubei National Institute of Physiscs and Nuclear Engineering, Horia Hulubei National Institute of Physiscs and Nuclear
Engineering, Bucharest-Magurele, Romania}
\affil[52]{University of Hyderabad, Gachibowli, Hyderabad - 500 046, India}
\affil[53]{Institut de F\`\i{}sica d'Altes Energies (IFAE); Campus Universitat Autonoma de Barcelona , E-08193 Cerdanyola del Valles (Barcelona), Spain}
\affil[54]{Illinois Institute of Technology , Room 182LS; Chicago, IL 60616, USA}
\affil[55]{IIT Hyderabad, Kandi, Hyderabad - 502205, India}
\affil[56]{Institute for Nuclear Research of the Russian Academy of Sciences (INR RAS), 60th October Anniversary Prosp. 7a
Moscow, Russia 117312, Russia}
\affil[57]{Institute for Research in Fundamental Sciences (IPM), Tehran, Iran.
Postal code: 19538-33511
PO Box: 19395-5531, Iran}
\affil[58]{Idaho State University, Department of Physics
921 South 8th Ave.
Stop 8106
Pocatello, ID 83209-8106, USA}
\affil[59]{Imperial College of Science Tech. \& Medicine, Blackett Lab.; Prince Consort Road; London SW7 2BZ, UK}
\affil[60]{Indian Institute of Technology Guwahati, Guwahati, 781 039, India}
\affil[61]{Indiana University, Bloomington, IN 47405-7105, USA}
\affil[62]{Iowa State University, Ames, IA 50011, USA}
\affil[63]{Institut de Physique Nucleaire de Lyon (IPNL), Rue E. Fermi 4
69622 Villeurbanne, France}
\affil[64]{University of Jammu, Physics Department, JAMMU-180006, India}
\affil[65]{University of Jyvaskyla, FI-40014, University of Jyvaskyla, Finland}
\affil[66]{Kansas State University, Manhattan, KS 66506, USA}
\affil[67]{Kavli Institute for the Physics and Mathematics of the Universe (WPI), Kashiwa, Chiba 277-8582, Japan}
\affil[68]{KEK, High Energy Accelerator Research Organization
1\textendash1 Oho, Tsukuba-shi; Ibaraki-ken 305-0801, Japan}
\affil[69]{KYIV National University, Department of Nuclear Physics, 64, 01601 Kyiv, Ukraine}
\affil[70]{Koneru Lakshmaiah, , India}
\affil[71]{Krakow, Go\l{}ebia 24, 31-007 Krak\'ow, Poland}
\affil[72]{Lab. d'Annecy-le-Vieux de Phys. des Particules, BP 110; F-74941 Annecy-le-Vieux CEDEX, France}
\affil[73]{Laboratori Nazionali del Gran Sasso, I-67010 Assergi, AQ, Italy}
\affil[74]{Lancaster University, Bailrigg, Lancaster LA1 4YB, UK}
\affil[75]{Lawrence Berkeley National Lab., Berkeley, CA 94720-8153, USA}
\affil[76]{Universit\'e de Li\`ege, Bat B5, Sart Tilman B-4000, Belgium}
\affil[77]{University of Liverpool, L69 7ZE, Liverpool, UK}
\affil[78]{University College London, London, WC1E 6BT, UK}
\affil[79]{Los Alamos National Laboratory, Los Alamos, NM 87545, USA}
\affil[80]{Louisiana State University, Baton Rouge, LA 70803-4001, USA}