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

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

CVS update

File size: 40.1 KB
Line 
1%!PS-Adobe-3.0 EPSF-3.0
2%%BoundingBox:      52.0   413.0   548.0   806.0
3%%Creator: hpw using rose_exe
4%%CreationDate: Sun Nov  5 13:49:47 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
4951575 727 2283 994 FillRectangle
4961575 727 2283 994 RectangleOutLine
497[0 255 255 255 0 <>] UpdateBrush
498/Helvetica  40 0  MwSetFont
499/Courier  38 0  MwSetFont
500/Helvetica  40 0  MwSetFont
501[0 0 0 0 0 <>] UpdateBrush
5021 UpdateBkMode
503[255 255 255] UpdateBkColor
504(G4VRestProcess) 312 -0.00 1773 823 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  36 0  MwSetFont
512/Courier  38 0  MwSetFont
513[1 0 0 0 0 <>] UpdateBrush
5141575 841 2283 994 FillRectangle
5151575 841 2283 994 RectangleOutLine
5161575 862 2283 994 FillRectangle
5171575 862 2283 994 RectangleOutLine
518[0 255 255 255 0 <>] UpdateBrush
519/Helvetica  36 0  MwSetFont
520/Courier  38 0  MwSetFont
521/Helvetica  36 0  MwSetFont
522[0 0 0 0 0 <>] UpdateBrush
5231 UpdateBkMode
524[255 255 255] UpdateBkColor
525[255 255 255] UpdateBkColor
526gsave
5271583 888 translate
52816 15 8
529[0.333333 0 0 0.326087 0 0]
530currentfile /ASCII85Decode filter /RunLengthDecode filter image
531p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
532rY>&)!%4rLJ,fQL
533~>
534
535
536grestore
537%%end of image
538gsave
5391583 888 translate
54016 15 8
541[0.333333 0 0 0.326087 0 0]
542currentfile /ASCII85Decode filter /RunLengthDecode filter image
543p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
544~>
545
546
547grestore
548%%end of image
549gsave
5501583 888 translate
55116 15 8
552[0.333333 0 0 0.326087 0 0]
553currentfile /ASCII85Decode filter /RunLengthDecode filter image
554p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
555rY>&)!%4rLJ,fQL
556~>
557
558
559grestore
560%%end of image
561[255 255 255] UpdateBkColor
562(AtRestGetPhysicalInteractionLength\(\)) 608 -0.00 1631 922 TextOut
563[255 255 255] UpdateBkColor
564[255 255 255] UpdateBkColor
565[255 255 255] UpdateBkColor
566gsave
5671583 930 translate
56816 15 8
569[0.333333 0 0 0.333333 0 0]
570currentfile /ASCII85Decode filter /RunLengthDecode filter image
571p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
572rY>&)!%4rLJ,fQL
573~>
574
575
576grestore
577%%end of image
578gsave
5791583 930 translate
58016 15 8
581[0.333333 0 0 0.333333 0 0]
582currentfile /ASCII85Decode filter /RunLengthDecode filter image
583p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
584~>
585
586
587grestore
588%%end of image
589gsave
5901583 930 translate
59116 15 8
592[0.333333 0 0 0.333333 0 0]
593currentfile /ASCII85Decode filter /RunLengthDecode filter image
594p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
595rY>&)!%4rLJ,fQL
596~>
597
598
599grestore
600%%end of image
601[255 255 255] UpdateBkColor
602(AtRestDoIt\(\)) 200 -0.00 1631 964 TextOut
603[255 255 255] UpdateBkColor
6042 UpdateBkMode
605[0 255 255 255 0 <>] UpdateBrush
606/Courier  38 0  MwSetFont
607[0 255 255 255 0 <>] UpdateBrush
608/Helvetica  40 0  MwSetFont
609/Courier  38 0  MwSetFont
610/Helvetica  40 0  MwSetFont
611/Courier  38 0  MwSetFont
612[0 255 255 255 0 <>] UpdateBrush
613/Helvetica  29 0  MwSetFont
614/Courier  38 0  MwSetFont
615/Helvetica  29 0  MwSetFont
616/Courier  38 0  MwSetFont
617[0 255 255 255 0 <>] UpdateBrush
618[0 255 255 255 0 <>] UpdateBrush
619/Helvetica  36 0  MwSetFont
620/Courier  38 0  MwSetFont
621/Helvetica  36 0  MwSetFont
622[0 0 0 0 0 <>] UpdateBrush
6231 UpdateBkMode
624[255 255 255] UpdateBkColor
625(<<Abstract>>) 218 -0.00 1820 774 TextOut
626[255 255 255] UpdateBkColor
6272 UpdateBkMode
628[0 255 255 255 0 <>] UpdateBrush
629/Courier  38 0  MwSetFont
630[0 255 255 255 0 <>] UpdateBrush
631[0 255 255 255 0 <>] UpdateBrush
632[0 255 255 255 0 <>] UpdateBrush
633280 703 1026 970 FillRectangle
634280 703 1026 970 RectangleOutLine
635[0 255 255 255 0 <>] UpdateBrush
636/Helvetica  40 0  MwSetFont
637/Courier  38 0  MwSetFont
638/Helvetica  40 0  MwSetFont
639[0 0 0 0 0 <>] UpdateBrush
6401 UpdateBkMode
641[255 255 255] UpdateBkColor
642(G4VDiscreteProcess) 377 -0.00 465 799 TextOut
643[255 255 255] UpdateBkColor
6442 UpdateBkMode
645[0 255 255 255 0 <>] UpdateBrush
646/Courier  38 0  MwSetFont
647[0 255 255 255 0 <>] UpdateBrush
648[0 255 255 255 0 <>] UpdateBrush
649/Helvetica  36 0  MwSetFont
650/Courier  38 0  MwSetFont
651[1 0 0 0 0 <>] UpdateBrush
652280 817 1026 970 FillRectangle
653280 817 1026 970 RectangleOutLine
654280 838 1026 970 FillRectangle
655280 838 1026 970 RectangleOutLine
656[0 255 255 255 0 <>] UpdateBrush
657/Helvetica  36 0  MwSetFont
658/Courier  38 0  MwSetFont
659/Helvetica  36 0  MwSetFont
660[0 0 0 0 0 <>] UpdateBrush
6611 UpdateBkMode
662[255 255 255] UpdateBkColor
663[255 255 255] UpdateBkColor
664gsave
665288 864 translate
66616 15 8
667[0.333333 0 0 0.333333 0 0]
668currentfile /ASCII85Decode filter /RunLengthDecode filter image
669p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
670rY>&)!%4rLJ,fQL
671~>
672
673
674grestore
675%%end of image
676gsave
677288 864 translate
67816 15 8
679[0.333333 0 0 0.333333 0 0]
680currentfile /ASCII85Decode filter /RunLengthDecode filter image
681p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
682~>
683
684
685grestore
686%%end of image
687gsave
688288 864 translate
68916 15 8
690[0.333333 0 0 0.333333 0 0]
691currentfile /ASCII85Decode filter /RunLengthDecode filter image
692p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
693rY>&)!%4rLJ,fQL
694~>
695
696
697grestore
698%%end of image
699[255 255 255] UpdateBkColor
700(PostStepGetPhysicalInteractionLength\(\)) 646 -0.00 336 898 TextOut
701[255 255 255] UpdateBkColor
702[255 255 255] UpdateBkColor
703[255 255 255] UpdateBkColor
704gsave
705288 906 translate
70616 15 8
707[0.333333 0 0 0.333333 0 0]
708currentfile /ASCII85Decode filter /RunLengthDecode filter image
709p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
710rY>&)!%4rLJ,fQL
711~>
712
713
714grestore
715%%end of image
716gsave
717288 906 translate
71816 15 8
719[0.333333 0 0 0.333333 0 0]
720currentfile /ASCII85Decode filter /RunLengthDecode filter image
721p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
722~>
723
724
725grestore
726%%end of image
727gsave
728288 906 translate
72916 15 8
730[0.333333 0 0 0.333333 0 0]
731currentfile /ASCII85Decode filter /RunLengthDecode filter image
732p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
733rY>&)!%4rLJ,fQL
734~>
735
736
737grestore
738%%end of image
739[255 255 255] UpdateBkColor
740(PostStepDoIt\(\)) 238 -0.00 336 940 TextOut
741[255 255 255] UpdateBkColor
7422 UpdateBkMode
743[0 255 255 255 0 <>] UpdateBrush
744/Courier  38 0  MwSetFont
745[0 255 255 255 0 <>] UpdateBrush
746/Helvetica  40 0  MwSetFont
747/Courier  38 0  MwSetFont
748/Helvetica  40 0  MwSetFont
749/Courier  38 0  MwSetFont
750[0 255 255 255 0 <>] UpdateBrush
751/Helvetica  29 0  MwSetFont
752/Courier  38 0  MwSetFont
753/Helvetica  29 0  MwSetFont
754/Courier  38 0  MwSetFont
755[0 255 255 255 0 <>] UpdateBrush
756[0 255 255 255 0 <>] UpdateBrush
757/Helvetica  36 0  MwSetFont
758/Courier  38 0  MwSetFont
759/Helvetica  36 0  MwSetFont
760[0 0 0 0 0 <>] UpdateBrush
7611 UpdateBkMode
762[255 255 255] UpdateBkColor
763(<<Abstract>>) 218 -0.00 544 750 TextOut
764[255 255 255] UpdateBkColor
7652 UpdateBkMode
766[0 255 255 255 0 <>] UpdateBrush
767/Courier  38 0  MwSetFont
768[0 255 255 255 0 <>] UpdateBrush
769[0 255 255 255 0 <>] UpdateBrush
770[0 255 255 255 0 <>] UpdateBrush
771791 150 1563 601 FillRectangle
772791 150 1563 601 RectangleOutLine
773[0 255 255 255 0 <>] UpdateBrush
774/Helvetica  40 0  MwSetFont
775/Courier  38 0  MwSetFont
776/Helvetica  40 0  MwSetFont
777[0 0 0 0 0 <>] UpdateBrush
7781 UpdateBkMode
779[255 255 255] UpdateBkColor
780(G4VProcess) 228 -0.00 1063 246 TextOut
781[255 255 255] UpdateBkColor
7822 UpdateBkMode
783[0 255 255 255 0 <>] UpdateBrush
784/Courier  38 0  MwSetFont
785[0 255 255 255 0 <>] UpdateBrush
786[0 255 255 255 0 <>] UpdateBrush
787/Helvetica  36 0  MwSetFont
788/Courier  38 0  MwSetFont
789[1 0 0 0 0 <>] UpdateBrush
790791 264 1563 601 FillRectangle
791791 264 1563 601 RectangleOutLine
792791 285 1563 601 FillRectangle
793791 285 1563 601 RectangleOutLine
794[0 255 255 255 0 <>] UpdateBrush
795/Helvetica  36 0  MwSetFont
796/Courier  38 0  MwSetFont
797/Helvetica  36 0  MwSetFont
798[0 0 0 0 0 <>] UpdateBrush
7991 UpdateBkMode
800[255 255 255] UpdateBkColor
801[255 255 255] UpdateBkColor
802gsave
803799 311 translate
80416 15 8
805[0.333333 0 0 0.333333 0 0]
806currentfile /ASCII85Decode filter /RunLengthDecode filter image
807p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
808rY>&)!%4rLJ,fQL
809~>
810
811
812grestore
813%%end of image
814gsave
815799 311 translate
81616 15 8
817[0.333333 0 0 0.333333 0 0]
818currentfile /ASCII85Decode filter /RunLengthDecode filter image
819p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
820~>
821
822
823grestore
824%%end of image
825gsave
826799 311 translate
82716 15 8
828[0.333333 0 0 0.333333 0 0]
829currentfile /ASCII85Decode filter /RunLengthDecode filter image
830p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
831rY>&)!%4rLJ,fQL
832~>
833
834
835grestore
836%%end of image
837[255 255 255] UpdateBkColor
838(PostStepGetPhysicalInteractionLength\(\)) 646 -0.00 847 345 TextOut
839[255 255 255] UpdateBkColor
840[255 255 255] UpdateBkColor
841[255 255 255] UpdateBkColor
842gsave
843799 353 translate
84416 15 8
845[0.333333 0 0 0.333333 0 0]
846currentfile /ASCII85Decode filter /RunLengthDecode filter image
847p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
848rY>&)!%4rLJ,fQL
849~>
850
851
852grestore
853%%end of image
854gsave
855799 353 translate
85616 15 8
857[0.333333 0 0 0.333333 0 0]
858currentfile /ASCII85Decode filter /RunLengthDecode filter image
859p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
860~>
861
862
863grestore
864%%end of image
865gsave
866799 353 translate
86716 15 8
868[0.333333 0 0 0.333333 0 0]
869currentfile /ASCII85Decode filter /RunLengthDecode filter image
870p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
871rY>&)!%4rLJ,fQL
872~>
873
874
875grestore
876%%end of image
877[255 255 255] UpdateBkColor
878(PostStepDoIt\(\)) 238 -0.00 847 387 TextOut
879[255 255 255] UpdateBkColor
880[255 255 255] UpdateBkColor
881[255 255 255] UpdateBkColor
882gsave
883799 394 translate
88416 15 8
885[0.333333 0 0 0.326087 0 0]
886currentfile /ASCII85Decode filter /RunLengthDecode filter image
887p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
888rY>&)!%4rLJ,fQL
889~>
890
891
892grestore
893%%end of image
894gsave
895799 394 translate
89616 15 8
897[0.333333 0 0 0.326087 0 0]
898currentfile /ASCII85Decode filter /RunLengthDecode filter image
899p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
900~>
901
902
903grestore
904%%end of image
905gsave
906799 394 translate
90716 15 8
908[0.333333 0 0 0.326087 0 0]
909currentfile /ASCII85Decode filter /RunLengthDecode filter image
910p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
911rY>&)!%4rLJ,fQL
912~>
913
914
915grestore
916%%end of image
917[255 255 255] UpdateBkColor
918(AlongStepGetPhysicalInteractionLength\(\)) 666 -0.00 847 428 TextOut
919[255 255 255] UpdateBkColor
920[255 255 255] UpdateBkColor
921[255 255 255] UpdateBkColor
922gsave
923799 436 translate
92416 15 8
925[0.333333 0 0 0.333333 0 0]
926currentfile /ASCII85Decode filter /RunLengthDecode filter image
927p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
928rY>&)!%4rLJ,fQL
929~>
930
931
932grestore
933%%end of image
934gsave
935799 436 translate
93616 15 8
937[0.333333 0 0 0.333333 0 0]
938currentfile /ASCII85Decode filter /RunLengthDecode filter image
939p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
940~>
941
942
943grestore
944%%end of image
945gsave
946799 436 translate
94716 15 8
948[0.333333 0 0 0.333333 0 0]
949currentfile /ASCII85Decode filter /RunLengthDecode filter image
950p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
951rY>&)!%4rLJ,fQL
952~>
953
954
955grestore
956%%end of image
957[255 255 255] UpdateBkColor
958(AlongStepDoIt\(\)) 258 -0.00 847 470 TextOut
959[255 255 255] UpdateBkColor
960[255 255 255] UpdateBkColor
961[255 255 255] UpdateBkColor
962gsave
963799 478 translate
96416 15 8
965[0.333333 0 0 0.333333 0 0]
966currentfile /ASCII85Decode filter /RunLengthDecode filter image
967p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
968rY>&)!%4rLJ,fQL
969~>
970
971
972grestore
973%%end of image
974gsave
975799 478 translate
97616 15 8
977[0.333333 0 0 0.333333 0 0]
978currentfile /ASCII85Decode filter /RunLengthDecode filter image
979p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
980~>
981
982
983grestore
984%%end of image
985gsave
986799 478 translate
98716 15 8
988[0.333333 0 0 0.333333 0 0]
989currentfile /ASCII85Decode filter /RunLengthDecode filter image
990p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
991rY>&)!%4rLJ,fQL
992~>
993
994
995grestore
996%%end of image
997[255 255 255] UpdateBkColor
998(AtRestGetPhysicalInteractionLength\(\)) 608 -0.00 847 512 TextOut
999[255 255 255] UpdateBkColor
1000[255 255 255] UpdateBkColor
1001[255 255 255] UpdateBkColor
1002gsave
1003799 519 translate
100416 15 8
1005[0.333333 0 0 0.333333 0 0]
1006currentfile /ASCII85Decode filter /RunLengthDecode filter image
1007p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1008rY>&)!%4rLJ,fQL
1009~>
1010
1011
1012grestore
1013%%end of image
1014gsave
1015799 519 translate
101616 15 8
1017[0.333333 0 0 0.333333 0 0]
1018currentfile /ASCII85Decode filter /RunLengthDecode filter image
1019p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1020~>
1021
1022
1023grestore
1024%%end of image
1025gsave
1026799 519 translate
102716 15 8
1028[0.333333 0 0 0.333333 0 0]
1029currentfile /ASCII85Decode filter /RunLengthDecode filter image
1030p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1031rY>&)!%4rLJ,fQL
1032~>
1033
1034
1035grestore
1036%%end of image
1037[255 255 255] UpdateBkColor
1038(AtRestDoIt\(\)) 200 -0.00 847 553 TextOut
1039[255 255 255] UpdateBkColor
10402 UpdateBkMode
1041[0 255 255 255 0 <>] UpdateBrush
1042/Courier  38 0  MwSetFont
1043[0 255 255 255 0 <>] UpdateBrush
1044/Helvetica  40 0  MwSetFont
1045/Courier  38 0  MwSetFont
1046/Helvetica  40 0  MwSetFont
1047/Courier  38 0  MwSetFont
1048[0 255 255 255 0 <>] UpdateBrush
1049/Helvetica  29 0  MwSetFont
1050/Courier  38 0  MwSetFont
1051/Helvetica  29 0  MwSetFont
1052/Courier  38 0  MwSetFont
1053[0 255 255 255 0 <>] UpdateBrush
1054[0 255 255 255 0 <>] UpdateBrush
1055/Helvetica  36 0  MwSetFont
1056/Courier  38 0  MwSetFont
1057/Helvetica  36 0  MwSetFont
1058[0 0 0 0 0 <>] UpdateBrush
10591 UpdateBkMode
1060[255 255 255] UpdateBkColor
1061(<<Purely Abstract>>) 331 -0.00 1012 197 TextOut
1062[255 255 255] UpdateBkColor
10632 UpdateBkMode
1064[0 255 255 255 0 <>] UpdateBrush
1065/Courier  38 0  MwSetFont
1066[0 255 255 255 0 <>] UpdateBrush
1067[0 255 255 255 0 <>] UpdateBrush
1068[1 0 0 0 0 <>] UpdateBrush
1069pop pop 805 702
1070919 602 LineTo
1071[0 255 255 255 0 <>] UpdateBrush
1072865 622 891 653 919 602 3 Polygon
1073[1 0 0 0 0 <>] UpdateBrush
1074[0 255 255 255 0 <>] UpdateBrush
1075[1 0 0 0 0 <>] UpdateBrush
1076pop pop 1721 726
10771529 602 LineTo
1078[0 255 255 255 0 <>] UpdateBrush
10791564 649 1585 616 1529 602 3 Polygon
1080[1 0 0 0 0 <>] UpdateBrush
1081[0 255 255 255 0 <>] UpdateBrush
1082[0 255 255 255 0 <>] UpdateBrush
1083221 1102 1073 1785 FillRectangle
1084221 1102 1073 1785 RectangleOutLine
1085[0 255 255 255 0 <>] UpdateBrush
1086/Helvetica  40 0  MwSetFont
1087/Courier  38 0  MwSetFont
1088/Helvetica  40 0  MwSetFont
1089[0 0 0 0 0 <>] UpdateBrush
10901 UpdateBkMode
1091[255 255 255] UpdateBkColor
1092(G4HadronicProcess) 364 -0.00 465 1198 TextOut
1093[255 255 255] UpdateBkColor
10942 UpdateBkMode
1095[0 255 255 255 0 <>] UpdateBrush
1096/Courier  38 0  MwSetFont
1097[0 255 255 255 0 <>] UpdateBrush
1098[0 255 255 255 0 <>] UpdateBrush
1099/Helvetica  36 0  MwSetFont
1100/Courier  38 0  MwSetFont
1101[1 0 0 0 0 <>] UpdateBrush
1102221 1216 1073 1785 FillRectangle
1103221 1216 1073 1785 RectangleOutLine
1104221 1237 1073 1785 FillRectangle
1105221 1237 1073 1785 RectangleOutLine
1106[0 255 255 255 0 <>] UpdateBrush
1107/Helvetica  36 0  MwSetFont
1108/Courier  38 0  MwSetFont
1109/Helvetica  36 0  MwSetFont
1110[0 0 0 0 0 <>] UpdateBrush
11111 UpdateBkMode
1112[255 255 255] UpdateBkColor
1113[255 255 255] UpdateBkColor
1114gsave
1115229 1263 translate
111616 15 8
1117[0.333333 0 0 0.333333 0 0]
1118currentfile /ASCII85Decode filter /RunLengthDecode filter image
1119p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1120rY>&)!%4rLJ,fQL
1121~>
1122
1123
1124grestore
1125%%end of image
1126gsave
1127229 1263 translate
112816 15 8
1129[0.333333 0 0 0.333333 0 0]
1130currentfile /ASCII85Decode filter /RunLengthDecode filter image
1131p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1132~>
1133
1134
1135grestore
1136%%end of image
1137gsave
1138229 1263 translate
113916 15 8
1140[0.333333 0 0 0.333333 0 0]
1141currentfile /ASCII85Decode filter /RunLengthDecode filter image
1142p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1143rY>&)!%4rLJ,fQL
1144~>
1145
1146
1147grestore
1148%%end of image
1149[255 255 255] UpdateBkColor
1150(<<virtual>> GetMicroscopicCrossSection\(\)) 682 -0.00 277 1297 TextOut
1151[255 255 255] UpdateBkColor
1152[255 255 255] UpdateBkColor
1153[255 255 255] UpdateBkColor
1154gsave
1155229 1305 translate
115616 15 8
1157[0.333333 0 0 0.333333 0 0]
1158currentfile /ASCII85Decode filter /RunLengthDecode filter image
1159p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1160rY>&)!%4rLJ,fQL
1161~>
1162
1163
1164grestore
1165%%end of image
1166gsave
1167229 1305 translate
116816 15 8
1169[0.333333 0 0 0.333333 0 0]
1170currentfile /ASCII85Decode filter /RunLengthDecode filter image
1171p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1172~>
1173
1174
1175grestore
1176%%end of image
1177gsave
1178229 1305 translate
117916 15 8
1180[0.333333 0 0 0.333333 0 0]
1181currentfile /ASCII85Decode filter /RunLengthDecode filter image
1182p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1183rY>&)!%4rLJ,fQL
1184~>
1185
1186
1187grestore
1188%%end of image
1189[255 255 255] UpdateBkColor
1190(<<virtual>> PostStepDoIt\(\)) 430 -0.00 277 1339 TextOut
1191[255 255 255] UpdateBkColor
1192[255 255 255] UpdateBkColor
1193[255 255 255] UpdateBkColor
1194gsave
1195229 1346 translate
119616 15 8
1197[0.333333 0 0 0.333333 0 0]
1198currentfile /ASCII85Decode filter /RunLengthDecode filter image
1199p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1200rY>&)!%4rLJ,fQL
1201~>
1202
1203
1204grestore
1205%%end of image
1206gsave
1207229 1346 translate
120816 15 8
1209[0.333333 0 0 0.333333 0 0]
1210currentfile /ASCII85Decode filter /RunLengthDecode filter image
1211p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1212~>
1213
1214
1215grestore
1216%%end of image
1217gsave
1218229 1346 translate
121916 15 8
1220[0.333333 0 0 0.333333 0 0]
1221currentfile /ASCII85Decode filter /RunLengthDecode filter image
1222p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1223rY>&)!%4rLJ,fQL
1224~>
1225
1226
1227grestore
1228%%end of image
1229[255 255 255] UpdateBkColor
1230(RegisterMe\(\)) 210 -0.00 277 1380 TextOut
1231[255 255 255] UpdateBkColor
1232[255 255 255] UpdateBkColor
1233[255 255 255] UpdateBkColor
1234gsave
1235229 1388 translate
123616 15 8
1237[0.333333 0 0 0.333333 0 0]
1238currentfile /ASCII85Decode filter /RunLengthDecode filter image
1239p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1240rY>&)!%4rLJ,fQL
1241~>
1242
1243
1244grestore
1245%%end of image
1246gsave
1247229 1388 translate
124816 15 8
1249[0.333333 0 0 0.333333 0 0]
1250currentfile /ASCII85Decode filter /RunLengthDecode filter image
1251p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1252~>
1253
1254
1255grestore
1256%%end of image
1257gsave
1258229 1388 translate
125916 15 8
1260[0.333333 0 0 0.333333 0 0]
1261currentfile /ASCII85Decode filter /RunLengthDecode filter image
1262p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1263rY>&)!%4rLJ,fQL
1264~>
1265
1266
1267grestore
1268%%end of image
1269[255 255 255] UpdateBkColor
1270(ChooseHadronicInteraction\(\)) 464 -0.00 277 1422 TextOut
1271[255 255 255] UpdateBkColor
1272[255 255 255] UpdateBkColor
1273[255 255 255] UpdateBkColor
1274gsave
1275229 1429 translate
127616 15 8
1277[0.333333 0 0 0.326087 0 0]
1278currentfile /ASCII85Decode filter /RunLengthDecode filter image
1279p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1280rY>&)!%4rLJ,fQL
1281~>
1282
1283
1284grestore
1285%%end of image
1286gsave
1287229 1429 translate
128816 15 8
1289[0.333333 0 0 0.326087 0 0]
1290currentfile /ASCII85Decode filter /RunLengthDecode filter image
1291p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1292~>
1293
1294
1295grestore
1296%%end of image
1297gsave
1298229 1429 translate
129916 15 8
1300[0.333333 0 0 0.326087 0 0]
1301currentfile /ASCII85Decode filter /RunLengthDecode filter image
1302p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1303rY>&)!%4rLJ,fQL
1304~>
1305
1306
1307grestore
1308%%end of image
1309[255 255 255] UpdateBkColor
1310(GeneralPostStepDoIt\(\)) 368 -0.00 277 1463 TextOut
1311[255 255 255] UpdateBkColor
1312[255 255 255] UpdateBkColor
1313[255 255 255] UpdateBkColor
1314gsave
1315229 1471 translate
131616 15 8
1317[0.333333 0 0 0.333333 0 0]
1318currentfile /ASCII85Decode filter /RunLengthDecode filter image
1319p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1320rY>&)!%4rLJ,fQL
1321~>
1322
1323
1324grestore
1325%%end of image
1326gsave
1327229 1471 translate
132816 15 8
1329[0.333333 0 0 0.333333 0 0]
1330currentfile /ASCII85Decode filter /RunLengthDecode filter image
1331p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1332~>
1333
1334
1335grestore
1336%%end of image
1337gsave
1338229 1471 translate
133916 15 8
1340[0.333333 0 0 0.333333 0 0]
1341currentfile /ASCII85Decode filter /RunLengthDecode filter image
1342p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1343rY>&)!%4rLJ,fQL
1344~>
1345
1346
1347grestore
1348%%end of image
1349[255 255 255] UpdateBkColor
1350(<<static>> GetIsotopeProductionInfo\(\)) 616 -0.00 277 1505 TextOut
1351[255 255 255] UpdateBkColor
1352[255 255 255] UpdateBkColor
1353[255 255 255] UpdateBkColor
1354gsave
1355229 1513 translate
135616 15 8
1357[0.333333 0 0 0.333333 0 0]
1358currentfile /ASCII85Decode filter /RunLengthDecode filter image
1359p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1360rY>&)!%4rLJ,fQL
1361~>
1362
1363
1364grestore
1365%%end of image
1366gsave
1367229 1513 translate
136816 15 8
1369[0.333333 0 0 0.333333 0 0]
1370currentfile /ASCII85Decode filter /RunLengthDecode filter image
1371p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1372~>
1373
1374
1375grestore
1376%%end of image
1377gsave
1378229 1513 translate
137916 15 8
1380[0.333333 0 0 0.333333 0 0]
1381currentfile /ASCII85Decode filter /RunLengthDecode filter image
1382p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1383rY>&)!%4rLJ,fQL
1384~>
1385
1386
1387grestore
1388%%end of image
1389[255 255 255] UpdateBkColor
1390(RegisterIsotopeProductionModel\(\)) 551 -0.00 277 1547 TextOut
1391[255 255 255] UpdateBkColor
1392[255 255 255] UpdateBkColor
1393[255 255 255] UpdateBkColor
1394gsave
1395229 1554 translate
139616 15 8
1397[0.333333 0 0 0.326087 0 0]
1398currentfile /ASCII85Decode filter /RunLengthDecode filter image
1399p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1400rY>&)!%4rLJ,fQL
1401~>
1402
1403
1404grestore
1405%%end of image
1406gsave
1407229 1554 translate
140816 15 8
1409[0.333333 0 0 0.326087 0 0]
1410currentfile /ASCII85Decode filter /RunLengthDecode filter image
1411p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1412~>
1413
1414
1415grestore
1416%%end of image
1417gsave
1418229 1554 translate
141916 15 8
1420[0.333333 0 0 0.326087 0 0]
1421currentfile /ASCII85Decode filter /RunLengthDecode filter image
1422p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1423rY>&)!%4rLJ,fQL
1424~>
1425
1426
1427grestore
1428%%end of image
1429[255 255 255] UpdateBkColor
1430(<<static>> EnableIsotopeProductionGlobally\(\)) 741 -0.00 277 1588 TextOut
1431[255 255 255] UpdateBkColor
1432[255 255 255] UpdateBkColor
1433[255 255 255] UpdateBkColor
1434gsave
1435229 1596 translate
143616 15 8
1437[0.333333 0 0 0.333333 0 0]
1438currentfile /ASCII85Decode filter /RunLengthDecode filter image
1439p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1440rY>&)!%4rLJ,fQL
1441~>
1442
1443
1444grestore
1445%%end of image
1446gsave
1447229 1596 translate
144816 15 8
1449[0.333333 0 0 0.333333 0 0]
1450currentfile /ASCII85Decode filter /RunLengthDecode filter image
1451p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1452~>
1453
1454
1455grestore
1456%%end of image
1457gsave
1458229 1596 translate
145916 15 8
1460[0.333333 0 0 0.333333 0 0]
1461currentfile /ASCII85Decode filter /RunLengthDecode filter image
1462p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1463rY>&)!%4rLJ,fQL
1464~>
1465
1466
1467grestore
1468%%end of image
1469[255 255 255] UpdateBkColor
1470(<<static>> DisableIsotopeProductionGlobally\(\)) 749 -0.00 277 1630 TextOut
1471[255 255 255] UpdateBkColor
1472[255 255 255] UpdateBkColor
1473[255 255 255] UpdateBkColor
1474gsave
1475229 1638 translate
147616 15 8
1477[0.333333 0 0 0.333333 0 0]
1478currentfile /ASCII85Decode filter /RunLengthDecode filter image
1479p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1480rY>&)!%4rLJ,fQL
1481~>
1482
1483
1484grestore
1485%%end of image
1486gsave
1487229 1638 translate
148816 15 8
1489[0.333333 0 0 0.333333 0 0]
1490currentfile /ASCII85Decode filter /RunLengthDecode filter image
1491p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1492~>
1493
1494
1495grestore
1496%%end of image
1497gsave
1498229 1638 translate
149916 15 8
1500[0.333333 0 0 0.333333 0 0]
1501currentfile /ASCII85Decode filter /RunLengthDecode filter image
1502p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1503rY>&)!%4rLJ,fQL
1504~>
1505
1506
1507grestore
1508%%end of image
1509[255 255 255] UpdateBkColor
1510(EnableIsotopeCounting\(\)) 402 -0.00 277 1672 TextOut
1511[255 255 255] UpdateBkColor
1512[255 255 255] UpdateBkColor
1513[255 255 255] UpdateBkColor
1514gsave
1515229 1679 translate
151616 15 8
1517[0.333333 0 0 0.333333 0 0]
1518currentfile /ASCII85Decode filter /RunLengthDecode filter image
1519p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1520rY>&)!%4rLJ,fQL
1521~>
1522
1523
1524grestore
1525%%end of image
1526gsave
1527229 1679 translate
152816 15 8
1529[0.333333 0 0 0.333333 0 0]
1530currentfile /ASCII85Decode filter /RunLengthDecode filter image
1531p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1532~>
1533
1534
1535grestore
1536%%end of image
1537gsave
1538229 1679 translate
153916 15 8
1540[0.333333 0 0 0.333333 0 0]
1541currentfile /ASCII85Decode filter /RunLengthDecode filter image
1542p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1543rY>&)!%4rLJ,fQL
1544~>
1545
1546
1547grestore
1548%%end of image
1549[255 255 255] UpdateBkColor
1550(DisableIsotopeCounting\(\)) 410 -0.00 277 1713 TextOut
1551[255 255 255] UpdateBkColor
15522 UpdateBkMode
1553[0 255 255 255 0 <>] UpdateBrush
1554/Courier  38 0  MwSetFont
1555[0 255 255 255 0 <>] UpdateBrush
1556/Helvetica  40 0  MwSetFont
1557/Courier  38 0  MwSetFont
1558/Helvetica  40 0  MwSetFont
1559/Courier  38 0  MwSetFont
1560[0 255 255 255 0 <>] UpdateBrush
1561/Helvetica  29 0  MwSetFont
1562/Courier  38 0  MwSetFont
1563/Helvetica  29 0  MwSetFont
1564/Courier  38 0  MwSetFont
1565[0 255 255 255 0 <>] UpdateBrush
1566[0 255 255 255 0 <>] UpdateBrush
1567/Helvetica  36 0  MwSetFont
1568/Courier  38 0  MwSetFont
1569/Helvetica  36 0  MwSetFont
1570[0 0 0 0 0 <>] UpdateBrush
15711 UpdateBkMode
1572[255 255 255] UpdateBkColor
1573(<<Abstract>>) 218 -0.00 538 1149 TextOut
1574[255 255 255] UpdateBkColor
15752 UpdateBkMode
1576[0 255 255 255 0 <>] UpdateBrush
1577/Courier  38 0  MwSetFont
1578[0 255 255 255 0 <>] UpdateBrush
1579[0 255 255 255 0 <>] UpdateBrush
1580[1 0 0 0 0 <>] UpdateBrush
1581pop pop 650 1101
1582652 971 LineTo
1583[0 255 255 255 0 <>] UpdateBrush
1584631 1025 671 1025 652 971 3 Polygon
1585[1 0 0 0 0 <>] UpdateBrush
1586[0 255 255 255 0 <>] UpdateBrush
1587 pop pop % pop out coordinates for current pen position
1588 showpage
1589end
1590% end of the MainWin EPS file
Note: See TracBrowser for help on using the repository browser.