source: trunk/documents/UserDoc/UsersGuides/ForToolkitDeveloper/latex/OOAnalysisDesign/PhysicsProcesses/ElectroMagnetic/classDgmLowEnergyProcOLD.ps @ 1208

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

CVS update

File size: 39.6 KB
Line 
1%!PS-Adobe-3.0 EPSF-3.0
2%%BoundingBox:      93.0   474.0   548.0   786.0
3%%Creator: pia using rose_exe
4%%CreationDate: Tue Nov 21 20:52:55 2000
5%%Title: toolkit.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
459A4
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 204 0 <>] UpdateBrush
495[0 1 0 0 160] UpdatePen
496504 483 917 593 FillRectangle
497504 483 917 593 RectangleOutLine
498[0 255 255 204 0 <>] UpdateBrush
499/Helvetica-Oblique  36 0  MwSetFont
500/Courier  38 0  MwSetFont
501/Helvetica-Oblique  36 0  MwSetFont
502[0 1 0 0 0] UpdatePen
503[0 0 0 0 0 <>] UpdateBrush
5041 UpdateBkMode
505[255 255 255] UpdateBkColor
506(G4VeLowEnergyLoss) 351 -0.00 535 529 TextOut
507[255 255 255] UpdateBkColor
5082 UpdateBkMode
509[0 255 255 204 0 <>] UpdateBrush
510[0 1 0 0 160] UpdatePen
511/Courier  38 0  MwSetFont
512[0 255 255 204 0 <>] UpdateBrush
513[0 255 255 204 0 <>] UpdateBrush
514/Helvetica  32 0  MwSetFont
515/Courier  38 0  MwSetFont
516[1 0 0 0 0 <>] UpdateBrush
517504 544 917 593 FillRectangle
518504 544 917 593 RectangleOutLine
519504 563 917 593 FillRectangle
520504 563 917 593 RectangleOutLine
521[0 255 255 204 0 <>] UpdateBrush
522/Helvetica  32 0  MwSetFont
523/Courier  38 0  MwSetFont
524/Helvetica  32 0  MwSetFont
525/Courier  38 0  MwSetFont
526[0 255 255 204 0 <>] UpdateBrush
527/Helvetica-Oblique  36 0  MwSetFont
528/Courier  38 0  MwSetFont
529/Helvetica-Oblique  36 0  MwSetFont
530/Courier  38 0  MwSetFont
531[0 255 255 204 0 <>] UpdateBrush
532/Helvetica-Oblique  25 0  MwSetFont
533/Courier  38 0  MwSetFont
534/Helvetica-Oblique  25 0  MwSetFont
535/Courier  38 0  MwSetFont
536[0 255 255 204 0 <>] UpdateBrush
537[0 255 255 255 0 <>] UpdateBrush
538[0 1 0 0 0] UpdatePen
539[0 255 255 204 0 <>] UpdateBrush
540[0 1 0 0 160] UpdatePen
541913 243 1511 352 FillRectangle
542913 243 1511 352 RectangleOutLine
543[0 255 255 204 0 <>] UpdateBrush
544/Helvetica-Bold  36 0  MwSetFont
545/Courier  38 0  MwSetFont
546/Helvetica-Bold  36 0  MwSetFont
547[0 1 0 0 0] UpdatePen
548[0 0 0 0 0 <>] UpdateBrush
5491 UpdateBkMode
550[255 255 255] UpdateBkColor
551(G4LowEnergyBremsstrahlung) 520 -0.00 952 289 TextOut
552[255 255 255] UpdateBkColor
5532 UpdateBkMode
554[0 255 255 204 0 <>] UpdateBrush
555[0 1 0 0 160] UpdatePen
556/Courier  38 0  MwSetFont
557[0 255 255 204 0 <>] UpdateBrush
558[0 255 255 204 0 <>] UpdateBrush
559/Helvetica  32 0  MwSetFont
560/Courier  38 0  MwSetFont
561[1 0 0 0 0 <>] UpdateBrush
562913 304 1511 352 FillRectangle
563913 304 1511 352 RectangleOutLine
564913 323 1511 352 FillRectangle
565913 323 1511 352 RectangleOutLine
566[0 255 255 204 0 <>] UpdateBrush
567/Helvetica  32 0  MwSetFont
568/Courier  38 0  MwSetFont
569/Helvetica  32 0  MwSetFont
570/Courier  38 0  MwSetFont
571[0 255 255 204 0 <>] UpdateBrush
572/Helvetica-Bold  36 0  MwSetFont
573/Courier  38 0  MwSetFont
574/Helvetica-Bold  36 0  MwSetFont
575/Courier  38 0  MwSetFont
576[0 255 255 204 0 <>] UpdateBrush
577/Helvetica-Bold  23 0  MwSetFont
578/Courier  38 0  MwSetFont
579/Helvetica-Bold  23 0  MwSetFont
580/Courier  38 0  MwSetFont
581[0 255 255 204 0 <>] UpdateBrush
582[0 255 255 255 0 <>] UpdateBrush
583[0 1 0 0 0] UpdatePen
584[0 255 255 204 0 <>] UpdateBrush
585[0 1 0 0 160] UpdatePen
5861555 1407 2025 1516 FillRectangle
5871555 1407 2025 1516 RectangleOutLine
588[0 255 255 204 0 <>] UpdateBrush
589/Helvetica-Bold  36 0  MwSetFont
590/Courier  38 0  MwSetFont
591/Helvetica-Bold  36 0  MwSetFont
592[0 1 0 0 0] UpdatePen
593[0 0 0 0 0 <>] UpdateBrush
5941 UpdateBkMode
595[255 255 255] UpdateBkColor
596(G4LowEnergyCompton) 402 -0.00 1589 1453 TextOut
597[255 255 255] UpdateBkColor
5982 UpdateBkMode
599[0 255 255 204 0 <>] UpdateBrush
600[0 1 0 0 160] UpdatePen
601/Courier  38 0  MwSetFont
602[0 255 255 204 0 <>] UpdateBrush
603[0 255 255 204 0 <>] UpdateBrush
604/Helvetica  32 0  MwSetFont
605/Courier  38 0  MwSetFont
606[1 0 0 0 0 <>] UpdateBrush
6071555 1468 2025 1516 FillRectangle
6081555 1468 2025 1516 RectangleOutLine
6091555 1486 2025 1516 FillRectangle
6101555 1486 2025 1516 RectangleOutLine
611[0 255 255 204 0 <>] UpdateBrush
612/Helvetica  32 0  MwSetFont
613/Courier  38 0  MwSetFont
614/Helvetica  32 0  MwSetFont
615/Courier  38 0  MwSetFont
616[0 255 255 204 0 <>] UpdateBrush
617/Helvetica-Bold  36 0  MwSetFont
618/Courier  38 0  MwSetFont
619/Helvetica-Bold  36 0  MwSetFont
620/Courier  38 0  MwSetFont
621[0 255 255 204 0 <>] UpdateBrush
622/Helvetica-Bold  23 0  MwSetFont
623/Courier  38 0  MwSetFont
624/Helvetica-Bold  23 0  MwSetFont
625/Courier  38 0  MwSetFont
626[0 255 255 204 0 <>] UpdateBrush
627[0 255 255 255 0 <>] UpdateBrush
628[0 1 0 0 0] UpdatePen
629[0 255 255 204 0 <>] UpdateBrush
630[0 1 0 0 160] UpdatePen
631630 1423 1284 1532 FillRectangle
632630 1423 1284 1532 RectangleOutLine
633[0 255 255 204 0 <>] UpdateBrush
634/Helvetica-Bold  36 0  MwSetFont
635/Courier  38 0  MwSetFont
636/Helvetica-Bold  36 0  MwSetFont
637[0 1 0 0 0] UpdatePen
638[0 0 0 0 0 <>] UpdateBrush
6391 UpdateBkMode
640[255 255 255] UpdateBkColor
641(G4LowEnergyGammaConversion) 574 -0.00 670 1469 TextOut
642[255 255 255] UpdateBkColor
6432 UpdateBkMode
644[0 255 255 204 0 <>] UpdateBrush
645[0 1 0 0 160] UpdatePen
646/Courier  38 0  MwSetFont
647[0 255 255 204 0 <>] UpdateBrush
648[0 255 255 204 0 <>] UpdateBrush
649/Helvetica  32 0  MwSetFont
650/Courier  38 0  MwSetFont
651[1 0 0 0 0 <>] UpdateBrush
652630 1484 1284 1532 FillRectangle
653630 1484 1284 1532 RectangleOutLine
654630 1502 1284 1532 FillRectangle
655630 1502 1284 1532 RectangleOutLine
656[0 255 255 204 0 <>] UpdateBrush
657/Helvetica  32 0  MwSetFont
658/Courier  38 0  MwSetFont
659/Helvetica  32 0  MwSetFont
660/Courier  38 0  MwSetFont
661[0 255 255 204 0 <>] UpdateBrush
662/Helvetica-Bold  36 0  MwSetFont
663/Courier  38 0  MwSetFont
664/Helvetica-Bold  36 0  MwSetFont
665/Courier  38 0  MwSetFont
666[0 255 255 204 0 <>] UpdateBrush
667/Helvetica-Bold  23 0  MwSetFont
668/Courier  38 0  MwSetFont
669/Helvetica-Bold  23 0  MwSetFont
670/Courier  38 0  MwSetFont
671[0 255 255 204 0 <>] UpdateBrush
672[0 255 255 255 0 <>] UpdateBrush
673[0 1 0 0 0] UpdatePen
674[0 255 255 204 0 <>] UpdateBrush
675[0 1 0 0 160] UpdatePen
676389 243 871 352 FillRectangle
677389 243 871 352 RectangleOutLine
678[0 255 255 204 0 <>] UpdateBrush
679/Helvetica-Bold  36 0  MwSetFont
680/Courier  38 0  MwSetFont
681/Helvetica-Bold  36 0  MwSetFont
682[0 1 0 0 0] UpdatePen
683[0 0 0 0 0 <>] UpdateBrush
6841 UpdateBkMode
685[255 255 255] UpdateBkColor
686(G4LowEnergyIonisation) 414 -0.00 424 289 TextOut
687[255 255 255] UpdateBkColor
6882 UpdateBkMode
689[0 255 255 204 0 <>] UpdateBrush
690[0 1 0 0 160] UpdatePen
691/Courier  38 0  MwSetFont
692[0 255 255 204 0 <>] UpdateBrush
693[0 255 255 204 0 <>] UpdateBrush
694/Helvetica  32 0  MwSetFont
695/Courier  38 0  MwSetFont
696[1 0 0 0 0 <>] UpdateBrush
697389 304 871 352 FillRectangle
698389 304 871 352 RectangleOutLine
699389 323 871 352 FillRectangle
700389 323 871 352 RectangleOutLine
701[0 255 255 204 0 <>] UpdateBrush
702/Helvetica  32 0  MwSetFont
703/Courier  38 0  MwSetFont
704/Helvetica  32 0  MwSetFont
705/Courier  38 0  MwSetFont
706[0 255 255 204 0 <>] UpdateBrush
707/Helvetica-Bold  36 0  MwSetFont
708/Courier  38 0  MwSetFont
709/Helvetica-Bold  36 0  MwSetFont
710/Courier  38 0  MwSetFont
711[0 255 255 204 0 <>] UpdateBrush
712/Helvetica-Bold  23 0  MwSetFont
713/Courier  38 0  MwSetFont
714/Helvetica-Bold  23 0  MwSetFont
715/Courier  38 0  MwSetFont
716[0 255 255 204 0 <>] UpdateBrush
717[0 255 255 255 0 <>] UpdateBrush
718[0 1 0 0 0] UpdatePen
719[0 255 255 204 0 <>] UpdateBrush
720[0 1 0 0 160] UpdatePen
721501 1206 1055 1316 FillRectangle
722501 1206 1055 1316 RectangleOutLine
723[0 255 255 204 0 <>] UpdateBrush
724/Helvetica-Bold  36 0  MwSetFont
725/Courier  38 0  MwSetFont
726/Helvetica-Bold  36 0  MwSetFont
727[0 1 0 0 0] UpdatePen
728[0 0 0 0 0 <>] UpdateBrush
7291 UpdateBkMode
730[255 255 255] UpdateBkColor
731(G4LowEnergyPhotoElectric) 476 -0.00 540 1253 TextOut
732[255 255 255] UpdateBkColor
7332 UpdateBkMode
734[0 255 255 204 0 <>] UpdateBrush
735[0 1 0 0 160] UpdatePen
736/Courier  38 0  MwSetFont
737[0 255 255 204 0 <>] UpdateBrush
738[0 255 255 204 0 <>] UpdateBrush
739/Helvetica  32 0  MwSetFont
740/Courier  38 0  MwSetFont
741[1 0 0 0 0 <>] UpdateBrush
742501 1267 1055 1316 FillRectangle
743501 1267 1055 1316 RectangleOutLine
744501 1286 1055 1316 FillRectangle
745501 1286 1055 1316 RectangleOutLine
746[0 255 255 204 0 <>] UpdateBrush
747/Helvetica  32 0  MwSetFont
748/Courier  38 0  MwSetFont
749/Helvetica  32 0  MwSetFont
750/Courier  38 0  MwSetFont
751[0 255 255 204 0 <>] UpdateBrush
752/Helvetica-Bold  36 0  MwSetFont
753/Courier  38 0  MwSetFont
754/Helvetica-Bold  36 0  MwSetFont
755/Courier  38 0  MwSetFont
756[0 255 255 204 0 <>] UpdateBrush
757/Helvetica-Bold  23 0  MwSetFont
758/Courier  38 0  MwSetFont
759/Helvetica-Bold  23 0  MwSetFont
760/Courier  38 0  MwSetFont
761[0 255 255 204 0 <>] UpdateBrush
762[0 255 255 255 0 <>] UpdateBrush
763[0 1 0 0 0] UpdatePen
764[0 255 255 204 0 <>] UpdateBrush
765[0 1 0 0 160] UpdatePen
7661757 1196 2225 1305 FillRectangle
7671757 1196 2225 1305 RectangleOutLine
768[0 255 255 204 0 <>] UpdateBrush
769/Helvetica-Bold  36 0  MwSetFont
770/Courier  38 0  MwSetFont
771/Helvetica-Bold  36 0  MwSetFont
772[0 1 0 0 0] UpdatePen
773[0 0 0 0 0 <>] UpdateBrush
7741 UpdateBkMode
775[255 255 255] UpdateBkColor
776(G4LowEnergyRayleigh) 394 -0.00 1795 1242 TextOut
777[255 255 255] UpdateBkColor
7782 UpdateBkMode
779[0 255 255 204 0 <>] UpdateBrush
780[0 1 0 0 160] UpdatePen
781/Courier  38 0  MwSetFont
782[0 255 255 204 0 <>] UpdateBrush
783[0 255 255 204 0 <>] UpdateBrush
784/Helvetica  32 0  MwSetFont
785/Courier  38 0  MwSetFont
786[1 0 0 0 0 <>] UpdateBrush
7871757 1257 2225 1305 FillRectangle
7881757 1257 2225 1305 RectangleOutLine
7891757 1275 2225 1305 FillRectangle
7901757 1275 2225 1305 RectangleOutLine
791[0 255 255 204 0 <>] UpdateBrush
792/Helvetica  32 0  MwSetFont
793/Courier  38 0  MwSetFont
794/Helvetica  32 0  MwSetFont
795/Courier  38 0  MwSetFont
796[0 255 255 204 0 <>] UpdateBrush
797/Helvetica-Bold  36 0  MwSetFont
798/Courier  38 0  MwSetFont
799/Helvetica-Bold  36 0  MwSetFont
800/Courier  38 0  MwSetFont
801[0 255 255 204 0 <>] UpdateBrush
802/Helvetica-Bold  23 0  MwSetFont
803/Courier  38 0  MwSetFont
804/Helvetica-Bold  23 0  MwSetFont
805/Courier  38 0  MwSetFont
806[0 255 255 204 0 <>] UpdateBrush
807[0 255 255 255 0 <>] UpdateBrush
808[0 1 0 0 0] UpdatePen
809[0 255 255 204 0 <>] UpdateBrush
810[0 1 0 0 160] UpdatePen
8111098 439 1697 635 FillRectangle
8121098 439 1697 635 RectangleOutLine
813[0 255 255 204 0 <>] UpdateBrush
814/Helvetica-Oblique  36 0  MwSetFont
815/Courier  38 0  MwSetFont
816/Helvetica-Oblique  36 0  MwSetFont
817[0 1 0 0 0] UpdatePen
818[0 0 0 0 0 <>] UpdateBrush
8191 UpdateBkMode
820[255 255 255] UpdateBkColor
821(G4VContinuousDiscreteProcess) 521 -0.00 1138 485 TextOut
822[255 255 255] UpdateBkColor
8232 UpdateBkMode
824[0 255 255 204 0 <>] UpdateBrush
825[0 1 0 0 160] UpdatePen
826/Courier  38 0  MwSetFont
827[0 255 255 204 0 <>] UpdateBrush
828[0 255 255 204 0 <>] UpdateBrush
829/Helvetica  32 0  MwSetFont
830/Courier  38 0  MwSetFont
831[1 0 0 0 0 <>] UpdateBrush
8321098 500 1697 635 FillRectangle
8331098 500 1697 635 RectangleOutLine
8341098 519 1697 635 FillRectangle
8351098 519 1697 635 RectangleOutLine
836[0 255 255 204 0 <>] UpdateBrush
837/Helvetica  32 0  MwSetFont
838/Courier  38 0  MwSetFont
839/Helvetica  32 0  MwSetFont
840[0 1 0 0 0] UpdatePen
841[0 0 0 0 0 <>] UpdateBrush
8421 UpdateBkMode
843[255 255 255] UpdateBkColor
844[255 255 255] UpdateBkColor
845gsave
8461105 543 translate
84716 15 8
848[0.380952 0 0 0.375000 0 0]
849currentfile /ASCII85Decode filter /RunLengthDecode filter image
850p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
851rY>&)!%4rLJ,fQL
852~>
853
854
855grestore
856%%end of image
857gsave
8581105 543 translate
85916 15 8
860[0.380952 0 0 0.375000 0 0]
861currentfile /ASCII85Decode filter /RunLengthDecode filter image
862p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
863~>
864
865
866grestore
867%%end of image
868gsave
8691105 543 translate
87016 15 8
871[0.380952 0 0 0.375000 0 0]
872currentfile /ASCII85Decode filter /RunLengthDecode filter image
873p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
874rY>&)!%4rLJ,fQL
875~>
876
877
878grestore
879%%end of image
880[255 255 255] UpdateBkColor
881(AlongStepDoIt\(\)) 234 -0.00 1147 574 TextOut
882[255 255 255] UpdateBkColor
883[255 255 255] UpdateBkColor
884[255 255 255] UpdateBkColor
885gsave
8861105 581 translate
88716 15 8
888[0.380952 0 0 0.375000 0 0]
889currentfile /ASCII85Decode filter /RunLengthDecode filter image
890p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
891rY>&)!%4rLJ,fQL
892~>
893
894
895grestore
896%%end of image
897gsave
8981105 581 translate
89916 15 8
900[0.380952 0 0 0.375000 0 0]
901currentfile /ASCII85Decode filter /RunLengthDecode filter image
902p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
903~>
904
905
906grestore
907%%end of image
908gsave
9091105 581 translate
91016 15 8
911[0.380952 0 0 0.375000 0 0]
912currentfile /ASCII85Decode filter /RunLengthDecode filter image
913p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
914rY>&)!%4rLJ,fQL
915~>
916
917
918grestore
919%%end of image
920[255 255 255] UpdateBkColor
921(PostStepDoIt\(\)) 216 -0.00 1147 612 TextOut
922[255 255 255] UpdateBkColor
9232 UpdateBkMode
924[0 255 255 204 0 <>] UpdateBrush
925[0 1 0 0 160] UpdatePen
926/Courier  38 0  MwSetFont
927[0 255 255 204 0 <>] UpdateBrush
928/Helvetica-Oblique  36 0  MwSetFont
929/Courier  38 0  MwSetFont
930/Helvetica-Oblique  36 0  MwSetFont
931/Courier  38 0  MwSetFont
932[0 255 255 204 0 <>] UpdateBrush
933/Helvetica-Oblique  25 0  MwSetFont
934/Courier  38 0  MwSetFont
935/Helvetica-Oblique  25 0  MwSetFont
936/Courier  38 0  MwSetFont
937[0 255 255 204 0 <>] UpdateBrush
938[0 255 255 255 0 <>] UpdateBrush
939[0 1 0 0 0] UpdatePen
940[0 255 255 204 0 <>] UpdateBrush
941[0 1 0 0 160] UpdatePen
9421198 1177 1605 1332 FillRectangle
9431198 1177 1605 1332 RectangleOutLine
944[0 255 255 204 0 <>] UpdateBrush
945/Helvetica-Oblique  36 0  MwSetFont
946/Courier  38 0  MwSetFont
947/Helvetica-Oblique  36 0  MwSetFont
948[0 1 0 0 0] UpdatePen
949[0 0 0 0 0 <>] UpdateBrush
9501 UpdateBkMode
951[255 255 255] UpdateBkColor
952(G4VDiscreteProcess) 337 -0.00 1233 1222 TextOut
953[255 255 255] UpdateBkColor
9542 UpdateBkMode
955[0 255 255 204 0 <>] UpdateBrush
956[0 1 0 0 160] UpdatePen
957/Courier  38 0  MwSetFont
958[0 255 255 204 0 <>] UpdateBrush
959[0 255 255 204 0 <>] UpdateBrush
960/Helvetica  32 0  MwSetFont
961/Courier  38 0  MwSetFont
962[1 0 0 0 0 <>] UpdateBrush
9631198 1238 1605 1332 FillRectangle
9641198 1238 1605 1332 RectangleOutLine
9651198 1257 1605 1332 FillRectangle
9661198 1257 1605 1332 RectangleOutLine
967[0 255 255 204 0 <>] UpdateBrush
968/Helvetica  32 0  MwSetFont
969/Courier  38 0  MwSetFont
970/Helvetica  32 0  MwSetFont
971[0 1 0 0 0] UpdatePen
972[0 0 0 0 0 <>] UpdateBrush
9731 UpdateBkMode
974[255 255 255] UpdateBkColor
975[255 255 255] UpdateBkColor
976gsave
9771206 1281 translate
97816 15 8
979[0.380952 0 0 0.375000 0 0]
980currentfile /ASCII85Decode filter /RunLengthDecode filter image
981p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
982rY>&)!%4rLJ,fQL
983~>
984
985
986grestore
987%%end of image
988gsave
9891206 1281 translate
99016 15 8
991[0.380952 0 0 0.375000 0 0]
992currentfile /ASCII85Decode filter /RunLengthDecode filter image
993p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
994~>
995
996
997grestore
998%%end of image
999gsave
10001206 1281 translate
100116 15 8
1002[0.380952 0 0 0.375000 0 0]
1003currentfile /ASCII85Decode filter /RunLengthDecode filter image
1004p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1005rY>&)!%4rLJ,fQL
1006~>
1007
1008
1009grestore
1010%%end of image
1011[255 255 255] UpdateBkColor
1012(PostStepDoIt\(\)) 216 -0.00 1248 1312 TextOut
1013[255 255 255] UpdateBkColor
10142 UpdateBkMode
1015[0 255 255 204 0 <>] UpdateBrush
1016[0 1 0 0 160] UpdatePen
1017/Courier  38 0  MwSetFont
1018[0 255 255 204 0 <>] UpdateBrush
1019/Helvetica-Oblique  36 0  MwSetFont
1020/Courier  38 0  MwSetFont
1021/Helvetica-Oblique  36 0  MwSetFont
1022/Courier  38 0  MwSetFont
1023[0 255 255 204 0 <>] UpdateBrush
1024/Helvetica-Oblique  25 0  MwSetFont
1025/Courier  38 0  MwSetFont
1026/Helvetica-Oblique  25 0  MwSetFont
1027/Courier  38 0  MwSetFont
1028[0 255 255 204 0 <>] UpdateBrush
1029[0 255 255 255 0 <>] UpdateBrush
1030[0 1 0 0 0] UpdatePen
1031[0 255 255 204 0 <>] UpdateBrush
1032[0 1 0 0 160] UpdatePen
10331062 765 1733 1040 FillRectangle
10341062 765 1733 1040 RectangleOutLine
1035[0 255 255 204 0 <>] UpdateBrush
1036/Helvetica-Oblique  36 0  MwSetFont
1037/Courier  38 0  MwSetFont
1038/Helvetica-Oblique  36 0  MwSetFont
1039[0 1 0 0 0] UpdatePen
1040[0 0 0 0 0 <>] UpdateBrush
10411 UpdateBkMode
1042[255 255 255] UpdateBkColor
1043(G4VProcess) 204 -0.00 1296 810 TextOut
1044[255 255 255] UpdateBkColor
10452 UpdateBkMode
1046[0 255 255 204 0 <>] UpdateBrush
1047[0 1 0 0 160] UpdatePen
1048/Courier  38 0  MwSetFont
1049[0 255 255 204 0 <>] UpdateBrush
1050[0 255 255 204 0 <>] UpdateBrush
1051/Helvetica  32 0  MwSetFont
1052/Courier  38 0  MwSetFont
1053[1 0 0 0 0 <>] UpdateBrush
10541062 826 1733 1040 FillRectangle
10551062 826 1733 1040 RectangleOutLine
10561062 844 1733 1040 FillRectangle
10571062 844 1733 1040 RectangleOutLine
1058[0 255 255 204 0 <>] UpdateBrush
1059/Helvetica  32 0  MwSetFont
1060/Courier  38 0  MwSetFont
1061/Helvetica  32 0  MwSetFont
1062[0 1 0 0 0] UpdatePen
1063[0 0 0 0 0 <>] UpdateBrush
10641 UpdateBkMode
1065[255 255 255] UpdateBkColor
1066[255 255 255] UpdateBkColor
1067gsave
10681069 869 translate
106916 15 8
1070[0.372093 0 0 0.384615 0 0]
1071currentfile /ASCII85Decode filter /RunLengthDecode filter image
1072p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1073rY>&)!%4rLJ,fQL
1074~>
1075
1076
1077grestore
1078%%end of image
1079gsave
10801069 869 translate
108116 15 8
1082[0.372093 0 0 0.384615 0 0]
1083currentfile /ASCII85Decode filter /RunLengthDecode filter image
1084p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1085~>
1086
1087
1088grestore
1089%%end of image
1090gsave
10911069 869 translate
109216 15 8
1093[0.372093 0 0 0.384615 0 0]
1094currentfile /ASCII85Decode filter /RunLengthDecode filter image
1095p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1096rY>&)!%4rLJ,fQL
1097~>
1098
1099
1100grestore
1101%%end of image
1102[255 255 255] UpdateBkColor
1103(AlongStepDoIt\(\)) 234 -0.00 1112 900 TextOut
1104[255 255 255] UpdateBkColor
1105[255 255 255] UpdateBkColor
1106[255 255 255] UpdateBkColor
1107gsave
11081069 907 translate
110916 15 8
1110[0.372093 0 0 0.375000 0 0]
1111currentfile /ASCII85Decode filter /RunLengthDecode filter image
1112p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1113rY>&)!%4rLJ,fQL
1114~>
1115
1116
1117grestore
1118%%end of image
1119gsave
11201069 907 translate
112116 15 8
1122[0.372093 0 0 0.375000 0 0]
1123currentfile /ASCII85Decode filter /RunLengthDecode filter image
1124p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1125~>
1126
1127
1128grestore
1129%%end of image
1130gsave
11311069 907 translate
113216 15 8
1133[0.372093 0 0 0.375000 0 0]
1134currentfile /ASCII85Decode filter /RunLengthDecode filter image
1135p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1136rY>&)!%4rLJ,fQL
1137~>
1138
1139
1140grestore
1141%%end of image
1142[255 255 255] UpdateBkColor
1143(PostStepDoIt\(\)) 216 -0.00 1112 938 TextOut
1144[255 255 255] UpdateBkColor
1145[255 255 255] UpdateBkColor
1146[255 255 255] UpdateBkColor
1147gsave
11481069 945 translate
114916 15 8
1150[0.372093 0 0 0.375000 0 0]
1151currentfile /ASCII85Decode filter /RunLengthDecode filter image
1152p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1153rY>&)!%4rLJ,fQL
1154~>
1155
1156
1157grestore
1158%%end of image
1159gsave
11601069 945 translate
116116 15 8
1162[0.372093 0 0 0.375000 0 0]
1163currentfile /ASCII85Decode filter /RunLengthDecode filter image
1164p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1165~>
1166
1167
1168grestore
1169%%end of image
1170gsave
11711069 945 translate
117216 15 8
1173[0.372093 0 0 0.375000 0 0]
1174currentfile /ASCII85Decode filter /RunLengthDecode filter image
1175p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1176rY>&)!%4rLJ,fQL
1177~>
1178
1179
1180grestore
1181%%end of image
1182[255 255 255] UpdateBkColor
1183(PostStepGetPhysicalInteractionLength\(\)) 585 -0.00 1112 976 TextOut
1184[255 255 255] UpdateBkColor
1185[255 255 255] UpdateBkColor
1186[255 255 255] UpdateBkColor
1187gsave
11881069 983 translate
118916 15 8
1190[0.372093 0 0 0.375000 0 0]
1191currentfile /ASCII85Decode filter /RunLengthDecode filter image
1192p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1193rY>&)!%4rLJ,fQL
1194~>
1195
1196
1197grestore
1198%%end of image
1199gsave
12001069 983 translate
120116 15 8
1202[0.372093 0 0 0.375000 0 0]
1203currentfile /ASCII85Decode filter /RunLengthDecode filter image
1204p\t3noDedip&Fpip]('iq#C-iq#C-iq#C0jp](-kp&G!koD\djY5a"P
1205~>
1206
1207
1208grestore
1209%%end of image
1210gsave
12111069 983 translate
121216 15 8
1213[0.372093 0 0 0.375000 0 0]
1214currentfile /ASCII85Decode filter /RunLengthDecode filter image
1215p\t3noD\jlGUN1a!'L7*!#>8.!#>EV!#>;/!<>7[GQ9,drrEi7r-/2Vq#:@W(&iFY'`e"."99fo!'KrS
1216rY>&)!%4rLJ,fQL
1217~>
1218
1219
1220grestore
1221%%end of image
1222[255 255 255] UpdateBkColor
1223(AlongStepGetPhysicalInteractionLength\(\)) 603 -0.00 1112 1014 TextOut
1224[255 255 255] UpdateBkColor
12252 UpdateBkMode
1226[0 255 255 204 0 <>] UpdateBrush
1227[0 1 0 0 160] UpdatePen
1228/Courier  38 0  MwSetFont
1229[0 255 255 204 0 <>] UpdateBrush
1230/Helvetica-Oblique  36 0  MwSetFont
1231/Courier  38 0  MwSetFont
1232/Helvetica-Oblique  36 0  MwSetFont
1233/Courier  38 0  MwSetFont
1234[0 255 255 204 0 <>] UpdateBrush
1235/Helvetica-Oblique  25 0  MwSetFont
1236/Courier  38 0  MwSetFont
1237/Helvetica-Oblique  25 0  MwSetFont
1238/Courier  38 0  MwSetFont
1239[0 255 255 204 0 <>] UpdateBrush
1240[0 255 255 255 0 <>] UpdateBrush
1241[0 1 0 0 0] UpdatePen
1242[1 0 0 0 0 <>] UpdateBrush
1243[0 1 0 0 160] UpdatePen
1244pop pop 1398 636
12451398 764 LineTo
1246[0 255 255 255 0 <>] UpdateBrush
12471380 715 1416 715 1398 764 3 Polygon
1248[1 0 0 0 0 <>] UpdateBrush
1249[0 255 255 255 0 <>] UpdateBrush
1250[0 1 0 0 0] UpdatePen
1251[1 0 0 0 0 <>] UpdateBrush
1252[0 1 0 0 160] UpdatePen
1253pop pop 1400 1176
12541399 1041 LineTo
1255[0 255 255 255 0 <>] UpdateBrush
12561382 1089 1417 1089 1399 1041 3 Polygon
1257[1 0 0 0 0 <>] UpdateBrush
1258[0 255 255 255 0 <>] UpdateBrush
1259[0 1 0 0 0] UpdatePen
1260[1 0 0 0 0 <>] UpdateBrush
1261[0 1 0 0 160] UpdatePen
1262pop pop 918 538
12631097 538 LineTo
1264[0 255 255 255 0 <>] UpdateBrush
12651048 520 1048 555 1097 538 3 Polygon
1266[1 0 0 0 0 <>] UpdateBrush
1267[0 255 255 255 0 <>] UpdateBrush
1268[0 1 0 0 0] UpdatePen
1269[1 0 0 0 0 <>] UpdateBrush
1270[0 1 0 0 160] UpdatePen
1271pop pop 1095 353
1272825 482 LineTo
1273[0 255 255 255 0 <>] UpdateBrush
1274861 445 876 477 825 482 3 Polygon
1275[1 0 0 0 0 <>] UpdateBrush
1276[0 255 255 255 0 <>] UpdateBrush
1277[0 1 0 0 0] UpdatePen
1278[1 0 0 0 0 <>] UpdateBrush
1279[0 1 0 0 160] UpdatePen
1280pop pop 1757 1252
12811606 1252 LineTo
1282[0 255 255 255 0 <>] UpdateBrush
12831654 1235 1654 1270 1606 1252 3 Polygon
1284[1 0 0 0 0 <>] UpdateBrush
1285[0 255 255 255 0 <>] UpdateBrush
1286[0 1 0 0 0] UpdatePen
1287[1 0 0 0 0 <>] UpdateBrush
1288[0 1 0 0 160] UpdatePen
1289pop pop 1067 1422
12901243 1333 LineTo
1291[0 255 255 255 0 <>] UpdateBrush
12921191 1338 1207 1371 1243 1333 3 Polygon
1293[1 0 0 0 0 <>] UpdateBrush
1294[0 255 255 255 0 <>] UpdateBrush
1295[0 1 0 0 0] UpdatePen
1296[1 0 0 0 0 <>] UpdateBrush
1297[0 1 0 0 160] UpdatePen
1298pop pop 1686 1406
12991548 1333 LineTo
1300[0 255 255 255 0 <>] UpdateBrush
13011583 1371 1599 1340 1548 1333 3 Polygon
1302[1 0 0 0 0 <>] UpdateBrush
1303[0 255 255 255 0 <>] UpdateBrush
1304[0 1 0 0 0] UpdatePen
1305[1 0 0 0 0 <>] UpdateBrush
1306[0 1 0 0 160] UpdatePen
1307pop pop 1056 1258
13081198 1257 LineTo
1309[0 255 255 255 0 <>] UpdateBrush
13101149 1239 1149 1275 1198 1257 3 Polygon
1311[1 0 0 0 0 <>] UpdateBrush
1312[0 255 255 255 0 <>] UpdateBrush
1313[0 1 0 0 0] UpdatePen
1314[0 255 255 204 0 <>] UpdateBrush
1315[0 1 0 0 160] UpdatePen
13161782 232 2284 342 FillRectangle
13171782 232 2284 342 RectangleOutLine
1318[0 255 255 204 0 <>] UpdateBrush
1319/Helvetica-Bold  36 0  MwSetFont
1320/Courier  38 0  MwSetFont
1321/Helvetica-Bold  36 0  MwSetFont
1322[0 1 0 0 0] UpdatePen
1323[0 0 0 0 0 <>] UpdateBrush
13241 UpdateBkMode
1325[255 255 255] UpdateBkColor
1326(G4hLowEnergyIonisation) 436 -0.00 1815 279 TextOut
1327[255 255 255] UpdateBkColor
13282 UpdateBkMode
1329[0 255 255 204 0 <>] UpdateBrush
1330[0 1 0 0 160] UpdatePen
1331/Courier  38 0  MwSetFont
1332[0 255 255 204 0 <>] UpdateBrush
1333[0 255 255 204 0 <>] UpdateBrush
1334/Helvetica  32 0  MwSetFont
1335/Courier  38 0  MwSetFont
1336[1 0 0 0 0 <>] UpdateBrush
13371782 293 2284 342 FillRectangle
13381782 293 2284 342 RectangleOutLine
13391782 312 2284 342 FillRectangle
13401782 312 2284 342 RectangleOutLine
1341[0 255 255 204 0 <>] UpdateBrush
1342/Helvetica  32 0  MwSetFont
1343/Courier  38 0  MwSetFont
1344/Helvetica  32 0  MwSetFont
1345/Courier  38 0  MwSetFont
1346[0 255 255 204 0 <>] UpdateBrush
1347/Helvetica-Bold  36 0  MwSetFont
1348/Courier  38 0  MwSetFont
1349/Helvetica-Bold  36 0  MwSetFont
1350/Courier  38 0  MwSetFont
1351[0 255 255 204 0 <>] UpdateBrush
1352/Helvetica-Bold  23 0  MwSetFont
1353/Courier  38 0  MwSetFont
1354/Helvetica-Bold  23 0  MwSetFont
1355/Courier  38 0  MwSetFont
1356[0 255 255 204 0 <>] UpdateBrush
1357[0 255 255 255 0 <>] UpdateBrush
1358[0 1 0 0 0] UpdatePen
1359[0 255 255 204 0 <>] UpdateBrush
1360[0 1 0 0 160] UpdatePen
13611833 475 2224 584 FillRectangle
13621833 475 2224 584 RectangleOutLine
1363[0 255 255 204 0 <>] UpdateBrush
1364/Helvetica-Oblique  36 0  MwSetFont
1365/Courier  38 0  MwSetFont
1366/Helvetica-Oblique  36 0  MwSetFont
1367[0 1 0 0 0] UpdatePen
1368[0 0 0 0 0 <>] UpdateBrush
13691 UpdateBkMode
1370[255 255 255] UpdateBkColor
1371(G4hLowEnergyLoss) 327 -0.00 1865 520 TextOut
1372[255 255 255] UpdateBkColor
13732 UpdateBkMode
1374[0 255 255 204 0 <>] UpdateBrush
1375[0 1 0 0 160] UpdatePen
1376/Courier  38 0  MwSetFont
1377[0 255 255 204 0 <>] UpdateBrush
1378[0 255 255 204 0 <>] UpdateBrush
1379/Helvetica  32 0  MwSetFont
1380/Courier  38 0  MwSetFont
1381[1 0 0 0 0 <>] UpdateBrush
13821833 536 2224 584 FillRectangle
13831833 536 2224 584 RectangleOutLine
13841833 555 2224 584 FillRectangle
13851833 555 2224 584 RectangleOutLine
1386[0 255 255 204 0 <>] UpdateBrush
1387/Helvetica  32 0  MwSetFont
1388/Courier  38 0  MwSetFont
1389/Helvetica  32 0  MwSetFont
1390/Courier  38 0  MwSetFont
1391[0 255 255 204 0 <>] UpdateBrush
1392/Helvetica-Oblique  36 0  MwSetFont
1393/Courier  38 0  MwSetFont
1394/Helvetica-Oblique  36 0  MwSetFont
1395/Courier  38 0  MwSetFont
1396[0 255 255 204 0 <>] UpdateBrush
1397/Helvetica-Oblique  25 0  MwSetFont
1398/Courier  38 0  MwSetFont
1399/Helvetica-Oblique  25 0  MwSetFont
1400/Courier  38 0  MwSetFont
1401[0 255 255 204 0 <>] UpdateBrush
1402[0 255 255 255 0 <>] UpdateBrush
1403[0 1 0 0 0] UpdatePen
1404[1 0 0 0 0 <>] UpdateBrush
1405[0 1 0 0 160] UpdatePen
1406pop pop 1832 532
14071698 533 LineTo
1408[0 255 255 255 0 <>] UpdateBrush
14091747 515 1747 551 1698 533 3 Polygon
1410[1 0 0 0 0 <>] UpdateBrush
1411[0 255 255 255 0 <>] UpdateBrush
1412[0 1 0 0 0] UpdatePen
1413[1 0 0 0 0 <>] UpdateBrush
1414[0 1 0 0 160] UpdatePen
1415pop pop 2031 343
14162029 474 LineTo
1417[0 255 255 255 0 <>] UpdateBrush
14182012 426 2048 426 2029 474 3 Polygon
1419[1 0 0 0 0 <>] UpdateBrush
1420[0 255 255 255 0 <>] UpdateBrush
1421[0 1 0 0 0] UpdatePen
1422[1 0 0 0 0 <>] UpdateBrush
1423[0 1 0 0 160] UpdatePen
1424pop pop 648 353
1425691 482 LineTo
1426[0 255 255 255 0 <>] UpdateBrush
1427659 442 693 430 691 482 3 Polygon
1428[1 0 0 0 0 <>] UpdateBrush
1429[0 255 255 255 0 <>] UpdateBrush
1430[0 1 0 0 0] UpdatePen
1431 pop pop % pop out coordinates for current pen position
1432 showpage
1433end
1434% end of the MainWin EPS file
Note: See TracBrowser for help on using the repository browser.