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

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

CVS update

File size: 41.8 KB
Line 
1%!PS-Adobe-3.0 EPSF-3.0
2%%BoundingBox:      24.0   434.0   520.0   809.0
3%%Creator: hpw using rose_exe
4%%CreationDate: Sun Nov  5 15:31:42 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
495298 1491 711 1698 FillRectangle
496298 1491 711 1698 RectangleOutLine
497[0 255 255 255 0 <>] UpdateBrush
498/Helvetica  57 0  MwSetFont
499/Courier  38 0  MwSetFont
500/Helvetica  57 0  MwSetFont
501[0 0 0 0 0 <>] UpdateBrush
5021 UpdateBkMode
503[255 255 255] UpdateBkColor
504(ConcreteModel) 393 -0.00 308 1611 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  40 0  MwSetFont
512/Courier  38 0  MwSetFont
513[1 0 0 0 0 <>] UpdateBrush
514298 1629 711 1698 FillRectangle
515298 1629 711 1698 RectangleOutLine
516298 1652 711 1698 FillRectangle
517298 1652 711 1698 RectangleOutLine
518[0 255 255 255 0 <>] UpdateBrush
519/Helvetica  40 0  MwSetFont
520/Courier  38 0  MwSetFont
521/Helvetica  40 0  MwSetFont
522/Courier  38 0  MwSetFont
523[0 255 255 255 0 <>] UpdateBrush
524/Helvetica  57 0  MwSetFont
525/Courier  38 0  MwSetFont
526/Helvetica  57 0  MwSetFont
527/Courier  38 0  MwSetFont
528[0 255 255 255 0 <>] UpdateBrush
529/Helvetica  32 0  MwSetFont
530/Courier  38 0  MwSetFont
531/Helvetica  32 0  MwSetFont
532/Courier  38 0  MwSetFont
533[0 255 255 255 0 <>] UpdateBrush
534[0 255 255 255 0 <>] UpdateBrush
535/Helvetica  40 0  MwSetFont
536/Courier  38 0  MwSetFont
537/Helvetica  40 0  MwSetFont
538[0 0 0 0 0 <>] UpdateBrush
5391 UpdateBkMode
540[255 255 255] UpdateBkColor
541(<<Concrete>>) 260 -0.00 375 1545 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
549104 1019 765 1286 FillRectangle
550104 1019 765 1286 RectangleOutLine
551[0 255 255 255 0 <>] UpdateBrush
552/Helvetica  57 0  MwSetFont
553/Courier  38 0  MwSetFont
554/Helvetica  57 0  MwSetFont
555[0 0 0 0 0 <>] UpdateBrush
5561 UpdateBkMode
557[255 255 255] UpdateBkColor
558(G4EnergyRangeManager) 660 -0.00 105 1139 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  40 0  MwSetFont
566/Courier  38 0  MwSetFont
567[1 0 0 0 0 <>] UpdateBrush
568104 1157 765 1286 FillRectangle
569104 1157 765 1286 RectangleOutLine
570104 1180 765 1286 FillRectangle
571104 1180 765 1286 RectangleOutLine
572[0 255 255 255 0 <>] UpdateBrush
573/Helvetica  40 0  MwSetFont
574/Courier  38 0  MwSetFont
575/Helvetica  40 0  MwSetFont
576[0 0 0 0 0 <>] UpdateBrush
5771 UpdateBkMode
578[255 255 255] UpdateBkColor
579[255 255 255] UpdateBkColor
580gsave
581113 1210 translate
58216 15 8
583[0.301887 0 0 0.300000 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
593113 1210 translate
59416 15 8
595[0.301887 0 0 0.300000 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
604113 1210 translate
60516 15 8
606[0.301887 0 0 0.300000 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(GetHadronicInteraction\(\)) 445 -0.00 166 1248 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  57 0  MwSetFont
623/Courier  38 0  MwSetFont
624/Helvetica  57 0  MwSetFont
625/Courier  38 0  MwSetFont
626[0 255 255 255 0 <>] UpdateBrush
627/Helvetica  32 0  MwSetFont
628/Courier  38 0  MwSetFont
629/Helvetica  32 0  MwSetFont
630/Courier  38 0  MwSetFont
631[0 255 255 255 0 <>] UpdateBrush
632[0 255 255 255 0 <>] UpdateBrush
633/Helvetica  40 0  MwSetFont
634/Courier  38 0  MwSetFont
635/Helvetica  40 0  MwSetFont
636[0 0 0 0 0 <>] UpdateBrush
6371 UpdateBkMode
638[255 255 255] UpdateBkColor
639(<<Concrete>>) 260 -0.00 305 1073 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
647773 137 1716 904 FillRectangle
648773 137 1716 904 RectangleOutLine
649[0 255 255 255 0 <>] UpdateBrush
650/Helvetica  57 0  MwSetFont
651/Courier  38 0  MwSetFont
652/Helvetica  57 0  MwSetFont
653[0 0 0 0 0 <>] UpdateBrush
6541 UpdateBkMode
655[255 255 255] UpdateBkColor
656(G4HadronicProcess) 519 -0.00 985 257 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  40 0  MwSetFont
664/Courier  38 0  MwSetFont
665[1 0 0 0 0 <>] UpdateBrush
666773 275 1716 904 FillRectangle
667773 275 1716 904 RectangleOutLine
668773 298 1716 904 FillRectangle
669773 298 1716 904 RectangleOutLine
670[0 255 255 255 0 <>] UpdateBrush
671/Helvetica  40 0  MwSetFont
672/Courier  38 0  MwSetFont
673/Helvetica  40 0  MwSetFont
674[0 0 0 0 0 <>] UpdateBrush
6751 UpdateBkMode
676[255 255 255] UpdateBkColor
677[255 255 255] UpdateBkColor
678gsave
679782 328 translate
68016 15 8
681[0.301887 0 0 0.300000 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
691782 328 translate
69216 15 8
693[0.301887 0 0 0.300000 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
702782 328 translate
70316 15 8
704[0.301887 0 0 0.300000 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\(\)) 764 -0.00 835 366 TextOut
715[255 255 255] UpdateBkColor
716[255 255 255] UpdateBkColor
717[255 255 255] UpdateBkColor
718gsave
719782 375 translate
72016 15 8
721[0.301887 0 0 0.300000 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
731782 375 translate
73216 15 8
733[0.301887 0 0 0.300000 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
742782 375 translate
74316 15 8
744[0.301887 0 0 0.300000 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\(\)) 481 -0.00 835 413 TextOut
755[255 255 255] UpdateBkColor
756[255 255 255] UpdateBkColor
757[255 255 255] UpdateBkColor
758gsave
759782 422 translate
76016 15 8
761[0.301887 0 0 0.300000 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
771782 422 translate
77216 15 8
773[0.301887 0 0 0.300000 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
782782 422 translate
78316 15 8
784[0.301887 0 0 0.300000 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\(\)) 235 -0.00 835 460 TextOut
795[255 255 255] UpdateBkColor
796[255 255 255] UpdateBkColor
797[255 255 255] UpdateBkColor
798gsave
799782 469 translate
80016 15 8
801[0.301887 0 0 0.300000 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
811782 469 translate
81216 15 8
813[0.301887 0 0 0.300000 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
822782 469 translate
82316 15 8
824[0.301887 0 0 0.300000 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\(\)) 520 -0.00 835 507 TextOut
835[255 255 255] UpdateBkColor
836[255 255 255] UpdateBkColor
837[255 255 255] UpdateBkColor
838gsave
839782 516 translate
84016 15 8
841[0.301887 0 0 0.300000 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
851782 516 translate
85216 15 8
853[0.301887 0 0 0.300000 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
862782 516 translate
86316 15 8
864[0.301887 0 0 0.300000 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\(\)) 411 -0.00 835 554 TextOut
875[255 255 255] UpdateBkColor
876[255 255 255] UpdateBkColor
877[255 255 255] UpdateBkColor
878gsave
879782 563 translate
88016 15 8
881[0.301887 0 0 0.300000 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
891782 563 translate
89216 15 8
893[0.301887 0 0 0.300000 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
902782 563 translate
90316 15 8
904[0.301887 0 0 0.300000 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\(\)) 689 -0.00 835 601 TextOut
915[255 255 255] UpdateBkColor
916[255 255 255] UpdateBkColor
917[255 255 255] UpdateBkColor
918gsave
919782 610 translate
92016 15 8
921[0.301887 0 0 0.300000 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
931782 610 translate
93216 15 8
933[0.301887 0 0 0.300000 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
942782 610 translate
94316 15 8
944[0.301887 0 0 0.300000 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\(\)) 617 -0.00 835 648 TextOut
955[255 255 255] UpdateBkColor
956[255 255 255] UpdateBkColor
957[255 255 255] UpdateBkColor
958gsave
959782 657 translate
96016 15 8
961[0.301887 0 0 0.300000 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
971782 657 translate
97216 15 8
973[0.301887 0 0 0.300000 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
982782 657 translate
98316 15 8
984[0.301887 0 0 0.300000 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\(\)) 829 -0.00 835 695 TextOut
995[255 255 255] UpdateBkColor
996[255 255 255] UpdateBkColor
997[255 255 255] UpdateBkColor
998gsave
999782 704 translate
100016 15 8
1001[0.301887 0 0 0.300000 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
1011782 704 translate
101216 15 8
1013[0.301887 0 0 0.300000 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
1022782 704 translate
102316 15 8
1024[0.301887 0 0 0.300000 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\(\)) 838 -0.00 835 742 TextOut
1035[255 255 255] UpdateBkColor
1036[255 255 255] UpdateBkColor
1037[255 255 255] UpdateBkColor
1038gsave
1039782 751 translate
104016 15 8
1041[0.301887 0 0 0.300000 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
1051782 751 translate
105216 15 8
1053[0.301887 0 0 0.300000 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
1062782 751 translate
106316 15 8
1064[0.301887 0 0 0.300000 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\(\)) 450 -0.00 835 789 TextOut
1075[255 255 255] UpdateBkColor
1076[255 255 255] UpdateBkColor
1077[255 255 255] UpdateBkColor
1078gsave
1079782 798 translate
108016 15 8
1081[0.301887 0 0 0.300000 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
1091782 798 translate
109216 15 8
1093[0.301887 0 0 0.300000 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
1102782 798 translate
110316 15 8
1104[0.301887 0 0 0.300000 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\(\)) 459 -0.00 835 836 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  57 0  MwSetFont
1121/Courier  38 0  MwSetFont
1122/Helvetica  57 0  MwSetFont
1123/Courier  38 0  MwSetFont
1124[0 255 255 255 0 <>] UpdateBrush
1125/Helvetica  32 0  MwSetFont
1126/Courier  38 0  MwSetFont
1127/Helvetica  32 0  MwSetFont
1128/Courier  38 0  MwSetFont
1129[0 255 255 255 0 <>] UpdateBrush
1130[0 255 255 255 0 <>] UpdateBrush
1131/Helvetica  40 0  MwSetFont
1132/Courier  38 0  MwSetFont
1133/Helvetica  40 0  MwSetFont
1134[0 0 0 0 0 <>] UpdateBrush
11351 UpdateBkMode
1136[255 255 255] UpdateBkColor
1137(<<Abstract>>) 244 -0.00 1123 191 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 688 953
1147604 1018 LineTo
1148pop pop 604 1018
1149641 1008 LineTo
1150pop pop 604 1018
1151623 984 LineTo
1152[1 0 0 0 0 <>] UpdateBrush
1153[0 0 0 0 0 <>] UpdateBrush
1154pop pop 688 953
1155772 888 LineTo
1156[1 0 0 0 0 <>] UpdateBrush
1157[0 255 255 255 0 <>] UpdateBrush
1158[0 255 255 255 0 <>] UpdateBrush
11591835 1103 2164 1254 FillRectangle
11601835 1103 2164 1254 RectangleOutLine
1161[0 255 255 255 0 <>] UpdateBrush
1162/Helvetica  57 0  MwSetFont
1163/Courier  38 0  MwSetFont
1164/Helvetica  57 0  MwSetFont
1165[0 0 0 0 0 <>] UpdateBrush
11661 UpdateBkMode
1167[255 255 255] UpdateBkColor
1168(G4Element) 290 -0.00 1855 1173 TextOut
1169[255 255 255] UpdateBkColor
11702 UpdateBkMode
1171[0 255 255 255 0 <>] UpdateBrush
1172/Courier  38 0  MwSetFont
1173[0 255 255 255 0 <>] UpdateBrush
1174[0 255 255 255 0 <>] UpdateBrush
1175/Helvetica  40 0  MwSetFont
1176/Courier  38 0  MwSetFont
1177[1 0 0 0 0 <>] UpdateBrush
11781835 1191 2164 1254 FillRectangle
11791835 1191 2164 1254 RectangleOutLine
11801835 1214 2164 1254 FillRectangle
11811835 1214 2164 1254 RectangleOutLine
1182[0 255 255 255 0 <>] UpdateBrush
1183/Helvetica  40 0  MwSetFont
1184/Courier  38 0  MwSetFont
1185/Helvetica  40 0  MwSetFont
1186/Courier  38 0  MwSetFont
1187[0 255 255 255 0 <>] UpdateBrush
1188/Helvetica  57 0  MwSetFont
1189/Courier  38 0  MwSetFont
1190/Helvetica  57 0  MwSetFont
1191/Courier  38 0  MwSetFont
1192[0 255 255 255 0 <>] UpdateBrush
1193/Helvetica  32 0  MwSetFont
1194/Courier  38 0  MwSetFont
1195/Helvetica  32 0  MwSetFont
1196/Courier  38 0  MwSetFont
1197[0 255 255 255 0 <>] UpdateBrush
1198[0 255 255 255 0 <>] UpdateBrush
1199[0 255 255 255 0 <>] UpdateBrush
12001858 1399 2167 1550 FillRectangle
12011858 1399 2167 1550 RectangleOutLine
1202[0 255 255 255 0 <>] UpdateBrush
1203/Helvetica  57 0  MwSetFont
1204/Courier  38 0  MwSetFont
1205/Helvetica  57 0  MwSetFont
1206[0 0 0 0 0 <>] UpdateBrush
12071 UpdateBkMode
1208[255 255 255] UpdateBkColor
1209(G4Material) 283 -0.00 1871 1469 TextOut
1210[255 255 255] UpdateBkColor
12112 UpdateBkMode
1212[0 255 255 255 0 <>] UpdateBrush
1213/Courier  38 0  MwSetFont
1214[0 255 255 255 0 <>] UpdateBrush
1215[0 255 255 255 0 <>] UpdateBrush
1216/Helvetica  40 0  MwSetFont
1217/Courier  38 0  MwSetFont
1218[1 0 0 0 0 <>] UpdateBrush
12191858 1487 2167 1550 FillRectangle
12201858 1487 2167 1550 RectangleOutLine
12211858 1510 2167 1550 FillRectangle
12221858 1510 2167 1550 RectangleOutLine
1223[0 255 255 255 0 <>] UpdateBrush
1224/Helvetica  40 0  MwSetFont
1225/Courier  38 0  MwSetFont
1226/Helvetica  40 0  MwSetFont
1227/Courier  38 0  MwSetFont
1228[0 255 255 255 0 <>] UpdateBrush
1229/Helvetica  57 0  MwSetFont
1230/Courier  38 0  MwSetFont
1231/Helvetica  57 0  MwSetFont
1232/Courier  38 0  MwSetFont
1233[0 255 255 255 0 <>] UpdateBrush
1234/Helvetica  32 0  MwSetFont
1235/Courier  38 0  MwSetFont
1236/Helvetica  32 0  MwSetFont
1237/Courier  38 0  MwSetFont
1238[0 255 255 255 0 <>] UpdateBrush
1239[0 255 255 255 0 <>] UpdateBrush
1240[0 255 255 255 0 <>] UpdateBrush
1241948 1071 1533 1488 FillRectangle
1242948 1071 1533 1488 RectangleOutLine
1243[0 255 255 255 0 <>] UpdateBrush
1244/Helvetica-Oblique  57 0  MwSetFont
1245/Courier  38 0  MwSetFont
1246/Helvetica-Oblique  57 0  MwSetFont
1247[0 0 0 0 0 <>] UpdateBrush
12481 UpdateBkMode
1249[255 255 255] UpdateBkColor
1250(G4HadronicInteraction) 580 -0.00 951 1191 TextOut
1251[255 255 255] UpdateBkColor
12522 UpdateBkMode
1253[0 255 255 255 0 <>] UpdateBrush
1254/Courier  38 0  MwSetFont
1255[0 255 255 255 0 <>] UpdateBrush
1256[0 255 255 255 0 <>] UpdateBrush
1257/Helvetica  40 0  MwSetFont
1258/Courier  38 0  MwSetFont
1259[1 0 0 0 0 <>] UpdateBrush
1260948 1209 1533 1488 FillRectangle
1261948 1209 1533 1488 RectangleOutLine
1262948 1232 1533 1488 FillRectangle
1263948 1232 1533 1488 RectangleOutLine
1264[0 255 255 255 0 <>] UpdateBrush
1265/Helvetica  40 0  MwSetFont
1266/Courier  38 0  MwSetFont
1267/Helvetica  40 0  MwSetFont
1268[0 0 0 0 0 <>] UpdateBrush
12691 UpdateBkMode
1270[255 255 255] UpdateBkColor
1271[255 255 255] UpdateBkColor
1272gsave
1273957 1262 translate
127416 15 8
1275[0.301887 0 0 0.300000 0 0]
1276currentfile /ASCII85Decode filter /RunLengthDecode filter image
1277p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1278rY>&)!%4rLJ,fQL
1279~>
1280
1281
1282grestore
1283%%end of image
1284gsave
1285957 1262 translate
128616 15 8
1287[0.301887 0 0 0.300000 0 0]
1288currentfile /ASCII85Decode filter /RunLengthDecode filter image
1289p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1290~>
1291
1292
1293grestore
1294%%end of image
1295gsave
1296957 1262 translate
129716 15 8
1298[0.301887 0 0 0.300000 0 0]
1299currentfile /ASCII85Decode filter /RunLengthDecode filter image
1300p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1301rY>&)!%4rLJ,fQL
1302~>
1303
1304
1305grestore
1306%%end of image
1307[255 255 255] UpdateBkColor
1308(ApplyYourself\(\)) 278 -0.00 1010 1300 TextOut
1309[255 255 255] UpdateBkColor
1310[255 255 255] UpdateBkColor
1311[255 255 255] UpdateBkColor
1312gsave
1313957 1309 translate
131416 15 8
1315[0.301887 0 0 0.300000 0 0]
1316currentfile /ASCII85Decode filter /RunLengthDecode filter image
1317p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1318rY>&)!%4rLJ,fQL
1319~>
1320
1321
1322grestore
1323%%end of image
1324gsave
1325957 1309 translate
132616 15 8
1327[0.301887 0 0 0.300000 0 0]
1328currentfile /ASCII85Decode filter /RunLengthDecode filter image
1329p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1330~>
1331
1332
1333grestore
1334%%end of image
1335gsave
1336957 1309 translate
133716 15 8
1338[0.301887 0 0 0.300000 0 0]
1339currentfile /ASCII85Decode filter /RunLengthDecode filter image
1340p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1341rY>&)!%4rLJ,fQL
1342~>
1343
1344
1345grestore
1346%%end of image
1347[255 255 255] UpdateBkColor
1348(SetMinEnergy\(\)) 282 -0.00 1010 1347 TextOut
1349[255 255 255] UpdateBkColor
1350[255 255 255] UpdateBkColor
1351[255 255 255] UpdateBkColor
1352gsave
1353957 1356 translate
135416 15 8
1355[0.301887 0 0 0.300000 0 0]
1356currentfile /ASCII85Decode filter /RunLengthDecode filter image
1357p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1358rY>&)!%4rLJ,fQL
1359~>
1360
1361
1362grestore
1363%%end of image
1364gsave
1365957 1356 translate
136616 15 8
1367[0.301887 0 0 0.300000 0 0]
1368currentfile /ASCII85Decode filter /RunLengthDecode filter image
1369p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1370~>
1371
1372
1373grestore
1374%%end of image
1375gsave
1376957 1356 translate
137716 15 8
1378[0.301887 0 0 0.300000 0 0]
1379currentfile /ASCII85Decode filter /RunLengthDecode filter image
1380p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1381rY>&)!%4rLJ,fQL
1382~>
1383
1384
1385grestore
1386%%end of image
1387[255 255 255] UpdateBkColor
1388(SetMaxEnergy\(\)) 294 -0.00 1010 1394 TextOut
1389[255 255 255] UpdateBkColor
1390[255 255 255] UpdateBkColor
1391[255 255 255] UpdateBkColor
1392gsave
1393957 1403 translate
139416 15 8
1395[0.301887 0 0 0.300000 0 0]
1396currentfile /ASCII85Decode filter /RunLengthDecode filter image
1397p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1398rY>&)!%4rLJ,fQL
1399~>
1400
1401
1402grestore
1403%%end of image
1404gsave
1405957 1403 translate
140616 15 8
1407[0.301887 0 0 0.300000 0 0]
1408currentfile /ASCII85Decode filter /RunLengthDecode filter image
1409p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1410~>
1411
1412
1413grestore
1414%%end of image
1415gsave
1416957 1403 translate
141716 15 8
1418[0.301887 0 0 0.300000 0 0]
1419currentfile /ASCII85Decode filter /RunLengthDecode filter image
1420p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1421rY>&)!%4rLJ,fQL
1422~>
1423
1424
1425grestore
1426%%end of image
1427[255 255 255] UpdateBkColor
1428(DeActivateFor\(\)) 285 -0.00 1010 1441 TextOut
1429[255 255 255] UpdateBkColor
14302 UpdateBkMode
1431[0 255 255 255 0 <>] UpdateBrush
1432/Courier  38 0  MwSetFont
1433[0 255 255 255 0 <>] UpdateBrush
1434/Helvetica-Oblique  57 0  MwSetFont
1435/Courier  38 0  MwSetFont
1436/Helvetica-Oblique  57 0  MwSetFont
1437/Courier  38 0  MwSetFont
1438[0 255 255 255 0 <>] UpdateBrush
1439/Helvetica-Oblique  32 0  MwSetFont
1440/Courier  38 0  MwSetFont
1441/Helvetica-Oblique  32 0  MwSetFont
1442/Courier  38 0  MwSetFont
1443[0 255 255 255 0 <>] UpdateBrush
1444[0 255 255 255 0 <>] UpdateBrush
1445/Helvetica  40 0  MwSetFont
1446/Courier  38 0  MwSetFont
1447/Helvetica  40 0  MwSetFont
1448[0 0 0 0 0 <>] UpdateBrush
14491 UpdateBkMode
1450[255 255 255] UpdateBkColor
1451(<<Abstract>>) 244 -0.00 1119 1125 TextOut
1452[255 255 255] UpdateBkColor
14532 UpdateBkMode
1454[0 255 255 255 0 <>] UpdateBrush
1455/Courier  38 0  MwSetFont
1456[0 255 255 255 0 <>] UpdateBrush
1457[0 255 255 255 0 <>] UpdateBrush
1458[1 0 0 0 0 <>] UpdateBrush
1459[0 0 0 0 0 <>] UpdateBrush
1460pop pop 856 1218
1461947 1233 LineTo
1462[0 0 0 0 0 <>] UpdateBrush
1463/Helvetica  57 0  MwSetFont
1464/Courier  38 0  MwSetFont
1465/Helvetica  57 0  MwSetFont
1466[0 0 0 0 0 <>] UpdateBrush
14671 UpdateBkMode
1468[255 255 255] UpdateBkColor
1469(1..*) 87 -0.00 904 1200 TextOut
1470[255 255 255] UpdateBkColor
14712 UpdateBkMode
1472[0 0 0 0 0 <>] UpdateBrush
1473/Courier  38 0  MwSetFont
1474[0 0 0 0 0 <>] UpdateBrush
1475pop pop 947 1233
1476913 1212 LineTo
1477pop pop 947 1233
1478909 1242 LineTo
1479[1 0 0 0 0 <>] UpdateBrush
1480[0 0 0 0 0 <>] UpdateBrush
1481pop pop 856 1218
1482766 1204 LineTo
1483[1 0 0 0 0 <>] UpdateBrush
1484[0 255 255 255 0 <>] UpdateBrush
1485[0 0 0 0 0 <>] UpdateBrush
1486/Helvetica  57 0  MwSetFont
1487/Courier  38 0  MwSetFont
1488/Helvetica  57 0  MwSetFont
1489[0 0 0 0 0 <>] UpdateBrush
14901 UpdateBkMode
1491[255 255 255] UpdateBkColor
1492(1..*) 87 -0.00 904 1200 TextOut
1493[255 255 255] UpdateBkColor
14942 UpdateBkMode
1495[0 0 0 0 0 <>] UpdateBrush
1496/Courier  38 0  MwSetFont
1497[0 255 255 255 0 <>] UpdateBrush
1498[1 0 0 0 0 <>] UpdateBrush
1499[0 0 0 0 0 <>] UpdateBrush
1500pop pop 1242 987
15011242 1070 LineTo
1502[0 0 0 0 0 <>] UpdateBrush
1503/Helvetica  57 0  MwSetFont
1504/Courier  38 0  MwSetFont
1505/Helvetica  57 0  MwSetFont
1506[0 0 0 0 0 <>] UpdateBrush
15071 UpdateBkMode
1508[255 255 255] UpdateBkColor
1509(0..1) 97 -0.00 1248 1083 TextOut
1510[255 255 255] UpdateBkColor
15112 UpdateBkMode
1512[0 0 0 0 0 <>] UpdateBrush
1513/Courier  38 0  MwSetFont
1514[0 0 0 0 0 <>] UpdateBrush
1515pop pop 1242 1070
15161257 1034 LineTo
1517pop pop 1242 1070
15181227 1034 LineTo
1519[1 0 0 0 0 <>] UpdateBrush
1520[0 0 0 0 0 <>] UpdateBrush
1521pop pop 1242 987
15221242 905 LineTo
1523[1 0 0 0 0 <>] UpdateBrush
1524[0 255 255 255 0 <>] UpdateBrush
1525[0 0 0 0 0 <>] UpdateBrush
1526/Helvetica  57 0  MwSetFont
1527/Courier  38 0  MwSetFont
1528/Helvetica  57 0  MwSetFont
1529[0 0 0 0 0 <>] UpdateBrush
15301 UpdateBkMode
1531[255 255 255] UpdateBkColor
1532(0..1) 97 -0.00 1248 1083 TextOut
1533[255 255 255] UpdateBkColor
15342 UpdateBkMode
1535[0 0 0 0 0 <>] UpdateBrush
1536/Courier  38 0  MwSetFont
1537[0 255 255 255 0 <>] UpdateBrush
1538[1 0 0 0 0 <>] UpdateBrush
1539pop pop 712 1506
1540947 1404 LineTo
1541[0 255 255 255 0 <>] UpdateBrush
1542883 1408 901 1448 947 1404 3 Polygon
1543[1 0 0 0 0 <>] UpdateBrush
1544[0 255 255 255 0 <>] UpdateBrush
1545[1 0 0 0 0 <>] UpdateBrush
1546[0 0 0 0 0 <>] UpdateBrush
1547pop pop 1684 1219
15481834 1199 LineTo
1549[0 0 0 0 0 <>] UpdateBrush
1550/Helvetica  57 0  MwSetFont
1551/Courier  38 0  MwSetFont
1552/Helvetica  57 0  MwSetFont
1553[0 0 0 0 0 <>] UpdateBrush
15541 UpdateBkMode
1555[255 255 255] UpdateBkColor
1556(0..*) 87 -0.00 1737 1194 TextOut
1557[255 255 255] UpdateBkColor
15582 UpdateBkMode
1559[0 0 0 0 0 <>] UpdateBrush
1560/Courier  38 0  MwSetFont
1561[0 0 0 0 0 <>] UpdateBrush
1562pop pop 1834 1199
15631800 1219 LineTo
1564pop pop 1834 1199
15651796 1189 LineTo
1566[1 0 0 0 0 <>] UpdateBrush
1567[0 0 0 0 0 <>] UpdateBrush
1568pop pop 1684 1219
15691534 1239 LineTo
1570[1 0 0 0 0 <>] UpdateBrush
1571[0 255 255 255 0 <>] UpdateBrush
1572[0 0 0 0 0 <>] UpdateBrush
1573/Helvetica  57 0  MwSetFont
1574/Courier  38 0  MwSetFont
1575/Helvetica  57 0  MwSetFont
1576[0 0 0 0 0 <>] UpdateBrush
15771 UpdateBkMode
1578[255 255 255] UpdateBkColor
1579(0..*) 87 -0.00 1737 1194 TextOut
1580[255 255 255] UpdateBkColor
15812 UpdateBkMode
1582[0 0 0 0 0 <>] UpdateBrush
1583/Courier  38 0  MwSetFont
1584[0 255 255 255 0 <>] UpdateBrush
1585[1 0 0 0 0 <>] UpdateBrush
1586[0 0 0 0 0 <>] UpdateBrush
1587pop pop 1695 1393
15881857 1435 LineTo
1589[0 0 0 0 0 <>] UpdateBrush
1590/Helvetica  57 0  MwSetFont
1591/Courier  38 0  MwSetFont
1592/Helvetica  57 0  MwSetFont
1593[0 0 0 0 0 <>] UpdateBrush
15941 UpdateBkMode
1595[255 255 255] UpdateBkColor
1596(0..*) 87 -0.00 1729 1362 TextOut
1597[255 255 255] UpdateBkColor
15982 UpdateBkMode
1599[0 0 0 0 0 <>] UpdateBrush
1600/Courier  38 0  MwSetFont
1601[0 0 0 0 0 <>] UpdateBrush
1602pop pop 1857 1435
16031826 1411 LineTo
1604pop pop 1857 1435
16051818 1441 LineTo
1606[1 0 0 0 0 <>] UpdateBrush
1607[0 0 0 0 0 <>] UpdateBrush
1608pop pop 1695 1393
16091534 1352 LineTo
1610[1 0 0 0 0 <>] UpdateBrush
1611[0 255 255 255 0 <>] UpdateBrush
1612[0 0 0 0 0 <>] UpdateBrush
1613/Helvetica  57 0  MwSetFont
1614/Courier  38 0  MwSetFont
1615/Helvetica  57 0  MwSetFont
1616[0 0 0 0 0 <>] UpdateBrush
16171 UpdateBkMode
1618[255 255 255] UpdateBkColor
1619(0..*) 87 -0.00 1729 1362 TextOut
1620[255 255 255] UpdateBkColor
16212 UpdateBkMode
1622[0 0 0 0 0 <>] UpdateBrush
1623/Courier  38 0  MwSetFont
1624[0 255 255 255 0 <>] UpdateBrush
1625 pop pop % pop out coordinates for current pen position
1626 showpage
1627end
1628% end of the MainWin EPS file
Note: See TracBrowser for help on using the repository browser.