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

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

CVS update

File size: 33.1 KB
Line 
1%!PS-Adobe-3.0 EPSF-3.0
2%%BoundingBox:      80.0   510.0   548.0   800.0
3%%Creator: hpw using rose_exe
4%%CreationDate: Sun Nov  5 13:52:22 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
495337 903 771 1065 FillRectangle
496337 903 771 1065 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(G4IsoParticleChange) 386 -0.00 361 993 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
514337 1011 771 1065 FillRectangle
515337 1011 771 1065 RectangleOutLine
516337 1028 771 1065 FillRectangle
517337 1028 771 1065 RectangleOutLine
518[0 255 255 255 0 <>] UpdateBrush
519/Helvetica  29 0  MwSetFont
520/Courier  38 0  MwSetFont
521/Helvetica  29 0  MwSetFont
522/Courier  38 0  MwSetFont
523[0 255 255 255 0 <>] UpdateBrush
524/Helvetica  40 0  MwSetFont
525/Courier  38 0  MwSetFont
526/Helvetica  40 0  MwSetFont
527/Courier  38 0  MwSetFont
528[0 255 255 255 0 <>] UpdateBrush
529/Helvetica  25 0  MwSetFont
530/Courier  38 0  MwSetFont
531/Helvetica  25 0  MwSetFont
532/Courier  38 0  MwSetFont
533[0 255 255 255 0 <>] UpdateBrush
534[0 255 255 255 0 <>] UpdateBrush
535/Helvetica  29 0  MwSetFont
536/Courier  38 0  MwSetFont
537/Helvetica  29 0  MwSetFont
538[0 0 0 0 0 <>] UpdateBrush
5391 UpdateBkMode
540[255 255 255] UpdateBkColor
541(<<Concrete>>) 188 -0.00 460 943 TextOut
542[255 255 255] UpdateBkColor
5432 UpdateBkMode
544[0 255 255 255 0 <>] UpdateBrush
545/Courier  38 0  MwSetFont
546[0 255 255 255 0 <>] UpdateBrush
547[0 255 255 255 0 <>] UpdateBrush
548[0 255 255 255 0 <>] UpdateBrush
5491817 923 2284 1132 FillRectangle
5501817 923 2284 1132 RectangleOutLine
551[0 255 255 255 0 <>] UpdateBrush
552/Helvetica  40 0  MwSetFont
553/Courier  38 0  MwSetFont
554/Helvetica  40 0  MwSetFont
555[0 0 0 0 0 <>] UpdateBrush
5561 UpdateBkMode
557[255 255 255] UpdateBkColor
558(G4VIsotopeProduction) 409 -0.00 1846 1013 TextOut
559[255 255 255] UpdateBkColor
5602 UpdateBkMode
561[0 255 255 255 0 <>] UpdateBrush
562/Courier  38 0  MwSetFont
563[0 255 255 255 0 <>] UpdateBrush
564[0 255 255 255 0 <>] UpdateBrush
565/Helvetica  29 0  MwSetFont
566/Courier  38 0  MwSetFont
567[1 0 0 0 0 <>] UpdateBrush
5681817 1031 2284 1132 FillRectangle
5691817 1031 2284 1132 RectangleOutLine
5701817 1047 2284 1132 FillRectangle
5711817 1047 2284 1132 RectangleOutLine
572[0 255 255 255 0 <>] UpdateBrush
573/Helvetica  29 0  MwSetFont
574/Courier  38 0  MwSetFont
575/Helvetica  29 0  MwSetFont
576[0 0 0 0 0 <>] UpdateBrush
5771 UpdateBkMode
578[255 255 255] UpdateBkColor
579[255 255 255] UpdateBkColor
580gsave
5811824 1069 translate
58216 15 8
583[0.380952 0 0 0.384615 0 0]
584currentfile /ASCII85Decode filter /RunLengthDecode filter image
585p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
586rY>&)!%4rLJ,fQL
587~>
588
589
590grestore
591%%end of image
592gsave
5931824 1069 translate
59416 15 8
595[0.380952 0 0 0.384615 0 0]
596currentfile /ASCII85Decode filter /RunLengthDecode filter image
597p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
598~>
599
600
601grestore
602%%end of image
603gsave
6041824 1069 translate
60516 15 8
606[0.380952 0 0 0.384615 0 0]
607currentfile /ASCII85Decode filter /RunLengthDecode filter image
608p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
609rY>&)!%4rLJ,fQL
610~>
611
612
613grestore
614%%end of image
615[255 255 255] UpdateBkColor
616(GetIsotope\(\)) 163 -0.00 1866 1096 TextOut
617[255 255 255] UpdateBkColor
6182 UpdateBkMode
619[0 255 255 255 0 <>] UpdateBrush
620/Courier  38 0  MwSetFont
621[0 255 255 255 0 <>] UpdateBrush
622/Helvetica  40 0  MwSetFont
623/Courier  38 0  MwSetFont
624/Helvetica  40 0  MwSetFont
625/Courier  38 0  MwSetFont
626[0 255 255 255 0 <>] UpdateBrush
627/Helvetica  25 0  MwSetFont
628/Courier  38 0  MwSetFont
629/Helvetica  25 0  MwSetFont
630/Courier  38 0  MwSetFont
631[0 255 255 255 0 <>] UpdateBrush
632[0 255 255 255 0 <>] UpdateBrush
633/Helvetica  29 0  MwSetFont
634/Courier  38 0  MwSetFont
635/Helvetica  29 0  MwSetFont
636[0 0 0 0 0 <>] UpdateBrush
6371 UpdateBkMode
638[255 255 255] UpdateBkColor
639(<<Purely Abstract>>) 268 -0.00 1916 962 TextOut
640[255 255 255] UpdateBkColor
6412 UpdateBkMode
642[0 255 255 255 0 <>] UpdateBrush
643/Courier  38 0  MwSetFont
644[0 255 255 255 0 <>] UpdateBrush
645[0 255 255 255 0 <>] UpdateBrush
646[0 255 255 255 0 <>] UpdateBrush
647976 172 1713 772 FillRectangle
648976 172 1713 772 RectangleOutLine
649[0 255 255 255 0 <>] UpdateBrush
650/Helvetica  40 0  MwSetFont
651/Courier  38 0  MwSetFont
652/Helvetica  40 0  MwSetFont
653[0 0 0 0 0 <>] UpdateBrush
6541 UpdateBkMode
655[255 255 255] UpdateBkColor
656(G4HadronicProcess) 364 -0.00 1163 262 TextOut
657[255 255 255] UpdateBkColor
6582 UpdateBkMode
659[0 255 255 255 0 <>] UpdateBrush
660/Courier  38 0  MwSetFont
661[0 255 255 255 0 <>] UpdateBrush
662[0 255 255 255 0 <>] UpdateBrush
663/Helvetica  29 0  MwSetFont
664/Courier  38 0  MwSetFont
665[1 0 0 0 0 <>] UpdateBrush
666976 280 1713 772 FillRectangle
667976 280 1713 772 RectangleOutLine
668976 296 1713 772 FillRectangle
669976 296 1713 772 RectangleOutLine
670[0 255 255 255 0 <>] UpdateBrush
671/Helvetica  29 0  MwSetFont
672/Courier  38 0  MwSetFont
673/Helvetica  29 0  MwSetFont
674[0 0 0 0 0 <>] UpdateBrush
6751 UpdateBkMode
676[255 255 255] UpdateBkColor
677[255 255 255] UpdateBkColor
678gsave
679983 318 translate
68016 15 8
681[0.390244 0 0 0.384615 0 0]
682currentfile /ASCII85Decode filter /RunLengthDecode filter image
683p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
684rY>&)!%4rLJ,fQL
685~>
686
687
688grestore
689%%end of image
690gsave
691983 318 translate
69216 15 8
693[0.390244 0 0 0.384615 0 0]
694currentfile /ASCII85Decode filter /RunLengthDecode filter image
695p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
696~>
697
698
699grestore
700%%end of image
701gsave
702983 318 translate
70316 15 8
704[0.390244 0 0 0.384615 0 0]
705currentfile /ASCII85Decode filter /RunLengthDecode filter image
706p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
707rY>&)!%4rLJ,fQL
708~>
709
710
711grestore
712%%end of image
713[255 255 255] UpdateBkColor
714(<<virtual>> GetMicroscopicCrossSection\(\)) 552 -0.00 1024 345 TextOut
715[255 255 255] UpdateBkColor
716[255 255 255] UpdateBkColor
717[255 255 255] UpdateBkColor
718gsave
719983 352 translate
72016 15 8
721[0.390244 0 0 0.384615 0 0]
722currentfile /ASCII85Decode filter /RunLengthDecode filter image
723p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
724rY>&)!%4rLJ,fQL
725~>
726
727
728grestore
729%%end of image
730gsave
731983 352 translate
73216 15 8
733[0.390244 0 0 0.384615 0 0]
734currentfile /ASCII85Decode filter /RunLengthDecode filter image
735p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
736~>
737
738
739grestore
740%%end of image
741gsave
742983 352 translate
74316 15 8
744[0.390244 0 0 0.384615 0 0]
745currentfile /ASCII85Decode filter /RunLengthDecode filter image
746p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
747rY>&)!%4rLJ,fQL
748~>
749
750
751grestore
752%%end of image
753[255 255 255] UpdateBkColor
754(<<virtual>> PostStepDoIt\(\)) 348 -0.00 1024 379 TextOut
755[255 255 255] UpdateBkColor
756[255 255 255] UpdateBkColor
757[255 255 255] UpdateBkColor
758gsave
759983 386 translate
76016 15 8
761[0.390244 0 0 0.384615 0 0]
762currentfile /ASCII85Decode filter /RunLengthDecode filter image
763p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
764rY>&)!%4rLJ,fQL
765~>
766
767
768grestore
769%%end of image
770gsave
771983 386 translate
77216 15 8
773[0.390244 0 0 0.384615 0 0]
774currentfile /ASCII85Decode filter /RunLengthDecode filter image
775p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
776~>
777
778
779grestore
780%%end of image
781gsave
782983 386 translate
78316 15 8
784[0.390244 0 0 0.384615 0 0]
785currentfile /ASCII85Decode filter /RunLengthDecode filter image
786p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
787rY>&)!%4rLJ,fQL
788~>
789
790
791grestore
792%%end of image
793[255 255 255] UpdateBkColor
794(RegisterMe\(\)) 170 -0.00 1024 413 TextOut
795[255 255 255] UpdateBkColor
796[255 255 255] UpdateBkColor
797[255 255 255] UpdateBkColor
798gsave
799983 419 translate
80016 15 8
801[0.390244 0 0 0.384615 0 0]
802currentfile /ASCII85Decode filter /RunLengthDecode filter image
803p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
804rY>&)!%4rLJ,fQL
805~>
806
807
808grestore
809%%end of image
810gsave
811983 419 translate
81216 15 8
813[0.390244 0 0 0.384615 0 0]
814currentfile /ASCII85Decode filter /RunLengthDecode filter image
815p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
816~>
817
818
819grestore
820%%end of image
821gsave
822983 419 translate
82316 15 8
824[0.390244 0 0 0.384615 0 0]
825currentfile /ASCII85Decode filter /RunLengthDecode filter image
826p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
827rY>&)!%4rLJ,fQL
828~>
829
830
831grestore
832%%end of image
833[255 255 255] UpdateBkColor
834(ChooseHadronicInteraction\(\)) 376 -0.00 1024 446 TextOut
835[255 255 255] UpdateBkColor
836[255 255 255] UpdateBkColor
837[255 255 255] UpdateBkColor
838gsave
839983 453 translate
84016 15 8
841[0.390244 0 0 0.384615 0 0]
842currentfile /ASCII85Decode filter /RunLengthDecode filter image
843p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
844rY>&)!%4rLJ,fQL
845~>
846
847
848grestore
849%%end of image
850gsave
851983 453 translate
85216 15 8
853[0.390244 0 0 0.384615 0 0]
854currentfile /ASCII85Decode filter /RunLengthDecode filter image
855p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
856~>
857
858
859grestore
860%%end of image
861gsave
862983 453 translate
86316 15 8
864[0.390244 0 0 0.384615 0 0]
865currentfile /ASCII85Decode filter /RunLengthDecode filter image
866p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
867rY>&)!%4rLJ,fQL
868~>
869
870
871grestore
872%%end of image
873[255 255 255] UpdateBkColor
874(GeneralPostStepDoIt\(\)) 298 -0.00 1024 480 TextOut
875[255 255 255] UpdateBkColor
876[255 255 255] UpdateBkColor
877[255 255 255] UpdateBkColor
878gsave
879983 486 translate
88016 15 8
881[0.390244 0 0 0.375000 0 0]
882currentfile /ASCII85Decode filter /RunLengthDecode filter image
883p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
884rY>&)!%4rLJ,fQL
885~>
886
887
888grestore
889%%end of image
890gsave
891983 486 translate
89216 15 8
893[0.390244 0 0 0.375000 0 0]
894currentfile /ASCII85Decode filter /RunLengthDecode filter image
895p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
896~>
897
898
899grestore
900%%end of image
901gsave
902983 486 translate
90316 15 8
904[0.390244 0 0 0.375000 0 0]
905currentfile /ASCII85Decode filter /RunLengthDecode filter image
906p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
907rY>&)!%4rLJ,fQL
908~>
909
910
911grestore
912%%end of image
913[255 255 255] UpdateBkColor
914(<<static>> GetIsotopeProductionInfo\(\)) 499 -0.00 1024 513 TextOut
915[255 255 255] UpdateBkColor
916[255 255 255] UpdateBkColor
917[255 255 255] UpdateBkColor
918gsave
919983 520 translate
92016 15 8
921[0.390244 0 0 0.384615 0 0]
922currentfile /ASCII85Decode filter /RunLengthDecode filter image
923p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
924rY>&)!%4rLJ,fQL
925~>
926
927
928grestore
929%%end of image
930gsave
931983 520 translate
93216 15 8
933[0.390244 0 0 0.384615 0 0]
934currentfile /ASCII85Decode filter /RunLengthDecode filter image
935p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
936~>
937
938
939grestore
940%%end of image
941gsave
942983 520 translate
94316 15 8
944[0.390244 0 0 0.384615 0 0]
945currentfile /ASCII85Decode filter /RunLengthDecode filter image
946p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
947rY>&)!%4rLJ,fQL
948~>
949
950
951grestore
952%%end of image
953[255 255 255] UpdateBkColor
954(RegisterIsotopeProductionModel\(\)) 446 -0.00 1024 547 TextOut
955[255 255 255] UpdateBkColor
956[255 255 255] UpdateBkColor
957[255 255 255] UpdateBkColor
958gsave
959983 554 translate
96016 15 8
961[0.390244 0 0 0.384615 0 0]
962currentfile /ASCII85Decode filter /RunLengthDecode filter image
963p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
964rY>&)!%4rLJ,fQL
965~>
966
967
968grestore
969%%end of image
970gsave
971983 554 translate
97216 15 8
973[0.390244 0 0 0.384615 0 0]
974currentfile /ASCII85Decode filter /RunLengthDecode filter image
975p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
976~>
977
978
979grestore
980%%end of image
981gsave
982983 554 translate
98316 15 8
984[0.390244 0 0 0.384615 0 0]
985currentfile /ASCII85Decode filter /RunLengthDecode filter image
986p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
987rY>&)!%4rLJ,fQL
988~>
989
990
991grestore
992%%end of image
993[255 255 255] UpdateBkColor
994(<<static>> EnableIsotopeProductionGlobally\(\)) 600 -0.00 1024 581 TextOut
995[255 255 255] UpdateBkColor
996[255 255 255] UpdateBkColor
997[255 255 255] UpdateBkColor
998gsave
999983 587 translate
100016 15 8
1001[0.390244 0 0 0.384615 0 0]
1002currentfile /ASCII85Decode filter /RunLengthDecode filter image
1003p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1004rY>&)!%4rLJ,fQL
1005~>
1006
1007
1008grestore
1009%%end of image
1010gsave
1011983 587 translate
101216 15 8
1013[0.390244 0 0 0.384615 0 0]
1014currentfile /ASCII85Decode filter /RunLengthDecode filter image
1015p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1016~>
1017
1018
1019grestore
1020%%end of image
1021gsave
1022983 587 translate
102316 15 8
1024[0.390244 0 0 0.384615 0 0]
1025currentfile /ASCII85Decode filter /RunLengthDecode filter image
1026p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1027rY>&)!%4rLJ,fQL
1028~>
1029
1030
1031grestore
1032%%end of image
1033[255 255 255] UpdateBkColor
1034(<<static>> DisableIsotopeProductionGlobally\(\)) 606 -0.00 1024 614 TextOut
1035[255 255 255] UpdateBkColor
1036[255 255 255] UpdateBkColor
1037[255 255 255] UpdateBkColor
1038gsave
1039983 621 translate
104016 15 8
1041[0.390244 0 0 0.384615 0 0]
1042currentfile /ASCII85Decode filter /RunLengthDecode filter image
1043p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1044rY>&)!%4rLJ,fQL
1045~>
1046
1047
1048grestore
1049%%end of image
1050gsave
1051983 621 translate
105216 15 8
1053[0.390244 0 0 0.384615 0 0]
1054currentfile /ASCII85Decode filter /RunLengthDecode filter image
1055p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1056~>
1057
1058
1059grestore
1060%%end of image
1061gsave
1062983 621 translate
106316 15 8
1064[0.390244 0 0 0.384615 0 0]
1065currentfile /ASCII85Decode filter /RunLengthDecode filter image
1066p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1067rY>&)!%4rLJ,fQL
1068~>
1069
1070
1071grestore
1072%%end of image
1073[255 255 255] UpdateBkColor
1074(EnableIsotopeCounting\(\)) 325 -0.00 1024 648 TextOut
1075[255 255 255] UpdateBkColor
1076[255 255 255] UpdateBkColor
1077[255 255 255] UpdateBkColor
1078gsave
1079983 655 translate
108016 15 8
1081[0.390244 0 0 0.384615 0 0]
1082currentfile /ASCII85Decode filter /RunLengthDecode filter image
1083p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1084rY>&)!%4rLJ,fQL
1085~>
1086
1087
1088grestore
1089%%end of image
1090gsave
1091983 655 translate
109216 15 8
1093[0.390244 0 0 0.384615 0 0]
1094currentfile /ASCII85Decode filter /RunLengthDecode filter image
1095p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1096~>
1097
1098
1099grestore
1100%%end of image
1101gsave
1102983 655 translate
110316 15 8
1104[0.390244 0 0 0.384615 0 0]
1105currentfile /ASCII85Decode filter /RunLengthDecode filter image
1106p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1107rY>&)!%4rLJ,fQL
1108~>
1109
1110
1111grestore
1112%%end of image
1113[255 255 255] UpdateBkColor
1114(DisableIsotopeCounting\(\)) 332 -0.00 1024 682 TextOut
1115[255 255 255] UpdateBkColor
11162 UpdateBkMode
1117[0 255 255 255 0 <>] UpdateBrush
1118/Courier  38 0  MwSetFont
1119[0 255 255 255 0 <>] UpdateBrush
1120/Helvetica  40 0  MwSetFont
1121/Courier  38 0  MwSetFont
1122/Helvetica  40 0  MwSetFont
1123/Courier  38 0  MwSetFont
1124[0 255 255 255 0 <>] UpdateBrush
1125/Helvetica  25 0  MwSetFont
1126/Courier  38 0  MwSetFont
1127/Helvetica  25 0  MwSetFont
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/Helvetica  29 0  MwSetFont
1134[0 0 0 0 0 <>] UpdateBrush
11351 UpdateBkMode
1136[255 255 255] UpdateBkColor
1137(<<Abstract>>) 177 -0.00 1256 212 TextOut
1138[255 255 255] UpdateBkColor
11392 UpdateBkMode
1140[0 255 255 255 0 <>] UpdateBrush
1141/Courier  38 0  MwSetFont
1142[0 255 255 255 0 <>] UpdateBrush
1143[0 255 255 255 0 <>] UpdateBrush
1144[1 0 0 0 0 <>] UpdateBrush
1145[0 0 0 0 0 <>] UpdateBrush
1146pop pop 826 806
1147679 903 LineTo
1148pop pop 679 903
1149708 897 LineTo
1150pop pop 679 903
1151696 877 LineTo
1152[1 0 0 0 0 <>] UpdateBrush
1153[0 0 0 0 0 <>] UpdateBrush
1154pop pop 826 806
1155975 710 LineTo
1156[1 0 0 0 0 <>] UpdateBrush
1157[0 255 255 255 0 <>] UpdateBrush
1158[1 0 0 0 0 <>] UpdateBrush
1159[0 0 0 0 0 <>] UpdateBrush
1160pop pop 1816 842
11611917 922 LineTo
1162[0 0 0 0 0 <>] UpdateBrush
1163/Helvetica  40 0  MwSetFont
1164/Courier  38 0  MwSetFont
1165/Helvetica  40 0  MwSetFont
1166[0 0 0 0 0 <>] UpdateBrush
11671 UpdateBkMode
1168[255 255 255] UpdateBkColor
1169(0..*) 61 -0.00 1877 882 TextOut
1170[255 255 255] UpdateBkColor
11712 UpdateBkMode
1172[0 0 0 0 0 <>] UpdateBrush
1173/Courier  38 0  MwSetFont
1174[0 0 0 0 0 <>] UpdateBrush
1175pop pop 1917 922
11761902 896 LineTo
1177pop pop 1917 922
11781888 914 LineTo
1179[1 0 0 0 0 <>] UpdateBrush
1180[0 0 0 0 0 <>] UpdateBrush
1181pop pop 1816 842
11821714 763 LineTo
1183[1 0 0 0 0 <>] UpdateBrush
1184[0 255 255 255 0 <>] UpdateBrush
1185[0 0 0 0 0 <>] UpdateBrush
1186/Helvetica  40 0  MwSetFont
1187/Courier  38 0  MwSetFont
1188/Helvetica  40 0  MwSetFont
1189[0 0 0 0 0 <>] UpdateBrush
11901 UpdateBkMode
1191[255 255 255] UpdateBkColor
1192(0..*) 61 -0.00 1877 882 TextOut
1193[255 255 255] UpdateBkColor
11942 UpdateBkMode
1195[0 0 0 0 0 <>] UpdateBrush
1196/Courier  38 0  MwSetFont
1197[0 255 255 255 0 <>] UpdateBrush
1198[0 255 255 255 0 <>] UpdateBrush
1199978 1220 1573 1382 FillRectangle
1200978 1220 1573 1382 RectangleOutLine
1201[0 255 255 255 0 <>] UpdateBrush
1202/Helvetica  40 0  MwSetFont
1203/Courier  38 0  MwSetFont
1204/Helvetica  40 0  MwSetFont
1205[0 0 0 0 0 <>] UpdateBrush
12061 UpdateBkMode
1207[255 255 255] UpdateBkColor
1208(G4NeutronIsotopeProduction) 527 -0.00 1013 1310 TextOut
1209[255 255 255] UpdateBkColor
12102 UpdateBkMode
1211[0 255 255 255 0 <>] UpdateBrush
1212/Courier  38 0  MwSetFont
1213[0 255 255 255 0 <>] UpdateBrush
1214[0 255 255 255 0 <>] UpdateBrush
1215/Helvetica  29 0  MwSetFont
1216/Courier  38 0  MwSetFont
1217[1 0 0 0 0 <>] UpdateBrush
1218978 1328 1573 1382 FillRectangle
1219978 1328 1573 1382 RectangleOutLine
1220978 1345 1573 1382 FillRectangle
1221978 1345 1573 1382 RectangleOutLine
1222[0 255 255 255 0 <>] UpdateBrush
1223/Helvetica  29 0  MwSetFont
1224/Courier  38 0  MwSetFont
1225/Helvetica  29 0  MwSetFont
1226/Courier  38 0  MwSetFont
1227[0 255 255 255 0 <>] UpdateBrush
1228/Helvetica  40 0  MwSetFont
1229/Courier  38 0  MwSetFont
1230/Helvetica  40 0  MwSetFont
1231/Courier  38 0  MwSetFont
1232[0 255 255 255 0 <>] UpdateBrush
1233/Helvetica  25 0  MwSetFont
1234/Courier  38 0  MwSetFont
1235/Helvetica  25 0  MwSetFont
1236/Courier  38 0  MwSetFont
1237[0 255 255 255 0 <>] UpdateBrush
1238[0 255 255 255 0 <>] UpdateBrush
1239/Helvetica  29 0  MwSetFont
1240/Courier  38 0  MwSetFont
1241/Helvetica  29 0  MwSetFont
1242[0 0 0 0 0 <>] UpdateBrush
12431 UpdateBkMode
1244[255 255 255] UpdateBkColor
1245(<<Concrete>>) 188 -0.00 1182 1260 TextOut
1246[255 255 255] UpdateBkColor
12472 UpdateBkMode
1248[0 255 255 255 0 <>] UpdateBrush
1249/Courier  38 0  MwSetFont
1250[0 255 255 255 0 <>] UpdateBrush
1251[0 255 255 255 0 <>] UpdateBrush
1252[1 0 0 0 0 <>] UpdateBrush
1253pop pop 1503 1219
12541816 1109 LineTo
1255[0 255 255 255 0 <>] UpdateBrush
12561766 1108 1777 1141 1816 1109 3 Polygon
1257[1 0 0 0 0 <>] UpdateBrush
1258[0 255 255 255 0 <>] UpdateBrush
1259 pop pop % pop out coordinates for current pen position
1260 showpage
1261end
1262% end of the MainWin EPS file
Note: See TracBrowser for help on using the repository browser.