source: trunk/documents/UserDoc/UsersGuides/ForToolkitDeveloper/latex/OOAnalysisDesign/PhysicsProcesses/Hadronic/Level4_2.eps

Last change on this file was 1208, checked in by garnier, 15 years ago

CVS update

File size: 61.4 KB
Line 
1%!PS-Adobe-3.0 EPSF-3.0
2%%BoundingBox:     109.0   566.0   548.0   808.0
3%%Creator: hpw using rose_exe
4%%CreationDate: Sun Nov  5 13:54:51 2000
5%%Title: DesignFromRose.eps
6%%EndComments
7
8%%BeginProlog
9200 dict begin 
10%%BeginResource: Units and resolution
11/cm { 300 mul 2.54 div } def
12/PageHeight 28.7 cm def
13 /PageWidth 20.0 cm def
14/LineSpace 0.05 cm def
15%%EndResource
16
17%%BeginResource: PenBrush
18/TmpPenArray 5 array def
19/PenArray 5 array def
20 /lpStyle 0 def
21 /lpWidth 1 def
22 /lpRed 2 def
23 /lpGreen 3 def
24 /lpBlue 4 def
25/BrushArray 6 array def
26 /lbStyle 0 def
27 /lbRed 1 def
28 /lbGreen 2 def
29 /lbBlue 3 def
30 /lbHatchStyle 4 def
31 /lpPattern 5 def
32/BkColorArray 5 array def
33 /bkRed 0 def
34 /bkGreen 1 def
35 /bkBlue 2 def
36/TextColorArray 3 array def
37 /TextRed 0 def
38 /TextGreen 1 def
39 /TextBlue 2 def
40/PenDashArray [ [] [0.2 cm 0.1 cm] [0.1 cm 0.1 cm] [0.3 cm 0.1 cm 0.1 cm 0.1 cm] [0.3 cm 0.1 cm 0.1 cm 0.1 cm 0.1 cm 0.1 cm] [] [] ] def
41
42/HatchStyleArray [ {HS_HORIZ} {HS_VERT} {HS_BDIAG} {HS_FDIAG} {HS_CROSS} {HS_DIAGCROSS} ] def
43
44/UpdatePen
45 {/PenArray exch def /PenWidthMemo PenArray lpWidth get def } def
46/UpdateBrush
47 {/BrushArray exch def} def
48
49/UpdateBkColor
50 {/BkColorArray exch def} def
51
52/UpdateBkMode
53 {/BkMode exch def} def
54
55/UpdateTextColor
56 {/TextColorArray exch def} def
57
58/HS_HORIZ
59 {0 LineSpace PageHeight { /i exch def 0 i MyMatrix itransform moveto PageWidth i MyMatrix idtransform lineto } for stroke } def
60/HS_VERT
61 {0 LineSpace PageWidth { /i exch def i 0 MyMatrix itransform moveto i PageHeight MyMatrix idtransform lineto } for stroke } def
62/HS_CROSS
63 { HS_HORIZ HS_VERT } def
64
65/HS_FDIAG
66 {0 LineSpace 1.4 mul PageWidth 2 mul
67     { /i exch def i PageWidth sub 0 MyMatrix itransform moveto i
68       PageHeight MyMatrix idtransform lineto } for stroke } def
69/HS_BDIAG
70 {0 LineSpace 1.4 mul PageWidth 2 mul
71     { /i exch def i 0 MyMatrix itransform moveto  i PageWidth sub
72        PageHeight MyMatrix idtransform lineto } for stroke } def
73/HS_DIAGCROSS
74 { HS_FDIAG HS_BDIAG } def
75
76/StrokeWithPen
77{/join exch def /Penwidth PenArray lpWidth get 
78 def Penwidth setlinewidth
79 PenArray lpWidth get 1 le { 0 setlinecap }
80 { PenArray lpWidth get 5 gt { 1 setlinecap } { 2 setlinecap } ifelse } ifelse
81 join { PenArray lpWidth get 5 le {0 setlinejoin 3 setmiterlimit}
82 { PenArray lpWidth get 8 gt { 1 setlinejoin } { 2 setlinejoin } ifelse } ifelse } if
83 join LineJoin -1 ne and {SetLineJoin setlinejoin} if
84 join MiterLimit -1 ne and {MiterLimit miterlimit} if
85 PenArray lpRed get 255 div PenArray lpGreen get 255 div PenArray lpBlue get 255 div setrgbcolor
86 /PenStyle PenArray lpStyle get def
87 PenStyle 5 lt  { PenDashArray PenStyle get 0 setdash stroke }
88 { PenStyle 6 eq  { [] 0 setdash stroke } {newpath} ifelse } ifelse
89 join {0 setlinejoin 10 setmiterlimit} if } def
90
91/FillWithBkColor
92 { gsave BkColorArray bkRed get 255 div
93BkColorArray bkGreen get 255 div BkColorArray bkBlue get 
94255 div setrgbcolor fill grestore } def
95
96/FillWithBrush
97 {/BrushStyle BrushArray lbStyle get def
98 BrushStyle 2 eq dup BrushStyle 0 eq or
99 { BrushArray lbRed get 255 div BrushArray lbGreen get 255 div BrushArray lbBlue get 255 div setrgbcolor
100 { gsave BkMode 2 eq {FillWithBkColor} if clip
101PenArray lpWidth get PenWidthMemo dup 0 ne {div} {pop} ifelse setlinewidth
102 HatchStyleArray BrushArray lbHatchStyle get get exec
103 grestore }
104 { fill } ifelse }
105 {BrushStyle 3 eq {BrushArray 5 get p SHR
106  gsave clip /Tmp save def pfill Tmp restore grestore} {pop}ifelse
107     } ifelse } def
108
109/Fill&Stroke
110 { gsave FillWithBrush grestore StrokeWithPen } def
111  /patfont 10 dict def patfont begin
112    /FontType 3 def
113    /FontMatrix [1 0 0 -1 0 0] def
114    /FontBBox [0 0 16 16]
115    def/Encoding StandardEncoding def
116    /BuildChar{pop pop 16 0 0 0 16 16
117      setcachedevice 16 16 false [1 0 0 1 .25 .25]{pat}imagemask}bind def
118  end
119/p{/pat 32 string def
120    {}forall 0 1 7{dup 2 mul pat exch 3 index put dup
121      2 mul 1 add pat exch 3 index put dup 2 mul 16 add pat exch 3 index
122      put 2 mul 17 add pat exch 2 index put pop}for}bind def
123
124/AU{1 add cvi 15 or}bind def
125/AD{1 sub cvi -16 and}bind def
126/SHR{pathbbox
127AU/Y1 exch def AU/X1 exch def AD/Y0 exch def AD/X0 exch def}bind def
128
129/M /moveto load def
130
131/pfill{/PatFont patfont
132definefont setfont/ch(AAAA)def X0 64 X1{Y1 -16 Y0{1 index exch M ch
133show}for pop}for}bind def
134%%EndResource
135
136%%BeginResource: LineTo
137/LineTo
138 { /y exch def /x exch def
139 moveto x y lineto currentpoint false StrokeWithPen } def
140%%EndResource
141
142%%BeginResource: RectanglePath
143/RectanglePath
144{
1453 index 3 index moveto 3 index 1 index lineto
1461 index 1 index lineto 1 index 3 index lineto
1473 index 3 index lineto pop pop pop pop closepath} def
148/RectanglePathBackwards
149{
1503 index 3 index moveto 1 index 3 index lineto
1511 index 1 index lineto 3 index 1 index lineto
1523 index 3 index lineto pop pop pop pop closepath} def
153%%EndResource
154
155%%BeginResource: EllipticPath
156/EllipticPath
157{matrix currentmatrix dup 3 index 6 index sub 2 div
1583 index 6 index sub 2 div
1597 index 2 index add
1607 index 2 index add
161matrix translate 3 1 roll matrix scale
162exch matrix concatmatrix exch matrix concatmatrix setmatrix
1631 0 moveto 0 0 1 360 0 arcn closepath
164setmatrix
165pop pop pop pop 
166}def
167/EllipticPathBackwards
168{matrix currentmatrix dup 3 index 6 index sub 2 div
1693 index 6 index sub 2 div
1707 index 2 index add
1717 index 2 index add
172matrix translate 3 1 roll matrix scale
173exch matrix concatmatrix exch matrix concatmatrix setmatrix
1741 0 moveto 0 0 1 0 360 arc closepath
175setmatrix
176pop pop pop pop 
177}def
178%%EndResource
179
180%%BeginResource: Rectangle
181/RectangleOutLine
182{/y2 exch def /x2 exch def /y1 exch def /x1 exch def
183 newpath
184 x1 y1 moveto x2 y1 lineto x2 y2 lineto x1 y2 lineto
185 closepath
186 false StrokeWithPen } def
187
188/FillRectangle
189{/y2 exch def /x2 exch def /y1 exch def /x1 exch def
190 /MyMatrix matrix def
191 newpath
192 x1 y1 moveto x2 y1 lineto x2 y2 lineto x1 y2 lineto
193 closepath
194 FillWithBrush} def
195/FrameRectangle
196{/y2 exch def /x2 exch def /y1 exch def /x1 exch def
197 /MyMatrix matrix def
198 /x1 x1 0.5 sub def /x2 x2 0.5 add def /y2 y2 0.5 sub def /y1 y1 0.5 add def newpath
199 x1 y1 moveto x2 y1 lineto x2 y2 lineto x1 y2 lineto x1 y1 lineto
200 /x1 x1 1 add def /x2 x2 1 sub def /y2 y2 1 add def /y1 y1 1 sub def
201 x1 y1 moveto x1 y2 lineto x2 y2 lineto x2 y1 lineto x1 y1 lineto
202 closepath
203 FillWithBrush} def
204%%EndResource
205
206%%BeginResource: Polygon
207/Polygon
208{/MyMatrix matrix def
209 newpath PolylineArray PolylineMode 1 sub get exec closepath
210 true Fill&Stroke } def
211
212/FillPolygon
213{/MyMatrix matrix def
214 newpath PolylineArray PolylineMode 1 sub get exec closepath
215 FillWithBrush } def
216%%EndResource
217
218%%BeginResource: Polyline
219/PolylineArray [ {DrawPolyline} {Bezier} ] def
220/Polyline 
221{PolylineArray PolylineMode 1 sub get exec pop pop currentpoint true StrokeWithPen } def
222/Bezier 
223{/nbPoint exch def /nbCurves nbPoint 1 sub 3 idiv def /nbLeft nbPoint 1 sub nbCurves 3 mul sub def
224 moveto 1 1 nbCurves { pop 4 2 roll 6 -2 roll curveto } for
225 nbLeft 1 eq { lineto } {nbLeft 2 eq { 4 2 roll 2 copy curveto } if } ifelse
226 } def
227/DrawPolyline 
228{/nbPoint exch def moveto
229 1 1 nbPoint 1 sub { pop lineto } for
230 } def
231
232%%EndResource
233
234%%BeginResource: Ellipse
235/Ellipse
236{gsave
237 /Dy exch def /Dx exch def /Cy exch def /Cx exch def
238 Cx Cy translate Dx Dy scale
239 /MyMatrix Dx Dy matrix scale Cx Cy matrix translate matrix concatmatrix def
240 newpath 0 0 1 0 360 arc closepath
241 1 Dx div 1 Dy div scale 0 Cx sub 0 Cy sub translate
242 PenArray TmpPenArray copy pop
243 PenArray lpWidth PenArray lpWidth get Dx abs Dy abs add 2 div div put
244 false Fill&Stroke
245 TmpPenArray PenArray copy pop
246 grestore } def 
247
248/FillEllipse
249{gsave
250 /Dy exch def /Dx exch def /Cy exch def /Cx exch def
251 Cx Cy translate Dx Dy scale
252 /MyMatrix Dx Dy matrix scale Cx Cy matrix translate matrix concatmatrix def
253 newpath 0 0 1 0 360 arc closepath
254 PenArray TmpPenArray copy pop
255 PenArray lpWidth PenArray lpWidth get Dx abs Dy abs add 2 div div put
256 FillWithBrush
257 TmpPenArray PenArray copy pop
258 grestore } def 
259%%EndResource
260
261%%BeginResource: Arc
262/Arc
263{ gsave
264 /ang1 exch def /ang2 exch def /Dy exch def /Dx exch def /Cy exch def /Cx exch def
265 Cx Cy translate Dx Dy 
266 scale 1 -1 scale
267 newpath
268 ClockWise {0 0 1 ang2 ang1 narc} {0 0 1 ang2 ang1 arc} ifelse 
269 1 -1 scale 1 Dx div 1 Dy div scale 0 Cx sub 0 Cy sub translate
270 PenArray TmpPenArray copy pop
271 PenArray lpWidth PenArray lpWidth get Dx abs Dy abs add 2 div div put
272 false StrokeWithPen
273 TmpPenArray PenArray copy pop
274 grestore } def 
275%%EndResource
276
277%%BeginResource: Pie
278/Pie
279{gsave
280 /ang1 exch def /ang2 exch def /Dy exch def /Dx exch def /Cy exch def /Cx exch def
281 Cx Cy translate Dx Dy scale
282 1 -1 scale
283 /MyMatrix Dx Dy matrix scale Cx Cy matrix translate matrix concatmatrix def
284 newpath 0 0 moveto ClockWise {0 0 1 ang2 ang1 narc} {0 0 1 ang2 ang1 arc} ifelse closepath
285 1 -1 scale 1 Dx div 1 Dy div scale 0 Cx sub 0 Cy sub translate
286 PenArray TmpPenArray copy pop
287 PenArray lpWidth PenArray lpWidth get Dx abs Dy abs add 2 div div put
288 true Fill&Stroke
289 TmpPenArray PenArray copy pop
290 grestore } def 
291%%EndResource
292
293%%BeginResource: Chord
294/Chord
295{gsave
296 /ang1 exch def /ang2 exch def /Dy exch def /Dx exch def /Cy exch def /Cx exch def
297 Cx Cy translate Dx Dy scale
298 1 -1 scale
299 /MyMatrix Dx Dy matrix scale Cx Cy matrix translate matrix concatmatrix def
300 newpath ClockWise {0 0 1 ang2 ang1 narc} {0 0 1 ang2 ang1 arc} ifelse closepath
301 1 -1 scale 1 Dx div 1 Dy div scale 0 Cx sub 0 Cy sub translate
302 PenArray TmpPenArray copy pop
303 PenArray lpWidth PenArray lpWidth get Dx abs Dy abs add 2 div div put
304 true Fill&Stroke
305 TmpPenArray PenArray copy pop
306 grestore } def 
307%%EndResource
308
309%%BeginResource: RoundRectangle
310 /min {1 index 1 index le { pop} {exch pop} ifelse } def
311/RoundRectangle
312{/r2 exch def /r1 exch def /y2 exch def /x2 exch def /y1 exch def /x1 exch def
313 y2  2 div r2 min cvi /r2 exch def
314 x2 2 div r1 min cvi /r1 exch def
315 /width x2 r1 idiv def /height y2 r2 idiv def
316 gsave
317 x1 y1 translate r1 r2 scale
318 1 -1 scale
319 /MyMatrix r1 r2 matrix scale x1 y1 matrix translate matrix concatmatrix def
320 newpath
321 1 1 1 180 270 arc
322 width 1 sub 0 lineto width 1 sub 1 1 270 0 arc
323 width height 1 sub lineto width 1 sub height 1 sub 1 0 90 arc
324 1 height lineto 1 height 1 sub 1 90 180 arc
325 closepath
326 PenArray TmpPenArray copy pop
327 PenArray lpWidth PenArray lpWidth get r1 abs r2 abs add 2 div div put
328 false Fill&Stroke
329 TmpPenArray PenArray copy pop
330 grestore } def
331%%EndResource
332
333%%BeginResource: TextOut
334/TextOut
335{TextColorArray 0 get 255 div TextColorArray 1 get 255 div TextColorArray 2 get 255 div setrgbcolor
336gsave translate rotate
3370 0 moveto /expwidth exch def dup stringwidth pop expwidth exch div -1 scale show pop pop currentpoint grestore} def 
338%%EndResource
339
340%%BeginResource: MwSetFont
341/EncodingDict 256 dict def
342EncodingDict begin
3430  [/.notdef /.notdef /.notdef /.notdef
344  /.notdef /.notdef /.notdef /.notdef
345  /.notdef /.notdef /.notdef /.notdef
346  /.notdef /.notdef /.notdef /.notdef
347  /.notdef /.notdef /.notdef /.notdef
348  /.notdef /.notdef /.notdef /.notdef
349  /.notdef /.notdef /.notdef /.notdef
350  /.notdef /.notdef /.notdef /.notdef
351  /space /exclam /quotedbl /numbersign
352  /dollar /percent /ampersand /quotesingle
353  /parenleft /parenright /asterisk /plus
354  /comma /hyphen /period /slash /zero /one
355  /two /three /four /five /six /seven
356  /eight /nine /colon /semicolon /less
357  /equal /greater /question /at /A /B /C
358  /D /E /F /G /H /I /J /K /L /M /N /O /P
359  /Q /R /S /T /U /V /W /X /Y /Z
360  /bracketleft /backslash /bracketright
361  /asciicircum /underscore /grave /a
362  /b /c /d /e /f /g /h /i /j /k /l /m /n
363  /o /p /q /r /s /t /u /v /w /x /y /z
364  /braceleft /bar /braceright /asciitilde
365  /.notdef /.notdef /.notdef /quotesinglbase
366  /florin /quotedblbase /ellipsis /dagger
367  /daggerdbl /circumflex /perthousand /Scaron
368  /guilsinglleft /OE /.notdef /.notdef
369  /.notdef /.notdef /quoteleft /quoteright
370  /quotedblleft /quotedblright /bullet /endash
371  /emdash /tilde /trademark /scaron
372  /guilsinglright /oe /.notdef /.notdef
373  /Ydieresis /.notdef /exclamdown /cent
374  /sterling /currency /yen /brokenbar
375  /section /dieresis /copyright
376  /ordfeminine /guillemotleft /logicalnot
377  /hyphen /registered /macron /degree
378  /plusminus /twosuperior /threesuperior
379  /acute /mu /paragraph /periodcentered
380  /cedilla /onesuperior /ordmasculine
381  /guillemotright /onequarter /onehalf
382  /threequarters /questiondown /Agrave
383  /Aacute /Acircumflex /Atilde /Adieresis
384  /Aring /AE /Ccedilla /Egrave /Eacute
385  /Ecircumflex /Edieresis /Igrave /Iacute
386  /Icircumflex /Idieresis /Eth /Ntilde
387  /Ograve /Oacute /Ocircumflex /Otilde
388  /Odieresis /multiply /Oslash /Ugrave
389  /Uacute /Ucircumflex /Udieresis /Yacute
390  /Thorn /germandbls /agrave /aacute
391  /acircumflex /atilde /adieresis /aring
392  /ae /ccedilla /egrave /eacute
393  /ecircumflex /edieresis /igrave /iacute
394  /icircumflex /idieresis /eth /ntilde
395  /ograve /oacute /ocircumflex /otilde
396  /odieresis /divide /oslash /ugrave
397  /uacute /ucircumflex /udieresis /yacute
398  /thorn /ydieresis] def
399end
400/fntdict 100 dict def
401
402/MwScaleAndSetFont 
403{
404    2 index findfont  dup length dict begin
405    {1 index /FID ne {def} {pop pop} ifelse} forall
406    dup EncodingDict exch known 
407    {EncodingDict exch get /Encoding exch def} {pop} ifelse
408    currentdict end /font0 exch definefont
409    exch scalefont setfont pop
410} def
411
412/MwSetFont
413{
414  % look in cache of scaled fonts
415  1 index /askedsize exch def
416  2 index /askedname exch def
417  fntdict askedname known 
418  { % font name found in cache - what about the size
419    /fntszdict fntdict askedname get def
420    fntszdict askedsize known
421    {
422      % font size found in cache
423      fntszdict askedsize get setfont pop pop pop
424    }
425    {
426      MwScaleAndSetFont 
427      fntszdict askedsize currentfont put
428    }
429    ifelse
430  }
431  { % not found in cache
432    MwScaleAndSetFont 
433    /fntszdict 200 dict def
434    fntszdict askedsize currentfont put
435    fntdict askedname fntszdict put
436  }
437  ifelse 
438} def
439%%EndResource
440
441%%BeginResource: DisplayBB
442/DisplayBB {gsave initgraphics 72 300 div 72 300 div scale 0 3507 translate 
4431 -1 scale 1 setlinewidth 1 0 0 setrgbcolor 
444/y2 exch def /x2 exch def /y1 exch def /x1 exch def 
445newpath x1 y1 moveto x2 y1 lineto x2 y2 lineto x1 y2 lineto closepath 
446stroke grestore } def
447%%EndResource
448
449%%EndProlog
450
451%%BeginSetup
452[{
453%%BeginFeature: *InputSlot AUTO
4546 statusdict /setpapertray get exec
455%%EndFeature
456} stopped cleartomark
457[{
458%%BeginFeature: *PageRegion A4_TRANSVERSE
459A4_TRANSVERSE
460%%EndFeature
461} stopped cleartomark
462%%EndSetup
463
464%%Page:
465%%BeginPageSetup
466/ClockWise false def /LineJoin -1 def /MiterLimit -1 def /PolylineMode 1 def /LineCap 0 def
467[0 0 0 0 0] UpdatePen
468[0 255 255 255 0 <>] UpdateBrush
469[0 0 0] UpdateTextColor
470[255 255 255] UpdateBkColor
4712 UpdateBkMode
4720 0
473
474% All the numbers (for positions, length or font size) given
475% in this file are expressed in pixels, but interpreted by
476% Postscript as points (1/72 inch)!
477%   -->so scale accordingly!
47872 300 div 72 300 div scale
479
480% So that (0, 0) is at top-left corner of paper sheet (takes postscript scaling into account too)
4810 3507 translate
4821 -1 scale
483
484/Courier  38 0  MwSetFont
485gstate /Mwgstate exch def
486%%EndPageSetup:
487[0 1 0 0 0] UpdatePen
488[0 3164 0 0 0] UpdatePen
489Mwgstate setgstate newpath
49075 75 2287 3239 RectanglePath
491clip newpath
492/Courier  38 0  MwSetFont
493[0 1 0 0 0] UpdatePen
494[0 255 255 255 0 <>] UpdateBrush
4951485 1058 1856 1146 FillRectangle
4961485 1058 1856 1146 RectangleOutLine
497[0 255 255 255 0 <>] UpdateBrush
498/Helvetica  36 0  MwSetFont
499/Courier  38 0  MwSetFont
500/Helvetica  36 0  MwSetFont
501[0 0 0 0 0 <>] UpdateBrush
5021 UpdateBkMode
503[255 255 255] UpdateBkColor
504(G4Fancy3DNucleus) 325 -0.00 1508 1102 TextOut
505[255 255 255] UpdateBkColor
5062 UpdateBkMode
507[0 255 255 255 0 <>] UpdateBrush
508/Courier  38 0  MwSetFont
509[0 255 255 255 0 <>] UpdateBrush
510[0 255 255 255 0 <>] UpdateBrush
511/Helvetica  29 0  MwSetFont
512/Courier  38 0  MwSetFont
513[1 0 0 0 0 <>] UpdateBrush
5141485 1116 1856 1146 FillRectangle
5151485 1116 1856 1146 RectangleOutLine
516[0 255 255 255 0 <>] UpdateBrush
517/Helvetica  29 0  MwSetFont
518/Courier  38 0  MwSetFont
519/Helvetica  29 0  MwSetFont
520/Courier  38 0  MwSetFont
521[0 255 255 255 0 <>] UpdateBrush
522/Helvetica  36 0  MwSetFont
523/Courier  38 0  MwSetFont
524/Helvetica  36 0  MwSetFont
525/Courier  38 0  MwSetFont
526[0 255 255 255 0 <>] UpdateBrush
527/Helvetica  20 0  MwSetFont
528/Courier  38 0  MwSetFont
529/Helvetica  20 0  MwSetFont
530/Courier  38 0  MwSetFont
531[0 255 255 255 0 <>] UpdateBrush
532[0 255 255 255 0 <>] UpdateBrush
533[0 255 255 255 0 <>] UpdateBrush
5341521 410 1815 994 FillRectangle
5351521 410 1815 994 RectangleOutLine
536[0 255 255 255 0 <>] UpdateBrush
537/Helvetica  36 0  MwSetFont
538/Courier  38 0  MwSetFont
539/Helvetica  36 0  MwSetFont
540[0 0 0 0 0 <>] UpdateBrush
5411 UpdateBkMode
542[255 255 255] UpdateBkColor
543(G4V3DNucleus) 250 -0.00 1543 454 TextOut
544[255 255 255] UpdateBkColor
5452 UpdateBkMode
546[0 255 255 255 0 <>] UpdateBrush
547/Courier  38 0  MwSetFont
548[0 255 255 255 0 <>] UpdateBrush
549[0 255 255 255 0 <>] UpdateBrush
550/Helvetica  29 0  MwSetFont
551/Courier  38 0  MwSetFont
552[1 0 0 0 0 <>] UpdateBrush
5531521 468 1815 994 FillRectangle
5541521 468 1815 994 RectangleOutLine
555[0 255 255 255 0 <>] UpdateBrush
556/Helvetica  29 0  MwSetFont
557/Courier  38 0  MwSetFont
558/Helvetica  29 0  MwSetFont
559[0 0 0 0 0 <>] UpdateBrush
5601 UpdateBkMode
561[255 255 255] UpdateBkColor
562[255 255 255] UpdateBkColor
563gsave
5641527 472 translate
56516 15 8
566[0.432432 0 0 0.428571 0 0]
567currentfile /ASCII85Decode filter /RunLengthDecode filter image
568p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
569rY>&)!%4rLJ,fQL
570~>
571
572
573grestore
574%%end of image
575gsave
5761527 472 translate
57716 15 8
578[0.432432 0 0 0.428571 0 0]
579currentfile /ASCII85Decode filter /RunLengthDecode filter image
580p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
581~>
582
583
584grestore
585%%end of image
586gsave
5871527 472 translate
58816 15 8
589[0.432432 0 0 0.428571 0 0]
590currentfile /ASCII85Decode filter /RunLengthDecode filter image
591p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
592rY>&)!%4rLJ,fQL
593~>
594
595
596grestore
597%%end of image
598[255 255 255] UpdateBkColor
599(Init\(\)) 59 -0.00 1564 499 TextOut
600[255 255 255] UpdateBkColor
601[255 255 255] UpdateBkColor
602[255 255 255] UpdateBkColor
603gsave
6041527 506 translate
60516 15 8
606[0.432432 0 0 0.428571 0 0]
607currentfile /ASCII85Decode filter /RunLengthDecode filter image
608p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
609rY>&)!%4rLJ,fQL
610~>
611
612
613grestore
614%%end of image
615gsave
6161527 506 translate
61716 15 8
618[0.432432 0 0 0.428571 0 0]
619currentfile /ASCII85Decode filter /RunLengthDecode filter image
620p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
621~>
622
623
624grestore
625%%end of image
626gsave
6271527 506 translate
62816 15 8
629[0.432432 0 0 0.428571 0 0]
630currentfile /ASCII85Decode filter /RunLengthDecode filter image
631p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
632rY>&)!%4rLJ,fQL
633~>
634
635
636grestore
637%%end of image
638[255 255 255] UpdateBkColor
639(GetCharge\(\)) 163 -0.00 1564 533 TextOut
640[255 255 255] UpdateBkColor
641[255 255 255] UpdateBkColor
642[255 255 255] UpdateBkColor
643gsave
6441527 540 translate
64516 15 8
646[0.432432 0 0 0.428571 0 0]
647currentfile /ASCII85Decode filter /RunLengthDecode filter image
648p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
649rY>&)!%4rLJ,fQL
650~>
651
652
653grestore
654%%end of image
655gsave
6561527 540 translate
65716 15 8
658[0.432432 0 0 0.428571 0 0]
659currentfile /ASCII85Decode filter /RunLengthDecode filter image
660p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
661~>
662
663
664grestore
665%%end of image
666gsave
6671527 540 translate
66816 15 8
669[0.432432 0 0 0.428571 0 0]
670currentfile /ASCII85Decode filter /RunLengthDecode filter image
671p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
672rY>&)!%4rLJ,fQL
673~>
674
675
676grestore
677%%end of image
678[255 255 255] UpdateBkColor
679(GetMassNumber\(\)) 242 -0.00 1564 567 TextOut
680[255 255 255] UpdateBkColor
681[255 255 255] UpdateBkColor
682[255 255 255] UpdateBkColor
683gsave
6841527 575 translate
68516 15 8
686[0.432432 0 0 0.428571 0 0]
687currentfile /ASCII85Decode filter /RunLengthDecode filter image
688p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
689rY>&)!%4rLJ,fQL
690~>
691
692
693grestore
694%%end of image
695gsave
6961527 575 translate
69716 15 8
698[0.432432 0 0 0.428571 0 0]
699currentfile /ASCII85Decode filter /RunLengthDecode filter image
700p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
701~>
702
703
704grestore
705%%end of image
706gsave
7071527 575 translate
70816 15 8
709[0.432432 0 0 0.428571 0 0]
710currentfile /ASCII85Decode filter /RunLengthDecode filter image
711p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
712rY>&)!%4rLJ,fQL
713~>
714
715
716grestore
717%%end of image
718[255 255 255] UpdateBkColor
719(GetMass\(\)) 137 -0.00 1564 602 TextOut
720[255 255 255] UpdateBkColor
721[255 255 255] UpdateBkColor
722[255 255 255] UpdateBkColor
723gsave
7241527 609 translate
72516 15 8
726[0.432432 0 0 0.428571 0 0]
727currentfile /ASCII85Decode filter /RunLengthDecode filter image
728p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
729rY>&)!%4rLJ,fQL
730~>
731
732
733grestore
734%%end of image
735gsave
7361527 609 translate
73716 15 8
738[0.432432 0 0 0.428571 0 0]
739currentfile /ASCII85Decode filter /RunLengthDecode filter image
740p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
741~>
742
743
744grestore
745%%end of image
746gsave
7471527 609 translate
74816 15 8
749[0.432432 0 0 0.428571 0 0]
750currentfile /ASCII85Decode filter /RunLengthDecode filter image
751p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
752rY>&)!%4rLJ,fQL
753~>
754
755
756grestore
757%%end of image
758[255 255 255] UpdateBkColor
759(GetOuterRadius\(\)) 232 -0.00 1564 636 TextOut
760[255 255 255] UpdateBkColor
761[255 255 255] UpdateBkColor
762[255 255 255] UpdateBkColor
763gsave
7641527 643 translate
76516 15 8
766[0.432432 0 0 0.428571 0 0]
767currentfile /ASCII85Decode filter /RunLengthDecode filter image
768p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
769rY>&)!%4rLJ,fQL
770~>
771
772
773grestore
774%%end of image
775gsave
7761527 643 translate
77716 15 8
778[0.432432 0 0 0.428571 0 0]
779currentfile /ASCII85Decode filter /RunLengthDecode filter image
780p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
781~>
782
783
784grestore
785%%end of image
786gsave
7871527 643 translate
78816 15 8
789[0.432432 0 0 0.428571 0 0]
790currentfile /ASCII85Decode filter /RunLengthDecode filter image
791p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
792rY>&)!%4rLJ,fQL
793~>
794
795
796grestore
797%%end of image
798[255 255 255] UpdateBkColor
799(GetNuclearRadius\(\)) 260 -0.00 1564 670 TextOut
800[255 255 255] UpdateBkColor
801[255 255 255] UpdateBkColor
802[255 255 255] UpdateBkColor
803gsave
8041527 678 translate
80516 15 8
806[0.432432 0 0 0.428571 0 0]
807currentfile /ASCII85Decode filter /RunLengthDecode filter image
808p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
809rY>&)!%4rLJ,fQL
810~>
811
812
813grestore
814%%end of image
815gsave
8161527 678 translate
81716 15 8
818[0.432432 0 0 0.428571 0 0]
819currentfile /ASCII85Decode filter /RunLengthDecode filter image
820p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
821~>
822
823
824grestore
825%%end of image
826gsave
8271527 678 translate
82816 15 8
829[0.432432 0 0 0.428571 0 0]
830currentfile /ASCII85Decode filter /RunLengthDecode filter image
831p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
832rY>&)!%4rLJ,fQL
833~>
834
835
836grestore
837%%end of image
838[255 255 255] UpdateBkColor
839(GetNuclearRadius\(\)) 260 -0.00 1564 705 TextOut
840[255 255 255] UpdateBkColor
841[255 255 255] UpdateBkColor
842[255 255 255] UpdateBkColor
843gsave
8441527 712 translate
84516 15 8
846[0.432432 0 0 0.428571 0 0]
847currentfile /ASCII85Decode filter /RunLengthDecode filter image
848p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
849rY>&)!%4rLJ,fQL
850~>
851
852
853grestore
854%%end of image
855gsave
8561527 712 translate
85716 15 8
858[0.432432 0 0 0.428571 0 0]
859currentfile /ASCII85Decode filter /RunLengthDecode filter image
860p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
861~>
862
863
864grestore
865%%end of image
866gsave
8671527 712 translate
86816 15 8
869[0.432432 0 0 0.428571 0 0]
870currentfile /ASCII85Decode filter /RunLengthDecode filter image
871p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
872rY>&)!%4rLJ,fQL
873~>
874
875
876grestore
877%%end of image
878[255 255 255] UpdateBkColor
879(DoLorentzBoost\(\)) 230 -0.00 1564 739 TextOut
880[255 255 255] UpdateBkColor
881[255 255 255] UpdateBkColor
882[255 255 255] UpdateBkColor
883gsave
8841527 746 translate
88516 15 8
886[0.432432 0 0 0.428571 0 0]
887currentfile /ASCII85Decode filter /RunLengthDecode filter image
888p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
889rY>&)!%4rLJ,fQL
890~>
891
892
893grestore
894%%end of image
895gsave
8961527 746 translate
89716 15 8
898[0.432432 0 0 0.428571 0 0]
899currentfile /ASCII85Decode filter /RunLengthDecode filter image
900p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
901~>
902
903
904grestore
905%%end of image
906gsave
9071527 746 translate
90816 15 8
909[0.432432 0 0 0.428571 0 0]
910currentfile /ASCII85Decode filter /RunLengthDecode filter image
911p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
912rY>&)!%4rLJ,fQL
913~>
914
915
916grestore
917%%end of image
918[255 255 255] UpdateBkColor
919(DoLorentzBoost\(\)) 230 -0.00 1564 773 TextOut
920[255 255 255] UpdateBkColor
921[255 255 255] UpdateBkColor
922[255 255 255] UpdateBkColor
923gsave
9241527 780 translate
92516 15 8
926[0.432432 0 0 0.428571 0 0]
927currentfile /ASCII85Decode filter /RunLengthDecode filter image
928p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
929rY>&)!%4rLJ,fQL
930~>
931
932
933grestore
934%%end of image
935gsave
9361527 780 translate
93716 15 8
938[0.432432 0 0 0.428571 0 0]
939currentfile /ASCII85Decode filter /RunLengthDecode filter image
940p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
941~>
942
943
944grestore
945%%end of image
946gsave
9471527 780 translate
94816 15 8
949[0.432432 0 0 0.428571 0 0]
950currentfile /ASCII85Decode filter /RunLengthDecode filter image
951p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
952rY>&)!%4rLJ,fQL
953~>
954
955
956grestore
957%%end of image
958[255 255 255] UpdateBkColor
959(DoLorentzContraction\(\)) 306 -0.00 1564 807 TextOut
960[255 255 255] UpdateBkColor
961[255 255 255] UpdateBkColor
962[255 255 255] UpdateBkColor
963gsave
9641527 815 translate
96516 15 8
966[0.432432 0 0 0.428571 0 0]
967currentfile /ASCII85Decode filter /RunLengthDecode filter image
968p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
969rY>&)!%4rLJ,fQL
970~>
971
972
973grestore
974%%end of image
975gsave
9761527 815 translate
97716 15 8
978[0.432432 0 0 0.428571 0 0]
979currentfile /ASCII85Decode filter /RunLengthDecode filter image
980p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
981~>
982
983
984grestore
985%%end of image
986gsave
9871527 815 translate
98816 15 8
989[0.432432 0 0 0.428571 0 0]
990currentfile /ASCII85Decode filter /RunLengthDecode filter image
991p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
992rY>&)!%4rLJ,fQL
993~>
994
995
996grestore
997%%end of image
998[255 255 255] UpdateBkColor
999(DoLorentzContraction\(\)) 306 -0.00 1564 842 TextOut
1000[255 255 255] UpdateBkColor
1001[255 255 255] UpdateBkColor
1002[255 255 255] UpdateBkColor
1003gsave
10041527 849 translate
100516 15 8
1006[0.432432 0 0 0.428571 0 0]
1007currentfile /ASCII85Decode filter /RunLengthDecode filter image
1008p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1009rY>&)!%4rLJ,fQL
1010~>
1011
1012
1013grestore
1014%%end of image
1015gsave
10161527 849 translate
101716 15 8
1018[0.432432 0 0 0.428571 0 0]
1019currentfile /ASCII85Decode filter /RunLengthDecode filter image
1020p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1021~>
1022
1023
1024grestore
1025%%end of image
1026gsave
10271527 849 translate
102816 15 8
1029[0.432432 0 0 0.428571 0 0]
1030currentfile /ASCII85Decode filter /RunLengthDecode filter image
1031p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1032rY>&)!%4rLJ,fQL
1033~>
1034
1035
1036grestore
1037%%end of image
1038[255 255 255] UpdateBkColor
1039(DoTranslation\(\)) 203 -0.00 1564 876 TextOut
1040[255 255 255] UpdateBkColor
1041[255 255 255] UpdateBkColor
1042[255 255 255] UpdateBkColor
1043gsave
10441527 883 translate
104516 15 8
1046[0.432432 0 0 0.428571 0 0]
1047currentfile /ASCII85Decode filter /RunLengthDecode filter image
1048p\t4.oD\jlGUN1a!'L7*!#>G3qu?^3r-/2Vrr3!!s8CFJ!'L1(!%7gH!s&AN!<:OM!#5M3GQS]\!<<#I
1049!s&?`(&iFY'`e:6!!*#J!!*#u"99fo!'L5[!W^^Mr;Za2r;Qfue,]CG!%7[D!!*&K!!)]l!W^^Mo`"mk
1050s3q#Kp&>'ne,]+?!!)`mJ,fQL
1051~>
1052
1053
1054grestore
1055%%end of image
1056gsave
10571527 883 translate
105816 15 8
1059[0.432432 0 0 0.428571 0 0]
1060currentfile /ASCII85Decode filter /RunLengthDecode filter image
1061p\t3noDedip&Fpir;ZEirr3!!s7HBlrrE-"oDesm!<;rs!<;lqs8Vusrr;lrrVuisr;Z`rr;Z`rqu6Wr
1062qu?Tpp&G!ko`+jip&G!koD\djpA]XC
1063~>
1064
1065
1066grestore
1067%%end of image
1068gsave
10691527 883 translate
107016 15 8
1071[0.432432 0 0 0.428571 0 0]
1072currentfile /ASCII85Decode filter /RunLengthDecode filter image
1073p\t4.oD\jlGUN1a!'L7*!#>G3qu?^3r-/2Vrr3!!s8CFJ!'L1(!%7gH!s&AN!<:OM!#5M3GQS]\!<<#I
1074!s&?`(&iFY'`e:6!!*#J!!*#u"99fo!'L5[!W^^Mr;Za2r;Qfue,]CG!%7[D!!*&K!!)]l!W^^Mo`"mk
1075s3q#Kp&>'ne,]+?!!)`mJ,fQL
1076~>
1077
1078
1079grestore
1080%%end of image
1081[255 255 255] UpdateBkColor
1082(StartLoop\(\)) 147 -0.00 1564 910 TextOut
1083[255 255 255] UpdateBkColor
1084[255 255 255] UpdateBkColor
1085[255 255 255] UpdateBkColor
1086gsave
10871527 918 translate
108816 15 8
1089[0.432432 0 0 0.428571 0 0]
1090currentfile /ASCII85Decode filter /RunLengthDecode filter image
1091p\t4.oD\jlGUN1a!'L7*!#>G3qu?^3r-/2Vrr3!!s8CFJ!'L1(!%7gH!s&AN!<:OM!#5M3GQS]\!<<#I
1092!s&?`(&iFY'`e:6!!*#J!!*#u"99fo!'L5[!W^^Mr;Za2r;Qfue,]CG!%7[D!!*&K!!)]l!W^^Mo`"mk
1093s3q#Kp&>'ne,]+?!!)`mJ,fQL
1094~>
1095
1096
1097grestore
1098%%end of image
1099gsave
11001527 918 translate
110116 15 8
1102[0.432432 0 0 0.428571 0 0]
1103currentfile /ASCII85Decode filter /RunLengthDecode filter image
1104p\t3noDedip&Fpir;ZEirr3!!s7HBlrrE-"oDesm!<;rs!<;lqs8Vusrr;lrrVuisr;Z`rr;Z`rqu6Wr
1105qu?Tpp&G!ko`+jip&G!koD\djpA]XC
1106~>
1107
1108
1109grestore
1110%%end of image
1111gsave
11121527 918 translate
111316 15 8
1114[0.432432 0 0 0.428571 0 0]
1115currentfile /ASCII85Decode filter /RunLengthDecode filter image
1116p\t4.oD\jlGUN1a!'L7*!#>G3qu?^3r-/2Vrr3!!s8CFJ!'L1(!%7gH!s&AN!<:OM!#5M3GQS]\!<<#I
1117!s&?`(&iFY'`e:6!!*#J!!*#u"99fo!'L5[!W^^Mr;Za2r;Qfue,]CG!%7[D!!*&K!!)]l!W^^Mo`"mk
1118s3q#Kp&>'ne,]+?!!)`mJ,fQL
1119~>
1120
1121
1122grestore
1123%%end of image
1124[255 255 255] UpdateBkColor
1125(GetNextNucleon\(\)) 235 -0.00 1564 945 TextOut
1126[255 255 255] UpdateBkColor
1127[255 255 255] UpdateBkColor
1128[255 255 255] UpdateBkColor
1129gsave
11301527 952 translate
113116 15 8
1132[0.432432 0 0 0.428571 0 0]
1133currentfile /ASCII85Decode filter /RunLengthDecode filter image
1134p\t4.oD\jlGUN1a!'L7*!#>8.!#>EV!#>D2r;Zg[r-/2hrVlluJH,WNJ,g>^GQ8KYrr<'!JH#TOJA;.I
1135rceGY!<<'#!.Y(Lrs&OS!#5KY!'L8\q#CNs4;C!Xrr<&qrr[cOrrE#t!<Bq3J,fTHrrE,8s+(+L!5SVb
1136!!)or"ouGh^jlF#s*t(Lqu6Wrq1&GFqZ$?kqu;0H
1137~>
1138
1139
1140grestore
1141%%end of image
1142gsave
11431527 952 translate
114416 15 8
1145[0.432432 0 0 0.428571 0 0]
1146currentfile /ASCII85Decode filter /RunLengthDecode filter image
1147p\t3noDedip&Fpip]('iqu??irVults8Vios8VZjs8W&us8Vlprr;co!<<#urr2ruqZ$Qq!WN/us7ZNj
1148s7ZNjs7ZNjs7ZNis7lZls*t(L
1149~>
1150
1151
1152grestore
1153%%end of image
1154gsave
11551527 952 translate
115616 15 8
1157[0.432432 0 0 0.428571 0 0]
1158currentfile /ASCII85Decode filter /RunLengthDecode filter image
1159p\t4.oD\jlGUN1a!'L7*!#>8.!#>EV!#>D2r;Zg[r-/2hrVlluJH,WNJ,g>^GQ8KYrr<'!JH#TOJA;.I
1160rceGY!<<'#!.Y(Lrs&OS!#5KY!'L8\q#CNs4;C!Xrr<&qrr[cOrrE#t!<Bq3J,fTHrrE,8s+(+L!5SVb
1161!!)or"ouGh^jlF#s*t(Lqu6Wrq1&GFqZ$?kqu;0H
1162~>
1163
1164
1165grestore
1166%%end of image
1167[255 255 255] UpdateBkColor
1168(MirrorNucleons\(\)) 219 -0.00 1564 979 TextOut
1169[255 255 255] UpdateBkColor
11702 UpdateBkMode
1171[0 255 255 255 0 <>] UpdateBrush
1172/Courier  38 0  MwSetFont
1173[0 255 255 255 0 <>] UpdateBrush
1174/Helvetica  36 0  MwSetFont
1175/Courier  38 0  MwSetFont
1176/Helvetica  36 0  MwSetFont
1177/Courier  38 0  MwSetFont
1178[0 255 255 255 0 <>] UpdateBrush
1179/Helvetica  20 0  MwSetFont
1180/Courier  38 0  MwSetFont
1181/Helvetica  20 0  MwSetFont
1182/Courier  38 0  MwSetFont
1183[0 255 255 255 0 <>] UpdateBrush
1184[0 255 255 255 0 <>] UpdateBrush
1185[0 255 255 255 0 <>] UpdateBrush
1186870 142 1449 333 FillRectangle
1187870 142 1449 333 RectangleOutLine
1188[0 255 255 255 0 <>] UpdateBrush
1189/Helvetica  36 0  MwSetFont
1190/Courier  38 0  MwSetFont
1191/Helvetica  36 0  MwSetFont
1192[0 0 0 0 0 <>] UpdateBrush
11931 UpdateBkMode
1194[255 255 255] UpdateBkColor
1195(G4VIntraNuclearTransportModel) 525 -0.00 898 220 TextOut
1196[255 255 255] UpdateBkColor
11972 UpdateBkMode
1198[0 255 255 255 0 <>] UpdateBrush
1199/Courier  38 0  MwSetFont
1200[0 255 255 255 0 <>] UpdateBrush
1201[0 255 255 255 0 <>] UpdateBrush
1202/Helvetica  29 0  MwSetFont
1203/Courier  38 0  MwSetFont
1204[1 0 0 0 0 <>] UpdateBrush
1205870 234 1449 333 FillRectangle
1206870 234 1449 333 RectangleOutLine
1207[0 255 255 255 0 <>] UpdateBrush
1208/Helvetica  29 0  MwSetFont
1209/Courier  38 0  MwSetFont
1210/Helvetica  29 0  MwSetFont
1211[0 0 0 0 0 <>] UpdateBrush
12121 UpdateBkMode
1213[255 255 255] UpdateBkColor
1214[255 255 255] UpdateBkColor
1215gsave
1216877 238 translate
121716 15 8
1218[0.432432 0 0 0.428571 0 0]
1219currentfile /ASCII85Decode filter /RunLengthDecode filter image
1220p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1221rY>&)!%4rLJ,fQL
1222~>
1223
1224
1225grestore
1226%%end of image
1227gsave
1228877 238 translate
122916 15 8
1230[0.432432 0 0 0.428571 0 0]
1231currentfile /ASCII85Decode filter /RunLengthDecode filter image
1232p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1233~>
1234
1235
1236grestore
1237%%end of image
1238gsave
1239877 238 translate
124016 15 8
1241[0.432432 0 0 0.428571 0 0]
1242currentfile /ASCII85Decode filter /RunLengthDecode filter image
1243p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1244rY>&)!%4rLJ,fQL
1245~>
1246
1247
1248grestore
1249%%end of image
1250[255 255 255] UpdateBkColor
1251(ApplyYourself\(\)) 201 -0.00 914 265 TextOut
1252[255 255 255] UpdateBkColor
1253[255 255 255] UpdateBkColor
1254[255 255 255] UpdateBkColor
1255gsave
1256877 272 translate
125716 15 8
1258[0.432432 0 0 0.428571 0 0]
1259currentfile /ASCII85Decode filter /RunLengthDecode filter image
1260p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1261rY>&)!%4rLJ,fQL
1262~>
1263
1264
1265grestore
1266%%end of image
1267gsave
1268877 272 translate
126916 15 8
1270[0.432432 0 0 0.428571 0 0]
1271currentfile /ASCII85Decode filter /RunLengthDecode filter image
1272p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1273~>
1274
1275
1276grestore
1277%%end of image
1278gsave
1279877 272 translate
128016 15 8
1281[0.432432 0 0 0.428571 0 0]
1282currentfile /ASCII85Decode filter /RunLengthDecode filter image
1283p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1284rY>&)!%4rLJ,fQL
1285~>
1286
1287
1288grestore
1289%%end of image
1290[255 255 255] UpdateBkColor
1291(Propagate\(\)) 155 -0.00 914 299 TextOut
1292[255 255 255] UpdateBkColor
12932 UpdateBkMode
1294[0 255 255 255 0 <>] UpdateBrush
1295/Courier  38 0  MwSetFont
1296[0 255 255 255 0 <>] UpdateBrush
1297/Helvetica  36 0  MwSetFont
1298/Courier  38 0  MwSetFont
1299/Helvetica  36 0  MwSetFont
1300/Courier  38 0  MwSetFont
1301[0 255 255 255 0 <>] UpdateBrush
1302/Helvetica  20 0  MwSetFont
1303/Courier  38 0  MwSetFont
1304/Helvetica  20 0  MwSetFont
1305/Courier  38 0  MwSetFont
1306[0 255 255 255 0 <>] UpdateBrush
1307[0 255 255 255 0 <>] UpdateBrush
1308/Helvetica  29 0  MwSetFont
1309/Courier  38 0  MwSetFont
1310/Helvetica  29 0  MwSetFont
1311[0 0 0 0 0 <>] UpdateBrush
13121 UpdateBkMode
1313[255 255 255] UpdateBkColor
1314(<<Purely Abstract>>) 268 -0.00 1026 180 TextOut
1315[255 255 255] UpdateBkColor
13162 UpdateBkMode
1317[0 255 255 255 0 <>] UpdateBrush
1318/Courier  38 0  MwSetFont
1319[0 255 255 255 0 <>] UpdateBrush
1320[0 255 255 255 0 <>] UpdateBrush
1321[0 255 255 255 0 <>] UpdateBrush
1322945 518 1368 833 FillRectangle
1323945 518 1368 833 RectangleOutLine
1324[0 255 255 255 0 <>] UpdateBrush
1325/Helvetica  36 0  MwSetFont
1326/Courier  38 0  MwSetFont
1327/Helvetica  36 0  MwSetFont
1328[0 0 0 0 0 <>] UpdateBrush
13291 UpdateBkMode
1330[255 255 255] UpdateBkColor
1331(G4HadronKineticModel) 376 -0.00 970 596 TextOut
1332[255 255 255] UpdateBkColor
13332 UpdateBkMode
1334[0 255 255 255 0 <>] UpdateBrush
1335/Courier  38 0  MwSetFont
1336[0 255 255 255 0 <>] UpdateBrush
1337[0 255 255 255 0 <>] UpdateBrush
1338/Helvetica  29 0  MwSetFont
1339/Courier  38 0  MwSetFont
1340[1 0 0 0 0 <>] UpdateBrush
1341945 610 1368 833 FillRectangle
1342945 610 1368 833 RectangleOutLine
1343[0 255 255 255 0 <>] UpdateBrush
1344/Helvetica  29 0  MwSetFont
1345/Courier  38 0  MwSetFont
1346/Helvetica  29 0  MwSetFont
1347[0 0 0 0 0 <>] UpdateBrush
13481 UpdateBkMode
1349[255 255 255] UpdateBkColor
1350[255 255 255] UpdateBkColor
1351gsave
1352952 614 translate
135316 15 8
1354[0.432432 0 0 0.428571 0 0]
1355currentfile /ASCII85Decode filter /RunLengthDecode filter image
1356p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1357rY>&)!%4rLJ,fQL
1358~>
1359
1360
1361grestore
1362%%end of image
1363gsave
1364952 614 translate
136516 15 8
1366[0.432432 0 0 0.428571 0 0]
1367currentfile /ASCII85Decode filter /RunLengthDecode filter image
1368p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1369~>
1370
1371
1372grestore
1373%%end of image
1374gsave
1375952 614 translate
137616 15 8
1377[0.432432 0 0 0.428571 0 0]
1378currentfile /ASCII85Decode filter /RunLengthDecode filter image
1379p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1380rY>&)!%4rLJ,fQL
1381~>
1382
1383
1384grestore
1385%%end of image
1386[255 255 255] UpdateBkColor
1387(SetTimeStep\(\)) 190 -0.00 989 641 TextOut
1388[255 255 255] UpdateBkColor
1389[255 255 255] UpdateBkColor
1390[255 255 255] UpdateBkColor
1391gsave
1392952 648 translate
139316 15 8
1394[0.432432 0 0 0.428571 0 0]
1395currentfile /ASCII85Decode filter /RunLengthDecode filter image
1396p\t4.oD\jlGUN1a!'L7*!#>8.!#>EV!#>D2r;Zg[r-/2hrVlluJH,WNJ,g>^GQ8KYrr<'!JH#TOJA;.I
1397rceGY!<<'#!.Y(Lrs&OS!#5KY!'L8\q#CNs4;C!Xrr<&qrr[cOrrE#t!<Bq3J,fTHrrE,8s+(+L!5SVb
1398!!)or"ouGh^jlF#s*t(Lqu6Wrq1&GFqZ$?kqu;0H
1399~>
1400
1401
1402grestore
1403%%end of image
1404gsave
1405952 648 translate
140616 15 8
1407[0.432432 0 0 0.428571 0 0]
1408currentfile /ASCII85Decode filter /RunLengthDecode filter image
1409p\t3noDedip&Fpip]('iqu??irVults8Vios8VZjs8W&us8Vlprr;co!<<#urr2ruqZ$Qq!WN/us7ZNj
1410s7ZNjs7ZNjs7ZNis7lZls*t(L
1411~>
1412
1413
1414grestore
1415%%end of image
1416gsave
1417952 648 translate
141816 15 8
1419[0.432432 0 0 0.428571 0 0]
1420currentfile /ASCII85Decode filter /RunLengthDecode filter image
1421p\t4.oD\jlGUN1a!'L7*!#>8.!#>EV!#>D2r;Zg[r-/2hrVlluJH,WNJ,g>^GQ8KYrr<'!JH#TOJA;.I
1422rceGY!<<'#!.Y(Lrs&OS!#5KY!'L8\q#CNs4;C!Xrr<&qrr[cOrrE#t!<Bq3J,fTHrrE,8s+(+L!5SVb
1423!!)or"ouGh^jlF#s*t(Lqu6Wrq1&GFqZ$?kqu;0H
1424~>
1425
1426
1427grestore
1428%%end of image
1429[255 255 255] UpdateBkColor
1430(StopTimeLoop\(\)) 211 -0.00 989 675 TextOut
1431[255 255 255] UpdateBkColor
1432[255 255 255] UpdateBkColor
1433[255 255 255] UpdateBkColor
1434gsave
1435952 682 translate
143616 15 8
1437[0.432432 0 0 0.428571 0 0]
1438currentfile /ASCII85Decode filter /RunLengthDecode filter image
1439p\t4.oD\jlGUN1a!'L7*!#>8.!#>EV!#>D2r;Zg[r-/2hrVlluJH,WNJ,g>^GQ8KYrr<'!JH#TOJA;.I
1440rceGY!<<'#!.Y(Lrs&OS!#5KY!'L8\q#CNs4;C!Xrr<&qrr[cOrrE#t!<Bq3J,fTHrrE,8s+(+L!5SVb
1441!!)or"ouGh^jlF#s*t(Lqu6Wrq1&GFqZ$?kqu;0H
1442~>
1443
1444
1445grestore
1446%%end of image
1447gsave
1448952 682 translate
144916 15 8
1450[0.432432 0 0 0.428571 0 0]
1451currentfile /ASCII85Decode filter /RunLengthDecode filter image
1452p\t3noDedip&Fpip]('iqu??irVults8Vios8VZjs8W&us8Vlprr;co!<<#urr2ruqZ$Qq!WN/us7ZNj
1453s7ZNjs7ZNjs7ZNis7lZls*t(L
1454~>
1455
1456
1457grestore
1458%%end of image
1459gsave
1460952 682 translate
146116 15 8
1462[0.432432 0 0 0.428571 0 0]
1463currentfile /ASCII85Decode filter /RunLengthDecode filter image
1464p\t4.oD\jlGUN1a!'L7*!#>8.!#>EV!#>D2r;Zg[r-/2hrVlluJH,WNJ,g>^GQ8KYrr<'!JH#TOJA;.I
1465rceGY!<<'#!.Y(Lrs&OS!#5KY!'L8\q#CNs4;C!Xrr<&qrr[cOrrE#t!<Bq3J,fTHrrE,8s+(+L!5SVb
1466!!)or"ouGh^jlF#s*t(Lqu6Wrq1&GFqZ$?kqu;0H
1467~>
1468
1469
1470grestore
1471%%end of image
1472[255 255 255] UpdateBkColor
1473(CheckPauliPrinciple\(\)) 281 -0.00 989 709 TextOut
1474[255 255 255] UpdateBkColor
1475[255 255 255] UpdateBkColor
1476[255 255 255] UpdateBkColor
1477gsave
1478952 717 translate
147916 15 8
1480[0.432432 0 0 0.428571 0 0]
1481currentfile /ASCII85Decode filter /RunLengthDecode filter image
1482p\t4.oD\jlGUN1a!'L7*!#>8.!#>EV!#>D2r;Zg[r-/2hrVlluJH,WNJ,g>^GQ8KYrr<'!JH#TOJA;.I
1483rceGY!<<'#!.Y(Lrs&OS!#5KY!'L8\q#CNs4;C!Xrr<&qrr[cOrrE#t!<Bq3J,fTHrrE,8s+(+L!5SVb
1484!!)or"ouGh^jlF#s*t(Lqu6Wrq1&GFqZ$?kqu;0H
1485~>
1486
1487
1488grestore
1489%%end of image
1490gsave
1491952 717 translate
149216 15 8
1493[0.432432 0 0 0.428571 0 0]
1494currentfile /ASCII85Decode filter /RunLengthDecode filter image
1495p\t3noDedip&Fpip]('iqu??irVults8Vios8VZjs8W&us8Vlprr;co!<<#urr2ruqZ$Qq!WN/us7ZNj
1496s7ZNjs7ZNjs7ZNis7lZls*t(L
1497~>
1498
1499
1500grestore
1501%%end of image
1502gsave
1503952 717 translate
150416 15 8
1505[0.432432 0 0 0.428571 0 0]
1506currentfile /ASCII85Decode filter /RunLengthDecode filter image
1507p\t4.oD\jlGUN1a!'L7*!#>8.!#>EV!#>D2r;Zg[r-/2hrVlluJH,WNJ,g>^GQ8KYrr<'!JH#TOJA;.I
1508rceGY!<<'#!.Y(Lrs&OS!#5KY!'L8\q#CNs4;C!Xrr<&qrr[cOrrE#t!<Bq3J,fTHrrE,8s+(+L!5SVb
1509!!)or"ouGh^jlF#s*t(Lqu6Wrq1&GFqZ$?kqu;0H
1510~>
1511
1512
1513grestore
1514%%end of image
1515[255 255 255] UpdateBkColor
1516(FindFragments\(\)) 217 -0.00 989 744 TextOut
1517[255 255 255] UpdateBkColor
1518[255 255 255] UpdateBkColor
1519[255 255 255] UpdateBkColor
1520gsave
1521952 751 translate
152216 15 8
1523[0.432432 0 0 0.428571 0 0]
1524currentfile /ASCII85Decode filter /RunLengthDecode filter image
1525p\t4.oD\jlGUN1a!'L7*!#>8.!#>EV!#>D2r;Zg[r-/2hrVlluJH,WNJ,g>^GQ8KYrr<'!JH#TOJA;.I
1526rceGY!<<'#!.Y(Lrs&OS!#5KY!'L8\q#CNs4;C!Xrr<&qrr[cOrrE#t!<Bq3J,fTHrrE,8s+(+L!5SVb
1527!!)or"ouGh^jlF#s*t(Lqu6Wrq1&GFqZ$?kqu;0H
1528~>
1529
1530
1531grestore
1532%%end of image
1533gsave
1534952 751 translate
153516 15 8
1536[0.432432 0 0 0.428571 0 0]
1537currentfile /ASCII85Decode filter /RunLengthDecode filter image
1538p\t3noDedip&Fpip]('iqu??irVults8Vios8VZjs8W&us8Vlprr;co!<<#urr2ruqZ$Qq!WN/us7ZNj
1539s7ZNjs7ZNjs7ZNis7lZls*t(L
1540~>
1541
1542
1543grestore
1544%%end of image
1545gsave
1546952 751 translate
154716 15 8
1548[0.432432 0 0 0.428571 0 0]
1549currentfile /ASCII85Decode filter /RunLengthDecode filter image
1550p\t4.oD\jlGUN1a!'L7*!#>8.!#>EV!#>D2r;Zg[r-/2hrVlluJH,WNJ,g>^GQ8KYrr<'!JH#TOJA;.I
1551rceGY!<<'#!.Y(Lrs&OS!#5KY!'L8\q#CNs4;C!Xrr<&qrr[cOrrE#t!<Bq3J,fTHrrE,8s+(+L!5SVb
1552!!)or"ouGh^jlF#s*t(Lqu6Wrq1&GFqZ$?kqu;0H
1553~>
1554
1555
1556grestore
1557%%end of image
1558[255 255 255] UpdateBkColor
1559(UpdateKineticTrack\(\)) 276 -0.00 989 778 TextOut
1560[255 255 255] UpdateBkColor
1561[255 255 255] UpdateBkColor
1562[255 255 255] UpdateBkColor
1563gsave
1564952 785 translate
156516 15 8
1566[0.432432 0 0 0.428571 0 0]
1567currentfile /ASCII85Decode filter /RunLengthDecode filter image
1568p\t4.oD\jlGUN1a!'L7*!#>8.!#>EV!#>D2r;Zg[r-/2hrVlluJH,WNJ,g>^GQ8KYrr<'!JH#TOJA;.I
1569rceGY!<<'#!.Y(Lrs&OS!#5KY!'L8\q#CNs4;C!Xrr<&qrr[cOrrE#t!<Bq3J,fTHrrE,8s+(+L!5SVb
1570!!)or"ouGh^jlF#s*t(Lqu6Wrq1&GFqZ$?kqu;0H
1571~>
1572
1573
1574grestore
1575%%end of image
1576gsave
1577952 785 translate
157816 15 8
1579[0.432432 0 0 0.428571 0 0]
1580currentfile /ASCII85Decode filter /RunLengthDecode filter image
1581p\t3noDedip&Fpip]('iqu??irVults8Vios8VZjs8W&us8Vlprr;co!<<#urr2ruqZ$Qq!WN/us7ZNj
1582s7ZNjs7ZNjs7ZNis7lZls*t(L
1583~>
1584
1585
1586grestore
1587%%end of image
1588gsave
1589952 785 translate
159016 15 8
1591[0.432432 0 0 0.428571 0 0]
1592currentfile /ASCII85Decode filter /RunLengthDecode filter image
1593p\t4.oD\jlGUN1a!'L7*!#>8.!#>EV!#>D2r;Zg[r-/2hrVlluJH,WNJ,g>^GQ8KYrr<'!JH#TOJA;.I
1594rceGY!<<'#!.Y(Lrs&OS!#5KY!'L8\q#CNs4;C!Xrr<&qrr[cOrrE#t!<Bq3J,fTHrrE,8s+(+L!5SVb
1595!!)or"ouGh^jlF#s*t(Lqu6Wrq1&GFqZ$?kqu;0H
1596~>
1597
1598
1599grestore
1600%%end of image
1601[255 255 255] UpdateBkColor
1602(DoTimeStep\(\)) 183 -0.00 989 812 TextOut
1603[255 255 255] UpdateBkColor
16042 UpdateBkMode
1605[0 255 255 255 0 <>] UpdateBrush
1606/Courier  38 0  MwSetFont
1607[0 255 255 255 0 <>] UpdateBrush
1608/Helvetica  36 0  MwSetFont
1609/Courier  38 0  MwSetFont
1610/Helvetica  36 0  MwSetFont
1611/Courier  38 0  MwSetFont
1612[0 255 255 255 0 <>] UpdateBrush
1613/Helvetica  20 0  MwSetFont
1614/Courier  38 0  MwSetFont
1615/Helvetica  20 0  MwSetFont
1616/Courier  38 0  MwSetFont
1617[0 255 255 255 0 <>] UpdateBrush
1618[0 255 255 255 0 <>] UpdateBrush
1619/Helvetica  29 0  MwSetFont
1620/Courier  38 0  MwSetFont
1621/Helvetica  29 0  MwSetFont
1622[0 0 0 0 0 <>] UpdateBrush
16231 UpdateBkMode
1624[255 255 255] UpdateBkColor
1625(<<Concrete>>) 188 -0.00 1063 555 TextOut
1626[255 255 255] UpdateBkColor
16272 UpdateBkMode
1628[0 255 255 255 0 <>] UpdateBrush
1629/Courier  38 0  MwSetFont
1630[0 255 255 255 0 <>] UpdateBrush
1631[0 255 255 255 0 <>] UpdateBrush
1632[1 0 0 0 0 <>] UpdateBrush
1633pop pop 1158 517
16341159 334 LineTo
1635[0 255 255 255 0 <>] UpdateBrush
16361144 376 1175 376 1159 334 3 Polygon
1637[1 0 0 0 0 <>] UpdateBrush
1638[0 255 255 255 0 <>] UpdateBrush
1639[0 255 255 255 0 <>] UpdateBrush
16401969 536 2242 758 FillRectangle
16411969 536 2242 758 RectangleOutLine
1642[0 255 255 255 0 <>] UpdateBrush
1643/Helvetica  36 0  MwSetFont
1644/Courier  38 0  MwSetFont
1645/Helvetica  36 0  MwSetFont
1646[0 0 0 0 0 <>] UpdateBrush
16471 UpdateBkMode
1648[255 255 255] UpdateBkColor
1649(G4Nucleon) 182 -0.00 2015 581 TextOut
1650[255 255 255] UpdateBkColor
16512 UpdateBkMode
1652[0 255 255 255 0 <>] UpdateBrush
1653/Courier  38 0  MwSetFont
1654[0 255 255 255 0 <>] UpdateBrush
1655[0 255 255 255 0 <>] UpdateBrush
1656/Helvetica  29 0  MwSetFont
1657/Courier  38 0  MwSetFont
1658[1 0 0 0 0 <>] UpdateBrush
16591969 594 2242 758 FillRectangle
16601969 594 2242 758 RectangleOutLine
1661[0 255 255 255 0 <>] UpdateBrush
1662/Helvetica  29 0  MwSetFont
1663/Courier  38 0  MwSetFont
1664/Helvetica  29 0  MwSetFont
1665[0 0 0 0 0 <>] UpdateBrush
16661 UpdateBkMode
1667[255 255 255] UpdateBkColor
1668[255 255 255] UpdateBkColor
1669gsave
16701975 598 translate
167116 15 8
1672[0.432432 0 0 0.428571 0 0]
1673currentfile /ASCII85Decode filter /RunLengthDecode filter image
1674p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1675rY>&)!%4rLJ,fQL
1676~>
1677
1678
1679grestore
1680%%end of image
1681gsave
16821975 598 translate
168316 15 8
1684[0.432432 0 0 0.428571 0 0]
1685currentfile /ASCII85Decode filter /RunLengthDecode filter image
1686p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1687~>
1688
1689
1690grestore
1691%%end of image
1692gsave
16931975 598 translate
169416 15 8
1695[0.432432 0 0 0.428571 0 0]
1696currentfile /ASCII85Decode filter /RunLengthDecode filter image
1697p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1698rY>&)!%4rLJ,fQL
1699~>
1700
1701
1702grestore
1703%%end of image
1704[255 255 255] UpdateBkColor
1705(SetParticleType\(\)) 227 -0.00 2012 625 TextOut
1706[255 255 255] UpdateBkColor
1707[255 255 255] UpdateBkColor
1708[255 255 255] UpdateBkColor
1709gsave
17101975 633 translate
171116 15 8
1712[0.432432 0 0 0.428571 0 0]
1713currentfile /ASCII85Decode filter /RunLengthDecode filter image
1714p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1715rY>&)!%4rLJ,fQL
1716~>
1717
1718
1719grestore
1720%%end of image
1721gsave
17221975 633 translate
172316 15 8
1724[0.432432 0 0 0.428571 0 0]
1725currentfile /ASCII85Decode filter /RunLengthDecode filter image
1726p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1727~>
1728
1729
1730grestore
1731%%end of image
1732gsave
17331975 633 translate
173416 15 8
1735[0.432432 0 0 0.428571 0 0]
1736currentfile /ASCII85Decode filter /RunLengthDecode filter image
1737p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1738rY>&)!%4rLJ,fQL
1739~>
1740
1741
1742grestore
1743%%end of image
1744[255 255 255] UpdateBkColor
1745(SetParticleType\(\)) 227 -0.00 2012 660 TextOut
1746[255 255 255] UpdateBkColor
1747[255 255 255] UpdateBkColor
1748[255 255 255] UpdateBkColor
1749gsave
17501975 667 translate
175116 15 8
1752[0.432432 0 0 0.428571 0 0]
1753currentfile /ASCII85Decode filter /RunLengthDecode filter image
1754p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1755rY>&)!%4rLJ,fQL
1756~>
1757
1758
1759grestore
1760%%end of image
1761gsave
17621975 667 translate
176316 15 8
1764[0.432432 0 0 0.428571 0 0]
1765currentfile /ASCII85Decode filter /RunLengthDecode filter image
1766p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1767~>
1768
1769
1770grestore
1771%%end of image
1772gsave
17731975 667 translate
177416 15 8
1775[0.432432 0 0 0.428571 0 0]
1776currentfile /ASCII85Decode filter /RunLengthDecode filter image
1777p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1778rY>&)!%4rLJ,fQL
1779~>
1780
1781
1782grestore
1783%%end of image
1784[255 255 255] UpdateBkColor
1785(Hit\(\)) 56 -0.00 2012 694 TextOut
1786[255 255 255] UpdateBkColor
1787[255 255 255] UpdateBkColor
1788[255 255 255] UpdateBkColor
1789gsave
17901975 701 translate
179116 15 8
1792[0.432432 0 0 0.428571 0 0]
1793currentfile /ASCII85Decode filter /RunLengthDecode filter image
1794p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1795rY>&)!%4rLJ,fQL
1796~>
1797
1798
1799grestore
1800%%end of image
1801gsave
18021975 701 translate
180316 15 8
1804[0.432432 0 0 0.428571 0 0]
1805currentfile /ASCII85Decode filter /RunLengthDecode filter image
1806p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1807~>
1808
1809
1810grestore
1811%%end of image
1812gsave
18131975 701 translate
181416 15 8
1815[0.432432 0 0 0.428571 0 0]
1816currentfile /ASCII85Decode filter /RunLengthDecode filter image
1817p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1818rY>&)!%4rLJ,fQL
1819~>
1820
1821
1822grestore
1823%%end of image
1824[255 255 255] UpdateBkColor
1825(AreYouHit\(\)) 154 -0.00 2012 728 TextOut
1826[255 255 255] UpdateBkColor
18272 UpdateBkMode
1828[0 255 255 255 0 <>] UpdateBrush
1829/Courier  38 0  MwSetFont
1830[0 255 255 255 0 <>] UpdateBrush
1831/Helvetica  36 0  MwSetFont
1832/Courier  38 0  MwSetFont
1833/Helvetica  36 0  MwSetFont
1834/Courier  38 0  MwSetFont
1835[0 255 255 255 0 <>] UpdateBrush
1836/Helvetica  20 0  MwSetFont
1837/Courier  38 0  MwSetFont
1838/Helvetica  20 0  MwSetFont
1839/Courier  38 0  MwSetFont
1840[0 255 255 255 0 <>] UpdateBrush
1841[0 255 255 255 0 <>] UpdateBrush
1842[0 255 255 255 0 <>] UpdateBrush
18431917 218 2284 439 FillRectangle
18441917 218 2284 439 RectangleOutLine
1845[0 255 255 255 0 <>] UpdateBrush
1846/Helvetica  36 0  MwSetFont
1847/Courier  38 0  MwSetFont
1848/Helvetica  36 0  MwSetFont
1849[0 0 0 0 0 <>] UpdateBrush
18501 UpdateBkMode
1851[255 255 255] UpdateBkColor
1852(G4VKineticNucleon) 315 -0.00 1944 262 TextOut
1853[255 255 255] UpdateBkColor
18542 UpdateBkMode
1855[0 255 255 255 0 <>] UpdateBrush
1856/Courier  38 0  MwSetFont
1857[0 255 255 255 0 <>] UpdateBrush
1858[0 255 255 255 0 <>] UpdateBrush
1859/Helvetica  29 0  MwSetFont
1860/Courier  38 0  MwSetFont
1861[1 0 0 0 0 <>] UpdateBrush
18621917 276 2284 439 FillRectangle
18631917 276 2284 439 RectangleOutLine
1864[0 255 255 255 0 <>] UpdateBrush
1865/Helvetica  29 0  MwSetFont
1866/Courier  38 0  MwSetFont
1867/Helvetica  29 0  MwSetFont
1868[0 0 0 0 0 <>] UpdateBrush
18691 UpdateBkMode
1870[255 255 255] UpdateBkColor
1871[255 255 255] UpdateBkColor
1872gsave
18731923 280 translate
187416 15 8
1875[0.432432 0 0 0.428571 0 0]
1876currentfile /ASCII85Decode filter /RunLengthDecode filter image
1877p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1878rY>&)!%4rLJ,fQL
1879~>
1880
1881
1882grestore
1883%%end of image
1884gsave
18851923 280 translate
188616 15 8
1887[0.432432 0 0 0.428571 0 0]
1888currentfile /ASCII85Decode filter /RunLengthDecode filter image
1889p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1890~>
1891
1892
1893grestore
1894%%end of image
1895gsave
18961923 280 translate
189716 15 8
1898[0.432432 0 0 0.428571 0 0]
1899currentfile /ASCII85Decode filter /RunLengthDecode filter image
1900p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1901rY>&)!%4rLJ,fQL
1902~>
1903
1904
1905grestore
1906%%end of image
1907[255 255 255] UpdateBkColor
1908(Decay\(\)) 103 -0.00 1960 307 TextOut
1909[255 255 255] UpdateBkColor
1910[255 255 255] UpdateBkColor
1911[255 255 255] UpdateBkColor
1912gsave
19131923 314 translate
191416 15 8
1915[0.432432 0 0 0.428571 0 0]
1916currentfile /ASCII85Decode filter /RunLengthDecode filter image
1917p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1918rY>&)!%4rLJ,fQL
1919~>
1920
1921
1922grestore
1923%%end of image
1924gsave
19251923 314 translate
192616 15 8
1927[0.432432 0 0 0.428571 0 0]
1928currentfile /ASCII85Decode filter /RunLengthDecode filter image
1929p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1930~>
1931
1932
1933grestore
1934%%end of image
1935gsave
19361923 314 translate
193716 15 8
1938[0.432432 0 0 0.428571 0 0]
1939currentfile /ASCII85Decode filter /RunLengthDecode filter image
1940p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1941rY>&)!%4rLJ,fQL
1942~>
1943
1944
1945grestore
1946%%end of image
1947[255 255 255] UpdateBkColor
1948(Get4Momentum\(\)) 230 -0.00 1960 341 TextOut
1949[255 255 255] UpdateBkColor
1950[255 255 255] UpdateBkColor
1951[255 255 255] UpdateBkColor
1952gsave
19531923 349 translate
195416 15 8
1955[0.432432 0 0 0.428571 0 0]
1956currentfile /ASCII85Decode filter /RunLengthDecode filter image
1957p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1958rY>&)!%4rLJ,fQL
1959~>
1960
1961
1962grestore
1963%%end of image
1964gsave
19651923 349 translate
196616 15 8
1967[0.432432 0 0 0.428571 0 0]
1968currentfile /ASCII85Decode filter /RunLengthDecode filter image
1969p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1970~>
1971
1972
1973grestore
1974%%end of image
1975gsave
19761923 349 translate
197716 15 8
1978[0.432432 0 0 0.428571 0 0]
1979currentfile /ASCII85Decode filter /RunLengthDecode filter image
1980p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1981rY>&)!%4rLJ,fQL
1982~>
1983
1984
1985grestore
1986%%end of image
1987[255 255 255] UpdateBkColor
1988(GetDefinition\(\)) 190 -0.00 1960 376 TextOut
1989[255 255 255] UpdateBkColor
1990[255 255 255] UpdateBkColor
1991[255 255 255] UpdateBkColor
1992gsave
19931923 383 translate
199416 15 8
1995[0.432432 0 0 0.428571 0 0]
1996currentfile /ASCII85Decode filter /RunLengthDecode filter image
1997p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1998rY>&)!%4rLJ,fQL
1999~>
2000
2001
2002grestore
2003%%end of image
2004gsave
20051923 383 translate
200616 15 8
2007[0.432432 0 0 0.428571 0 0]
2008currentfile /ASCII85Decode filter /RunLengthDecode filter image
2009p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
2010~>
2011
2012
2013grestore
2014%%end of image
2015gsave
20161923 383 translate
201716 15 8
2018[0.432432 0 0 0.428571 0 0]
2019currentfile /ASCII85Decode filter /RunLengthDecode filter image
2020p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
2021rY>&)!%4rLJ,fQL
2022~>
2023
2024
2025grestore
2026%%end of image
2027[255 255 255] UpdateBkColor
2028(GetPosition\(\)) 172 -0.00 1960 410 TextOut
2029[255 255 255] UpdateBkColor
20302 UpdateBkMode
2031[0 255 255 255 0 <>] UpdateBrush
2032/Courier  38 0  MwSetFont
2033[0 255 255 255 0 <>] UpdateBrush
2034/Helvetica  36 0  MwSetFont
2035/Courier  38 0  MwSetFont
2036/Helvetica  36 0  MwSetFont
2037/Courier  38 0  MwSetFont
2038[0 255 255 255 0 <>] UpdateBrush
2039/Helvetica  20 0  MwSetFont
2040/Courier  38 0  MwSetFont
2041/Helvetica  20 0  MwSetFont
2042/Courier  38 0  MwSetFont
2043[0 255 255 255 0 <>] UpdateBrush
2044[0 255 255 255 0 <>] UpdateBrush
2045[1 0 0 0 0 <>] UpdateBrush
2046pop pop 2104 535
20472102 440 LineTo
2048[0 255 255 255 0 <>] UpdateBrush
20492087 482 2118 482 2102 440 3 Polygon
2050[1 0 0 0 0 <>] UpdateBrush
2051[0 255 255 255 0 <>] UpdateBrush
2052[1 0 0 0 0 <>] UpdateBrush
2053pop pop 1670 1057
20541669 995 LineTo
2055[0 255 255 255 0 <>] UpdateBrush
20561655 1037 1685 1037 1669 995 3 Polygon
2057[1 0 0 0 0 <>] UpdateBrush
2058[0 255 255 255 0 <>] UpdateBrush
2059[0 0 0 0 0 <>] UpdateBrush
2060pop pop 1369 686
20611520 693 LineTo
2062[0 255 255 255 0 <>] UpdateBrush
20631369 686 1387 697 1407 687 1389 676 1369 686 5 Polygon
2064[0 0 0 0 0 <>] UpdateBrush
2065pop pop 1520 693
20661496 681 LineTo
2067pop pop 1520 693
20681494 702 LineTo
2069[0 255 255 255 0 <>] UpdateBrush
2070[0 255 255 255 0 <>] UpdateBrush
2071458 607 848 729 FillRectangle
2072458 607 848 729 RectangleOutLine
2073[0 255 255 255 0 <>] UpdateBrush
2074/Helvetica  36 0  MwSetFont
2075/Courier  38 0  MwSetFont
2076/Helvetica  36 0  MwSetFont
2077[0 0 0 0 0 <>] UpdateBrush
20781 UpdateBkMode
2079[255 255 255] UpdateBkColor
2080(G4VParticleScatterer) 341 -0.00 483 651 TextOut
2081[255 255 255] UpdateBkColor
20822 UpdateBkMode
2083[0 255 255 255 0 <>] UpdateBrush
2084/Courier  38 0  MwSetFont
2085[0 255 255 255 0 <>] UpdateBrush
2086[0 255 255 255 0 <>] UpdateBrush
2087/Helvetica  29 0  MwSetFont
2088/Courier  38 0  MwSetFont
2089[1 0 0 0 0 <>] UpdateBrush
2090458 665 848 729 FillRectangle
2091458 665 848 729 RectangleOutLine
2092[0 255 255 255 0 <>] UpdateBrush
2093/Helvetica  29 0  MwSetFont
2094/Courier  38 0  MwSetFont
2095/Helvetica  29 0  MwSetFont
2096[0 0 0 0 0 <>] UpdateBrush
20971 UpdateBkMode
2098[255 255 255] UpdateBkColor
2099[255 255 255] UpdateBkColor
2100gsave
2101465 669 translate
210216 15 8
2103[0.432432 0 0 0.428571 0 0]
2104currentfile /ASCII85Decode filter /RunLengthDecode filter image
2105p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
2106rY>&)!%4rLJ,fQL
2107~>
2108
2109
2110grestore
2111%%end of image
2112gsave
2113465 669 translate
211416 15 8
2115[0.432432 0 0 0.428571 0 0]
2116currentfile /ASCII85Decode filter /RunLengthDecode filter image
2117p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
2118~>
2119
2120
2121grestore
2122%%end of image
2123gsave
2124465 669 translate
212516 15 8
2126[0.432432 0 0 0.428571 0 0]
2127currentfile /ASCII85Decode filter /RunLengthDecode filter image
2128p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
2129rY>&)!%4rLJ,fQL
2130~>
2131
2132
2133grestore
2134%%end of image
2135[255 255 255] UpdateBkColor
2136(GetTimeToInteraction\(\)) 304 -0.00 502 696 TextOut
2137[255 255 255] UpdateBkColor
2138[255 255 255] UpdateBkColor
2139[255 255 255] UpdateBkColor
2140gsave
2141465 703 translate
214216 15 8
2143[0.432432 0 0 0.428571 0 0]
2144currentfile /ASCII85Decode filter /RunLengthDecode filter image
2145p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
2146rY>&)!%4rLJ,fQL
2147~>
2148
2149
2150grestore
2151%%end of image
2152gsave
2153465 703 translate
215416 15 8
2155[0.432432 0 0 0.428571 0 0]
2156currentfile /ASCII85Decode filter /RunLengthDecode filter image
2157p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
2158~>
2159
2160
2161grestore
2162%%end of image
2163gsave
2164465 703 translate
216516 15 8
2166[0.432432 0 0 0.428571 0 0]
2167currentfile /ASCII85Decode filter /RunLengthDecode filter image
2168p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
2169rY>&)!%4rLJ,fQL
2170~>
2171
2172
2173grestore
2174%%end of image
2175[255 255 255] UpdateBkColor
2176(Scatter\(\)) 113 -0.00 502 730 TextOut
2177[255 255 255] UpdateBkColor
21782 UpdateBkMode
2179[0 255 255 255 0 <>] UpdateBrush
2180/Courier  38 0  MwSetFont
2181[0 255 255 255 0 <>] UpdateBrush
2182/Helvetica  36 0  MwSetFont
2183/Courier  38 0  MwSetFont
2184/Helvetica  36 0  MwSetFont
2185/Courier  38 0  MwSetFont
2186[0 255 255 255 0 <>] UpdateBrush
2187/Helvetica  20 0  MwSetFont
2188/Courier  38 0  MwSetFont
2189/Helvetica  20 0  MwSetFont
2190/Courier  38 0  MwSetFont
2191[0 255 255 255 0 <>] UpdateBrush
2192[0 255 255 255 0 <>] UpdateBrush
2193[0 0 0 0 0 <>] UpdateBrush
2194pop pop 945 672
2195849 671 LineTo
2196[0 255 255 255 0 <>] UpdateBrush
2197945 672 926 682 907 671 926 661 945 672 5 Polygon
2198[0 0 0 0 0 <>] UpdateBrush
2199pop pop 849 671
2200874 661 LineTo
2201pop pop 849 671
2202874 682 LineTo
2203[0 255 255 255 0 <>] UpdateBrush
2204[0 255 255 255 0 <>] UpdateBrush
2205961 909 1368 1094 FillRectangle
2206961 909 1368 1094 RectangleOutLine
2207[0 255 255 255 0 <>] UpdateBrush
2208/Helvetica  36 0  MwSetFont
2209/Courier  38 0  MwSetFont
2210/Helvetica  36 0  MwSetFont
2211[0 0 0 0 0 <>] UpdateBrush
22121 UpdateBkMode
2213[255 255 255] UpdateBkColor
2214(G4VFieldPropagation) 347 -0.00 991 954 TextOut
2215[255 255 255] UpdateBkColor
22162 UpdateBkMode
2217[0 255 255 255 0 <>] UpdateBrush
2218/Courier  38 0  MwSetFont
2219[0 255 255 255 0 <>] UpdateBrush
2220[0 255 255 255 0 <>] UpdateBrush
2221/Helvetica  29 0  MwSetFont
2222/Courier  38 0  MwSetFont
2223[1 0 0 0 0 <>] UpdateBrush
2224961 967 1368 1094 FillRectangle
2225961 967 1368 1094 RectangleOutLine
2226[0 255 255 255 0 <>] UpdateBrush
2227/Helvetica  29 0  MwSetFont
2228/Courier  38 0  MwSetFont
2229/Helvetica  29 0  MwSetFont
2230[0 0 0 0 0 <>] UpdateBrush
22311 UpdateBkMode
2232[255 255 255] UpdateBkColor
2233[255 255 255] UpdateBkColor
2234gsave
2235967 972 translate
223616 15 8
2237[0.432432 0 0 0.441176 0 0]
2238currentfile /ASCII85Decode filter /RunLengthDecode filter image
2239p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
2240rY>&)!%4rLJ,fQL
2241~>
2242
2243
2244grestore
2245%%end of image
2246gsave
2247967 972 translate
224816 15 8
2249[0.432432 0 0 0.441176 0 0]
2250currentfile /ASCII85Decode filter /RunLengthDecode filter image
2251p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
2252~>
2253
2254
2255grestore
2256%%end of image
2257gsave
2258967 972 translate
225916 15 8
2260[0.432432 0 0 0.441176 0 0]
2261currentfile /ASCII85Decode filter /RunLengthDecode filter image
2262p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
2263rY>&)!%4rLJ,fQL
2264~>
2265
2266
2267grestore
2268%%end of image
2269[255 255 255] UpdateBkColor
2270(Transport\(\)) 145 -0.00 1004 999 TextOut
2271[255 255 255] UpdateBkColor
2272[255 255 255] UpdateBkColor
2273[255 255 255] UpdateBkColor
2274gsave
2275967 1006 translate
227616 15 8
2277[0.432432 0 0 0.428571 0 0]
2278currentfile /ASCII85Decode filter /RunLengthDecode filter image
2279p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
2280rY>&)!%4rLJ,fQL
2281~>
2282
2283
2284grestore
2285%%end of image
2286gsave
2287967 1006 translate
228816 15 8
2289[0.432432 0 0 0.428571 0 0]
2290currentfile /ASCII85Decode filter /RunLengthDecode filter image
2291p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
2292~>
2293
2294
2295grestore
2296%%end of image
2297gsave
2298967 1006 translate
229916 15 8
2300[0.432432 0 0 0.428571 0 0]
2301currentfile /ASCII85Decode filter /RunLengthDecode filter image
2302p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
2303rY>&)!%4rLJ,fQL
2304~>
2305
2306
2307grestore
2308%%end of image
2309[255 255 255] UpdateBkColor
2310(GetExcitationEnergy\(\)) 288 -0.00 1004 1033 TextOut
2311[255 255 255] UpdateBkColor
2312[255 255 255] UpdateBkColor
2313[255 255 255] UpdateBkColor
2314gsave
2315967 1040 translate
231616 15 8
2317[0.432432 0 0 0.428571 0 0]
2318currentfile /ASCII85Decode filter /RunLengthDecode filter image
2319p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
2320rY>&)!%4rLJ,fQL
2321~>
2322
2323
2324grestore
2325%%end of image
2326gsave
2327967 1040 translate
232816 15 8
2329[0.432432 0 0 0.428571 0 0]
2330currentfile /ASCII85Decode filter /RunLengthDecode filter image
2331p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
2332~>
2333
2334
2335grestore
2336%%end of image
2337gsave
2338967 1040 translate
233916 15 8
2340[0.432432 0 0 0.428571 0 0]
2341currentfile /ASCII85Decode filter /RunLengthDecode filter image
2342p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
2343rY>&)!%4rLJ,fQL
2344~>
2345
2346
2347grestore
2348%%end of image
2349[255 255 255] UpdateBkColor
2350(Init\(\)) 59 -0.00 1004 1067 TextOut
2351[255 255 255] UpdateBkColor
23522 UpdateBkMode
2353[0 255 255 255 0 <>] UpdateBrush
2354/Courier  38 0  MwSetFont
2355[0 255 255 255 0 <>] UpdateBrush
2356/Helvetica  36 0  MwSetFont
2357/Courier  38 0  MwSetFont
2358/Helvetica  36 0  MwSetFont
2359/Courier  38 0  MwSetFont
2360[0 255 255 255 0 <>] UpdateBrush
2361/Helvetica  20 0  MwSetFont
2362/Courier  38 0  MwSetFont
2363/Helvetica  20 0  MwSetFont
2364/Courier  38 0  MwSetFont
2365[0 255 255 255 0 <>] UpdateBrush
2366[0 255 255 255 0 <>] UpdateBrush
2367[0 0 0 0 0 <>] UpdateBrush
2368pop pop 1160 834
23691162 909 LineTo
2370[0 255 255 255 0 <>] UpdateBrush
23711160 834 1150 853 1161 872 1171 853 1160 834 5 Polygon
2372[0 0 0 0 0 <>] UpdateBrush
2373pop pop 1162 909
23741172 883 LineTo
2375pop pop 1162 909
23761151 883 LineTo
2377[0 255 255 255 0 <>] UpdateBrush
2378[0 255 255 255 0 <>] UpdateBrush
2379466 871 836 958 FillRectangle
2380466 871 836 958 RectangleOutLine
2381[0 255 255 255 0 <>] UpdateBrush
2382/Helvetica  36 0  MwSetFont
2383/Courier  38 0  MwSetFont
2384/Helvetica  36 0  MwSetFont
2385[0 0 0 0 0 <>] UpdateBrush
23861 UpdateBkMode
2387[255 255 255] UpdateBkColor
2388(G4ParticleScatterer) 317 -0.00 493 915 TextOut
2389[255 255 255] UpdateBkColor
23902 UpdateBkMode
2391[0 255 255 255 0 <>] UpdateBrush
2392/Courier  38 0  MwSetFont
2393[0 255 255 255 0 <>] UpdateBrush
2394[0 255 255 255 0 <>] UpdateBrush
2395/Helvetica  29 0  MwSetFont
2396/Courier  38 0  MwSetFont
2397[1 0 0 0 0 <>] UpdateBrush
2398466 929 836 958 FillRectangle
2399466 929 836 958 RectangleOutLine
2400466 946 836 958 FillRectangle
2401466 946 836 958 RectangleOutLine
2402[0 255 255 255 0 <>] UpdateBrush
2403/Helvetica  29 0  MwSetFont
2404/Courier  38 0  MwSetFont
2405/Helvetica  29 0  MwSetFont
2406/Courier  38 0  MwSetFont
2407[0 255 255 255 0 <>] UpdateBrush
2408/Helvetica  36 0  MwSetFont
2409/Courier  38 0  MwSetFont
2410/Helvetica  36 0  MwSetFont
2411/Courier  38 0  MwSetFont
2412[0 255 255 255 0 <>] UpdateBrush
2413/Helvetica  20 0  MwSetFont
2414/Courier  38 0  MwSetFont
2415/Helvetica  20 0  MwSetFont
2416/Courier  38 0  MwSetFont
2417[0 255 255 255 0 <>] UpdateBrush
2418[0 255 255 255 0 <>] UpdateBrush
2419[1 0 0 0 0 <>] UpdateBrush
2420pop pop 651 870
2421653 730 LineTo
2422[0 255 255 255 0 <>] UpdateBrush
2423637 772 668 772 653 730 3 Polygon
2424[1 0 0 0 0 <>] UpdateBrush
2425[0 255 255 255 0 <>] UpdateBrush
2426[0 0 0 0 0 <>] UpdateBrush
2427pop pop 1816 682
24281968 664 LineTo
2429[0 255 255 255 0 <>] UpdateBrush
24301816 682 1834 670 1854 678 1836 691 1816 682 5 Polygon
2431[0 0 0 0 0 <>] UpdateBrush
2432pop pop 1968 664
24331944 678 LineTo
2434pop pop 1968 664
24351941 657 LineTo
2436[0 0 0 0 0 <>] UpdateBrush
2437/Helvetica  29 0  MwSetFont
2438/Courier  38 0  MwSetFont
2439/Helvetica  29 0  MwSetFont
2440[0 0 0 0 0 <>] UpdateBrush
24411 UpdateBkMode
2442[255 255 255] UpdateBkColor
2443(1) 16 -0.00 1822 666 TextOut
2444[255 255 255] UpdateBkColor
24452 UpdateBkMode
2446[0 0 0 0 0 <>] UpdateBrush
2447/Courier  38 0  MwSetFont
2448[0 0 0 0 0 <>] UpdateBrush
2449[0 0 0 0 0 <>] UpdateBrush
2450/Helvetica  29 0  MwSetFont
2451/Courier  38 0  MwSetFont
2452/Helvetica  29 0  MwSetFont
2453[0 0 0 0 0 <>] UpdateBrush
24541 UpdateBkMode
2455[255 255 255] UpdateBkColor
2456(n) 16 -0.00 1944 652 TextOut
2457[255 255 255] UpdateBkColor
24582 UpdateBkMode
2459[0 0 0 0 0 <>] UpdateBrush
2460/Courier  38 0  MwSetFont
2461[0 0 0 0 0 <>] UpdateBrush
2462[0 255 255 255 0 <>] UpdateBrush
2463 pop pop % pop out coordinates for current pen position
2464 showpage
2465end
2466% end of the MainWin EPS file
Note: See TracBrowser for help on using the repository browser.