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

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

CVS update

File size: 45.2 KB
Line 
1%!PS-Adobe-3.0 EPSF-3.0
2%%BoundingBox:      19.0   418.0   548.0   814.0
3%%Creator: hpw using rose_exe
4%%CreationDate: Sun Nov  5 13:50:29 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
495797 114 1544 732 FillRectangle
496797 114 1544 732 RectangleOutLine
497[0 255 255 255 0 <>] UpdateBrush
498/Helvetica  44 0  MwSetFont
499/Courier  38 0  MwSetFont
500/Helvetica  44 0  MwSetFont
501[0 0 0 0 0 <>] UpdateBrush
5021 UpdateBkMode
503[255 255 255] UpdateBkColor
504(G4HadronicProcess) 402 -0.00 970 208 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
514797 223 1544 732 FillRectangle
515797 223 1544 732 RectangleOutLine
516797 240 1544 732 FillRectangle
517797 240 1544 732 RectangleOutLine
518[0 255 255 255 0 <>] UpdateBrush
519/Helvetica  29 0  MwSetFont
520/Courier  38 0  MwSetFont
521/Helvetica  29 0  MwSetFont
522[0 0 0 0 0 <>] UpdateBrush
5231 UpdateBkMode
524[255 255 255] UpdateBkColor
525[255 255 255] UpdateBkColor
526gsave
527804 262 translate
52816 15 8
529[0.380952 0 0 0.375000 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
539804 262 translate
54016 15 8
541[0.380952 0 0 0.375000 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
550804 262 translate
55116 15 8
552[0.380952 0 0 0.375000 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(<<virtual>> GetMicroscopicCrossSection\(\)) 552 -0.00 846 289 TextOut
563[255 255 255] UpdateBkColor
564[255 255 255] UpdateBkColor
565[255 255 255] UpdateBkColor
566gsave
567804 296 translate
56816 15 8
569[0.380952 0 0 0.375000 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
579804 296 translate
58016 15 8
581[0.380952 0 0 0.375000 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
590804 296 translate
59116 15 8
592[0.380952 0 0 0.375000 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(<<virtual>> PostStepDoIt\(\)) 348 -0.00 846 323 TextOut
603[255 255 255] UpdateBkColor
604[255 255 255] UpdateBkColor
605[255 255 255] UpdateBkColor
606gsave
607804 330 translate
60816 15 8
609[0.380952 0 0 0.375000 0 0]
610currentfile /ASCII85Decode filter /RunLengthDecode filter image
611p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
612rY>&)!%4rLJ,fQL
613~>
614
615
616grestore
617%%end of image
618gsave
619804 330 translate
62016 15 8
621[0.380952 0 0 0.375000 0 0]
622currentfile /ASCII85Decode filter /RunLengthDecode filter image
623p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
624~>
625
626
627grestore
628%%end of image
629gsave
630804 330 translate
63116 15 8
632[0.380952 0 0 0.375000 0 0]
633currentfile /ASCII85Decode filter /RunLengthDecode filter image
634p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
635rY>&)!%4rLJ,fQL
636~>
637
638
639grestore
640%%end of image
641[255 255 255] UpdateBkColor
642(RegisterMe\(\)) 170 -0.00 846 357 TextOut
643[255 255 255] UpdateBkColor
644[255 255 255] UpdateBkColor
645[255 255 255] UpdateBkColor
646gsave
647804 365 translate
64816 15 8
649[0.380952 0 0 0.384615 0 0]
650currentfile /ASCII85Decode filter /RunLengthDecode filter image
651p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
652rY>&)!%4rLJ,fQL
653~>
654
655
656grestore
657%%end of image
658gsave
659804 365 translate
66016 15 8
661[0.380952 0 0 0.384615 0 0]
662currentfile /ASCII85Decode filter /RunLengthDecode filter image
663p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
664~>
665
666
667grestore
668%%end of image
669gsave
670804 365 translate
67116 15 8
672[0.380952 0 0 0.384615 0 0]
673currentfile /ASCII85Decode filter /RunLengthDecode filter image
674p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
675rY>&)!%4rLJ,fQL
676~>
677
678
679grestore
680%%end of image
681[255 255 255] UpdateBkColor
682(ChooseHadronicInteraction\(\)) 376 -0.00 846 392 TextOut
683[255 255 255] UpdateBkColor
684[255 255 255] UpdateBkColor
685[255 255 255] UpdateBkColor
686gsave
687804 399 translate
68816 15 8
689[0.380952 0 0 0.384615 0 0]
690currentfile /ASCII85Decode filter /RunLengthDecode filter image
691p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
692rY>&)!%4rLJ,fQL
693~>
694
695
696grestore
697%%end of image
698gsave
699804 399 translate
70016 15 8
701[0.380952 0 0 0.384615 0 0]
702currentfile /ASCII85Decode filter /RunLengthDecode filter image
703p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
704~>
705
706
707grestore
708%%end of image
709gsave
710804 399 translate
71116 15 8
712[0.380952 0 0 0.384615 0 0]
713currentfile /ASCII85Decode filter /RunLengthDecode filter image
714p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
715rY>&)!%4rLJ,fQL
716~>
717
718
719grestore
720%%end of image
721[255 255 255] UpdateBkColor
722(GeneralPostStepDoIt\(\)) 298 -0.00 846 426 TextOut
723[255 255 255] UpdateBkColor
724[255 255 255] UpdateBkColor
725[255 255 255] UpdateBkColor
726gsave
727804 433 translate
72816 15 8
729[0.380952 0 0 0.384615 0 0]
730currentfile /ASCII85Decode filter /RunLengthDecode filter image
731p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
732rY>&)!%4rLJ,fQL
733~>
734
735
736grestore
737%%end of image
738gsave
739804 433 translate
74016 15 8
741[0.380952 0 0 0.384615 0 0]
742currentfile /ASCII85Decode filter /RunLengthDecode filter image
743p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
744~>
745
746
747grestore
748%%end of image
749gsave
750804 433 translate
75116 15 8
752[0.380952 0 0 0.384615 0 0]
753currentfile /ASCII85Decode filter /RunLengthDecode filter image
754p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
755rY>&)!%4rLJ,fQL
756~>
757
758
759grestore
760%%end of image
761[255 255 255] UpdateBkColor
762(<<static>> GetIsotopeProductionInfo\(\)) 499 -0.00 846 460 TextOut
763[255 255 255] UpdateBkColor
764[255 255 255] UpdateBkColor
765[255 255 255] UpdateBkColor
766gsave
767804 467 translate
76816 15 8
769[0.380952 0 0 0.375000 0 0]
770currentfile /ASCII85Decode filter /RunLengthDecode filter image
771p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
772rY>&)!%4rLJ,fQL
773~>
774
775
776grestore
777%%end of image
778gsave
779804 467 translate
78016 15 8
781[0.380952 0 0 0.375000 0 0]
782currentfile /ASCII85Decode filter /RunLengthDecode filter image
783p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
784~>
785
786
787grestore
788%%end of image
789gsave
790804 467 translate
79116 15 8
792[0.380952 0 0 0.375000 0 0]
793currentfile /ASCII85Decode filter /RunLengthDecode filter image
794p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
795rY>&)!%4rLJ,fQL
796~>
797
798
799grestore
800%%end of image
801[255 255 255] UpdateBkColor
802(RegisterIsotopeProductionModel\(\)) 446 -0.00 846 494 TextOut
803[255 255 255] UpdateBkColor
804[255 255 255] UpdateBkColor
805[255 255 255] UpdateBkColor
806gsave
807804 501 translate
80816 15 8
809[0.380952 0 0 0.375000 0 0]
810currentfile /ASCII85Decode filter /RunLengthDecode filter image
811p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
812rY>&)!%4rLJ,fQL
813~>
814
815
816grestore
817%%end of image
818gsave
819804 501 translate
82016 15 8
821[0.380952 0 0 0.375000 0 0]
822currentfile /ASCII85Decode filter /RunLengthDecode filter image
823p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
824~>
825
826
827grestore
828%%end of image
829gsave
830804 501 translate
83116 15 8
832[0.380952 0 0 0.375000 0 0]
833currentfile /ASCII85Decode filter /RunLengthDecode filter image
834p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
835rY>&)!%4rLJ,fQL
836~>
837
838
839grestore
840%%end of image
841[255 255 255] UpdateBkColor
842(<<static>> EnableIsotopeProductionGlobally\(\)) 600 -0.00 846 528 TextOut
843[255 255 255] UpdateBkColor
844[255 255 255] UpdateBkColor
845[255 255 255] UpdateBkColor
846gsave
847804 535 translate
84816 15 8
849[0.380952 0 0 0.375000 0 0]
850currentfile /ASCII85Decode filter /RunLengthDecode filter image
851p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
852rY>&)!%4rLJ,fQL
853~>
854
855
856grestore
857%%end of image
858gsave
859804 535 translate
86016 15 8
861[0.380952 0 0 0.375000 0 0]
862currentfile /ASCII85Decode filter /RunLengthDecode filter image
863p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
864~>
865
866
867grestore
868%%end of image
869gsave
870804 535 translate
87116 15 8
872[0.380952 0 0 0.375000 0 0]
873currentfile /ASCII85Decode filter /RunLengthDecode filter image
874p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
875rY>&)!%4rLJ,fQL
876~>
877
878
879grestore
880%%end of image
881[255 255 255] UpdateBkColor
882(<<static>> DisableIsotopeProductionGlobally\(\)) 606 -0.00 846 562 TextOut
883[255 255 255] UpdateBkColor
884[255 255 255] UpdateBkColor
885[255 255 255] UpdateBkColor
886gsave
887804 569 translate
88816 15 8
889[0.380952 0 0 0.375000 0 0]
890currentfile /ASCII85Decode filter /RunLengthDecode filter image
891p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
892rY>&)!%4rLJ,fQL
893~>
894
895
896grestore
897%%end of image
898gsave
899804 569 translate
90016 15 8
901[0.380952 0 0 0.375000 0 0]
902currentfile /ASCII85Decode filter /RunLengthDecode filter image
903p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
904~>
905
906
907grestore
908%%end of image
909gsave
910804 569 translate
91116 15 8
912[0.380952 0 0 0.375000 0 0]
913currentfile /ASCII85Decode filter /RunLengthDecode filter image
914p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
915rY>&)!%4rLJ,fQL
916~>
917
918
919grestore
920%%end of image
921[255 255 255] UpdateBkColor
922(EnableIsotopeCounting\(\)) 325 -0.00 846 596 TextOut
923[255 255 255] UpdateBkColor
924[255 255 255] UpdateBkColor
925[255 255 255] UpdateBkColor
926gsave
927804 603 translate
92816 15 8
929[0.380952 0 0 0.375000 0 0]
930currentfile /ASCII85Decode filter /RunLengthDecode filter image
931p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
932rY>&)!%4rLJ,fQL
933~>
934
935
936grestore
937%%end of image
938gsave
939804 603 translate
94016 15 8
941[0.380952 0 0 0.375000 0 0]
942currentfile /ASCII85Decode filter /RunLengthDecode filter image
943p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
944~>
945
946
947grestore
948%%end of image
949gsave
950804 603 translate
95116 15 8
952[0.380952 0 0 0.375000 0 0]
953currentfile /ASCII85Decode filter /RunLengthDecode filter image
954p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
955rY>&)!%4rLJ,fQL
956~>
957
958
959grestore
960%%end of image
961[255 255 255] UpdateBkColor
962(DisableIsotopeCounting\(\)) 332 -0.00 846 630 TextOut
963[255 255 255] UpdateBkColor
9642 UpdateBkMode
965[0 255 255 255 0 <>] UpdateBrush
966/Courier  38 0  MwSetFont
967[0 255 255 255 0 <>] UpdateBrush
968/Helvetica  44 0  MwSetFont
969/Courier  38 0  MwSetFont
970/Helvetica  44 0  MwSetFont
971/Courier  38 0  MwSetFont
972[0 255 255 255 0 <>] UpdateBrush
973/Helvetica  25 0  MwSetFont
974/Courier  38 0  MwSetFont
975/Helvetica  25 0  MwSetFont
976/Courier  38 0  MwSetFont
977[0 255 255 255 0 <>] UpdateBrush
978[0 255 255 255 0 <>] UpdateBrush
979/Helvetica  29 0  MwSetFont
980/Courier  38 0  MwSetFont
981/Helvetica  29 0  MwSetFont
982[0 0 0 0 0 <>] UpdateBrush
9831 UpdateBkMode
984[255 255 255] UpdateBkColor
985(<<Abstract>>) 177 -0.00 1082 154 TextOut
986[255 255 255] UpdateBkColor
9872 UpdateBkMode
988[0 255 255 255 0 <>] UpdateBrush
989/Courier  38 0  MwSetFont
990[0 255 255 255 0 <>] UpdateBrush
991[0 255 255 255 0 <>] UpdateBrush
992[0 255 255 255 0 <>] UpdateBrush
99382 812 603 978 FillRectangle
99482 812 603 978 RectangleOutLine
995[0 255 255 255 0 <>] UpdateBrush
996/Helvetica  44 0  MwSetFont
997/Courier  38 0  MwSetFont
998/Helvetica  44 0  MwSetFont
999[0 0 0 0 0 <>] UpdateBrush
10001 UpdateBkMode
1001[255 255 255] UpdateBkColor
1002(G4HadronFissionProcess) 512 -0.00 87 906 TextOut
1003[255 255 255] UpdateBkColor
10042 UpdateBkMode
1005[0 255 255 255 0 <>] UpdateBrush
1006/Courier  38 0  MwSetFont
1007[0 255 255 255 0 <>] UpdateBrush
1008[0 255 255 255 0 <>] UpdateBrush
1009/Helvetica  29 0  MwSetFont
1010/Courier  38 0  MwSetFont
1011[1 0 0 0 0 <>] UpdateBrush
101282 922 603 978 FillRectangle
101382 922 603 978 RectangleOutLine
101482 938 603 978 FillRectangle
101582 938 603 978 RectangleOutLine
1016[0 255 255 255 0 <>] UpdateBrush
1017/Helvetica  29 0  MwSetFont
1018/Courier  38 0  MwSetFont
1019/Helvetica  29 0  MwSetFont
1020/Courier  38 0  MwSetFont
1021[0 255 255 255 0 <>] UpdateBrush
1022/Helvetica  44 0  MwSetFont
1023/Courier  38 0  MwSetFont
1024/Helvetica  44 0  MwSetFont
1025/Courier  38 0  MwSetFont
1026[0 255 255 255 0 <>] UpdateBrush
1027/Helvetica  25 0  MwSetFont
1028/Courier  38 0  MwSetFont
1029/Helvetica  25 0  MwSetFont
1030/Courier  38 0  MwSetFont
1031[0 255 255 255 0 <>] UpdateBrush
1032[0 255 255 255 0 <>] UpdateBrush
1033/Helvetica  29 0  MwSetFont
1034/Courier  38 0  MwSetFont
1035/Helvetica  29 0  MwSetFont
1036[0 0 0 0 0 <>] UpdateBrush
10371 UpdateBkMode
1038[255 255 255] UpdateBkColor
1039(<<Concrete>>) 188 -0.00 249 852 TextOut
1040[255 255 255] UpdateBkColor
10412 UpdateBkMode
1042[0 255 255 255 0 <>] UpdateBrush
1043/Courier  38 0  MwSetFont
1044[0 255 255 255 0 <>] UpdateBrush
1045[0 255 255 255 0 <>] UpdateBrush
1046[1 0 0 0 0 <>] UpdateBrush
1047pop pop 487 811
1048796 635 LineTo
1049[0 255 255 255 0 <>] UpdateBrush
1050746 644 763 674 796 635 3 Polygon
1051[1 0 0 0 0 <>] UpdateBrush
1052[0 255 255 255 0 <>] UpdateBrush
1053[0 255 255 255 0 <>] UpdateBrush
1054619 817 1172 981 FillRectangle
1055619 817 1172 981 RectangleOutLine
1056[0 255 255 255 0 <>] UpdateBrush
1057/Helvetica  44 0  MwSetFont
1058/Courier  38 0  MwSetFont
1059/Helvetica  44 0  MwSetFont
1060[0 0 0 0 0 <>] UpdateBrush
10611 UpdateBkMode
1062[255 255 255] UpdateBkColor
1063(G4HadronInelasticProcess) 535 -0.00 628 911 TextOut
1064[255 255 255] UpdateBkColor
10652 UpdateBkMode
1066[0 255 255 255 0 <>] UpdateBrush
1067/Courier  38 0  MwSetFont
1068[0 255 255 255 0 <>] UpdateBrush
1069[0 255 255 255 0 <>] UpdateBrush
1070/Helvetica  29 0  MwSetFont
1071/Courier  38 0  MwSetFont
1072[1 0 0 0 0 <>] UpdateBrush
1073619 926 1172 981 FillRectangle
1074619 926 1172 981 RectangleOutLine
1075619 943 1172 981 FillRectangle
1076619 943 1172 981 RectangleOutLine
1077[0 255 255 255 0 <>] UpdateBrush
1078/Helvetica  29 0  MwSetFont
1079/Courier  38 0  MwSetFont
1080/Helvetica  29 0  MwSetFont
1081/Courier  38 0  MwSetFont
1082[0 255 255 255 0 <>] UpdateBrush
1083/Helvetica  44 0  MwSetFont
1084/Courier  38 0  MwSetFont
1085/Helvetica  44 0  MwSetFont
1086/Courier  38 0  MwSetFont
1087[0 255 255 255 0 <>] UpdateBrush
1088/Helvetica  25 0  MwSetFont
1089/Courier  38 0  MwSetFont
1090/Helvetica  25 0  MwSetFont
1091/Courier  38 0  MwSetFont
1092[0 255 255 255 0 <>] UpdateBrush
1093[0 255 255 255 0 <>] UpdateBrush
1094/Helvetica  29 0  MwSetFont
1095/Courier  38 0  MwSetFont
1096/Helvetica  29 0  MwSetFont
1097[0 0 0 0 0 <>] UpdateBrush
10981 UpdateBkMode
1099[255 255 255] UpdateBkColor
1100(<<Concrete>>) 188 -0.00 801 857 TextOut
1101[255 255 255] UpdateBkColor
11022 UpdateBkMode
1103[0 255 255 255 0 <>] UpdateBrush
1104/Courier  38 0  MwSetFont
1105[0 255 255 255 0 <>] UpdateBrush
1106[0 255 255 255 0 <>] UpdateBrush
1107[1 0 0 0 0 <>] UpdateBrush
1108pop pop 942 816
1109990 733 LineTo
1110[0 255 255 255 0 <>] UpdateBrush
1111951 765 982 783 990 733 3 Polygon
1112[1 0 0 0 0 <>] UpdateBrush
1113[0 255 255 255 0 <>] UpdateBrush
1114[0 255 255 255 0 <>] UpdateBrush
11151189 811 1715 977 FillRectangle
11161189 811 1715 977 RectangleOutLine
1117[0 255 255 255 0 <>] UpdateBrush
1118/Helvetica  44 0  MwSetFont
1119/Courier  38 0  MwSetFont
1120/Helvetica  44 0  MwSetFont
1121[0 0 0 0 0 <>] UpdateBrush
11221 UpdateBkMode
1123[255 255 255] UpdateBkColor
1124(G4HadronElasticProcess) 502 -0.00 1201 906 TextOut
1125[255 255 255] UpdateBkColor
11262 UpdateBkMode
1127[0 255 255 255 0 <>] UpdateBrush
1128/Courier  38 0  MwSetFont
1129[0 255 255 255 0 <>] UpdateBrush
1130[0 255 255 255 0 <>] UpdateBrush
1131/Helvetica  29 0  MwSetFont
1132/Courier  38 0  MwSetFont
1133[1 0 0 0 0 <>] UpdateBrush
11341189 921 1715 977 FillRectangle
11351189 921 1715 977 RectangleOutLine
11361189 937 1715 977 FillRectangle
11371189 937 1715 977 RectangleOutLine
1138[0 255 255 255 0 <>] UpdateBrush
1139/Helvetica  29 0  MwSetFont
1140/Courier  38 0  MwSetFont
1141/Helvetica  29 0  MwSetFont
1142/Courier  38 0  MwSetFont
1143[0 255 255 255 0 <>] UpdateBrush
1144/Helvetica  44 0  MwSetFont
1145/Courier  38 0  MwSetFont
1146/Helvetica  44 0  MwSetFont
1147/Courier  38 0  MwSetFont
1148[0 255 255 255 0 <>] UpdateBrush
1149/Helvetica  25 0  MwSetFont
1150/Courier  38 0  MwSetFont
1151/Helvetica  25 0  MwSetFont
1152/Courier  38 0  MwSetFont
1153[0 255 255 255 0 <>] UpdateBrush
1154[0 255 255 255 0 <>] UpdateBrush
1155/Helvetica  29 0  MwSetFont
1156/Courier  38 0  MwSetFont
1157/Helvetica  29 0  MwSetFont
1158[0 0 0 0 0 <>] UpdateBrush
11591 UpdateBkMode
1160[255 255 255] UpdateBkColor
1161(<<Concrete>>) 188 -0.00 1358 851 TextOut
1162[255 255 255] UpdateBkColor
11632 UpdateBkMode
1164[0 255 255 255 0 <>] UpdateBrush
1165/Courier  38 0  MwSetFont
1166[0 255 255 255 0 <>] UpdateBrush
1167[0 255 255 255 0 <>] UpdateBrush
1168[1 0 0 0 0 <>] UpdateBrush
1169pop pop 1402 810
11701355 733 LineTo
1171[0 255 255 255 0 <>] UpdateBrush
11721365 782 1395 764 1355 733 3 Polygon
1173[1 0 0 0 0 <>] UpdateBrush
1174[0 255 255 255 0 <>] UpdateBrush
1175[0 255 255 255 0 <>] UpdateBrush
11761744 810 2284 975 FillRectangle
11771744 810 2284 975 RectangleOutLine
1178[0 255 255 255 0 <>] UpdateBrush
1179/Helvetica  44 0  MwSetFont
1180/Courier  38 0  MwSetFont
1181/Helvetica  44 0  MwSetFont
1182[0 0 0 0 0 <>] UpdateBrush
11831 UpdateBkMode
1184[255 255 255] UpdateBkColor
1185(G4HadronCaptureProcess) 530 -0.00 1749 904 TextOut
1186[255 255 255] UpdateBkColor
11872 UpdateBkMode
1188[0 255 255 255 0 <>] UpdateBrush
1189/Courier  38 0  MwSetFont
1190[0 255 255 255 0 <>] UpdateBrush
1191[0 255 255 255 0 <>] UpdateBrush
1192/Helvetica  29 0  MwSetFont
1193/Courier  38 0  MwSetFont
1194[1 0 0 0 0 <>] UpdateBrush
11951744 919 2284 975 FillRectangle
11961744 919 2284 975 RectangleOutLine
11971744 936 2284 975 FillRectangle
11981744 936 2284 975 RectangleOutLine
1199[0 255 255 255 0 <>] UpdateBrush
1200/Helvetica  29 0  MwSetFont
1201/Courier  38 0  MwSetFont
1202/Helvetica  29 0  MwSetFont
1203/Courier  38 0  MwSetFont
1204[0 255 255 255 0 <>] UpdateBrush
1205/Helvetica  44 0  MwSetFont
1206/Courier  38 0  MwSetFont
1207/Helvetica  44 0  MwSetFont
1208/Courier  38 0  MwSetFont
1209[0 255 255 255 0 <>] UpdateBrush
1210/Helvetica  25 0  MwSetFont
1211/Courier  38 0  MwSetFont
1212/Helvetica  25 0  MwSetFont
1213/Courier  38 0  MwSetFont
1214[0 255 255 255 0 <>] UpdateBrush
1215[0 255 255 255 0 <>] UpdateBrush
1216/Helvetica  29 0  MwSetFont
1217/Courier  38 0  MwSetFont
1218/Helvetica  29 0  MwSetFont
1219[0 0 0 0 0 <>] UpdateBrush
12201 UpdateBkMode
1221[255 255 255] UpdateBkColor
1222(<<Concrete>>) 188 -0.00 1920 849 TextOut
1223[255 255 255] UpdateBkColor
12242 UpdateBkMode
1225[0 255 255 255 0 <>] UpdateBrush
1226/Courier  38 0  MwSetFont
1227[0 255 255 255 0 <>] UpdateBrush
1228[0 255 255 255 0 <>] UpdateBrush
1229[1 0 0 0 0 <>] UpdateBrush
1230pop pop 1864 809
12311545 632 LineTo
1232[0 255 255 255 0 <>] UpdateBrush
12331578 670 1595 640 1545 632 3 Polygon
1234[1 0 0 0 0 <>] UpdateBrush
1235[0 255 255 255 0 <>] UpdateBrush
1236[0 255 255 255 0 <>] UpdateBrush
1237855 1442 1391 1696 FillRectangle
1238855 1442 1391 1696 RectangleOutLine
1239[0 255 255 255 0 <>] UpdateBrush
1240/Helvetica  44 0  MwSetFont
1241/Courier  38 0  MwSetFont
1242/Helvetica  44 0  MwSetFont
1243[0 0 0 0 0 <>] UpdateBrush
12441 UpdateBkMode
1245[255 255 255] UpdateBkColor
1246(G4VCrossSectionDataSet) 520 -0.00 863 1536 TextOut
1247[255 255 255] UpdateBkColor
12482 UpdateBkMode
1249[0 255 255 255 0 <>] UpdateBrush
1250/Courier  38 0  MwSetFont
1251[0 255 255 255 0 <>] UpdateBrush
1252[0 255 255 255 0 <>] UpdateBrush
1253/Helvetica  29 0  MwSetFont
1254/Courier  38 0  MwSetFont
1255[1 0 0 0 0 <>] UpdateBrush
1256855 1551 1391 1696 FillRectangle
1257855 1551 1391 1696 RectangleOutLine
1258855 1568 1391 1696 FillRectangle
1259855 1568 1391 1696 RectangleOutLine
1260[0 255 255 255 0 <>] UpdateBrush
1261/Helvetica  29 0  MwSetFont
1262/Courier  38 0  MwSetFont
1263/Helvetica  29 0  MwSetFont
1264[0 0 0 0 0 <>] UpdateBrush
12651 UpdateBkMode
1266[255 255 255] UpdateBkColor
1267[255 255 255] UpdateBkColor
1268gsave
1269862 1590 translate
127016 15 8
1271[0.380952 0 0 0.375000 0 0]
1272currentfile /ASCII85Decode filter /RunLengthDecode filter image
1273p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1274rY>&)!%4rLJ,fQL
1275~>
1276
1277
1278grestore
1279%%end of image
1280gsave
1281862 1590 translate
128216 15 8
1283[0.380952 0 0 0.375000 0 0]
1284currentfile /ASCII85Decode filter /RunLengthDecode filter image
1285p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1286~>
1287
1288
1289grestore
1290%%end of image
1291gsave
1292862 1590 translate
129316 15 8
1294[0.380952 0 0 0.375000 0 0]
1295currentfile /ASCII85Decode filter /RunLengthDecode filter image
1296p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1297rY>&)!%4rLJ,fQL
1298~>
1299
1300
1301grestore
1302%%end of image
1303[255 255 255] UpdateBkColor
1304(IsApplicable\(\)) 178 -0.00 904 1617 TextOut
1305[255 255 255] UpdateBkColor
1306[255 255 255] UpdateBkColor
1307[255 255 255] UpdateBkColor
1308gsave
1309862 1624 translate
131016 15 8
1311[0.380952 0 0 0.375000 0 0]
1312currentfile /ASCII85Decode filter /RunLengthDecode filter image
1313p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1314rY>&)!%4rLJ,fQL
1315~>
1316
1317
1318grestore
1319%%end of image
1320gsave
1321862 1624 translate
132216 15 8
1323[0.380952 0 0 0.375000 0 0]
1324currentfile /ASCII85Decode filter /RunLengthDecode filter image
1325p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1326~>
1327
1328
1329grestore
1330%%end of image
1331gsave
1332862 1624 translate
133316 15 8
1334[0.380952 0 0 0.375000 0 0]
1335currentfile /ASCII85Decode filter /RunLengthDecode filter image
1336p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1337rY>&)!%4rLJ,fQL
1338~>
1339
1340
1341grestore
1342%%end of image
1343[255 255 255] UpdateBkColor
1344(GetCrossSection\(\)) 242 -0.00 904 1651 TextOut
1345[255 255 255] UpdateBkColor
13462 UpdateBkMode
1347[0 255 255 255 0 <>] UpdateBrush
1348/Courier  38 0  MwSetFont
1349[0 255 255 255 0 <>] UpdateBrush
1350/Helvetica  44 0  MwSetFont
1351/Courier  38 0  MwSetFont
1352/Helvetica  44 0  MwSetFont
1353/Courier  38 0  MwSetFont
1354[0 255 255 255 0 <>] UpdateBrush
1355/Helvetica  25 0  MwSetFont
1356/Courier  38 0  MwSetFont
1357/Helvetica  25 0  MwSetFont
1358/Courier  38 0  MwSetFont
1359[0 255 255 255 0 <>] UpdateBrush
1360[0 255 255 255 0 <>] UpdateBrush
1361/Helvetica  29 0  MwSetFont
1362/Courier  38 0  MwSetFont
1363/Helvetica  29 0  MwSetFont
1364[0 0 0 0 0 <>] UpdateBrush
13651 UpdateBkMode
1366[255 255 255] UpdateBkColor
1367(<<Purely Abstract>>) 268 -0.00 989 1482 TextOut
1368[255 255 255] UpdateBkColor
13692 UpdateBkMode
1370[0 255 255 255 0 <>] UpdateBrush
1371/Courier  38 0  MwSetFont
1372[0 255 255 255 0 <>] UpdateBrush
1373[0 255 255 255 0 <>] UpdateBrush
1374[0 255 255 255 0 <>] UpdateBrush
1375851 1083 1404 1338 FillRectangle
1376851 1083 1404 1338 RectangleOutLine
1377[0 255 255 255 0 <>] UpdateBrush
1378/Helvetica  44 0  MwSetFont
1379/Courier  38 0  MwSetFont
1380/Helvetica  44 0  MwSetFont
1381[0 0 0 0 0 <>] UpdateBrush
13821 UpdateBkMode
1383[255 255 255] UpdateBkColor
1384(G4CrossSectionDataStore) 530 -0.00 863 1178 TextOut
1385[255 255 255] UpdateBkColor
13862 UpdateBkMode
1387[0 255 255 255 0 <>] UpdateBrush
1388/Courier  38 0  MwSetFont
1389[0 255 255 255 0 <>] UpdateBrush
1390[0 255 255 255 0 <>] UpdateBrush
1391/Helvetica  29 0  MwSetFont
1392/Courier  38 0  MwSetFont
1393[1 0 0 0 0 <>] UpdateBrush
1394851 1193 1404 1338 FillRectangle
1395851 1193 1404 1338 RectangleOutLine
1396851 1210 1404 1338 FillRectangle
1397851 1210 1404 1338 RectangleOutLine
1398[0 255 255 255 0 <>] UpdateBrush
1399/Helvetica  29 0  MwSetFont
1400/Courier  38 0  MwSetFont
1401/Helvetica  29 0  MwSetFont
1402[0 0 0 0 0 <>] UpdateBrush
14031 UpdateBkMode
1404[255 255 255] UpdateBkColor
1405[255 255 255] UpdateBkColor
1406gsave
1407859 1232 translate
140816 15 8
1409[0.380952 0 0 0.384615 0 0]
1410currentfile /ASCII85Decode filter /RunLengthDecode filter image
1411p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1412rY>&)!%4rLJ,fQL
1413~>
1414
1415
1416grestore
1417%%end of image
1418gsave
1419859 1232 translate
142016 15 8
1421[0.380952 0 0 0.384615 0 0]
1422currentfile /ASCII85Decode filter /RunLengthDecode filter image
1423p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1424~>
1425
1426
1427grestore
1428%%end of image
1429gsave
1430859 1232 translate
143116 15 8
1432[0.380952 0 0 0.384615 0 0]
1433currentfile /ASCII85Decode filter /RunLengthDecode filter image
1434p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1435rY>&)!%4rLJ,fQL
1436~>
1437
1438
1439grestore
1440%%end of image
1441[255 255 255] UpdateBkColor
1442(AddDataSet\(\)) 178 -0.00 901 1259 TextOut
1443[255 255 255] UpdateBkColor
1444[255 255 255] UpdateBkColor
1445[255 255 255] UpdateBkColor
1446gsave
1447859 1266 translate
144816 15 8
1449[0.380952 0 0 0.375000 0 0]
1450currentfile /ASCII85Decode filter /RunLengthDecode filter image
1451p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1452rY>&)!%4rLJ,fQL
1453~>
1454
1455
1456grestore
1457%%end of image
1458gsave
1459859 1266 translate
146016 15 8
1461[0.380952 0 0 0.375000 0 0]
1462currentfile /ASCII85Decode filter /RunLengthDecode filter image
1463p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1464~>
1465
1466
1467grestore
1468%%end of image
1469gsave
1470859 1266 translate
147116 15 8
1472[0.380952 0 0 0.375000 0 0]
1473currentfile /ASCII85Decode filter /RunLengthDecode filter image
1474p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1475rY>&)!%4rLJ,fQL
1476~>
1477
1478
1479grestore
1480%%end of image
1481[255 255 255] UpdateBkColor
1482(GetCrossSection\(\)) 242 -0.00 901 1293 TextOut
1483[255 255 255] UpdateBkColor
14842 UpdateBkMode
1485[0 255 255 255 0 <>] UpdateBrush
1486/Courier  38 0  MwSetFont
1487[0 255 255 255 0 <>] UpdateBrush
1488/Helvetica  44 0  MwSetFont
1489/Courier  38 0  MwSetFont
1490/Helvetica  44 0  MwSetFont
1491/Courier  38 0  MwSetFont
1492[0 255 255 255 0 <>] UpdateBrush
1493/Helvetica  25 0  MwSetFont
1494/Courier  38 0  MwSetFont
1495/Helvetica  25 0  MwSetFont
1496/Courier  38 0  MwSetFont
1497[0 255 255 255 0 <>] UpdateBrush
1498[0 255 255 255 0 <>] UpdateBrush
1499/Helvetica  29 0  MwSetFont
1500/Courier  38 0  MwSetFont
1501/Helvetica  29 0  MwSetFont
1502[0 0 0 0 0 <>] UpdateBrush
15031 UpdateBkMode
1504[255 255 255] UpdateBkColor
1505(<<Concrete>>) 188 -0.00 1034 1123 TextOut
1506[255 255 255] UpdateBkColor
15072 UpdateBkMode
1508[0 255 255 255 0 <>] UpdateBrush
1509/Courier  38 0  MwSetFont
1510[0 255 255 255 0 <>] UpdateBrush
1511[0 255 255 255 0 <>] UpdateBrush
1512[1 0 0 0 0 <>] UpdateBrush
1513[0 0 0 0 0 <>] UpdateBrush
1514pop pop 701 1038
1515851 1098 LineTo
1516pop pop 851 1098
1517829 1076 LineTo
1518pop pop 851 1098
1519820 1098 LineTo
1520[1 0 0 0 0 <>] UpdateBrush
1521[0 0 0 0 0 <>] UpdateBrush
1522pop pop 701 1038
1523553 979 LineTo
1524[1 0 0 0 0 <>] UpdateBrush
1525[0 255 255 255 0 <>] UpdateBrush
1526[1 0 0 0 0 <>] UpdateBrush
1527[0 0 0 0 0 <>] UpdateBrush
1528pop pop 994 1032
15291032 1083 LineTo
1530pop pop 1032 1083
15311024 1052 LineTo
1532pop pop 1032 1083
15331005 1067 LineTo
1534[1 0 0 0 0 <>] UpdateBrush
1535[0 0 0 0 0 <>] UpdateBrush
1536pop pop 994 1032
1537957 982 LineTo
1538[1 0 0 0 0 <>] UpdateBrush
1539[0 255 255 255 0 <>] UpdateBrush
1540[1 0 0 0 0 <>] UpdateBrush
1541[0 0 0 0 0 <>] UpdateBrush
1542pop pop 1311 1030
15431257 1083 LineTo
1544pop pop 1257 1083
15451285 1071 LineTo
1546pop pop 1257 1083
15471269 1054 LineTo
1548[1 0 0 0 0 <>] UpdateBrush
1549[0 0 0 0 0 <>] UpdateBrush
1550pop pop 1311 1030
15511364 978 LineTo
1552[1 0 0 0 0 <>] UpdateBrush
1553[0 255 255 255 0 <>] UpdateBrush
1554[1 0 0 0 0 <>] UpdateBrush
1555[0 0 0 0 0 <>] UpdateBrush
1556pop pop 1592 1043
15571405 1109 LineTo
1558pop pop 1405 1109
15591436 1110 LineTo
1560pop pop 1405 1109
15611428 1088 LineTo
1562[1 0 0 0 0 <>] UpdateBrush
1563[0 0 0 0 0 <>] UpdateBrush
1564pop pop 1592 1043
15651776 976 LineTo
1566[1 0 0 0 0 <>] UpdateBrush
1567[0 255 255 255 0 <>] UpdateBrush
1568[1 0 0 0 0 <>] UpdateBrush
1569[0 0 0 0 0 <>] UpdateBrush
1570pop pop 1125 1390
15711124 1441 LineTo
1572[0 0 0 0 0 <>] UpdateBrush
1573/Helvetica  44 0  MwSetFont
1574/Courier  38 0  MwSetFont
1575/Helvetica  44 0  MwSetFont
1576[0 0 0 0 0 <>] UpdateBrush
15771 UpdateBkMode
1578[255 255 255] UpdateBkColor
1579(0..*) 68 -0.00 1130 1440 TextOut
1580[255 255 255] UpdateBkColor
15812 UpdateBkMode
1582[0 0 0 0 0 <>] UpdateBrush
1583/Courier  38 0  MwSetFont
1584[0 0 0 0 0 <>] UpdateBrush
1585pop pop 1124 1441
15861137 1413 LineTo
1587pop pop 1124 1441
15881113 1413 LineTo
1589[1 0 0 0 0 <>] UpdateBrush
1590[0 0 0 0 0 <>] UpdateBrush
1591pop pop 1125 1390
15921126 1339 LineTo
1593[1 0 0 0 0 <>] UpdateBrush
1594[0 255 255 255 0 <>] UpdateBrush
1595[0 0 0 0 0 <>] UpdateBrush
1596/Helvetica  44 0  MwSetFont
1597/Courier  38 0  MwSetFont
1598/Helvetica  44 0  MwSetFont
1599[0 0 0 0 0 <>] UpdateBrush
16001 UpdateBkMode
1601[255 255 255] UpdateBkColor
1602(0..*) 68 -0.00 1130 1440 TextOut
1603[255 255 255] UpdateBkColor
16042 UpdateBkMode
1605[0 0 0 0 0 <>] UpdateBrush
1606/Courier  38 0  MwSetFont
1607[0 255 255 255 0 <>] UpdateBrush
1608[0 255 255 255 0 <>] UpdateBrush
16091639 1348 1866 1514 FillRectangle
16101639 1348 1866 1514 RectangleOutLine
1611[0 255 255 255 0 <>] UpdateBrush
1612/Helvetica  44 0  MwSetFont
1613/Courier  38 0  MwSetFont
1614/Helvetica  44 0  MwSetFont
1615[0 0 0 0 0 <>] UpdateBrush
16161 UpdateBkMode
1617[255 255 255] UpdateBkColor
1618(ADataSet) 193 -0.00 1656 1443 TextOut
1619[255 255 255] UpdateBkColor
16202 UpdateBkMode
1621[0 255 255 255 0 <>] UpdateBrush
1622/Courier  38 0  MwSetFont
1623[0 255 255 255 0 <>] UpdateBrush
1624[0 255 255 255 0 <>] UpdateBrush
1625/Helvetica  29 0  MwSetFont
1626/Courier  38 0  MwSetFont
1627[1 0 0 0 0 <>] UpdateBrush
16281639 1458 1866 1514 FillRectangle
16291639 1458 1866 1514 RectangleOutLine
16301639 1475 1866 1514 FillRectangle
16311639 1475 1866 1514 RectangleOutLine
1632[0 255 255 255 0 <>] UpdateBrush
1633/Helvetica  29 0  MwSetFont
1634/Courier  38 0  MwSetFont
1635/Helvetica  29 0  MwSetFont
1636/Courier  38 0  MwSetFont
1637[0 255 255 255 0 <>] UpdateBrush
1638/Helvetica  44 0  MwSetFont
1639/Courier  38 0  MwSetFont
1640/Helvetica  44 0  MwSetFont
1641/Courier  38 0  MwSetFont
1642[0 255 255 255 0 <>] UpdateBrush
1643/Helvetica  25 0  MwSetFont
1644/Courier  38 0  MwSetFont
1645/Helvetica  25 0  MwSetFont
1646/Courier  38 0  MwSetFont
1647[0 255 255 255 0 <>] UpdateBrush
1648[0 255 255 255 0 <>] UpdateBrush
1649/Helvetica  29 0  MwSetFont
1650/Courier  38 0  MwSetFont
1651/Helvetica  29 0  MwSetFont
1652[0 0 0 0 0 <>] UpdateBrush
16531 UpdateBkMode
1654[255 255 255] UpdateBkColor
1655(<<Concrete>>) 188 -0.00 1659 1388 TextOut
1656[255 255 255] UpdateBkColor
16572 UpdateBkMode
1658[0 255 255 255 0 <>] UpdateBrush
1659/Courier  38 0  MwSetFont
1660[0 255 255 255 0 <>] UpdateBrush
1661[0 255 255 255 0 <>] UpdateBrush
1662[1 0 0 0 0 <>] UpdateBrush
1663pop pop 1638 1455
16641392 1509 LineTo
1665[0 255 255 255 0 <>] UpdateBrush
16661435 1482 1443 1516 1392 1509 3 Polygon
1667[1 0 0 0 0 <>] UpdateBrush
1668[0 255 255 255 0 <>] UpdateBrush
1669[0 255 255 255 0 <>] UpdateBrush
16701634 1600 1862 1765 FillRectangle
16711634 1600 1862 1765 RectangleOutLine
1672[0 255 255 255 0 <>] UpdateBrush
1673/Helvetica  44 0  MwSetFont
1674/Courier  38 0  MwSetFont
1675/Helvetica  44 0  MwSetFont
1676[0 0 0 0 0 <>] UpdateBrush
16771 UpdateBkMode
1678[255 255 255] UpdateBkColor
1679(BDataSet) 193 -0.00 1652 1694 TextOut
1680[255 255 255] UpdateBkColor
16812 UpdateBkMode
1682[0 255 255 255 0 <>] UpdateBrush
1683/Courier  38 0  MwSetFont
1684[0 255 255 255 0 <>] UpdateBrush
1685[0 255 255 255 0 <>] UpdateBrush
1686/Helvetica  29 0  MwSetFont
1687/Courier  38 0  MwSetFont
1688[1 0 0 0 0 <>] UpdateBrush
16891634 1709 1862 1765 FillRectangle
16901634 1709 1862 1765 RectangleOutLine
16911634 1726 1862 1765 FillRectangle
16921634 1726 1862 1765 RectangleOutLine
1693[0 255 255 255 0 <>] UpdateBrush
1694/Helvetica  29 0  MwSetFont
1695/Courier  38 0  MwSetFont
1696/Helvetica  29 0  MwSetFont
1697/Courier  38 0  MwSetFont
1698[0 255 255 255 0 <>] UpdateBrush
1699/Helvetica  44 0  MwSetFont
1700/Courier  38 0  MwSetFont
1701/Helvetica  44 0  MwSetFont
1702/Courier  38 0  MwSetFont
1703[0 255 255 255 0 <>] UpdateBrush
1704/Helvetica  25 0  MwSetFont
1705/Courier  38 0  MwSetFont
1706/Helvetica  25 0  MwSetFont
1707/Courier  38 0  MwSetFont
1708[0 255 255 255 0 <>] UpdateBrush
1709[0 255 255 255 0 <>] UpdateBrush
1710/Helvetica  29 0  MwSetFont
1711/Courier  38 0  MwSetFont
1712/Helvetica  29 0  MwSetFont
1713[0 0 0 0 0 <>] UpdateBrush
17141 UpdateBkMode
1715[255 255 255] UpdateBkColor
1716(<<Concrete>>) 188 -0.00 1654 1640 TextOut
1717[255 255 255] UpdateBkColor
17182 UpdateBkMode
1719[0 255 255 255 0 <>] UpdateBrush
1720/Courier  38 0  MwSetFont
1721[0 255 255 255 0 <>] UpdateBrush
1722[0 255 255 255 0 <>] UpdateBrush
1723[1 0 0 0 0 <>] UpdateBrush
1724pop pop 1633 1662
17251392 1617 LineTo
1726[0 255 255 255 0 <>] UpdateBrush
17271436 1644 1442 1609 1392 1617 3 Polygon
1728[1 0 0 0 0 <>] UpdateBrush
1729[0 255 255 255 0 <>] UpdateBrush
1730 pop pop % pop out coordinates for current pen position
1731 showpage
1732end
1733% end of the MainWin EPS file
Note: See TracBrowser for help on using the repository browser.