source: trunk/documents/UserDoc/UsersGuides/ForToolkitDeveloper/latex/GuideToExtendFunctionality/HadronicPhysics/Level3_1.eps @ 1219

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

CVS update

File size: 62.4 KB
Line 
1%!PS-Adobe-3.0 EPSF-3.0
2%%BoundingBox:      89.0   603.0   548.0   814.0
3%%Creator: hpw using rose_exe
4%%CreationDate: Sun Nov  5 13:53:02 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[1 0 0 0 0 <>] UpdateBrush
4951911 297 2284 568 FillRectangle
4961911 297 2284 568 RectangleOutLine
497[1 0 0 0 0 <>] UpdateBrush
498/Helvetica  32 0  MwSetFont
499/Courier  38 0  MwSetFont
500/Helvetica  32 0  MwSetFont
501[0 0 0 0 0 <>] UpdateBrush
5021 UpdateBkMode
503[255 255 255] UpdateBkColor
504(G4VPreCompoundModel) 367 -0.00 1915 365 TextOut
505[255 255 255] UpdateBkColor
5062 UpdateBkMode
507[1 0 0 0 0 <>] UpdateBrush
508/Courier  38 0  MwSetFont
509[1 0 0 0 0 <>] UpdateBrush
510[1 0 0 0 0 <>] UpdateBrush
511/Helvetica  20 0  MwSetFont
512/Courier  38 0  MwSetFont
513[1 0 0 0 0 <>] UpdateBrush
5141911 376 2284 568 FillRectangle
5151911 376 2284 568 RectangleOutLine
5161911 388 2284 568 FillRectangle
5171911 388 2284 568 RectangleOutLine
518[1 0 0 0 0 <>] UpdateBrush
519/Helvetica  20 0  MwSetFont
520/Courier  38 0  MwSetFont
521/Helvetica  20 0  MwSetFont
522[0 0 0 0 0 <>] UpdateBrush
5231 UpdateBkMode
524[255 255 255] UpdateBkColor
525[255 255 255] UpdateBkColor
526gsave
5271916 403 translate
52816 15 8
529[0.516129 0 0 0.517241 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
5391916 403 translate
54016 15 8
541[0.516129 0 0 0.517241 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
5501916 403 translate
55116 15 8
552[0.516129 0 0 0.517241 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(ApplyYouself\(\)) 135 -0.00 1947 422 TextOut
563[255 255 255] UpdateBkColor
564[255 255 255] UpdateBkColor
565[255 255 255] UpdateBkColor
566gsave
5671916 427 translate
56816 15 8
569[0.516129 0 0 0.517241 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
5791916 427 translate
58016 15 8
581[0.516129 0 0 0.517241 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
5901916 427 translate
59116 15 8
592[0.516129 0 0 0.517241 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(DeExcite\(\)) 97 -0.00 1947 446 TextOut
603[255 255 255] UpdateBkColor
604[255 255 255] UpdateBkColor
605[255 255 255] UpdateBkColor
606gsave
6071916 452 translate
60816 15 8
609[0.516129 0 0 0.535714 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
6191916 452 translate
62016 15 8
621[0.516129 0 0 0.535714 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
6301916 452 translate
63116 15 8
632[0.516129 0 0 0.535714 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(SetExcitationHandler\(\)) 208 -0.00 1947 471 TextOut
643[255 255 255] UpdateBkColor
644[255 255 255] UpdateBkColor
645[255 255 255] UpdateBkColor
646gsave
6471916 476 translate
64816 15 8
649[0.516129 0 0 0.535714 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
6591916 476 translate
66016 15 8
661[0.516129 0 0 0.535714 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
6701916 476 translate
67116 15 8
672[0.516129 0 0 0.535714 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(G4VPreCompoundModel\(\)) 246 -0.00 1947 495 TextOut
683[255 255 255] UpdateBkColor
684[255 255 255] UpdateBkColor
685[255 255 255] UpdateBkColor
686gsave
6871916 500 translate
68816 15 8
689[0.516129 0 0 0.535714 0 0]
690currentfile /ASCII85Decode filter /RunLengthDecode filter image
691p\t4.oD\jlGUN1a!'L7*!#>8.!#>EV!#>D2r;Zg[r-/2hrVlluJH,WNJ,g>^GQ8KYrr<'!JH#TOJA;.I
692rceGY!<<'#!.Y(Lrs&OS!#5KY!'L8\q#CNs4;C!Xrr<&qrr[cOrrE#t!<Bq3J,fTHrrE,8s+(+L!5SVb
693!!)or"ouGh^jlF#s*t(Lqu6Wrq1&GFqZ$?kqu;0H
694~>
695
696
697grestore
698%%end of image
699gsave
7001916 500 translate
70116 15 8
702[0.516129 0 0 0.535714 0 0]
703currentfile /ASCII85Decode filter /RunLengthDecode filter image
704p\t3noDedip&Fpip]('iqu??irVults8Vios8VZjs8W&us8Vlprr;co!<<#urr2ruqZ$Qq!WN/us7ZNj
705s7ZNjs7ZNjs7ZNis7lZls*t(L
706~>
707
708
709grestore
710%%end of image
711gsave
7121916 500 translate
71316 15 8
714[0.516129 0 0 0.535714 0 0]
715currentfile /ASCII85Decode filter /RunLengthDecode filter image
716p\t4.oD\jlGUN1a!'L7*!#>8.!#>EV!#>D2r;Zg[r-/2hrVlluJH,WNJ,g>^GQ8KYrr<'!JH#TOJA;.I
717rceGY!<<'#!.Y(Lrs&OS!#5KY!'L8\q#CNs4;C!Xrr<&qrr[cOrrE#t!<Bq3J,fTHrrE,8s+(+L!5SVb
718!!)or"ouGh^jlF#s*t(Lqu6Wrq1&GFqZ$?kqu;0H
719~>
720
721
722grestore
723%%end of image
724[255 255 255] UpdateBkColor
725(G4VPreCompountModel\(\)) 240 -0.00 1947 519 TextOut
726[255 255 255] UpdateBkColor
7272 UpdateBkMode
728[1 0 0 0 0 <>] UpdateBrush
729/Courier  38 0  MwSetFont
730[1 0 0 0 0 <>] UpdateBrush
731/Helvetica  32 0  MwSetFont
732/Courier  38 0  MwSetFont
733/Helvetica  32 0  MwSetFont
734/Courier  38 0  MwSetFont
735[1 0 0 0 0 <>] UpdateBrush
736/Helvetica  16 0  MwSetFont
737/Courier  38 0  MwSetFont
738/Helvetica  16 0  MwSetFont
739/Courier  38 0  MwSetFont
740[1 0 0 0 0 <>] UpdateBrush
741[1 0 0 0 0 <>] UpdateBrush
742/Helvetica  20 0  MwSetFont
743/Courier  38 0  MwSetFont
744/Helvetica  20 0  MwSetFont
745[0 0 0 0 0 <>] UpdateBrush
7461 UpdateBkMode
747[255 255 255] UpdateBkColor
748(<<Purely Abstract>>) 189 -0.00 2004 325 TextOut
749[255 255 255] UpdateBkColor
7502 UpdateBkMode
751[1 0 0 0 0 <>] UpdateBrush
752/Courier  38 0  MwSetFont
753[1 0 0 0 0 <>] UpdateBrush
754[0 255 255 255 0 <>] UpdateBrush
755[1 0 0 0 0 <>] UpdateBrush
756768 683 1114 983 FillRectangle
757768 683 1114 983 RectangleOutLine
758[1 0 0 0 0 <>] UpdateBrush
759/Helvetica  32 0  MwSetFont
760/Courier  38 0  MwSetFont
761/Helvetica  32 0  MwSetFont
762[0 0 0 0 0 <>] UpdateBrush
7631 UpdateBkMode
764[255 255 255] UpdateBkColor
765(G4VPartonStringModel) 338 -0.00 773 752 TextOut
766[255 255 255] UpdateBkColor
7672 UpdateBkMode
768[1 0 0 0 0 <>] UpdateBrush
769/Courier  38 0  MwSetFont
770[1 0 0 0 0 <>] UpdateBrush
771[1 0 0 0 0 <>] UpdateBrush
772/Helvetica  20 0  MwSetFont
773/Courier  38 0  MwSetFont
774[1 0 0 0 0 <>] UpdateBrush
775768 762 1114 983 FillRectangle
776768 762 1114 983 RectangleOutLine
777768 774 1114 983 FillRectangle
778768 774 1114 983 RectangleOutLine
779[1 0 0 0 0 <>] UpdateBrush
780/Helvetica  20 0  MwSetFont
781/Courier  38 0  MwSetFont
782/Helvetica  20 0  MwSetFont
783[0 0 0 0 0 <>] UpdateBrush
7841 UpdateBkMode
785[255 255 255] UpdateBkColor
786[255 255 255] UpdateBkColor
787gsave
788773 790 translate
78916 15 8
790[0.533333 0 0 0.535714 0 0]
791currentfile /ASCII85Decode filter /RunLengthDecode filter image
792p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
793rY>&)!%4rLJ,fQL
794~>
795
796
797grestore
798%%end of image
799gsave
800773 790 translate
80116 15 8
802[0.533333 0 0 0.535714 0 0]
803currentfile /ASCII85Decode filter /RunLengthDecode filter image
804p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
805~>
806
807
808grestore
809%%end of image
810gsave
811773 790 translate
81216 15 8
813[0.533333 0 0 0.535714 0 0]
814currentfile /ASCII85Decode filter /RunLengthDecode filter image
815p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
816rY>&)!%4rLJ,fQL
817~>
818
819
820grestore
821%%end of image
822[255 255 255] UpdateBkColor
823(Scatter\(\)) 80 -0.00 803 809 TextOut
824[255 255 255] UpdateBkColor
825[255 255 255] UpdateBkColor
826[255 255 255] UpdateBkColor
827gsave
828773 814 translate
82916 15 8
830[0.533333 0 0 0.535714 0 0]
831currentfile /ASCII85Decode filter /RunLengthDecode filter image
832p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
833rY>&)!%4rLJ,fQL
834~>
835
836
837grestore
838%%end of image
839gsave
840773 814 translate
84116 15 8
842[0.533333 0 0 0.535714 0 0]
843currentfile /ASCII85Decode filter /RunLengthDecode filter image
844p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
845~>
846
847
848grestore
849%%end of image
850gsave
851773 814 translate
85216 15 8
853[0.533333 0 0 0.535714 0 0]
854currentfile /ASCII85Decode filter /RunLengthDecode filter image
855p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
856rY>&)!%4rLJ,fQL
857~>
858
859
860grestore
861%%end of image
862[255 255 255] UpdateBkColor
863(GetWoundedNucleus\(\)) 211 -0.00 803 833 TextOut
864[255 255 255] UpdateBkColor
865[255 255 255] UpdateBkColor
866[255 255 255] UpdateBkColor
867gsave
868773 838 translate
86916 15 8
870[0.533333 0 0 0.517241 0 0]
871currentfile /ASCII85Decode filter /RunLengthDecode filter image
872p\t4.oD\jlGUN1a!'L7*!#>G3qu?^3r-/2Vrr3!!s8CFJ!'L1(!%7gH!s&AN!<:OM!#5M3GQS]\!<<#I
873!s&?`(&iFY'`e:6!!*#J!!*#u"99fo!'L5[!W^^Mr;Za2r;Qfue,]CG!%7[D!!*&K!!)]l!W^^Mo`"mk
874s3q#Kp&>'ne,]+?!!)`mJ,fQL
875~>
876
877
878grestore
879%%end of image
880gsave
881773 838 translate
88216 15 8
883[0.533333 0 0 0.517241 0 0]
884currentfile /ASCII85Decode filter /RunLengthDecode filter image
885p\t3noDedip&Fpir;ZEirr3!!s7HBlrrE-"oDesm!<;rs!<;lqs8Vusrr;lrrVuisr;Z`rr;Z`rqu6Wr
886qu?Tpp&G!ko`+jip&G!koD\djpA]XC
887~>
888
889
890grestore
891%%end of image
892gsave
893773 838 translate
89416 15 8
895[0.533333 0 0 0.517241 0 0]
896currentfile /ASCII85Decode filter /RunLengthDecode filter image
897p\t4.oD\jlGUN1a!'L7*!#>G3qu?^3r-/2Vrr3!!s8CFJ!'L1(!%7gH!s&AN!<:OM!#5M3GQS]\!<<#I
898!s&?`(&iFY'`e:6!!*#J!!*#u"99fo!'L5[!W^^Mr;Za2r;Qfue,]CG!%7[D!!*&K!!)]l!W^^Mo`"mk
899s3q#Kp&>'ne,]+?!!)`mJ,fQL
900~>
901
902
903grestore
904%%end of image
905[255 255 255] UpdateBkColor
906(Init\(\)) 42 -0.00 803 857 TextOut
907[255 255 255] UpdateBkColor
908[255 255 255] UpdateBkColor
909[255 255 255] UpdateBkColor
910gsave
911773 862 translate
91216 15 8
913[0.533333 0 0 0.517241 0 0]
914currentfile /ASCII85Decode filter /RunLengthDecode filter image
915p\t4.oD\jlGUN1a!'L7*!#>G3qu?^3r-/2Vrr3!!s8CFJ!'L1(!%7gH!s&AN!<:OM!#5M3GQS]\!<<#I
916!s&?`(&iFY'`e:6!!*#J!!*#u"99fo!'L5[!W^^Mr;Za2r;Qfue,]CG!%7[D!!*&K!!)]l!W^^Mo`"mk
917s3q#Kp&>'ne,]+?!!)`mJ,fQL
918~>
919
920
921grestore
922%%end of image
923gsave
924773 862 translate
92516 15 8
926[0.533333 0 0 0.517241 0 0]
927currentfile /ASCII85Decode filter /RunLengthDecode filter image
928p\t3noDedip&Fpir;ZEirr3!!s7HBlrrE-"oDesm!<;rs!<;lqs8Vusrr;lrrVuisr;Z`rr;Z`rqu6Wr
929qu?Tpp&G!ko`+jip&G!koD\djpA]XC
930~>
931
932
933grestore
934%%end of image
935gsave
936773 862 translate
93716 15 8
938[0.533333 0 0 0.517241 0 0]
939currentfile /ASCII85Decode filter /RunLengthDecode filter image
940p\t4.oD\jlGUN1a!'L7*!#>G3qu?^3r-/2Vrr3!!s8CFJ!'L1(!%7gH!s&AN!<:OM!#5M3GQS]\!<<#I
941!s&?`(&iFY'`e:6!!*#J!!*#u"99fo!'L5[!W^^Mr;Za2r;Qfue,]CG!%7[D!!*&K!!)]l!W^^Mo`"mk
942s3q#Kp&>'ne,]+?!!)`mJ,fQL
943~>
944
945
946grestore
947%%end of image
948[255 255 255] UpdateBkColor
949(<<virtual>> GetStrings\(\)) 222 -0.00 803 881 TextOut
950[255 255 255] UpdateBkColor
951[255 255 255] UpdateBkColor
952[255 255 255] UpdateBkColor
953gsave
954773 886 translate
95516 15 8
956[0.533333 0 0 0.517241 0 0]
957currentfile /ASCII85Decode filter /RunLengthDecode filter image
958p\t4.oD\jlGUN1a!'L7*!#>G3qu?^3r-/2Vrr3!!s8CFJ!'L1(!%7gH!s&AN!<:OM!#5M3GQS]\!<<#I
959!s&?`(&iFY'`e:6!!*#J!!*#u"99fo!'L5[!W^^Mr;Za2r;Qfue,]CG!%7[D!!*&K!!)]l!W^^Mo`"mk
960s3q#Kp&>'ne,]+?!!)`mJ,fQL
961~>
962
963
964grestore
965%%end of image
966gsave
967773 886 translate
96816 15 8
969[0.533333 0 0 0.517241 0 0]
970currentfile /ASCII85Decode filter /RunLengthDecode filter image
971p\t3noDedip&Fpir;ZEirr3!!s7HBlrrE-"oDesm!<;rs!<;lqs8Vusrr;lrrVuisr;Z`rr;Z`rqu6Wr
972qu?Tpp&G!ko`+jip&G!koD\djpA]XC
973~>
974
975
976grestore
977%%end of image
978gsave
979773 886 translate
98016 15 8
981[0.533333 0 0 0.517241 0 0]
982currentfile /ASCII85Decode filter /RunLengthDecode filter image
983p\t4.oD\jlGUN1a!'L7*!#>G3qu?^3r-/2Vrr3!!s8CFJ!'L1(!%7gH!s&AN!<:OM!#5M3GQS]\!<<#I
984!s&?`(&iFY'`e:6!!*#J!!*#u"99fo!'L5[!W^^Mr;Za2r;Qfue,]CG!%7[D!!*&K!!)]l!W^^Mo`"mk
985s3q#Kp&>'ne,]+?!!)`mJ,fQL
986~>
987
988
989grestore
990%%end of image
991[255 255 255] UpdateBkColor
992(CorrectHadronMomenta\(\)) 236 -0.00 803 905 TextOut
993[255 255 255] UpdateBkColor
994[255 255 255] UpdateBkColor
995[255 255 255] UpdateBkColor
996gsave
997773 910 translate
99816 15 8
999[0.533333 0 0 0.517241 0 0]
1000currentfile /ASCII85Decode filter /RunLengthDecode filter image
1001p\t4.oD\jlGUN1a!'L7*!#>G3qu?^3r-/2Vrr3!!s8CFJ!'L1(!%7gH!s&AN!<:OM!#5M3GQS]\!<<#I
1002!s&?`(&iFY'`e:6!!*#J!!*#u"99fo!'L5[!W^^Mr;Za2r;Qfue,]CG!%7[D!!*&K!!)]l!W^^Mo`"mk
1003s3q#Kp&>'ne,]+?!!)`mJ,fQL
1004~>
1005
1006
1007grestore
1008%%end of image
1009gsave
1010773 910 translate
101116 15 8
1012[0.533333 0 0 0.517241 0 0]
1013currentfile /ASCII85Decode filter /RunLengthDecode filter image
1014p\t3noDedip&Fpir;ZEirr3!!s7HBlrrE-"oDesm!<;rs!<;lqs8Vusrr;lrrVuisr;Z`rr;Z`rqu6Wr
1015qu?Tpp&G!ko`+jip&G!koD\djpA]XC
1016~>
1017
1018
1019grestore
1020%%end of image
1021gsave
1022773 910 translate
102316 15 8
1024[0.533333 0 0 0.517241 0 0]
1025currentfile /ASCII85Decode filter /RunLengthDecode filter image
1026p\t4.oD\jlGUN1a!'L7*!#>G3qu?^3r-/2Vrr3!!s8CFJ!'L1(!%7gH!s&AN!<:OM!#5M3GQS]\!<<#I
1027!s&?`(&iFY'`e:6!!*#J!!*#u"99fo!'L5[!W^^Mr;Za2r;Qfue,]CG!%7[D!!*&K!!)]l!W^^Mo`"mk
1028s3q#Kp&>'ne,]+?!!)`mJ,fQL
1029~>
1030
1031
1032grestore
1033%%end of image
1034[255 255 255] UpdateBkColor
1035(SetThisPointer\(\)) 150 -0.00 803 929 TextOut
1036[255 255 255] UpdateBkColor
10372 UpdateBkMode
1038[1 0 0 0 0 <>] UpdateBrush
1039/Courier  38 0  MwSetFont
1040[1 0 0 0 0 <>] UpdateBrush
1041/Helvetica  32 0  MwSetFont
1042/Courier  38 0  MwSetFont
1043/Helvetica  32 0  MwSetFont
1044/Courier  38 0  MwSetFont
1045[1 0 0 0 0 <>] UpdateBrush
1046/Helvetica  16 0  MwSetFont
1047/Courier  38 0  MwSetFont
1048/Helvetica  16 0  MwSetFont
1049/Courier  38 0  MwSetFont
1050[1 0 0 0 0 <>] UpdateBrush
1051[1 0 0 0 0 <>] UpdateBrush
1052/Helvetica  20 0  MwSetFont
1053/Courier  38 0  MwSetFont
1054/Helvetica  20 0  MwSetFont
1055[0 0 0 0 0 <>] UpdateBrush
10561 UpdateBkMode
1057[255 255 255] UpdateBkColor
1058(<<Abstract>>) 125 -0.00 879 711 TextOut
1059[255 255 255] UpdateBkColor
10602 UpdateBkMode
1061[1 0 0 0 0 <>] UpdateBrush
1062/Courier  38 0  MwSetFont
1063[1 0 0 0 0 <>] UpdateBrush
1064[0 255 255 255 0 <>] UpdateBrush
1065[1 0 0 0 0 <>] UpdateBrush
1066376 210 752 329 FillRectangle
1067376 210 752 329 RectangleOutLine
1068[1 0 0 0 0 <>] UpdateBrush
1069/Helvetica  32 0  MwSetFont
1070/Courier  38 0  MwSetFont
1071/Helvetica  32 0  MwSetFont
1072[0 0 0 0 0 <>] UpdateBrush
10731 UpdateBkMode
1074[255 255 255] UpdateBkColor
1075(G4PartonTransportModel) 371 -0.00 379 279 TextOut
1076[255 255 255] UpdateBkColor
10772 UpdateBkMode
1078[1 0 0 0 0 <>] UpdateBrush
1079/Courier  38 0  MwSetFont
1080[1 0 0 0 0 <>] UpdateBrush
1081[1 0 0 0 0 <>] UpdateBrush
1082/Helvetica  20 0  MwSetFont
1083/Courier  38 0  MwSetFont
1084[1 0 0 0 0 <>] UpdateBrush
1085376 289 752 329 FillRectangle
1086376 289 752 329 RectangleOutLine
1087376 301 752 329 FillRectangle
1088376 301 752 329 RectangleOutLine
1089[1 0 0 0 0 <>] UpdateBrush
1090/Helvetica  20 0  MwSetFont
1091/Courier  38 0  MwSetFont
1092/Helvetica  20 0  MwSetFont
1093/Courier  38 0  MwSetFont
1094[1 0 0 0 0 <>] UpdateBrush
1095/Helvetica  32 0  MwSetFont
1096/Courier  38 0  MwSetFont
1097/Helvetica  32 0  MwSetFont
1098/Courier  38 0  MwSetFont
1099[1 0 0 0 0 <>] UpdateBrush
1100/Helvetica  16 0  MwSetFont
1101/Courier  38 0  MwSetFont
1102/Helvetica  16 0  MwSetFont
1103/Courier  38 0  MwSetFont
1104[1 0 0 0 0 <>] UpdateBrush
1105[1 0 0 0 0 <>] UpdateBrush
1106/Helvetica  20 0  MwSetFont
1107/Courier  38 0  MwSetFont
1108/Helvetica  20 0  MwSetFont
1109[0 0 0 0 0 <>] UpdateBrush
11101 UpdateBkMode
1111[255 255 255] UpdateBkColor
1112(<<Concrete>>) 133 -0.00 498 238 TextOut
1113[255 255 255] UpdateBkColor
11142 UpdateBkMode
1115[1 0 0 0 0 <>] UpdateBrush
1116/Courier  38 0  MwSetFont
1117[1 0 0 0 0 <>] UpdateBrush
1118[0 255 255 255 0 <>] UpdateBrush
1119[1 0 0 0 0 <>] UpdateBrush
11201929 653 2258 807 FillRectangle
11211929 653 2258 807 RectangleOutLine
1122[1 0 0 0 0 <>] UpdateBrush
1123/Helvetica  32 0  MwSetFont
1124/Courier  38 0  MwSetFont
1125/Helvetica  32 0  MwSetFont
1126[0 0 0 0 0 <>] UpdateBrush
11271 UpdateBkMode
1128[255 255 255] UpdateBkColor
1129(G4VExcitationHandler) 323 -0.00 1933 722 TextOut
1130[255 255 255] UpdateBkColor
11312 UpdateBkMode
1132[1 0 0 0 0 <>] UpdateBrush
1133/Courier  38 0  MwSetFont
1134[1 0 0 0 0 <>] UpdateBrush
1135[1 0 0 0 0 <>] UpdateBrush
1136/Helvetica  20 0  MwSetFont
1137/Courier  38 0  MwSetFont
1138[1 0 0 0 0 <>] UpdateBrush
11391929 732 2258 807 FillRectangle
11401929 732 2258 807 RectangleOutLine
11411929 744 2258 807 FillRectangle
11421929 744 2258 807 RectangleOutLine
1143[1 0 0 0 0 <>] UpdateBrush
1144/Helvetica  20 0  MwSetFont
1145/Courier  38 0  MwSetFont
1146/Helvetica  20 0  MwSetFont
1147[0 0 0 0 0 <>] UpdateBrush
11481 UpdateBkMode
1149[255 255 255] UpdateBkColor
1150[255 255 255] UpdateBkColor
1151gsave
11521934 760 translate
115316 15 8
1154[0.516129 0 0 0.517241 0 0]
1155currentfile /ASCII85Decode filter /RunLengthDecode filter image
1156p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1157rY>&)!%4rLJ,fQL
1158~>
1159
1160
1161grestore
1162%%end of image
1163gsave
11641934 760 translate
116516 15 8
1166[0.516129 0 0 0.517241 0 0]
1167currentfile /ASCII85Decode filter /RunLengthDecode filter image
1168p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1169~>
1170
1171
1172grestore
1173%%end of image
1174gsave
11751934 760 translate
117616 15 8
1177[0.516129 0 0 0.517241 0 0]
1178currentfile /ASCII85Decode filter /RunLengthDecode filter image
1179p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1180rY>&)!%4rLJ,fQL
1181~>
1182
1183
1184grestore
1185%%end of image
1186[255 255 255] UpdateBkColor
1187(BreakItUp\(\)) 106 -0.00 1965 779 TextOut
1188[255 255 255] UpdateBkColor
11892 UpdateBkMode
1190[1 0 0 0 0 <>] UpdateBrush
1191/Courier  38 0  MwSetFont
1192[1 0 0 0 0 <>] UpdateBrush
1193/Helvetica  32 0  MwSetFont
1194/Courier  38 0  MwSetFont
1195/Helvetica  32 0  MwSetFont
1196/Courier  38 0  MwSetFont
1197[1 0 0 0 0 <>] UpdateBrush
1198/Helvetica  16 0  MwSetFont
1199/Courier  38 0  MwSetFont
1200/Helvetica  16 0  MwSetFont
1201/Courier  38 0  MwSetFont
1202[1 0 0 0 0 <>] UpdateBrush
1203[1 0 0 0 0 <>] UpdateBrush
1204/Helvetica  20 0  MwSetFont
1205/Courier  38 0  MwSetFont
1206/Helvetica  20 0  MwSetFont
1207[0 0 0 0 0 <>] UpdateBrush
12081 UpdateBkMode
1209[255 255 255] UpdateBkColor
1210(<<Concrete>>) 133 -0.00 2028 681 TextOut
1211[255 255 255] UpdateBkColor
12122 UpdateBkMode
1213[1 0 0 0 0 <>] UpdateBrush
1214/Courier  38 0  MwSetFont
1215[1 0 0 0 0 <>] UpdateBrush
1216[0 255 255 255 0 <>] UpdateBrush
1217[1 0 0 0 0 <>] UpdateBrush
1218763 433 1154 615 FillRectangle
1219763 433 1154 615 RectangleOutLine
1220[1 0 0 0 0 <>] UpdateBrush
1221/Helvetica  32 0  MwSetFont
1222/Courier  38 0  MwSetFont
1223/Helvetica  32 0  MwSetFont
1224[0 0 0 0 0 <>] UpdateBrush
12251 UpdateBkMode
1226[255 255 255] UpdateBkColor
1227(G4VHighEnergyGenerator) 385 -0.00 767 502 TextOut
1228[255 255 255] UpdateBkColor
12292 UpdateBkMode
1230[1 0 0 0 0 <>] UpdateBrush
1231/Courier  38 0  MwSetFont
1232[1 0 0 0 0 <>] UpdateBrush
1233[1 0 0 0 0 <>] UpdateBrush
1234/Helvetica  20 0  MwSetFont
1235/Courier  38 0  MwSetFont
1236[1 0 0 0 0 <>] UpdateBrush
1237763 512 1154 615 FillRectangle
1238763 512 1154 615 RectangleOutLine
1239763 524 1154 615 FillRectangle
1240763 524 1154 615 RectangleOutLine
1241[1 0 0 0 0 <>] UpdateBrush
1242/Helvetica  20 0  MwSetFont
1243/Courier  38 0  MwSetFont
1244/Helvetica  20 0  MwSetFont
1245[0 0 0 0 0 <>] UpdateBrush
12461 UpdateBkMode
1247[255 255 255] UpdateBkColor
1248[255 255 255] UpdateBkColor
1249gsave
1250768 539 translate
125116 15 8
1252[0.516129 0 0 0.517241 0 0]
1253currentfile /ASCII85Decode filter /RunLengthDecode filter image
1254p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1255rY>&)!%4rLJ,fQL
1256~>
1257
1258
1259grestore
1260%%end of image
1261gsave
1262768 539 translate
126316 15 8
1264[0.516129 0 0 0.517241 0 0]
1265currentfile /ASCII85Decode filter /RunLengthDecode filter image
1266p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1267~>
1268
1269
1270grestore
1271%%end of image
1272gsave
1273768 539 translate
127416 15 8
1275[0.516129 0 0 0.517241 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
1284[255 255 255] UpdateBkColor
1285(Scatter\(\)) 80 -0.00 799 558 TextOut
1286[255 255 255] UpdateBkColor
1287[255 255 255] UpdateBkColor
1288[255 255 255] UpdateBkColor
1289gsave
1290768 563 translate
129116 15 8
1292[0.516129 0 0 0.517241 0 0]
1293currentfile /ASCII85Decode filter /RunLengthDecode filter image
1294p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1295rY>&)!%4rLJ,fQL
1296~>
1297
1298
1299grestore
1300%%end of image
1301gsave
1302768 563 translate
130316 15 8
1304[0.516129 0 0 0.517241 0 0]
1305currentfile /ASCII85Decode filter /RunLengthDecode filter image
1306p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1307~>
1308
1309
1310grestore
1311%%end of image
1312gsave
1313768 563 translate
131416 15 8
1315[0.516129 0 0 0.517241 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
1324[255 255 255] UpdateBkColor
1325(GetWoundedNucleus\(\)) 211 -0.00 799 582 TextOut
1326[255 255 255] UpdateBkColor
13272 UpdateBkMode
1328[1 0 0 0 0 <>] UpdateBrush
1329/Courier  38 0  MwSetFont
1330[1 0 0 0 0 <>] UpdateBrush
1331/Helvetica  32 0  MwSetFont
1332/Courier  38 0  MwSetFont
1333/Helvetica  32 0  MwSetFont
1334/Courier  38 0  MwSetFont
1335[1 0 0 0 0 <>] UpdateBrush
1336/Helvetica  16 0  MwSetFont
1337/Courier  38 0  MwSetFont
1338/Helvetica  16 0  MwSetFont
1339/Courier  38 0  MwSetFont
1340[1 0 0 0 0 <>] UpdateBrush
1341[1 0 0 0 0 <>] UpdateBrush
1342/Helvetica  20 0  MwSetFont
1343/Courier  38 0  MwSetFont
1344/Helvetica  20 0  MwSetFont
1345[0 0 0 0 0 <>] UpdateBrush
13461 UpdateBkMode
1347[255 255 255] UpdateBkColor
1348(<<Purely Abstract>>) 189 -0.00 865 461 TextOut
1349[255 255 255] UpdateBkColor
13502 UpdateBkMode
1351[1 0 0 0 0 <>] UpdateBrush
1352/Courier  38 0  MwSetFont
1353[1 0 0 0 0 <>] UpdateBrush
1354[0 255 255 255 0 <>] UpdateBrush
1355[1 0 0 0 0 <>] UpdateBrush
1356pop pop 659 330
1357816 432 LineTo
1358[0 255 255 255 0 <>] UpdateBrush
1359781 424 795 403 816 432 3 Polygon
1360[1 0 0 0 0 <>] UpdateBrush
1361[0 255 255 255 0 <>] UpdateBrush
1362[1 0 0 0 0 <>] UpdateBrush
1363pop pop 949 682
1364953 616 LineTo
1365[0 255 255 255 0 <>] UpdateBrush
1366939 650 964 651 953 616 3 Polygon
1367[1 0 0 0 0 <>] UpdateBrush
1368[0 255 255 255 0 <>] UpdateBrush
1369[1 0 0 0 0 <>] UpdateBrush
13701450 115 1793 356 FillRectangle
13711450 115 1793 356 RectangleOutLine
1372[1 0 0 0 0 <>] UpdateBrush
1373/Helvetica  32 0  MwSetFont
1374/Courier  38 0  MwSetFont
1375/Helvetica  32 0  MwSetFont
1376[0 0 0 0 0 <>] UpdateBrush
13771 UpdateBkMode
1378[255 255 255] UpdateBkColor
1379(G4HadronicInteraction) 329 -0.00 1457 184 TextOut
1380[255 255 255] UpdateBkColor
13812 UpdateBkMode
1382[1 0 0 0 0 <>] UpdateBrush
1383/Courier  38 0  MwSetFont
1384[1 0 0 0 0 <>] UpdateBrush
1385[1 0 0 0 0 <>] UpdateBrush
1386/Helvetica  20 0  MwSetFont
1387/Courier  38 0  MwSetFont
1388[1 0 0 0 0 <>] UpdateBrush
13891450 194 1793 356 FillRectangle
13901450 194 1793 356 RectangleOutLine
13911450 206 1793 356 FillRectangle
13921450 206 1793 356 RectangleOutLine
1393[1 0 0 0 0 <>] UpdateBrush
1394/Helvetica  20 0  MwSetFont
1395/Courier  38 0  MwSetFont
1396/Helvetica  20 0  MwSetFont
1397[0 0 0 0 0 <>] UpdateBrush
13981 UpdateBkMode
1399[255 255 255] UpdateBkColor
1400[255 255 255] UpdateBkColor
1401gsave
14021455 222 translate
140316 15 8
1404[0.533333 0 0 0.517241 0 0]
1405currentfile /ASCII85Decode filter /RunLengthDecode filter image
1406p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1407rY>&)!%4rLJ,fQL
1408~>
1409
1410
1411grestore
1412%%end of image
1413gsave
14141455 222 translate
141516 15 8
1416[0.533333 0 0 0.517241 0 0]
1417currentfile /ASCII85Decode filter /RunLengthDecode filter image
1418p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1419~>
1420
1421
1422grestore
1423%%end of image
1424gsave
14251455 222 translate
142616 15 8
1427[0.533333 0 0 0.517241 0 0]
1428currentfile /ASCII85Decode filter /RunLengthDecode filter image
1429p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1430rY>&)!%4rLJ,fQL
1431~>
1432
1433
1434grestore
1435%%end of image
1436[255 255 255] UpdateBkColor
1437(ApplyYourself\(\)) 142 -0.00 1485 241 TextOut
1438[255 255 255] UpdateBkColor
1439[255 255 255] UpdateBkColor
1440[255 255 255] UpdateBkColor
1441gsave
14421455 246 translate
144316 15 8
1444[0.533333 0 0 0.517241 0 0]
1445currentfile /ASCII85Decode filter /RunLengthDecode filter image
1446p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1447rY>&)!%4rLJ,fQL
1448~>
1449
1450
1451grestore
1452%%end of image
1453gsave
14541455 246 translate
145516 15 8
1456[0.533333 0 0 0.517241 0 0]
1457currentfile /ASCII85Decode filter /RunLengthDecode filter image
1458p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1459~>
1460
1461
1462grestore
1463%%end of image
1464gsave
14651455 246 translate
146616 15 8
1467[0.533333 0 0 0.517241 0 0]
1468currentfile /ASCII85Decode filter /RunLengthDecode filter image
1469p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1470rY>&)!%4rLJ,fQL
1471~>
1472
1473
1474grestore
1475%%end of image
1476[255 255 255] UpdateBkColor
1477(SetMinEnergy\(\)) 144 -0.00 1485 265 TextOut
1478[255 255 255] UpdateBkColor
1479[255 255 255] UpdateBkColor
1480[255 255 255] UpdateBkColor
1481gsave
14821455 270 translate
148316 15 8
1484[0.533333 0 0 0.517241 0 0]
1485currentfile /ASCII85Decode filter /RunLengthDecode filter image
1486p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1487rY>&)!%4rLJ,fQL
1488~>
1489
1490
1491grestore
1492%%end of image
1493gsave
14941455 270 translate
149516 15 8
1496[0.533333 0 0 0.517241 0 0]
1497currentfile /ASCII85Decode filter /RunLengthDecode filter image
1498p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1499~>
1500
1501
1502grestore
1503%%end of image
1504gsave
15051455 270 translate
150616 15 8
1507[0.533333 0 0 0.517241 0 0]
1508currentfile /ASCII85Decode filter /RunLengthDecode filter image
1509p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1510rY>&)!%4rLJ,fQL
1511~>
1512
1513
1514grestore
1515%%end of image
1516[255 255 255] UpdateBkColor
1517(SetMaxEnergy\(\)) 150 -0.00 1485 289 TextOut
1518[255 255 255] UpdateBkColor
1519[255 255 255] UpdateBkColor
1520[255 255 255] UpdateBkColor
1521gsave
15221455 294 translate
152316 15 8
1524[0.533333 0 0 0.517241 0 0]
1525currentfile /ASCII85Decode filter /RunLengthDecode filter image
1526p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1527rY>&)!%4rLJ,fQL
1528~>
1529
1530
1531grestore
1532%%end of image
1533gsave
15341455 294 translate
153516 15 8
1536[0.533333 0 0 0.517241 0 0]
1537currentfile /ASCII85Decode filter /RunLengthDecode filter image
1538p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1539~>
1540
1541
1542grestore
1543%%end of image
1544gsave
15451455 294 translate
154616 15 8
1547[0.533333 0 0 0.517241 0 0]
1548currentfile /ASCII85Decode filter /RunLengthDecode filter image
1549p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1550rY>&)!%4rLJ,fQL
1551~>
1552
1553
1554grestore
1555%%end of image
1556[255 255 255] UpdateBkColor
1557(DeActivateFor\(\)) 145 -0.00 1485 313 TextOut
1558[255 255 255] UpdateBkColor
15592 UpdateBkMode
1560[1 0 0 0 0 <>] UpdateBrush
1561/Courier  38 0  MwSetFont
1562[1 0 0 0 0 <>] UpdateBrush
1563/Helvetica  32 0  MwSetFont
1564/Courier  38 0  MwSetFont
1565/Helvetica  32 0  MwSetFont
1566/Courier  38 0  MwSetFont
1567[1 0 0 0 0 <>] UpdateBrush
1568/Helvetica  16 0  MwSetFont
1569/Courier  38 0  MwSetFont
1570/Helvetica  16 0  MwSetFont
1571/Courier  38 0  MwSetFont
1572[1 0 0 0 0 <>] UpdateBrush
1573[1 0 0 0 0 <>] UpdateBrush
1574/Helvetica  20 0  MwSetFont
1575/Courier  38 0  MwSetFont
1576/Helvetica  20 0  MwSetFont
1577[0 0 0 0 0 <>] UpdateBrush
15781 UpdateBkMode
1579[255 255 255] UpdateBkColor
1580(<<Abstract>>) 125 -0.00 1559 143 TextOut
1581[255 255 255] UpdateBkColor
15822 UpdateBkMode
1583[1 0 0 0 0 <>] UpdateBrush
1584/Courier  38 0  MwSetFont
1585[1 0 0 0 0 <>] UpdateBrush
1586[0 255 255 255 0 <>] UpdateBrush
1587[1 0 0 0 0 <>] UpdateBrush
1588pop pop 1911 355
15891794 306 LineTo
1590[0 255 255 255 0 <>] UpdateBrush
15911821 331 1830 308 1794 306 3 Polygon
1592[1 0 0 0 0 <>] UpdateBrush
1593[0 255 255 255 0 <>] UpdateBrush
1594[1 0 0 0 0 <>] UpdateBrush
1595375 417 695 537 FillRectangle
1596375 417 695 537 RectangleOutLine
1597[1 0 0 0 0 <>] UpdateBrush
1598/Helvetica  32 0  MwSetFont
1599/Courier  38 0  MwSetFont
1600/Helvetica  32 0  MwSetFont
1601[0 0 0 0 0 <>] UpdateBrush
16021 UpdateBkMode
1603[255 255 255] UpdateBkColor
1604(G4PythiaAhInterface) 303 -0.00 384 486 TextOut
1605[255 255 255] UpdateBkColor
16062 UpdateBkMode
1607[1 0 0 0 0 <>] UpdateBrush
1608/Courier  38 0  MwSetFont
1609[1 0 0 0 0 <>] UpdateBrush
1610[1 0 0 0 0 <>] UpdateBrush
1611/Helvetica  20 0  MwSetFont
1612/Courier  38 0  MwSetFont
1613[1 0 0 0 0 <>] UpdateBrush
1614375 496 695 537 FillRectangle
1615375 496 695 537 RectangleOutLine
1616375 508 695 537 FillRectangle
1617375 508 695 537 RectangleOutLine
1618[1 0 0 0 0 <>] UpdateBrush
1619/Helvetica  20 0  MwSetFont
1620/Courier  38 0  MwSetFont
1621/Helvetica  20 0  MwSetFont
1622/Courier  38 0  MwSetFont
1623[1 0 0 0 0 <>] UpdateBrush
1624/Helvetica  32 0  MwSetFont
1625/Courier  38 0  MwSetFont
1626/Helvetica  32 0  MwSetFont
1627/Courier  38 0  MwSetFont
1628[1 0 0 0 0 <>] UpdateBrush
1629/Helvetica  16 0  MwSetFont
1630/Courier  38 0  MwSetFont
1631/Helvetica  16 0  MwSetFont
1632/Courier  38 0  MwSetFont
1633[1 0 0 0 0 <>] UpdateBrush
1634[1 0 0 0 0 <>] UpdateBrush
1635/Helvetica  20 0  MwSetFont
1636/Courier  38 0  MwSetFont
1637/Helvetica  20 0  MwSetFont
1638[0 0 0 0 0 <>] UpdateBrush
16391 UpdateBkMode
1640[255 255 255] UpdateBkColor
1641(<<Concrete>>) 133 -0.00 469 445 TextOut
1642[255 255 255] UpdateBkColor
16432 UpdateBkMode
1644[1 0 0 0 0 <>] UpdateBrush
1645/Courier  38 0  MwSetFont
1646[1 0 0 0 0 <>] UpdateBrush
1647[0 255 255 255 0 <>] UpdateBrush
1648[1 0 0 0 0 <>] UpdateBrush
1649pop pop 696 495
1650762 502 LineTo
1651[0 255 255 255 0 <>] UpdateBrush
1652727 511 729 485 762 502 3 Polygon
1653[1 0 0 0 0 <>] UpdateBrush
1654[0 255 255 255 0 <>] UpdateBrush
1655[0 0 0 0 0 <>] UpdateBrush
1656pop pop 2096 569
16572095 652 LineTo
1658[0 255 255 255 0 <>] UpdateBrush
16592096 569 2087 584 2095 600 2105 584 2096 569 5 Polygon
1660[0 0 0 0 0 <>] UpdateBrush
1661pop pop 2095 652
16622103 632 LineTo
1663pop pop 2095 652
16642086 632 LineTo
1665[0 0 0 0 0 <>] UpdateBrush
1666/Helvetica  20 0  MwSetFont
1667/Courier  38 0  MwSetFont
1668/Helvetica  20 0  MwSetFont
1669[0 0 0 0 0 <>] UpdateBrush
16701 UpdateBkMode
1671[255 255 255] UpdateBkColor
1672(1) 12 -0.00 2111 584 TextOut
1673[255 255 255] UpdateBkColor
16742 UpdateBkMode
1675[0 0 0 0 0 <>] UpdateBrush
1676/Courier  38 0  MwSetFont
1677[0 0 0 0 0 <>] UpdateBrush
1678[0 0 0 0 0 <>] UpdateBrush
1679/Helvetica  20 0  MwSetFont
1680/Courier  38 0  MwSetFont
1681/Helvetica  20 0  MwSetFont
1682[0 0 0 0 0 <>] UpdateBrush
16831 UpdateBkMode
1684[255 255 255] UpdateBkColor
1685(1) 12 -0.00 2110 651 TextOut
1686[255 255 255] UpdateBkColor
16872 UpdateBkMode
1688[0 0 0 0 0 <>] UpdateBrush
1689/Courier  38 0  MwSetFont
1690[0 0 0 0 0 <>] UpdateBrush
1691[0 255 255 255 0 <>] UpdateBrush
1692[1 0 0 0 0 <>] UpdateBrush
1693988 166 1314 320 FillRectangle
1694988 166 1314 320 RectangleOutLine
1695[1 0 0 0 0 <>] UpdateBrush
1696/Helvetica  32 0  MwSetFont
1697/Courier  38 0  MwSetFont
1698/Helvetica  32 0  MwSetFont
1699[0 0 0 0 0 <>] UpdateBrush
17001 UpdateBkMode
1701[255 255 255] UpdateBkColor
1702(G4TheoFSGenerator) 309 -0.00 997 235 TextOut
1703[255 255 255] UpdateBkColor
17042 UpdateBkMode
1705[1 0 0 0 0 <>] UpdateBrush
1706/Courier  38 0  MwSetFont
1707[1 0 0 0 0 <>] UpdateBrush
1708[1 0 0 0 0 <>] UpdateBrush
1709/Helvetica  20 0  MwSetFont
1710/Courier  38 0  MwSetFont
1711[1 0 0 0 0 <>] UpdateBrush
1712988 245 1314 320 FillRectangle
1713988 245 1314 320 RectangleOutLine
1714988 257 1314 320 FillRectangle
1715988 257 1314 320 RectangleOutLine
1716[1 0 0 0 0 <>] UpdateBrush
1717/Helvetica  20 0  MwSetFont
1718/Courier  38 0  MwSetFont
1719/Helvetica  20 0  MwSetFont
1720[0 0 0 0 0 <>] UpdateBrush
17211 UpdateBkMode
1722[255 255 255] UpdateBkColor
1723[255 255 255] UpdateBkColor
1724gsave
1725993 272 translate
172616 15 8
1727[0.533333 0 0 0.517241 0 0]
1728currentfile /ASCII85Decode filter /RunLengthDecode filter image
1729p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1730rY>&)!%4rLJ,fQL
1731~>
1732
1733
1734grestore
1735%%end of image
1736gsave
1737993 272 translate
173816 15 8
1739[0.533333 0 0 0.517241 0 0]
1740currentfile /ASCII85Decode filter /RunLengthDecode filter image
1741p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1742~>
1743
1744
1745grestore
1746%%end of image
1747gsave
1748993 272 translate
174916 15 8
1750[0.533333 0 0 0.517241 0 0]
1751currentfile /ASCII85Decode filter /RunLengthDecode filter image
1752p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1753rY>&)!%4rLJ,fQL
1754~>
1755
1756
1757grestore
1758%%end of image
1759[255 255 255] UpdateBkColor
1760(ApplyYouself\(\)) 135 -0.00 1023 291 TextOut
1761[255 255 255] UpdateBkColor
17622 UpdateBkMode
1763[1 0 0 0 0 <>] UpdateBrush
1764/Courier  38 0  MwSetFont
1765[1 0 0 0 0 <>] UpdateBrush
1766/Helvetica  32 0  MwSetFont
1767/Courier  38 0  MwSetFont
1768/Helvetica  32 0  MwSetFont
1769/Courier  38 0  MwSetFont
1770[1 0 0 0 0 <>] UpdateBrush
1771/Helvetica  16 0  MwSetFont
1772/Courier  38 0  MwSetFont
1773/Helvetica  16 0  MwSetFont
1774/Courier  38 0  MwSetFont
1775[1 0 0 0 0 <>] UpdateBrush
1776[1 0 0 0 0 <>] UpdateBrush
1777/Helvetica  20 0  MwSetFont
1778/Courier  38 0  MwSetFont
1779/Helvetica  20 0  MwSetFont
1780[0 0 0 0 0 <>] UpdateBrush
17811 UpdateBkMode
1782[255 255 255] UpdateBkColor
1783(<<Concrete>>) 133 -0.00 1085 194 TextOut
1784[255 255 255] UpdateBkColor
17852 UpdateBkMode
1786[1 0 0 0 0 <>] UpdateBrush
1787/Courier  38 0  MwSetFont
1788[1 0 0 0 0 <>] UpdateBrush
1789[0 255 255 255 0 <>] UpdateBrush
1790[1 0 0 0 0 <>] UpdateBrush
1791397 599 682 782 FillRectangle
1792397 599 682 782 RectangleOutLine
1793[1 0 0 0 0 <>] UpdateBrush
1794/Helvetica  32 0  MwSetFont
1795/Courier  38 0  MwSetFont
1796/Helvetica  32 0  MwSetFont
1797[0 0 0 0 0 <>] UpdateBrush
17981 UpdateBkMode
1799[255 255 255] UpdateBkColor
1800(G4NhModel) 175 -0.00 452 668 TextOut
1801[255 255 255] UpdateBkColor
18022 UpdateBkMode
1803[1 0 0 0 0 <>] UpdateBrush
1804/Courier  38 0  MwSetFont
1805[1 0 0 0 0 <>] UpdateBrush
1806[1 0 0 0 0 <>] UpdateBrush
1807/Helvetica  20 0  MwSetFont
1808/Courier  38 0  MwSetFont
1809[1 0 0 0 0 <>] UpdateBrush
1810397 678 682 782 FillRectangle
1811397 678 682 782 RectangleOutLine
1812397 690 682 782 FillRectangle
1813397 690 682 782 RectangleOutLine
1814[1 0 0 0 0 <>] UpdateBrush
1815/Helvetica  20 0  MwSetFont
1816/Courier  38 0  MwSetFont
1817/Helvetica  20 0  MwSetFont
1818[0 0 0 0 0 <>] UpdateBrush
18191 UpdateBkMode
1820[255 255 255] UpdateBkColor
1821[255 255 255] UpdateBkColor
1822gsave
1823402 706 translate
182416 15 8
1825[0.533333 0 0 0.517241 0 0]
1826currentfile /ASCII85Decode filter /RunLengthDecode filter image
1827p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1828rY>&)!%4rLJ,fQL
1829~>
1830
1831
1832grestore
1833%%end of image
1834gsave
1835402 706 translate
183616 15 8
1837[0.533333 0 0 0.517241 0 0]
1838currentfile /ASCII85Decode filter /RunLengthDecode filter image
1839p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1840~>
1841
1842
1843grestore
1844%%end of image
1845gsave
1846402 706 translate
184716 15 8
1848[0.533333 0 0 0.517241 0 0]
1849currentfile /ASCII85Decode filter /RunLengthDecode filter image
1850p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1851rY>&)!%4rLJ,fQL
1852~>
1853
1854
1855grestore
1856%%end of image
1857[255 255 255] UpdateBkColor
1858(Scatter\(\)) 80 -0.00 432 725 TextOut
1859[255 255 255] UpdateBkColor
1860[255 255 255] UpdateBkColor
1861[255 255 255] UpdateBkColor
1862gsave
1863402 730 translate
186416 15 8
1865[0.533333 0 0 0.517241 0 0]
1866currentfile /ASCII85Decode filter /RunLengthDecode filter image
1867p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1868rY>&)!%4rLJ,fQL
1869~>
1870
1871
1872grestore
1873%%end of image
1874gsave
1875402 730 translate
187616 15 8
1877[0.533333 0 0 0.517241 0 0]
1878currentfile /ASCII85Decode filter /RunLengthDecode filter image
1879p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1880~>
1881
1882
1883grestore
1884%%end of image
1885gsave
1886402 730 translate
188716 15 8
1888[0.533333 0 0 0.517241 0 0]
1889currentfile /ASCII85Decode filter /RunLengthDecode filter image
1890p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1891rY>&)!%4rLJ,fQL
1892~>
1893
1894
1895grestore
1896%%end of image
1897[255 255 255] UpdateBkColor
1898(GetWoundedNucleus\(\)) 211 -0.00 432 749 TextOut
1899[255 255 255] UpdateBkColor
19002 UpdateBkMode
1901[1 0 0 0 0 <>] UpdateBrush
1902/Courier  38 0  MwSetFont
1903[1 0 0 0 0 <>] UpdateBrush
1904/Helvetica  32 0  MwSetFont
1905/Courier  38 0  MwSetFont
1906/Helvetica  32 0  MwSetFont
1907/Courier  38 0  MwSetFont
1908[1 0 0 0 0 <>] UpdateBrush
1909/Helvetica  16 0  MwSetFont
1910/Courier  38 0  MwSetFont
1911/Helvetica  16 0  MwSetFont
1912/Courier  38 0  MwSetFont
1913[1 0 0 0 0 <>] UpdateBrush
1914[1 0 0 0 0 <>] UpdateBrush
1915/Helvetica  20 0  MwSetFont
1916/Courier  38 0  MwSetFont
1917/Helvetica  20 0  MwSetFont
1918[0 0 0 0 0 <>] UpdateBrush
19191 UpdateBkMode
1920[255 255 255] UpdateBkColor
1921(<<Abstract>>) 125 -0.00 477 627 TextOut
1922[255 255 255] UpdateBkColor
19232 UpdateBkMode
1924[1 0 0 0 0 <>] UpdateBrush
1925/Courier  38 0  MwSetFont
1926[1 0 0 0 0 <>] UpdateBrush
1927[0 255 255 255 0 <>] UpdateBrush
1928[1 0 0 0 0 <>] UpdateBrush
1929pop pop 683 634
1930762 601 LineTo
1931[0 255 255 255 0 <>] UpdateBrush
1932726 603 735 625 762 601 3 Polygon
1933[1 0 0 0 0 <>] UpdateBrush
1934[0 255 255 255 0 <>] UpdateBrush
1935[1 0 0 0 0 <>] UpdateBrush
19361282 565 1757 747 FillRectangle
19371282 565 1757 747 RectangleOutLine
1938[1 0 0 0 0 <>] UpdateBrush
1939/Helvetica  32 0  MwSetFont
1940/Courier  38 0  MwSetFont
1941/Helvetica  32 0  MwSetFont
1942[0 0 0 0 0 <>] UpdateBrush
19431 UpdateBkMode
1944[255 255 255] UpdateBkColor
1945(G4VIntraNuclearTransportModel) 475 -0.00 1282 634 TextOut
1946[255 255 255] UpdateBkColor
19472 UpdateBkMode
1948[1 0 0 0 0 <>] UpdateBrush
1949/Courier  38 0  MwSetFont
1950[1 0 0 0 0 <>] UpdateBrush
1951[1 0 0 0 0 <>] UpdateBrush
1952/Helvetica  20 0  MwSetFont
1953/Courier  38 0  MwSetFont
1954[1 0 0 0 0 <>] UpdateBrush
19551282 644 1757 747 FillRectangle
19561282 644 1757 747 RectangleOutLine
19571282 656 1757 747 FillRectangle
19581282 656 1757 747 RectangleOutLine
1959[1 0 0 0 0 <>] UpdateBrush
1960/Helvetica  20 0  MwSetFont
1961/Courier  38 0  MwSetFont
1962/Helvetica  20 0  MwSetFont
1963[0 0 0 0 0 <>] UpdateBrush
19641 UpdateBkMode
1965[255 255 255] UpdateBkColor
1966[255 255 255] UpdateBkColor
1967gsave
19681287 671 translate
196916 15 8
1970[0.533333 0 0 0.517241 0 0]
1971currentfile /ASCII85Decode filter /RunLengthDecode filter image
1972p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1973rY>&)!%4rLJ,fQL
1974~>
1975
1976
1977grestore
1978%%end of image
1979gsave
19801287 671 translate
198116 15 8
1982[0.533333 0 0 0.517241 0 0]
1983currentfile /ASCII85Decode filter /RunLengthDecode filter image
1984p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1985~>
1986
1987
1988grestore
1989%%end of image
1990gsave
19911287 671 translate
199216 15 8
1993[0.533333 0 0 0.517241 0 0]
1994currentfile /ASCII85Decode filter /RunLengthDecode filter image
1995p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1996rY>&)!%4rLJ,fQL
1997~>
1998
1999
2000grestore
2001%%end of image
2002[255 255 255] UpdateBkColor
2003(ApplyYourself\(\)) 142 -0.00 1317 690 TextOut
2004[255 255 255] UpdateBkColor
2005[255 255 255] UpdateBkColor
2006[255 255 255] UpdateBkColor
2007gsave
20081287 696 translate
200916 15 8
2010[0.533333 0 0 0.535714 0 0]
2011currentfile /ASCII85Decode filter /RunLengthDecode filter image
2012p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
2013rY>&)!%4rLJ,fQL
2014~>
2015
2016
2017grestore
2018%%end of image
2019gsave
20201287 696 translate
202116 15 8
2022[0.533333 0 0 0.535714 0 0]
2023currentfile /ASCII85Decode filter /RunLengthDecode filter image
2024p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
2025~>
2026
2027
2028grestore
2029%%end of image
2030gsave
20311287 696 translate
203216 15 8
2033[0.533333 0 0 0.535714 0 0]
2034currentfile /ASCII85Decode filter /RunLengthDecode filter image
2035p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
2036rY>&)!%4rLJ,fQL
2037~>
2038
2039
2040grestore
2041%%end of image
2042[255 255 255] UpdateBkColor
2043(Propagate\(\)) 110 -0.00 1317 715 TextOut
2044[255 255 255] UpdateBkColor
20452 UpdateBkMode
2046[1 0 0 0 0 <>] UpdateBrush
2047/Courier  38 0  MwSetFont
2048[1 0 0 0 0 <>] UpdateBrush
2049/Helvetica  32 0  MwSetFont
2050/Courier  38 0  MwSetFont
2051/Helvetica  32 0  MwSetFont
2052/Courier  38 0  MwSetFont
2053[1 0 0 0 0 <>] UpdateBrush
2054/Helvetica  16 0  MwSetFont
2055/Courier  38 0  MwSetFont
2056/Helvetica  16 0  MwSetFont
2057/Courier  38 0  MwSetFont
2058[1 0 0 0 0 <>] UpdateBrush
2059[1 0 0 0 0 <>] UpdateBrush
2060/Helvetica  20 0  MwSetFont
2061/Courier  38 0  MwSetFont
2062/Helvetica  20 0  MwSetFont
2063[0 0 0 0 0 <>] UpdateBrush
20641 UpdateBkMode
2065[255 255 255] UpdateBkColor
2066(<<Purely Abstract>>) 189 -0.00 1425 593 TextOut
2067[255 255 255] UpdateBkColor
20682 UpdateBkMode
2069[1 0 0 0 0 <>] UpdateBrush
2070/Courier  38 0  MwSetFont
2071[1 0 0 0 0 <>] UpdateBrush
2072[0 255 255 255 0 <>] UpdateBrush
2073[1 0 0 0 0 <>] UpdateBrush
2074pop pop 1542 564
20751591 357 LineTo
2076[0 255 255 255 0 <>] UpdateBrush
20771571 388 1595 394 1591 357 3 Polygon
2078[1 0 0 0 0 <>] UpdateBrush
2079[0 255 255 255 0 <>] UpdateBrush
2080[1 0 0 0 0 <>] UpdateBrush
2081384 871 706 991 FillRectangle
2082384 871 706 991 RectangleOutLine
2083[1 0 0 0 0 <>] UpdateBrush
2084/Helvetica  32 0  MwSetFont
2085/Courier  38 0  MwSetFont
2086/Helvetica  32 0  MwSetFont
2087[0 0 0 0 0 <>] UpdateBrush
20881 UpdateBkMode
2089[255 255 255] UpdateBkColor
2090(G4PythiaNhInterface) 305 -0.00 393 940 TextOut
2091[255 255 255] UpdateBkColor
20922 UpdateBkMode
2093[1 0 0 0 0 <>] UpdateBrush
2094/Courier  38 0  MwSetFont
2095[1 0 0 0 0 <>] UpdateBrush
2096[1 0 0 0 0 <>] UpdateBrush
2097/Helvetica  20 0  MwSetFont
2098/Courier  38 0  MwSetFont
2099[1 0 0 0 0 <>] UpdateBrush
2100384 950 706 991 FillRectangle
2101384 950 706 991 RectangleOutLine
2102384 962 706 991 FillRectangle
2103384 962 706 991 RectangleOutLine
2104[1 0 0 0 0 <>] UpdateBrush
2105/Helvetica  20 0  MwSetFont
2106/Courier  38 0  MwSetFont
2107/Helvetica  20 0  MwSetFont
2108/Courier  38 0  MwSetFont
2109[1 0 0 0 0 <>] UpdateBrush
2110/Helvetica  32 0  MwSetFont
2111/Courier  38 0  MwSetFont
2112/Helvetica  32 0  MwSetFont
2113/Courier  38 0  MwSetFont
2114[1 0 0 0 0 <>] UpdateBrush
2115/Helvetica  16 0  MwSetFont
2116/Courier  38 0  MwSetFont
2117/Helvetica  16 0  MwSetFont
2118/Courier  38 0  MwSetFont
2119[1 0 0 0 0 <>] UpdateBrush
2120[1 0 0 0 0 <>] UpdateBrush
2121/Helvetica  20 0  MwSetFont
2122/Courier  38 0  MwSetFont
2123/Helvetica  20 0  MwSetFont
2124[0 0 0 0 0 <>] UpdateBrush
21251 UpdateBkMode
2126[255 255 255] UpdateBkColor
2127(<<Concrete>>) 133 -0.00 479 899 TextOut
2128[255 255 255] UpdateBkColor
21292 UpdateBkMode
2130[1 0 0 0 0 <>] UpdateBrush
2131/Courier  38 0  MwSetFont
2132[1 0 0 0 0 <>] UpdateBrush
2133[0 255 255 255 0 <>] UpdateBrush
2134[1 0 0 0 0 <>] UpdateBrush
2135pop pop 543 871
2136541 783 LineTo
2137[0 255 255 255 0 <>] UpdateBrush
2138529 817 555 817 541 783 3 Polygon
2139[1 0 0 0 0 <>] UpdateBrush
2140[0 255 255 255 0 <>] UpdateBrush
2141[1 0 0 0 0 <>] UpdateBrush
21421534 860 1759 979 FillRectangle
21431534 860 1759 979 RectangleOutLine
2144[1 0 0 0 0 <>] UpdateBrush
2145/Helvetica  32 0  MwSetFont
2146/Courier  38 0  MwSetFont
2147/Helvetica  32 0  MwSetFont
2148[0 0 0 0 0 <>] UpdateBrush
21491 UpdateBkMode
2150[255 255 255] UpdateBkColor
2151(G4QMDModel) 210 -0.00 1542 929 TextOut
2152[255 255 255] UpdateBkColor
21532 UpdateBkMode
2154[1 0 0 0 0 <>] UpdateBrush
2155/Courier  38 0  MwSetFont
2156[1 0 0 0 0 <>] UpdateBrush
2157[1 0 0 0 0 <>] UpdateBrush
2158/Helvetica  20 0  MwSetFont
2159/Courier  38 0  MwSetFont
2160[1 0 0 0 0 <>] UpdateBrush
21611534 939 1759 979 FillRectangle
21621534 939 1759 979 RectangleOutLine
21631534 951 1759 979 FillRectangle
21641534 951 1759 979 RectangleOutLine
2165[1 0 0 0 0 <>] UpdateBrush
2166/Helvetica  20 0  MwSetFont
2167/Courier  38 0  MwSetFont
2168/Helvetica  20 0  MwSetFont
2169/Courier  38 0  MwSetFont
2170[1 0 0 0 0 <>] UpdateBrush
2171/Helvetica  32 0  MwSetFont
2172/Courier  38 0  MwSetFont
2173/Helvetica  32 0  MwSetFont
2174/Courier  38 0  MwSetFont
2175[1 0 0 0 0 <>] UpdateBrush
2176/Helvetica  16 0  MwSetFont
2177/Courier  38 0  MwSetFont
2178/Helvetica  16 0  MwSetFont
2179/Courier  38 0  MwSetFont
2180[1 0 0 0 0 <>] UpdateBrush
2181[1 0 0 0 0 <>] UpdateBrush
2182/Helvetica  20 0  MwSetFont
2183/Courier  38 0  MwSetFont
2184/Helvetica  20 0  MwSetFont
2185[0 0 0 0 0 <>] UpdateBrush
21861 UpdateBkMode
2187[255 255 255] UpdateBkColor
2188(<<Concrete>>) 133 -0.00 1580 888 TextOut
2189[255 255 255] UpdateBkColor
21902 UpdateBkMode
2191[1 0 0 0 0 <>] UpdateBrush
2192/Courier  38 0  MwSetFont
2193[1 0 0 0 0 <>] UpdateBrush
2194[0 255 255 255 0 <>] UpdateBrush
2195[1 0 0 0 0 <>] UpdateBrush
2196pop pop 1315 240
21971449 238 LineTo
2198[0 255 255 255 0 <>] UpdateBrush
21991415 226 1415 251 1449 238 3 Polygon
2200[1 0 0 0 0 <>] UpdateBrush
2201[0 255 255 255 0 <>] UpdateBrush
2202[0 0 0 0 0 <>] UpdateBrush
2203pop pop 1098 321
22041021 432 LineTo
2205[0 255 255 255 0 <>] UpdateBrush
22061098 321 1082 329 1080 347 1096 338 1098 321 5 Polygon
2207[0 0 0 0 0 <>] UpdateBrush
2208pop pop 1021 432
22091040 419 LineTo
2210pop pop 1021 432
22111026 410 LineTo
2212[0 0 0 0 0 <>] UpdateBrush
2213/Helvetica  20 0  MwSetFont
2214/Courier  38 0  MwSetFont
2215/Helvetica  20 0  MwSetFont
2216[0 0 0 0 0 <>] UpdateBrush
22171 UpdateBkMode
2218[255 255 255] UpdateBkColor
2219(1) 12 -0.00 1101 351 TextOut
2220[255 255 255] UpdateBkColor
22212 UpdateBkMode
2222[0 0 0 0 0 <>] UpdateBrush
2223/Courier  38 0  MwSetFont
2224[0 0 0 0 0 <>] UpdateBrush
2225[0 0 0 0 0 <>] UpdateBrush
2226/Helvetica  20 0  MwSetFont
2227/Courier  38 0  MwSetFont
2228/Helvetica  20 0  MwSetFont
2229[0 0 0 0 0 <>] UpdateBrush
22301 UpdateBkMode
2231[255 255 255] UpdateBkColor
2232(1) 12 -0.00 1040 440 TextOut
2233[255 255 255] UpdateBkColor
22342 UpdateBkMode
2235[0 0 0 0 0 <>] UpdateBrush
2236/Courier  38 0  MwSetFont
2237[0 0 0 0 0 <>] UpdateBrush
2238[0 255 255 255 0 <>] UpdateBrush
2239[0 0 0 0 0 <>] UpdateBrush
2240pop pop 1220 321
22411437 564 LineTo
2242[0 255 255 255 0 <>] UpdateBrush
22431220 321 1224 338 1241 344 1237 326 1220 321 5 Polygon
2244[0 0 0 0 0 <>] UpdateBrush
2245pop pop 1437 564
22461430 543 LineTo
2247pop pop 1437 564
22481417 554 LineTo
2249[0 0 0 0 0 <>] UpdateBrush
2250/Helvetica  20 0  MwSetFont
2251/Courier  38 0  MwSetFont
2252/Helvetica  20 0  MwSetFont
2253[0 0 0 0 0 <>] UpdateBrush
22541 UpdateBkMode
2255[255 255 255] UpdateBkColor
2256(1) 12 -0.00 1252 339 TextOut
2257[255 255 255] UpdateBkColor
22582 UpdateBkMode
2259[0 0 0 0 0 <>] UpdateBrush
2260/Courier  38 0  MwSetFont
2261[0 0 0 0 0 <>] UpdateBrush
2262[0 0 0 0 0 <>] UpdateBrush
2263/Helvetica  20 0  MwSetFont
2264/Courier  38 0  MwSetFont
2265/Helvetica  20 0  MwSetFont
2266[0 0 0 0 0 <>] UpdateBrush
22671 UpdateBkMode
2268[255 255 255] UpdateBkColor
2269(1) 12 -0.00 1425 533 TextOut
2270[255 255 255] UpdateBkColor
22712 UpdateBkMode
2272[0 0 0 0 0 <>] UpdateBrush
2273/Courier  38 0  MwSetFont
2274[0 0 0 0 0 <>] UpdateBrush
2275[0 255 255 255 0 <>] UpdateBrush
2276[1 0 0 0 0 <>] UpdateBrush
22771169 862 1514 982 FillRectangle
22781169 862 1514 982 RectangleOutLine
2279[1 0 0 0 0 <>] UpdateBrush
2280/Helvetica  32 0  MwSetFont
2281/Courier  38 0  MwSetFont
2282/Helvetica  32 0  MwSetFont
2283[0 0 0 0 0 <>] UpdateBrush
22841 UpdateBkMode
2285[255 255 255] UpdateBkColor
2286(G4HadronKineticModel) 340 -0.00 1172 931 TextOut
2287[255 255 255] UpdateBkColor
22882 UpdateBkMode
2289[1 0 0 0 0 <>] UpdateBrush
2290/Courier  38 0  MwSetFont
2291[1 0 0 0 0 <>] UpdateBrush
2292[1 0 0 0 0 <>] UpdateBrush
2293/Helvetica  20 0  MwSetFont
2294/Courier  38 0  MwSetFont
2295[1 0 0 0 0 <>] UpdateBrush
22961169 941 1514 982 FillRectangle
22971169 941 1514 982 RectangleOutLine
22981169 953 1514 982 FillRectangle
22991169 953 1514 982 RectangleOutLine
2300[1 0 0 0 0 <>] UpdateBrush
2301/Helvetica  20 0  MwSetFont
2302/Courier  38 0  MwSetFont
2303/Helvetica  20 0  MwSetFont
2304/Courier  38 0  MwSetFont
2305[1 0 0 0 0 <>] UpdateBrush
2306/Helvetica  32 0  MwSetFont
2307/Courier  38 0  MwSetFont
2308/Helvetica  32 0  MwSetFont
2309/Courier  38 0  MwSetFont
2310[1 0 0 0 0 <>] UpdateBrush
2311/Helvetica  16 0  MwSetFont
2312/Courier  38 0  MwSetFont
2313/Helvetica  16 0  MwSetFont
2314/Courier  38 0  MwSetFont
2315[1 0 0 0 0 <>] UpdateBrush
2316[1 0 0 0 0 <>] UpdateBrush
2317/Helvetica  20 0  MwSetFont
2318/Courier  38 0  MwSetFont
2319/Helvetica  20 0  MwSetFont
2320[0 0 0 0 0 <>] UpdateBrush
23211 UpdateBkMode
2322[255 255 255] UpdateBkColor
2323(<<Concrete>>) 133 -0.00 1275 890 TextOut
2324[255 255 255] UpdateBkColor
23252 UpdateBkMode
2326[1 0 0 0 0 <>] UpdateBrush
2327/Courier  38 0  MwSetFont
2328[1 0 0 0 0 <>] UpdateBrush
2329[0 255 255 255 0 <>] UpdateBrush
2330[1 0 0 0 0 <>] UpdateBrush
2331pop pop 1382 861
23321456 748 LineTo
2333[0 255 255 255 0 <>] UpdateBrush
23341427 770 1448 784 1456 748 3 Polygon
2335[1 0 0 0 0 <>] UpdateBrush
2336[0 255 255 255 0 <>] UpdateBrush
2337[1 0 0 0 0 <>] UpdateBrush
23381775 860 2096 979 FillRectangle
23391775 860 2096 979 RectangleOutLine
2340[1 0 0 0 0 <>] UpdateBrush
2341/Helvetica  32 0  MwSetFont
2342/Courier  38 0  MwSetFont
2343/Helvetica  32 0  MwSetFont
2344[0 0 0 0 0 <>] UpdateBrush
23451 UpdateBkMode
2346[255 255 255] UpdateBkColor
2347(G4HadronicCascade) 305 -0.00 1783 929 TextOut
2348[255 255 255] UpdateBkColor
23492 UpdateBkMode
2350[1 0 0 0 0 <>] UpdateBrush
2351/Courier  38 0  MwSetFont
2352[1 0 0 0 0 <>] UpdateBrush
2353[1 0 0 0 0 <>] UpdateBrush
2354/Helvetica  20 0  MwSetFont
2355/Courier  38 0  MwSetFont
2356[1 0 0 0 0 <>] UpdateBrush
23571775 939 2096 979 FillRectangle
23581775 939 2096 979 RectangleOutLine
23591775 951 2096 979 FillRectangle
23601775 951 2096 979 RectangleOutLine
2361[1 0 0 0 0 <>] UpdateBrush
2362/Helvetica  20 0  MwSetFont
2363/Courier  38 0  MwSetFont
2364/Helvetica  20 0  MwSetFont
2365/Courier  38 0  MwSetFont
2366[1 0 0 0 0 <>] UpdateBrush
2367/Helvetica  32 0  MwSetFont
2368/Courier  38 0  MwSetFont
2369/Helvetica  32 0  MwSetFont
2370/Courier  38 0  MwSetFont
2371[1 0 0 0 0 <>] UpdateBrush
2372/Helvetica  16 0  MwSetFont
2373/Courier  38 0  MwSetFont
2374/Helvetica  16 0  MwSetFont
2375/Courier  38 0  MwSetFont
2376[1 0 0 0 0 <>] UpdateBrush
2377[1 0 0 0 0 <>] UpdateBrush
2378/Helvetica  20 0  MwSetFont
2379/Courier  38 0  MwSetFont
2380/Helvetica  20 0  MwSetFont
2381[0 0 0 0 0 <>] UpdateBrush
23821 UpdateBkMode
2383[255 255 255] UpdateBkColor
2384(<<Concrete>>) 133 -0.00 1869 888 TextOut
2385[255 255 255] UpdateBkColor
23862 UpdateBkMode
2387[1 0 0 0 0 <>] UpdateBrush
2388/Courier  38 0  MwSetFont
2389[1 0 0 0 0 <>] UpdateBrush
2390[0 255 255 255 0 <>] UpdateBrush
2391[1 0 0 0 0 <>] UpdateBrush
2392pop pop 1840 859
23931666 748 LineTo
2394[0 255 255 255 0 <>] UpdateBrush
23951688 778 1702 756 1666 748 3 Polygon
2396[1 0 0 0 0 <>] UpdateBrush
2397[0 255 255 255 0 <>] UpdateBrush
2398[1 0 0 0 0 <>] UpdateBrush
2399pop pop 1617 859
24001563 748 LineTo
2401[0 255 255 255 0 <>] UpdateBrush
24021567 785 1590 774 1563 748 3 Polygon
2403[1 0 0 0 0 <>] UpdateBrush
2404[0 255 255 255 0 <>] UpdateBrush
2405[0 0 0 0 0 <>] UpdateBrush
2406pop pop 1756 564
24071911 504 LineTo
2408[0 255 255 255 0 <>] UpdateBrush
24091756 564 1768 550 1785 553 1773 566 1756 564 5 Polygon
2410[0 0 0 0 0 <>] UpdateBrush
2411pop pop 1911 504
24121894 520 LineTo
2413pop pop 1911 504
24141888 504 LineTo
2415[0 0 0 0 0 <>] UpdateBrush
2416/Helvetica  20 0  MwSetFont
2417/Courier  38 0  MwSetFont
2418/Helvetica  20 0  MwSetFont
2419[0 0 0 0 0 <>] UpdateBrush
24201 UpdateBkMode
2421[255 255 255] UpdateBkColor
2422(1) 12 -0.00 1759 546 TextOut
2423[255 255 255] UpdateBkColor
24242 UpdateBkMode
2425[0 0 0 0 0 <>] UpdateBrush
2426/Courier  38 0  MwSetFont
2427[0 0 0 0 0 <>] UpdateBrush
2428[0 0 0 0 0 <>] UpdateBrush
2429/Helvetica  20 0  MwSetFont
2430/Courier  38 0  MwSetFont
2431/Helvetica  20 0  MwSetFont
2432[0 0 0 0 0 <>] UpdateBrush
24331 UpdateBkMode
2434[255 255 255] UpdateBkColor
2435(1) 12 -0.00 1882 499 TextOut
2436[255 255 255] UpdateBkColor
24372 UpdateBkMode
2438[0 0 0 0 0 <>] UpdateBrush
2439/Courier  38 0  MwSetFont
2440[0 0 0 0 0 <>] UpdateBrush
2441[0 255 255 255 0 <>] UpdateBrush
2442 pop pop % pop out coordinates for current pen position
2443 showpage
2444end
2445% end of the MainWin EPS file
Note: See TracBrowser for help on using the repository browser.