source: ETALON/papers/2016_HDR_ND/Introduction/livingston_size.eps @ 757

Last change on this file since 757 was 757, checked in by delerue, 6 years ago

HDR - manuscript a la soutenance

File size: 16.7 KB
Line 
1%!PS-Adobe-2.0 EPSF-1.2
2%%Creator: MATLAB, The MathWorks, Inc. Version 8.3.0.532 (R2014a). Operating System: Darwin 13.4.0 Darwin Kernel Version 13.4.0: Mon Jan 11 18:17:34 PST 2016; root:xnu-2422.115.15~1/RELEASE_X86_64 x86_64.
3%%Title: ./livingston_size.eps
4%%CreationDate: 03/04/2018  17:48:16
5%%DocumentNeededFonts: Helvetica
6%%+ Helvetica-Bold
7%%DocumentProcessColors: Cyan Magenta Yellow Black
8%%Extensions: CMYK
9%%Pages: 1
10%%BoundingBox:    40   187   562   613
11%%EndComments
12
13%%BeginProlog
14% MathWorks dictionary
15/MathWorks 160 dict begin
16% definition operators
17/bdef {bind def} bind def
18/ldef {load def} bind def
19/xdef {exch def} bdef
20/xstore {exch store} bdef
21% operator abbreviations
22/c  /clip ldef
23/cc /concat ldef
24/cp /closepath ldef
25/gr /grestore ldef
26/gs /gsave ldef
27/mt /moveto ldef
28/np /newpath ldef
29/cm /currentmatrix ldef
30/sm /setmatrix ldef
31/rm /rmoveto ldef
32/rl /rlineto ldef
33/s {show newpath} bdef
34/sc {setcmykcolor} bdef
35/sr /setrgbcolor ldef
36/sg /setgray ldef
37/w /setlinewidth ldef
38/j /setlinejoin ldef
39/cap /setlinecap ldef
40/rc {rectclip} bdef
41/rf {rectfill} bdef
42% page state control
43/pgsv () def
44/bpage {/pgsv save def} bdef
45/epage {pgsv restore} bdef
46/bplot /gsave ldef
47/eplot {stroke grestore} bdef
48% orientation switch
49/portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def
50% coordinate system mappings
51/dpi2point 0 def
52% font control
53/FontSize 0 def
54/FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0]
55  makefont setfont} bdef
56/reencode {exch dup where {pop load} {pop StandardEncoding} ifelse
57  exch dup 3 1 roll findfont dup length dict begin
58  { 1 index /FID ne {def}{pop pop} ifelse } forall
59  /Encoding exch def currentdict end definefont pop} bdef
60/isroman {findfont /CharStrings get /Agrave known} bdef
61/FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse
62  exch FMS} bdef
63/csm {1 dpi2point div -1 dpi2point div scale neg translate
64 dup landscapeMode eq {pop -90 rotate}
65  {rotateMode eq {90 rotate} if} ifelse} bdef
66% line types: solid, dotted, dashed, dotdash
67/SO { [] 0 setdash } bdef
68/DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
69/DA { [6 dpi2point mul] 0 setdash } bdef
70/DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4
71  dpi2point mul] 0 setdash } bdef
72% macros for lines and objects
73/L {lineto stroke} bdef
74/MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef
75/AP {{rlineto} repeat} bdef
76/PDlw -1 def
77/W {/PDlw currentlinewidth def setlinewidth} def
78/PP {closepath eofill} bdef
79/DP {closepath stroke} bdef
80/MR {4 -2 roll moveto dup  0 exch rlineto exch 0 rlineto
81  neg 0 exch rlineto closepath} bdef
82/FR {MR stroke} bdef
83/PR {MR fill} bdef
84/L1i {{currentfile picstr readhexstring pop} image} bdef
85/tMatrix matrix def
86/MakeOval {newpath tMatrix currentmatrix pop translate scale
870 0 1 0 360 arc tMatrix setmatrix} bdef
88/FO {MakeOval stroke} bdef
89/PO {MakeOval fill} bdef
90/PD {currentlinewidth 2 div 0 360 arc fill
91   PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
92/FA {newpath tMatrix currentmatrix pop translate scale
93  0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef
94/PA {newpath tMatrix currentmatrix pop  translate 0 0 moveto scale
95  0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef
96/FAn {newpath tMatrix currentmatrix pop translate scale
97  0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef
98/PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
99  0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef
100/vradius 0 def /hradius 0 def /lry 0 def
101/lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
102/MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
103  /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
104  vradius add translate hradius vradius scale 0 0 1 180 270 arc 
105  tMatrix setmatrix lrx hradius sub uly vradius add translate
106  hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
107  lrx hradius sub lry vradius sub translate hradius vradius scale
108  0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
109  translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
110  closepath} bdef
111/FRR {MRR stroke } bdef
112/PRR {MRR fill } bdef
113/MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
114  newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
115  rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
116  sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
117  closepath} bdef
118/FlrRR {MlrRR stroke } bdef
119/PlrRR {MlrRR fill } bdef
120/MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
121  newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
122  rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
123  sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
124  closepath} bdef
125/FtbRR {MtbRR stroke } bdef
126/PtbRR {MtbRR fill } bdef
127/stri 6 array def /dtri 6 array def
128/smat 6 array def /dmat 6 array def
129/tmat1 6 array def /tmat2 6 array def /dif 3 array def
130/asub {/ind2 exch def /ind1 exch def dup dup
131  ind1 get exch ind2 get sub exch } bdef
132/tri_to_matrix {
133  2 0 asub 3 1 asub 4 0 asub 5 1 asub
134  dup 0 get exch 1 get 7 -1 roll astore } bdef
135/compute_transform {
136  dmat dtri tri_to_matrix tmat1 invertmatrix 
137  smat stri tri_to_matrix tmat2 concatmatrix } bdef
138/ds {stri astore pop} bdef
139/dt {dtri astore pop} bdef
140/db {2 copy /cols xdef /rows xdef mul dup 3 mul string
141  currentfile exch readhexstring pop
142  dup 0 3 index getinterval /rbmap xdef
143  dup 2 index dup getinterval /gbmap xdef
144  1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef
145/it {gs np dtri aload pop moveto lineto lineto cp c
146  cols rows 8 compute_transform 
147  rbmap gbmap bbmap true 3 colorimage gr}bdef
148/il {newpath moveto lineto stroke}bdef
149currentdict end def
150%%EndProlog
151
152%%BeginSetup
153MathWorks begin
154
1550 cap
156
157end
158%%EndSetup
159
160%%Page: 1 1
161%%BeginPageSetup
162%%PageBoundingBox:    40   187   562   613
163MathWorks begin
164bpage
165%%EndPageSetup
166
167%%BeginObject: obj1
168bplot
169
170/dpi2point 12 def
171portraitMode 0216 7344 csm
172
173  274   -20  6254  5114 MR c np
17486 dict begin %Colortable dictionary
175/c0 { 0.000000 0.000000 0.000000 sr} bdef
176/c1 { 1.000000 1.000000 1.000000 sr} bdef
177/c2 { 0.900000 0.000000 0.000000 sr} bdef
178/c3 { 0.000000 0.820000 0.000000 sr} bdef
179/c4 { 0.000000 0.000000 0.800000 sr} bdef
180/c5 { 0.910000 0.820000 0.320000 sr} bdef
181/c6 { 1.000000 0.260000 0.820000 sr} bdef
182/c7 { 0.000000 0.820000 0.820000 sr} bdef
183c0
1841 j
1851 sg
186   0    0 6924 5190 PR
1876 w
1880 4229 5365 0 0 -4229 900 4618 4 MP
189PP
190-5365 0 0 4229 5365 0 0 -4229 900 4618 5 MP stroke
1914 w
192DO
1930 sg
194 900 4618 mt  900  389 L
195 900  389 mt  900  389 L
1961794 4618 mt 1794  389 L
1971794  389 mt 1794  389 L
1982688 4618 mt 2688  389 L
1992688  389 mt 2688  389 L
2003582 4618 mt 3582  389 L
2013582  389 mt 3582  389 L
2024476 4618 mt 4476  389 L
2034476  389 mt 4476  389 L
2045370 4618 mt 5370  389 L
2055370  389 mt 5370  389 L
2066265 4618 mt 6265  389 L
2076265  389 mt 6265  389 L
208 900 4618 mt 6265 4618 L
2096265 4618 mt 6265 4618 L
210 900 3772 mt 6265 3772 L
2116265 3772 mt 6265 3772 L
212 900 2926 mt 6265 2926 L
2136265 2926 mt 6265 2926 L
214 900 2080 mt 6265 2080 L
2156265 2080 mt 6265 2080 L
216 900 1234 mt 6265 1234 L
2176265 1234 mt 6265 1234 L
218 900  389 mt 6265  389 L
2196265  389 mt 6265  389 L
220SO
2216 w
222 900 4618 mt 6265 4618 L
223 900 4618 mt  900  389 L
224 900 4618 mt  900 4564 L
225%%IncludeResource: font Helvetica
226/Helvetica /ISOLatin1Encoding 192 FMSR
227
228 687 4830 mt 
229(1960) s
2301794 4618 mt 1794 4564 L
2311581 4830 mt 
232(1970) s
2332688 4618 mt 2688 4564 L
2342475 4830 mt 
235(1980) s
2363582 4618 mt 3582 4564 L
2373369 4830 mt 
238(1990) s
2394476 4618 mt 4476 4564 L
2404263 4830 mt 
241(2000) s
2425370 4618 mt 5370 4564 L
2435157 4830 mt 
244(2010) s
2456265 4618 mt 6265 4564 L
2466052 4830 mt 
247(2020) s
248 900 4618 mt  926 4618 L
249DO
250 900 4618 mt 6265 4618 L
2516265 4618 mt 6265 4618 L
252SO
253 900 4618 mt  953 4618 L
254 581 4689 mt 
255(10) s
256%%IncludeResource: font Helvetica
257/Helvetica /ISOLatin1Encoding 128 FMSR
258
259 794 4570 mt 
260(0) s
261 900 4363 mt  926 4363 L
262DO
263 900 4363 mt 6265 4363 L
2646265 4363 mt 6265 4363 L
265SO
266 900 4214 mt  926 4214 L
267DO
268 900 4214 mt 6265 4214 L
2696265 4214 mt 6265 4214 L
270SO
271 900 4108 mt  926 4108 L
272DO
273 900 4108 mt 6265 4108 L
2746265 4108 mt 6265 4108 L
275SO
276 900 4026 mt  926 4026 L
277DO
278 900 4026 mt 6265 4026 L
2796265 4026 mt 6265 4026 L
280SO
281 900 3959 mt  926 3959 L
282DO
283 900 3959 mt 6265 3959 L
2846265 3959 mt 6265 3959 L
285SO
286 900 3903 mt  926 3903 L
287DO
288 900 3903 mt 6265 3903 L
2896265 3903 mt 6265 3903 L
290SO
291 900 3854 mt  926 3854 L
292DO
293 900 3854 mt 6265 3854 L
2946265 3854 mt 6265 3854 L
295SO
296 900 3810 mt  926 3810 L
297DO
298 900 3810 mt 6265 3810 L
2996265 3810 mt 6265 3810 L
300SO
301 900 3772 mt  926 3772 L
302DO
303 900 3772 mt 6265 3772 L
3046265 3772 mt 6265 3772 L
305SO
306 900 3772 mt  953 3772 L
307%%IncludeResource: font Helvetica
308/Helvetica /ISOLatin1Encoding 192 FMSR
309
310 581 3843 mt 
311(10) s
312%%IncludeResource: font Helvetica
313/Helvetica /ISOLatin1Encoding 128 FMSR
314
315 794 3724 mt 
316(1) s
317 900 3517 mt  926 3517 L
318DO
319 900 3517 mt 6265 3517 L
3206265 3517 mt 6265 3517 L
321SO
322 900 3368 mt  926 3368 L
323DO
324 900 3368 mt 6265 3368 L
3256265 3368 mt 6265 3368 L
326SO
327 900 3262 mt  926 3262 L
328DO
329 900 3262 mt 6265 3262 L
3306265 3262 mt 6265 3262 L
331SO
332 900 3181 mt  926 3181 L
333DO
334 900 3181 mt 6265 3181 L
3356265 3181 mt 6265 3181 L
336SO
337 900 3114 mt  926 3114 L
338DO
339 900 3114 mt 6265 3114 L
3406265 3114 mt 6265 3114 L
341SO
342 900 3057 mt  926 3057 L
343DO
344 900 3057 mt 6265 3057 L
3456265 3057 mt 6265 3057 L
346SO
347 900 3008 mt  926 3008 L
348DO
349 900 3008 mt 6265 3008 L
3506265 3008 mt 6265 3008 L
351SO
352 900 2965 mt  926 2965 L
353DO
354 900 2965 mt 6265 2965 L
3556265 2965 mt 6265 2965 L
356SO
357 900 2926 mt  926 2926 L
358DO
359 900 2926 mt 6265 2926 L
3606265 2926 mt 6265 2926 L
361SO
362 900 2926 mt  953 2926 L
363%%IncludeResource: font Helvetica
364/Helvetica /ISOLatin1Encoding 192 FMSR
365
366 581 2997 mt 
367(10) s
368%%IncludeResource: font Helvetica
369/Helvetica /ISOLatin1Encoding 128 FMSR
370
371 794 2878 mt 
372(2) s
373 900 2671 mt  926 2671 L
374DO
375 900 2671 mt 6265 2671 L
3766265 2671 mt 6265 2671 L
377SO
378 900 2522 mt  926 2522 L
379DO
380 900 2522 mt 6265 2522 L
3816265 2522 mt 6265 2522 L
382SO
383 900 2417 mt  926 2417 L
384DO
385 900 2417 mt 6265 2417 L
3866265 2417 mt 6265 2417 L
387SO
388 900 2335 mt  926 2335 L
389DO
390 900 2335 mt 6265 2335 L
3916265 2335 mt 6265 2335 L
392SO
393 900 2268 mt  926 2268 L
394DO
395 900 2268 mt 6265 2268 L
3966265 2268 mt 6265 2268 L
397SO
398 900 2211 mt  926 2211 L
399DO
400 900 2211 mt 6265 2211 L
4016265 2211 mt 6265 2211 L
402SO
403 900 2162 mt  926 2162 L
404DO
405 900 2162 mt 6265 2162 L
4066265 2162 mt 6265 2162 L
407SO
408 900 2119 mt  926 2119 L
409DO
410 900 2119 mt 6265 2119 L
4116265 2119 mt 6265 2119 L
412SO
413 900 2080 mt  926 2080 L
414DO
415 900 2080 mt 6265 2080 L
4166265 2080 mt 6265 2080 L
417SO
418 900 2080 mt  953 2080 L
419%%IncludeResource: font Helvetica
420/Helvetica /ISOLatin1Encoding 192 FMSR
421
422 581 2151 mt 
423(10) s
424%%IncludeResource: font Helvetica
425/Helvetica /ISOLatin1Encoding 128 FMSR
426
427 794 2032 mt 
428(3) s
429 900 1825 mt  926 1825 L
430DO
431 900 1825 mt 6265 1825 L
4326265 1825 mt 6265 1825 L
433SO
434 900 1677 mt  926 1677 L
435DO
436 900 1677 mt 6265 1677 L
4376265 1677 mt 6265 1677 L
438SO
439 900 1571 mt  926 1571 L
440DO
441 900 1571 mt 6265 1571 L
4426265 1571 mt 6265 1571 L
443SO
444 900 1489 mt  926 1489 L
445DO
446 900 1489 mt 6265 1489 L
4476265 1489 mt 6265 1489 L
448SO
449 900 1422 mt  926 1422 L
450DO
451 900 1422 mt 6265 1422 L
4526265 1422 mt 6265 1422 L
453SO
454 900 1365 mt  926 1365 L
455DO
456 900 1365 mt 6265 1365 L
4576265 1365 mt 6265 1365 L
458SO
459 900 1316 mt  926 1316 L
460DO
461 900 1316 mt 6265 1316 L
4626265 1316 mt 6265 1316 L
463SO
464 900 1273 mt  926 1273 L
465DO
466 900 1273 mt 6265 1273 L
4676265 1273 mt 6265 1273 L
468SO
469 900 1234 mt  926 1234 L
470DO
471 900 1234 mt 6265 1234 L
4726265 1234 mt 6265 1234 L
473SO
474 900 1234 mt  953 1234 L
475%%IncludeResource: font Helvetica
476/Helvetica /ISOLatin1Encoding 192 FMSR
477
478 581 1305 mt 
479(10) s
480%%IncludeResource: font Helvetica
481/Helvetica /ISOLatin1Encoding 128 FMSR
482
483 794 1186 mt 
484(4) s
485 900  980 mt  926  980 L
486DO
487 900  980 mt 6265  980 L
4886265  980 mt 6265  980 L
489SO
490 900  831 mt  926  831 L
491DO
492 900  831 mt 6265  831 L
4936265  831 mt 6265  831 L
494SO
495 900  725 mt  926  725 L
496DO
497 900  725 mt 6265  725 L
4986265  725 mt 6265  725 L
499SO
500 900  643 mt  926  643 L
501DO
502 900  643 mt 6265  643 L
5036265  643 mt 6265  643 L
504SO
505 900  576 mt  926  576 L
506DO
507 900  576 mt 6265  576 L
5086265  576 mt 6265  576 L
509SO
510 900  520 mt  926  520 L
511DO
512 900  520 mt 6265  520 L
5136265  520 mt 6265  520 L
514SO
515 900  470 mt  926  470 L
516DO
517 900  470 mt 6265  470 L
5186265  470 mt 6265  470 L
519SO
520 900  427 mt  926  427 L
521DO
522 900  427 mt 6265  427 L
5236265  427 mt 6265  427 L
524SO
525 900  389 mt  926  389 L
526DO
527 900  389 mt 6265  389 L
5286265  389 mt 6265  389 L
529SO
530 900  389 mt  953  389 L
531%%IncludeResource: font Helvetica
532/Helvetica /ISOLatin1Encoding 192 FMSR
533
534 581  460 mt 
535(10) s
536%%IncludeResource: font Helvetica
537/Helvetica /ISOLatin1Encoding 128 FMSR
538
539 794  341 mt 
540(5) s
541%%IncludeResource: font Helvetica-Bold
542/Helvetica-Bold /ISOLatin1Encoding 192 FMSR
543
544 483 3717 mt  -90 rotate
545(Collider circumference \(m\)) s
54690 rotate
5472295  237 mt 
548(All colliders \(circumference\)) s
549gs 900 389 5366 4230 MR c np
550DA
55148 w
552/c8 { 0.000000 1.000000 0.000000 sr} bdef
553c8
55494 -133 358 -509 357 -510 358 -509 358 -509 357 -509 358 -509 358 -510 
555357 -509 900 4596 10 MP stroke
556SO
5576 w
558gr
559
560c8
561/c9 { 0.000000 0.000000 1.000000 sr} bdef
562c9
5631132 4214 mt 1204 4214 L
5641168 4178 mt 1168 4250 L
5651143 4189 mt 1193 4239 L
5661193 4189 mt 1143 4239 L
567gs 900 389 5366 4230 MR c np
56824 w
56989 0 1168 4214 2 MP stroke
570gr
571
57224 w
573%%IncludeResource: font Helvetica-Bold
574/Helvetica-Bold /ISOLatin1Encoding 120 FMSR
575
5761212 4191 mt 
577(AdA) s
578gs 900 389 5366 4230 MR c np
5796 w
580gr
581
5826 w
5831221 4253 mt 1293 4253 L
5841257 4217 mt 1257 4289 L
5851232 4228 mt 1282 4278 L
5861282 4228 mt 1232 4278 L
587gs 900 389 5366 4230 MR c np
58824 w
589358 0 1257 4253 2 MP stroke
590gr
591
59224 w
5931660 4297 mt 
594(VEP-1) s
595gs 900 389 5366 4230 MR c np
5966 w
597gr
598
5996 w
6001311 3705 mt 1383 3705 L
6011347 3669 mt 1347 3741 L
6021322 3680 mt 1372 3730 L
6031372 3680 mt 1322 3730 L
604gs 900 389 5366 4230 MR c np
60524 w
606268 0 1347 3705 2 MP stroke
607gr
608
60924 w
6101391 3682 mt 
611(Princeton-Stanford) s
612gs 900 389 5366 4230 MR c np
6136 w
614gr
615
6166 w
6171311 3482 mt 1383 3482 L
6181347 3446 mt 1347 3518 L
6191322 3457 mt 1372 3507 L
6201372 3457 mt 1322 3507 L
621gs 900 389 5366 4230 MR c np
62224 w
623894 0 1347 3482 2 MP stroke
624gr
625
62624 w
6271391 3459 mt 
628(ACO) s
629gs 900 389 5366 4230 MR c np
6306 w
631gr
632
6336 w
6341668 2908 mt 1740 2908 L
6351704 2872 mt 1704 2944 L
6361679 2883 mt 1729 2933 L
6371729 2883 mt 1679 2933 L
638gs 900 389 5366 4230 MR c np
63924 w
640805 0 1704 2908 2 MP stroke
641gr
642
64324 w
6441749 2885 mt 
645(ADONE) s
646gs 900 389 5366 4230 MR c np
6476 w
648gr
649
6506 w
6513457  869 mt 3529  869 L
6523493  833 mt 3493  905 L
6533468  844 mt 3518  894 L
6543518  844 mt 3468  894 L
655gs 900 389 5366 4230 MR c np
65624 w
657536 0 3493 869 2 MP stroke
658gr
659
66024 w
6613537  846 mt 
662(LEP) s
663gs 900 389 5366 4230 MR c np
6646 w
665gr
666
6676 w
6682115 2522 mt 2187 2522 L
6692151 2486 mt 2151 2558 L
6702126 2497 mt 2176 2547 L
6712176 2497 mt 2126 2547 L
672gs 900 389 5366 4230 MR c np
67324 w
674358 0 2151 2522 2 MP stroke
675gr
676
67724 w
6782196 2499 mt 
679(DORIS) s
680gs 900 389 5366 4230 MR c np
6816 w
682gr
683
6846 w
6852473 1825 mt 2545 1825 L
6862509 1789 mt 2509 1861 L
6872484 1800 mt 2534 1850 L
6882534 1800 mt 2484 1850 L
689gs 900 389 5366 4230 MR c np
69024 w
691715 0 2509 1825 2 MP stroke
692gr
693
69424 w
6952554 1803 mt 
696(PETRA) s
697gs 900 389 5366 4230 MR c np
6986 w
699gr
700
7016 w
7023188 1674 mt 3260 1674 L
7033224 1638 mt 3224 1710 L
7043199 1649 mt 3249 1699 L
7053249 1649 mt 3199 1699 L
706gs 900 389 5366 4230 MR c np
70724 w
708805 0 3224 1674 2 MP stroke
709gr
710
71124 w
7123269 1651 mt 
713(TRISTAN) s
714gs 900 389 5366 4230 MR c np
7156 w
716gr
717
7186 w
7192562 2177 mt 2634 2177 L
7202598 2141 mt 2598 2213 L
7212573 2152 mt 2623 2202 L
7222623 2152 mt 2573 2202 L
723gs 900 389 5366 4230 MR c np
72424 w
7252057 0 2598 2177 2 MP stroke
726gr
727
72824 w
7294700 2221 mt 
730(CESR) s
731gs 900 389 5366 4230 MR c np
7326 w
733gr
734
7356 w
7364351 1677 mt 4423 1677 L
7374387 1641 mt 4387 1713 L
7384362 1652 mt 4412 1702 L
7394412 1652 mt 4362 1702 L
740gs 900 389 5366 4230 MR c np
74124 w
742894 0 4387 1677 2 MP stroke
743gr
744
74524 w
7465326 1721 mt 
747(KEKB) s
748gs 900 389 5366 4230 MR c np
7496 w
750gr
751
7526 w
7534261 1790 mt 4333 1790 L
7544297 1754 mt 4297 1826 L
7554272 1765 mt 4322 1815 L
7564322 1765 mt 4272 1815 L
757gs 900 389 5366 4230 MR c np
75824 w
759895 0 4297 1790 2 MP stroke
760gr
761
76224 w
7634342 1768 mt 
764(PEPII) s
765gs 900 389 5366 4230 MR c np
7666 w
767gr
768
7696 w
770/c10 { 1.000000 0.000000 0.000000 sr} bdef
771c10
7721847 2100 mt 1919 2100 L
7731883 2064 mt 1883 2136 L
7741858 2075 mt 1908 2125 L
7751908 2075 mt 1858 2125 L
776gs 900 389 5366 4230 MR c np
77724 w
7781163 0 1883 2100 2 MP stroke
779gr
780
78124 w
7821928 2077 mt 
783(ISR) s
784gs 900 389 5366 4230 MR c np
7856 w
786gr
787
7886 w
7892741 1371 mt 2813 1371 L
7902777 1335 mt 2777 1407 L
7912752 1346 mt 2802 1396 L
7922802 1346 mt 2752 1396 L
793gs 900 389 5366 4230 MR c np
79424 w
795805 0 2777 1371 2 MP stroke
796gr
797
79824 w
7992822 1348 mt 
800(SPS) s
801gs 900 389 5366 4230 MR c np
8026 w
803gr
804
8056 w
8065781  869 mt 5853  869 L
8075817  833 mt 5817  905 L
8085792  844 mt 5842  894 L
8095842  844 mt 5792  894 L
810gs 900 389 5366 4230 MR c np
81124 w
812448 0 5817 869 2 MP stroke
813gr
814
81524 w
8165862  846 mt 
817(LHC 7 TeV) s
818gs 900 389 5366 4230 MR c np
8196 w
820gr
821
8226 w
8233725 1404 mt 3797 1404 L
8243761 1368 mt 3761 1440 L
8253736 1379 mt 3786 1429 L
8263786 1379 mt 3736 1429 L
827gs 900 389 5366 4230 MR c np
82824 w
8291699 0 3761 1404 2 MP stroke
830gr
831
83224 w
8333806 1381 mt 
834(Tevatron) s
8350 sg
836%%IncludeResource: font Helvetica-Bold
837/Helvetica-Bold /ISOLatin1Encoding 192 FMSR
838
8393381 5026 mt 
840(Year) s
8416 w
842
843end %%Color Dict
844
845eplot
846%%EndObject
847
848epage
849end
850
851showpage
852
853%%Trailer
854%%EOF
Note: See TracBrowser for help on using the repository browser.