source: trunk/documents/UserDoc/UsersGuides/ForToolkitDeveloper/latex/OOAnalysisDesign/Geometry/logical_volumes.eps @ 1208

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

CVS update

File size: 69.9 KB
Line 
1%!PS-Adobe-3.0 EPSF-3.0
2%%Title: (logical_volumes.pdf)
3%%Version: 1 2
4%%CreationDate: (D:20020614095455)
5%%DocumentData: Clean7Bit
6%%LanguageLevel: 2
7%%BoundingBox: 0 0 842 595
8%%Pages: 0
9%%DocumentProcessColors: Cyan Magenta Yellow Black
10%%DocumentNeededResources: (atend)
11%%DocumentSuppliedResources:
12%%+ procset (Adobe Acrobat - PDF operators) 1.2 0
13%%+ procset (Adobe Acrobat - type operators) 1.2 0
14%%+ procset (Adobe Acrobat - general image support) 1.2 0
15%%+ procset (Adobe Acrobat - monochrome image support) 1.2 0
16%%+ procset (Adobe Acrobat - color image support) 1.2 0
17%%+ procset (Adobe Acrobat - indexed color image support) 1.2 0
18%%EndComments
19
200 0 moveto
21842 0 lineto
22842 595 lineto
230 595 lineto
24closepath clip newpath
25%%BeginProlog
26%%EndProlog
27%%BeginSetup
28%%BeginResource: l2check
29%%Copyright: Copyright 1993 Adobe Systems Incorporated. All Rights Reserved.
30systemdict /languagelevel known
31{ systemdict /languagelevel get 1 eq }
32{ true }
33ifelse
34{
35initgraphics /Helvetica findfont 18 scalefont setfont
3672 600 moveto (Error: Your printer driver needs to be configured) dup show
3772 580 moveto (for printing to a PostScript Language Level 1 printer.) dup show
38exch = =
39/Helvetica-Bold findfont 16 scalefont setfont
4072 520 moveto (Windows and Unix) show
41/Times-Roman findfont 16 scalefont setfont
4272 500 moveto (Select \252Language Level 1\272 in the PostScript options section) show
4372 480 moveto (of the Acrobat print dialog.) show
44/Helvetica-Bold findfont 16 scalefont setfont
4572 440 moveto (Macintosh) show
46/Times-Roman findfont 16 scalefont setfont
4772 420 moveto (In the Chooser, select your printer driver.) show
4872 400 moveto (Then select your printer and click the Setup button.) show
4972 380 moveto (Follow any on-screen dialogs that may appear.) show
50showpage
51quit
52}
53if
54%%EndResource
55/currentpacking where{pop currentpacking true setpacking}if
56%%BeginResource: procset pdfvars
57%%Copyright: Copyright 1987-1999 Adobe Systems Incorporated. All Rights Reserved.
58%%Version: 4.0 2
59%%Title: definition of dictionary of variables used by PDF & PDFText procsets
60userdict /PDF 160 dict put
61userdict /PDFVars 86 dict dup begin put
62/_save 0 def
63/_cshow 0 def
64/InitAll 0 def
65/TermAll 0 def
66/DocInitAll 0 def
67/DocTermAll 0 def
68/_lp /none def
69/_doClip 0 def
70/sfc 0 def
71/_sfcs 0 def
72/_sfc 0 def
73/ssc 0 def
74/_sscs 0 def
75/_ssc 0 def
76/_fcs 0 def
77/_scs 0 def
78/_fp 0 def
79/_sp 0 def
80/AGM_MAX_CS_COMPONENTS 10 def
81/_fillColors [ 0 1 AGM_MAX_CS_COMPONENTS { array } for ] def
82/_strokeColors [ 0 1 AGM_MAX_CS_COMPONENTS { array } for ] def
83/_fc null def
84/_sc null def
85/DefaultGray [/DeviceGray] def
86/DefaultRGB [/DeviceRGB] def
87/DefaultCMYK [/DeviceCMYK] def
88/_inT false def
89/_tr -1 def
90/_rise 0 def
91/_ax 0 def
92/_cx 0 def
93/_ld 0 def
94/_tm matrix def
95/_ctm matrix def
96/_mtx matrix def
97/_hy (-) def
98/_fScl 0 def
99/_hs 1 def
100/_pdfEncodings 2 array def
101/_baselineadj 0 def
102/_fTzero false def
103/_Tj 0 def
104/_italMtx [1 0 .212557 1 0 0] def
105/_italMtx_WMode1 [1 -.212557 0 1 0 0] def
106/_italMtxType0 [1 0 .1062785 1 0 0] def
107/_italMtx_WMode1Type0 [1 -.1062785 0 1 0 0] def
108/_basefont 0 def
109/_basefonto 0 def
110/_pdf_oldCIDInit null def
111/_pdf_FontDirectory 30 dict def
112/_categories 10 dict def
113/_sa? true def
114/_op? false def
115/_OP? false def
116/_opmode 0 def
117/_ColorSep5044? false def
118/_tmpcolr? [] def
119/_tmpop? {} def
120/_processColors 0 def
121/_defaulttransfer currenttransfer def
122/_defaultflatness currentflat def
123/_defaulthalftone null def
124/_defaultcolortransfer null def
125/_defaultblackgeneration null def
126/_defaultundercolorremoval null def
127/_defaultcolortransfer null def
128end
129%%EndResource
130PDFVars begin PDF begin
131%%BeginResource: procset pdfutil
132%%Copyright: Copyright 1993-1999 Adobe Systems Incorporated. All Rights Reserved.
133%%Version: 4.0 2
134%%Title: Basic utilities used by other PDF procsets
135/bd {bind def} bind def
136/ld {load def} bd
137/bld {
138dup length dict begin
139{ null def } forall
140bind
141end
142def
143} bd
144/dd { PDFVars 3 1 roll put } bd
145/xdd { exch dd } bd
146/Level2?
147systemdict /languagelevel known
148{ systemdict /languagelevel get 2 ge } { false } ifelse
149def
150/Level3?
151systemdict /languagelevel known
152{systemdict /languagelevel get 3 eq } { false } ifelse
153def
154/getifknown {
1552 copy known { get true } { pop pop false } ifelse
156} bd
157/here {
158currentdict exch getifknown
159} bd
160/isdefined? { where { pop true } { false } ifelse } bd
161/StartLoad { dup dup not { /_save save dd } if } bd
162/EndLoad { if not { _save restore } if } bd
163%%EndResource
164%%BeginResource: procset pdf
165%%Version: 4.0 3
166%%Copyright: Copyright 1998-1999 Adobe Systems Incorporated. All Rights Reserved.
167%%Title: General operators for PDF, common to all Language Levels.
168[/b/B/b*/B*/BDC/BI/BMC/BT/BX/c/cm/cs/CS/d/d0/d1/Do/DP/EI/EMC/ET/EX/f/f*/g/G/gs
169/h/i/j/J/k/K/l/m/M/MP/n/q/Q/re/rg/RG/ri/s/S/sc/SC/scn/SCN/sg/Tc/Td/TD/Tf/Tj/TJ
170/TL/Tm/Tr/Ts/Tw/Tz/T*/v/w/W/W*/y/'/"
171/applyInterpFunc/applystitchFunc/domainClip/EF/encodeInput/gsDI/ilp/icl
172/initgs/int/limit/PS/rangeClip/RC/rf/makePat/csfamily 
173/? /! /| /: /+ /GetGlyphDirectory
174] {null def} bind forall
175/v { currentpoint 6 2 roll c } bd
176/y { 2 copy c } bd
177/h/closepath ld
178/d/setdash ld
179/j/setlinejoin ld
180/J/setlinecap ld
181/M/setmiterlimit ld
182/w/setlinewidth ld
183/i {
184dup 0 eq { pop _defaultflatness } if
185setflat
186} bd
187/gsDI {
188begin
189/OP here { /_OP? xdd } if
190/op here { /_op? xdd }
191{ /OP here { /_op? xdd } if }
192ifelse
193/OPM here { /_opmode xdd } if
194/Font here { aload pop Tf } if
195/LW here { w } if
196/LC here { J } if
197/LJ here { j } if
198/ML here { M } if
199/D here { aload pop d } if
200end
201} bd
202/ilp { /_lp /none dd } bd
203/icl { /_doClip 0 dd } bd
204/W { /_doClip 1 dd } bd
205/W* { /_doClip 2 dd } bd
206/n {
207{{} {clip} {eoclip}} _doClip get exec
208icl
209newpath
210} bd
211/s { h S } bd
212/B { q f Q S } bd
213/B* { q f* Q S } bd
214/b { h B } bd
215/b* { h B* } bd
216/q/save ld
217/Q { restore ilp } bd
218/GetCSFamily {
219dup type /arraytype eq {0 get} if
220} bd
221/GetCompsDict
22211 dict begin
223/DeviceGray { pop 1 } bd
224/DeviceRGB { pop 3 } bd
225/DeviceCMYK { pop 4 } bd
226/CIEBasedA { pop 1 } bd
227/CIEBasedABC { pop 3 } bd
228/CIEBasedDEF { pop 3 } bd
229/CIEBasedDEFG { pop 4 } bd
230/DeviceN { 1 get length } bd
231/Separation { pop 1 } bd
232/Indexed { pop 1 } bd
233/Pattern { pop 0 } bd
234currentdict
235end
236def
237/GetComps {
238GetCompsDict
2391 index GetCSFamily
240get exec
241} bd
242/cs
243{
244dup _fcs eq
245{ pop }
246{ dup /_fcs xdd
247GetComps
248_fillColors exch get
249/_fc xdd
250/_fp null dd
251} ifelse
252} bd
253/CS
254{
255dup _scs eq
256{ pop }
257{ dup /_scs xdd GetComps _strokeColors exch get /_sc xdd /_sp null dd }
258ifelse
259} bd
260/sc {
261_fc astore pop
262ilp
263} bd
264/SC {
265_sc astore pop
266ilp
267} bd
268/g { DefaultGray cs sc } bd
269/rg { DefaultRGB cs sc } bd
270/k { DefaultCMYK cs sc } bd
271/G { DefaultGray CS SC } bd
272/RG { DefaultRGB CS SC } bd
273/K { DefaultCMYK CS SC } bd
274/cm { _mtx astore concat } bd
275/re {
2764 2 roll m
2771 index 0 rlineto
2780 exch rlineto
279neg 0 rlineto
280h
281} bd
282/RC/rectclip ld
283/EF/execform ld
284/PS { cvx exec } bd
285/initgs {
286/DefaultGray [/DeviceGray] dd
287/DefaultRGB [/DeviceRGB] dd
288/DefaultCMYK [/DeviceCMYK] dd
2890 g 0 G
290[] 0 d
2910 j
2920 J
29310 M
2941 w
295true setSA
296/_op? false dd
297/_OP? false dd
298/_opmode 0 dd
299/_defaulttransfer load settransfer
3000 i
301/RelativeColorimetric ri
302newpath
303} bd
304/int {
305dup 2 index sub 3 index 5 index sub div 6 -2 roll sub mul
306exch pop add exch pop
307} bd
308/limit {
309dup 2 index le { exch } if pop
310dup 2 index ge { exch } if pop
311} bd
312/domainClip {
313Domain aload pop 3 2 roll
314limit
315} [/Domain] bld
316/applyInterpFunc {
3170 1 DimOut 1 sub
318{
319dup C0 exch get exch
320dup C1 exch get exch
3213 1 roll
3221 index sub
3233 index
324N exp mul add
325exch
326currentdict /Range_lo known
327{
328dup Range_lo exch get exch
329Range_hi exch get
3303 2 roll limit
331}
332{
333pop
334}
335ifelse
336exch
337} for
338pop
339} [/DimOut /C0 /C1 /N /Range_lo /Range_hi] bld
340/encodeInput {
341NumParts 1 sub
3420 1 2 index
343{
344dup Bounds exch get
3452 index gt
346{ exit }
347{ dup
3483 index eq
349{ exit }
350{ pop } ifelse
351} ifelse
352} for
3533 2 roll pop
354dup Bounds exch get exch
355dup 1 add Bounds exch get exch
3562 mul
357dup Encode exch get exch
3581 add Encode exch get
359int
360} [/NumParts /Bounds /Encode] bld
361/rangeClip {
362exch dup Range_lo exch get
363exch Range_hi exch get
3643 2 roll
365limit
366} [/Range_lo /Range_hi] bld
367/applyStitchFunc {
368Functions exch get exec
369currentdict /Range_lo known {
3700 1 DimOut 1 sub {
371DimOut 1 add -1 roll
372rangeClip
373} for
374} if
375} [/Functions /Range_lo /DimOut] bld
376%%EndResource
377%%BeginResource: procset pdflev2
378%%Version: 4.0 5
379%%Copyright: Copyright 1987-1999 Adobe Systems Incorporated. All Rights Reserved.
380%%LanguageLevel: 2
381%%Title: PDF operators, with code specific for Level 2
382/_defaulthalftone currenthalftone dd
383/_defaultblackgeneration currentblackgeneration dd
384/_defaultundercolorremoval currentundercolorremoval dd
385/_defaultcolortransfer [currentcolortransfer] dd
386/initialize {
387_defaulthalftone sethalftone
388/_defaultblackgeneration load setblackgeneration
389/_defaultundercolorremoval load setundercolorremoval
390_defaultcolortransfer aload pop setcolortransfer
391false setoverprint
392<</MaxFormItem 0>> setuserparams
393} bd
394/terminate { } bd
395/m/moveto ld
396/l/lineto ld
397/c/curveto ld
398/setSA/setstrokeadjust ld
399/defineRes/defineresource ld
400/findRes/findresource ld
401currentglobal
402true systemdict /setglobal get exec
403[/Function /ExtGState /Form /Shading /FunctionDictionary /MadePattern /PatternPrototype /DataSource]
404{ /Generic /Category findresource dup length dict copy /Category defineresource pop }
405forall
406systemdict /setglobal get exec
407/ri
408{
409/findcolorrendering isdefined?
410{
411mark exch
412findcolorrendering
413counttomark 2 eq
414{ type /booleantype eq
415{ dup type /nametype eq
416{ dup /ColorRendering resourcestatus
417{ pop pop
418dup /DefaultColorRendering ne
419{
420/ColorRendering findresource
421setcolorrendering
422} if
423} if
424} if
425} if
426} if
427cleartomark
428}
429{ pop
430} ifelse
431} bd
432/_sfcs {_fcs setcolorspace} bind dd
433/_sscs {_scs setcolorspace} bind dd
434/_sfc
435{
436_fc aload pop
437_fp null eq
438{ setcolor }
439{ _fp setpattern }
440ifelse
441} bind dd
442/_ssc
443{
444_sc aload pop
445_sp null eq { setcolor} { _sp setpattern } ifelse
446} bind dd
447/scn {
448dup type /dicttype eq
449{ dup /_fp xdd
450/PaintType get 1 eq
451{ /_fc _fillColors 0 get dd ilp }
452{ /_fc _fillColors
453_fcs 1 get
454GetComps get dd
455sc
456}
457ifelse
458}
459{ sc }
460ifelse
461} bd
462/SCN {
463dup type /dicttype eq
464{ dup /_sp xdd
465/PaintType get 1 eq
466{ /_sc _strokeColors 0 get dd ilp }
467{ /_sc _strokeColors _scs 1 get GetComps get dd
468SC
469}
470ifelse
471}
472{ SC }
473ifelse
474} bd
475/gs
476{
477begin
478/SA here { setstrokeadjust } if
479/BG here { setblackgeneration } if
480/UCR here { setundercolorremoval } if
481/FL here { i } if
482/RI here { ri } if
483/TR here
484{
485dup xcheck
486{ settransfer }
487{ aload pop setcolortransfer }
488ifelse
489} if
490/sethalftonephase isdefined? { /HTP here { sethalftonephase } if } if
491/HT here { sethalftone } if
492currentdict gsDI
493end
494} bd
495/sfc {
496_op? setoverprint
497_lp /fill ne {
498_sfcs
499_sfc
500/_lp /fill dd
501} if
502} dd
503/ssc {
504_OP? setoverprint
505_lp /stroke ne {
506_sscs
507_ssc
508/_lp /stroke dd
509} if
510} dd
511/f {
512{ { sfc fill }
513{gsave sfc fill grestore clip newpath icl ilp}
514{gsave sfc fill grestore eoclip newpath icl ilp}
515} _doClip get exec
516} bd
517/f* {
518{ { sfc eofill }
519{gsave sfc eofill grestore clip newpath icl ilp}
520{gsave sfc eofill grestore eoclip newpath icl ilp}
521} _doClip get exec
522} bd
523/S {
524{ { ssc stroke }
525{gsave ssc stroke grestore clip newpath icl ilp}
526{gsave ssc stroke grestore eoclip newpath icl ilp}
527} _doClip get exec
528} bd
529/rf {
530{ { sfc rectfill }
531{gsave sfc rectfill grestore clip newpath icl ilp}
532{gsave sfc rectfill grestore eoclip newpath icl ilp}
533} _doClip get exec
534} bd
535/knownColorants? {
536pop false
537} bd
538/makePat {
539gsave
540dup /Matrix get concat
541matrix makepattern
542grestore
543/MadePattern defineRes pop
544} bd
545%%EndResource
546%%BeginResource: procset spots
547%%Version: 4.0 1
548%%Copyright: Copyright 1987-1999 Adobe Systems Incorporated. All Rights Reserved.
549%%Title: Predefined (named) spot functions for PDF
55021 dict dup begin
551/CosineDot
552{ 180 mul cos exch 180 mul cos add 2 div } bd
553/Cross
554{ abs exch abs 2 copy gt { exch } if pop neg } bd
555/Diamond
556{ abs exch abs 2 copy add .75 le
557{ dup mul exch dup mul add 1 exch sub }
558{ 2 copy add 1.23 le
559{ .85 mul add 1 exch sub }
560{ 1 sub dup mul exch 1 sub dup mul add 1 sub }
561ifelse }
562ifelse } bd
563/Double
564{ exch 2 div exch 2 { 360 mul sin 2 div exch } repeat add } bd
565/DoubleDot
566{ 2 { 360 mul sin 2 div exch } repeat add } bd
567/Ellipse
568{ abs exch abs 2 copy 3 mul exch 4 mul add 3 sub dup 0 lt
569{ pop dup mul exch .75 div dup mul add 4 div
5701 exch sub }
571{ dup 1 gt
572{pop 1 exch sub dup mul exch 1 exch sub
573.75 div dup mul add 4 div 1 sub }
574{ .5 exch sub exch pop exch pop }
575ifelse }
576ifelse } bd
577/EllipseA
578{ dup mul .9 mul exch dup mul add 1 exch sub } bd
579/EllipseB
580{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub } bd
581/EllipseC
582{ dup mul exch dup mul .9 mul add 1 exch sub } bd
583/InvertedDouble
584{ exch 2 div exch 2 { 360 mul sin 2 div exch } repeat add neg } bd
585/InvertedDoubleDot
586{ 2 { 360 mul sin 2 div exch } repeat add neg } bd
587/InvertedEllipseA
588{ dup mul .9 mul exch dup mul add 1 sub } bd
589/InvertedEllipseC
590{ dup mul exch dup mul .9 mul add 1 sub } bd
591/InvertedSimpleDot
592{ dup mul exch dup mul add 1 sub } bd
593/Line
594{ exch pop abs neg } bd
595/LineX
596{ pop } bd
597/LineY
598{ exch pop } bd
599/Rhomboid
600{ abs exch abs 0.9 mul add 2 div } bd
601/Round
602{ abs exch abs 2 copy add 1 le
603{ dup mul exch dup mul add 1 exch sub }
604{ 1 sub dup mul exch 1 sub dup mul add 1 sub }
605ifelse } bd
606/SimpleDot
607{ dup mul exch dup mul add 1 exch sub } bd
608/Square
609{ abs exch abs 2 copy lt { exch } if pop neg } bd
610end
611{ /Function defineRes pop } forall
612%%EndResource
613%%BeginResource: procset pdftext
614%%Version: 4.0 2
615%%Copyright: Copyright 1987-1998 Adobe Systems Incorporated. All Rights Reserved.
616%%Title: Text operators for PDF
617PDF /PDFText 75 dict dup begin put
618/docinitialize
619{
620/resourcestatus where {
621pop
622/CIDParams /ProcSet resourcestatus {
623pop pop
624false /CIDParams /ProcSet findresource /SetBuildCompatible get exec
625} if
626} if
627PDF begin
628PDFText /_pdfDefineIdentity-H known
629{ PDFText /_pdfDefineIdentity-H get exec}
630if
631end
632} bd
633/initialize {
634PDFText begin
635/_intT false dd
6360 Tr
637} bd
638/terminate { end } bd
639/_safeput
640{
641Level2? not
642{
6432 index load dup dup length exch maxlength ge
644{ dup length 5 add dict copy
6453 index xdd
646}
647{ pop }
648ifelse
649}
650if
6513 -1 roll load 3 1 roll put
652}
653bd
654/pdf_has_composefont? systemdict /composefont known def
655/CopyFont {
656{
6571 index /FID ne 2 index /UniqueID ne and
658{ def } { pop pop } ifelse
659} forall
660} bd
661/Type0CopyFont
662{
663exch
664dup length dict
665begin
666CopyFont
667[
668exch
669FDepVector
670{
671dup /FontType get 0 eq
672{
6731 index Type0CopyFont
674/_pdfType0 exch definefont
675}
676{
677/_pdfBaseFont exch
6782 index exec
679}
680ifelse
681exch
682}
683forall
684pop
685]
686/FDepVector exch def
687currentdict
688end
689} bd
690/cHexEncoding
691[/c00/c01/c02/c03/c04/c05/c06/c07/c08/c09/c0A/c0B/c0C/c0D/c0E/c0F/c10/c11/c12
692/c13/c14/c15/c16/c17/c18/c19/c1A/c1B/c1C/c1D/c1E/c1F/c20/c21/c22/c23/c24/c25
693/c26/c27/c28/c29/c2A/c2B/c2C/c2D/c2E/c2F/c30/c31/c32/c33/c34/c35/c36/c37/c38
694/c39/c3A/c3B/c3C/c3D/c3E/c3F/c40/c41/c42/c43/c44/c45/c46/c47/c48/c49/c4A/c4B
695/c4C/c4D/c4E/c4F/c50/c51/c52/c53/c54/c55/c56/c57/c58/c59/c5A/c5B/c5C/c5D/c5E
696/c5F/c60/c61/c62/c63/c64/c65/c66/c67/c68/c69/c6A/c6B/c6C/c6D/c6E/c6F/c70/c71
697/c72/c73/c74/c75/c76/c77/c78/c79/c7A/c7B/c7C/c7D/c7E/c7F/c80/c81/c82/c83/c84
698/c85/c86/c87/c88/c89/c8A/c8B/c8C/c8D/c8E/c8F/c90/c91/c92/c93/c94/c95/c96/c97
699/c98/c99/c9A/c9B/c9C/c9D/c9E/c9F/cA0/cA1/cA2/cA3/cA4/cA5/cA6/cA7/cA8/cA9/cAA
700/cAB/cAC/cAD/cAE/cAF/cB0/cB1/cB2/cB3/cB4/cB5/cB6/cB7/cB8/cB9/cBA/cBB/cBC/cBD
701/cBE/cBF/cC0/cC1/cC2/cC3/cC4/cC5/cC6/cC7/cC8/cC9/cCA/cCB/cCC/cCD/cCE/cCF/cD0
702/cD1/cD2/cD3/cD4/cD5/cD6/cD7/cD8/cD9/cDA/cDB/cDC/cDD/cDE/cDF/cE0/cE1/cE2/cE3
703/cE4/cE5/cE6/cE7/cE8/cE9/cEA/cEB/cEC/cED/cEE/cEF/cF0/cF1/cF2/cF3/cF4/cF5/cF6
704/cF7/cF8/cF9/cFA/cFB/cFC/cFD/cFE/cFF] def
705/modEnc {
706/_enc xdd
707/_icode 0 dd
708counttomark 1 sub -1 0
709{
710index
711dup type /nametype eq
712{
713_enc _icode 3 -1 roll put
714_icode 1 add
715}
716if
717/_icode xdd
718} for
719cleartomark
720_enc
721} bd
722/trEnc {
723/_enc xdd
724255 -1 0 {
725exch dup -1 eq
726{ pop /.notdef }
727{ Encoding exch get }
728ifelse
729_enc 3 1 roll put
730} for
731pop
732_enc
733} bd
734/TE {
735/_i xdd
736StandardEncoding 256 array copy modEnc
737_pdfEncodings exch _i exch put
738} bd
739/TZ
740{
741/_usePDFEncoding xdd
742findfont
743dup length 6 add dict
744begin
745{
7461 index /FID ne { def } { pop pop } ifelse
747} forall
748/pdf_origFontName FontName def
749/FontName exch def
750_usePDFEncoding 0 ge
751{
752/Encoding _pdfEncodings _usePDFEncoding get def
753pop
754}
755{
756_usePDFEncoding -1 eq
757{
758counttomark 0 eq
759{ pop }
760{
761Encoding 256 array copy
762modEnc /Encoding exch def
763}
764ifelse
765}
766{
767256 array
768trEnc /Encoding exch def
769}
770ifelse
771}
772ifelse
773pdf_EuroProcSet pdf_origFontName known
774{
775pdf_origFontName pdf_AddEuroGlyphProc
776} if
777FontName currentdict
778end
779definefont pop
780}
781bd
782/Level2?
783systemdict /languagelevel known
784{systemdict /languagelevel get 2 ge}
785{false}
786ifelse
787def
788Level2?
789{
790/_pdfFontStatus
791{
792currentglobal exch
793/Font resourcestatus
794{pop pop true}
795{false}
796ifelse
797exch setglobal
798} bd
799}
800{
801/_pdfFontStatusString 50 string def
802_pdfFontStatusString 0 (fonts/) putinterval
803/_pdfFontStatus
804{
805FontDirectory 1 index known
806{ pop true }
807{
808_pdfFontStatusString 6 42 getinterval
809cvs length 6 add
810_pdfFontStatusString exch 0 exch getinterval
811{ status } stopped
812{pop false}
813{
814{ pop pop pop pop true}
815{ false }
816ifelse
817}
818ifelse
819}
820ifelse
821} bd
822}
823ifelse
824Level2?
825{
826/_pdfCIDFontStatus
827{
828/CIDFont /Category resourcestatus
829{
830pop pop
831/CIDFont resourcestatus
832{pop pop true}
833{false}
834ifelse
835}
836{ pop false }
837ifelse
838} bd
839}
840if
841/_pdfString100 100 string def
842/_pdfComposeFontName
843{
844dup length 1 eq
845{
8460 get
8471 index
848type /nametype eq
849{
850_pdfString100 cvs
851length dup dup _pdfString100 exch (-) putinterval
852_pdfString100 exch 1 add dup _pdfString100 length exch sub getinterval
8532 index exch cvs length
854add 1 add _pdfString100 exch 0 exch getinterval
855exch pop
856true
857}
858{
859pop pop
860false
861}
862ifelse
863}
864{
865false
866}
867ifelse
868dup {exch cvn exch} if
869} bd
870/_pdfConcatNames
871{
872exch
873_pdfString100 cvs
874length dup dup _pdfString100 exch (-) putinterval
875_pdfString100 exch 1 add dup _pdfString100 length exch sub getinterval
8763 -1 roll exch cvs length
877add 1 add _pdfString100 exch 0 exch getinterval
878cvn
879} bind def
880/_pdfTextTempString 50 string def
881/_pdfRegOrderingArray [(Adobe-Japan1) (Adobe-CNS1) (Adobe-Korea1) (Adobe-GB1)] def
882/_pdf_CheckSupplements
883{
8841 index _pdfTextTempString cvs
885false
886_pdfRegOrderingArray
887{
8882 index exch
889anchorsearch
890{ pop pop pop true exit}
891{ pop }
892ifelse
893}
894forall
895exch pop
896{
897/CIDFont findresource
898/CIDSystemInfo get /Supplement get
899exch /CMap findresource
900/CIDSystemInfo get
901dup type /dicttype eq
902{/Supplement get}
903{pop 0 }
904ifelse
905ge
906}
907{ pop pop true }
908ifelse
909} bind def
910pdf_has_composefont?
911{
912/_pdfComposeFont
913{
9142 copy _pdfComposeFontName not
915{
9162 index
917}
918if
919(pdf) exch _pdfConcatNames
920dup _pdfFontStatus
921{ dup findfont 5 2 roll pop pop pop true}
922{
9234 1 roll
9241 index /CMap resourcestatus
925{
926pop pop
927true
928}
929{false}
930ifelse
9311 index true exch
932{
933_pdfCIDFontStatus not
934{pop false exit}
935if
936}
937forall
938and
939{
9401 index 1 index 0 get _pdf_CheckSupplements
941{
9423 -1 roll pop
9432 index 3 1 roll
944composefont true
945}
946{
947pop pop exch pop false
948}
949ifelse
950}
951{
952_pdfComposeFontName
953{
954dup _pdfFontStatus
955{
956exch pop
9571 index exch
958findfont definefont true
959}
960{
961pop exch pop
962false
963}
964ifelse
965}
966{
967exch pop
968false
969}
970ifelse
971}
972ifelse
973{ true }
974{
975dup _pdfFontStatus
976{ dup findfont true }
977{ pop false }
978ifelse
979}
980ifelse
981}
982ifelse
983} bd
984}
985{
986/_pdfComposeFont
987{
988_pdfComposeFontName not
989{
990dup
991}
992if
993dup
994_pdfFontStatus
995{exch pop dup findfont true}
996{
9971 index
998dup type /nametype eq
999{pop}
1000{cvn}
1001ifelse
1002eq
1003{pop false}
1004{
1005dup _pdfFontStatus
1006{dup findfont true}
1007{pop false}
1008ifelse
1009}
1010ifelse
1011}
1012ifelse
1013} bd
1014}
1015ifelse
1016/_pdfStyleDicts 4 dict dup begin
1017/Adobe-Japan1 4 dict dup begin
1018Level2?
1019{
1020/Serif
1021/HeiseiMin-W3-83pv-RKSJ-H _pdfFontStatus
1022{/HeiseiMin-W3}
1023{
1024/HeiseiMin-W3 _pdfCIDFontStatus
1025{/HeiseiMin-W3}
1026{/Ryumin-Light}
1027ifelse
1028}
1029ifelse
1030def
1031/SansSerif
1032/HeiseiKakuGo-W5-83pv-RKSJ-H _pdfFontStatus
1033{/HeiseiKakuGo-W5}
1034{
1035/HeiseiKakuGo-W5 _pdfCIDFontStatus
1036{/HeiseiKakuGo-W5}
1037{/GothicBBB-Medium}
1038ifelse
1039}
1040ifelse
1041def
1042/HeiseiMaruGo-W4-83pv-RKSJ-H _pdfFontStatus
1043{/HeiseiMaruGo-W4}
1044{
1045/HeiseiMaruGo-W4 _pdfCIDFontStatus
1046{/HeiseiMaruGo-W4}
1047{
1048/Jun101-Light-RKSJ-H _pdfFontStatus
1049{ /Jun101-Light }
1050{ SansSerif }
1051ifelse
1052}
1053ifelse
1054}
1055ifelse
1056/RoundSansSerif exch def
1057/Default Serif def
1058}
1059{
1060/Serif /Ryumin-Light def
1061/SansSerif /GothicBBB-Medium def
1062{
1063(fonts/Jun101-Light-83pv-RKSJ-H) status
1064}stopped
1065{pop}{
1066{ pop pop pop pop /Jun101-Light }
1067{ SansSerif }
1068ifelse
1069/RoundSansSerif exch def
1070}ifelse
1071/Default Serif def
1072}
1073ifelse
1074end
1075def
1076/Adobe-Korea1 4 dict dup begin
1077/Serif /HYSMyeongJo-Medium def
1078/SansSerif /HYGoThic-Medium def
1079/RoundSansSerif SansSerif def
1080/Default Serif def
1081end
1082def
1083/Adobe-GB1 4 dict dup begin
1084/Serif /STSong-Light def
1085/SansSerif /STHeiti-Regular def
1086/RoundSansSerif SansSerif def
1087/Default Serif def
1088end
1089def
1090/Adobe-CNS1 4 dict dup begin
1091/Serif /MKai-Medium def
1092/SansSerif /MHei-Medium def
1093/RoundSansSerif SansSerif def
1094/Default Serif def
1095end
1096def
1097end
1098def
1099/TZzero
1100{
1101/_fyAdj xdd
1102/_wmode xdd
1103/_styleArr xdd
1104/_regOrdering xdd
11053 copy
1106_pdfComposeFont
1107{
11085 2 roll pop pop pop
1109}
1110{
1111[
11120 1 _styleArr length 1 sub
1113{
1114_styleArr exch get
1115_pdfStyleDicts _regOrdering 2 copy known
1116{
1117get
1118exch 2 copy known not
1119{ pop /Default }
1120if
1121get
1122}
1123{
1124pop pop pop /Unknown
1125}
1126ifelse
1127}
1128for
1129]
1130exch pop
11312 index 3 1 roll
1132_pdfComposeFont
1133{3 -1 roll pop}
1134{
1135findfont dup /FontName get exch
1136}
1137ifelse
1138}
1139ifelse
1140dup /WMode 2 copy known
1141{ get _wmode ne }
1142{ pop pop _wmode 1 eq}
1143ifelse
1144_fyAdj 0 ne or
1145{
1146exch _wmode _pdfConcatNames _fyAdj _pdfConcatNames
1147dup _pdfFontStatus
1148{ exch pop dup findfont false}
1149{ exch true }
1150ifelse
1151}
1152{
1153dup /FontType get 0 ne
1154}
1155ifelse
1156{
1157dup /FontType get 3 eq _wmode 1 eq and
1158{
1159_pdfVerticalRomanT3Font dup length 10 add dict copy
1160begin
1161/_basefont exch
1162dup length 3 add dict
1163begin
1164{1 index /FID ne {def}{pop pop} ifelse }
1165forall
1166/Encoding Encoding dup length array copy
1167dup 16#27 /quotesingle put
1168dup 16#60 /grave put
1169_regOrdering /Adobe-Japan1 eq
1170{dup 16#5c /yen put dup 16#a5 /yen put dup 16#b4 /yen put}
1171if
1172def
1173FontName
1174currentdict
1175end
1176definefont
1177def
1178/Encoding _basefont /Encoding get def
1179/_fauxfont true def
1180}
1181{
1182dup length 3 add dict
1183begin
1184{1 index /FID ne {def}{pop pop} ifelse }
1185forall
1186FontType 0 ne
1187{
1188/Encoding Encoding dup length array copy
1189dup 16#27 /quotesingle put
1190dup 16#60 /grave put
1191_regOrdering /Adobe-Japan1 eq
1192{dup 16#5c /yen put}
1193if
1194def
1195/_fauxfont true def
1196} if
1197} ifelse
1198/WMode _wmode def
1199/BaseLineAdj _fyAdj def
1200dup dup /FontName exch def
1201currentdict
1202end
1203definefont pop
1204}
1205{
1206pop
1207}
1208ifelse
1209/_pdf_FontDirectory 3 1 roll _safeput
1210}
1211bd
1212/swj {
1213dup 4 1 roll
1214dup length exch stringwidth
1215exch 5 -1 roll 3 index mul add
12164 1 roll 3 1 roll mul add
12176 2 roll /_cnt 0 dd
1218{1 index eq {/_cnt _cnt 1 add dd} if} forall pop
1219exch _cnt mul exch _cnt mul 2 index add 4 1 roll 2 index add 4 1 roll pop pop
1220} bd
1221/jss {
12224 1 roll
1223{
1224pop pop
1225(0) exch 2 copy 0 exch put
1226gsave
1227exch false charpath currentpoint
12285 index setmatrix stroke
12293 -1 roll
123032 eq
1231{
1232moveto
12335 index 5 index rmoveto currentpoint
1234}
1235if
1236grestore
1237moveto
12382 copy rmoveto
1239} exch cshow
12406 {pop} repeat
1241} def
1242/jsfTzero {
1243{
1244pop pop
1245(0) exch 2 copy 0 exch put
1246exch show
124732 eq
1248{
12494 index 4 index rmoveto
1250}
1251if
12522 copy rmoveto
1253} exch cshow
12545 {pop} repeat
1255} def
1256/jsp
1257{
1258{
1259pop pop
1260(0) exch 2 copy 0 exch put
126132 eq
1262dup {currentfont /Encoding get dup length 33 ge 
1263{32 get /space eq and}{pop}ifelse
1264}if
1265{ exch 5 index 5 index 5 index 5 -1 roll widthshow }
1266{ false charpath }
1267ifelse
12682 copy rmoveto
1269} exch cshow
12705 {pop} repeat
1271} bd
1272/trj { _cx 0 fWModeProc 32 _ax 0 fWModeProc 6 5 roll } bd
1273/pjsf { trj sfc fawidthshowProc } bd
1274/pjss { trj _ctm ssc jss } bd
1275/pjsc { trj jsp } bd
1276/_Tjdef [
1277/pjsf load
1278/pjss load
1279{
1280dup
1281currentpoint 3 2 roll
1282pjsf
1283newpath moveto
1284pjss
1285} bind
1286{
1287trj swj rmoveto
1288} bind
1289{
1290dup currentpoint 4 2 roll gsave
1291pjsf
1292grestore 3 1 roll moveto
1293pjsc
1294} bind
1295{
1296dup currentpoint 4 2 roll
1297currentpoint gsave newpath moveto
1298pjss
1299grestore 3 1 roll moveto
1300pjsc
1301} bind
1302{
1303dup currentpoint 4 2 roll gsave
1304dup currentpoint 3 2 roll
1305pjsf
1306newpath moveto
1307pjss
1308grestore 3 1 roll moveto
1309pjsc
1310} bind
1311/pjsc load
1312] def
1313/BT
1314{
1315/_inT true dd
1316_ctm currentmatrix pop matrix _tm copy pop
13170 _rise _baselineadj add translate _hs 1 scale
13180 0 moveto
1319} bd
1320/ET
1321{
1322/_inT false dd
1323_tr 3 gt {clip} if
1324_ctm setmatrix newpath
1325} bd
1326/Tr {
1327_inT { _tr 3 le {currentpoint newpath moveto} if } if
1328dup /_tr xdd
1329_Tjdef exch get /_Tj xdd
1330} bd
1331/Tj {
1332userdict /$$copystring 2 index put
1333_Tj
1334} bd
1335/iTm { _ctm setmatrix _tm concat 0 _rise _baselineadj add translate _hs 1 scale } bd
1336/Tm { _tm astore pop iTm 0 0 moveto } bd
1337/Td { _mtx translate _tm _tm concatmatrix pop iTm 0 0 moveto } bd
1338/TD { dup /_ld xdd Td } bd
1339/_nullProc {} bd
1340/Tf {
1341dup 1000 div /_fScl xdd
1342_pdf_FontDirectory 2 index 2 copy known
1343{get exch 3 -1 roll pop}
1344{pop pop}
1345ifelse
1346Level2?
1347{ selectfont }
1348{ exch findfont exch scalefont setfont}
1349ifelse
1350currentfont dup
1351/_nullProc exch
1352/WMode known
1353{
13541 index /WMode get 1 eq
1355{pop /exch}
1356if
1357}
1358if
1359load /fWModeProc xdd
1360dup
1361/FontType get 0 eq dup _cx 0 ne and
1362{ /jsfTzero }
1363{ /awidthshow }
1364ifelse
1365load /fawidthshowProc xdd
1366/_fTzero xdd
1367dup /BaseLineAdj known
1368{ dup /BaseLineAdj get _fScl mul }
1369{ 0 }
1370ifelse
1371/_baselineadj xdd
1372dup /_pdfT3Font known
1373{ 0 }
1374{_tr}
1375ifelse
1376_Tjdef exch get /_Tj xdd
1377_intT
1378{currentpoint iTm moveto}
1379if
1380pop
1381} bd
1382/TL { neg /_ld xdd } bd
1383/Tw {
1384/_cx xdd
1385_cx 0 ne _fTzero and
1386{ /jsfTzero }
1387{ /awidthshow }
1388ifelse
1389load /fawidthshowProc xdd
1390} bd
1391/Tc { /_ax xdd } bd
1392/Ts { /_rise xdd currentpoint iTm moveto } bd
1393/Tz { 100 div /_hs xdd iTm } bd
1394/Tk { exch pop _fScl mul neg 0 fWModeProc rmoveto } bd
1395/T* { 0 _ld Td } bd
1396/' { T* Tj } bd
1397/" { exch Tc exch Tw ' } bd
1398/TJ {
1399{
1400dup type /stringtype eq
1401{ Tj }
1402{ 0 exch Tk }
1403ifelse
1404} forall
1405} bd
1406/T- { _hy Tj } bd
1407/d0/setcharwidth ld
1408/d1 { setcachedevice /sfc{}dd /ssc{}dd } bd
1409/nND {{/.notdef} repeat} bd
1410/T3Defs {
1411/BuildChar
1412{
14131 index /Encoding get exch get
14141 index /BuildGlyph get exec
1415}
1416def
1417/BuildGlyph {
1418exch begin
1419GlyphProcs exch get exec
1420end
1421} def
1422/_pdfT3Font true def
1423} bd
1424/_pdfBoldRomanWidthProc
1425{
1426stringwidth 1 index 0 ne { exch .03 add exch }if setcharwidth
14270 0
1428} bd
1429/_pdfType0WidthProc
1430{
1431dup stringwidth 0 0 moveto
14322 index true charpath pathbbox
14330 -1
14347 index 2 div .88
1435setcachedevice2
1436pop
14370 0
1438} bd
1439/_pdfType0WMode1WidthProc
1440{
1441dup stringwidth
1442pop 2 div neg -0.88
14432 copy
1444moveto
14450 -1
14465 -1 roll true charpath pathbbox
1447setcachedevice
1448} bd
1449/_pdfBoldBaseFont
145011 dict begin
1451/FontType 3 def
1452/FontMatrix[1 0 0 1 0 0]def
1453/FontBBox[0 0 1 1]def
1454/Encoding cHexEncoding def
1455/_setwidthProc /_pdfBoldRomanWidthProc load def
1456/_bcstr1 1 string def
1457/BuildChar
1458{
1459exch begin
1460_basefont setfont
1461_bcstr1 dup 0 4 -1 roll put
1462dup
1463_setwidthProc
14643 copy
1465moveto
1466show
1467_basefonto setfont
1468moveto
1469show
1470end
1471}bd
1472currentdict
1473end
1474def
1475pdf_has_composefont?
1476{
1477/_pdfBoldBaseCIDFont
147811 dict begin
1479/CIDFontType 1 def
1480/CIDFontName /_pdfBoldBaseCIDFont def
1481/FontMatrix[1 0 0 1 0 0]def
1482/FontBBox[0 0 1 1]def
1483/_setwidthProc /_pdfType0WidthProc load def
1484/_bcstr2 2 string def
1485/BuildGlyph
1486{
1487exch begin
1488_basefont setfont
1489_bcstr2 1 2 index 256 mod put
1490_bcstr2 0 3 -1 roll 256 idiv put
1491_bcstr2 dup _setwidthProc
14923 copy
1493moveto
1494show
1495_basefonto setfont
1496moveto
1497show
1498end
1499}bd
1500currentdict
1501end
1502def
1503/_pdfDefineIdentity-H
1504{
1505/Identity-H /CMap resourcestatus
1506{
1507pop pop
1508}
1509{
1510/CIDInit/ProcSet findresource begin 12 dict begin
1511begincmap
1512/CIDSystemInfo
15133 dict begin
1514/Registry (Adobe) def
1515/Ordering (Identity) def
1516/Supplement 0 def
1517currentdict
1518end
1519def
1520/CMapName /Identity-H def
1521/CMapVersion 1 def
1522/CMapType 1 def
15231 begincodespacerange
1524<0000> <ffff>
1525endcodespacerange
15261 begincidrange
1527<0000> <ffff> 0
1528endcidrange
1529endcmap
1530CMapName currentdict/CMap defineresource pop
1531end
1532end
1533} ifelse
1534} def
1535} if
1536/_pdfVerticalRomanT3Font
153710 dict begin
1538/FontType 3 def
1539/FontMatrix[1 0 0 1 0 0]def
1540/FontBBox[0 0 1 1]def
1541/_bcstr1 1 string def
1542/BuildChar
1543{
1544exch begin
1545_basefont setfont
1546_bcstr1 dup 0 4 -1 roll put
1547dup
1548_pdfType0WidthProc
1549moveto
1550show
1551end
1552}bd
1553currentdict
1554end
1555def
1556/MakeBoldFont
1557{
1558dup /ct_SyntheticBold known
1559{
1560dup length 3 add dict begin
1561CopyFont
1562/ct_StrokeWidth .03 0 FontMatrix idtransform pop def
1563/ct_SyntheticBold true def
1564currentdict
1565end
1566definefont
1567}
1568{
1569dup dup length 3 add dict
1570begin
1571CopyFont
1572/PaintType 2 def
1573/StrokeWidth .03 0 FontMatrix idtransform pop def
1574/dummybold currentdict
1575end
1576definefont
1577dup /FontType get dup 9 ge exch 11 le and
1578{
1579_pdfBoldBaseCIDFont
1580dup length 3 add dict copy begin
1581dup /CIDSystemInfo get /CIDSystemInfo exch def
1582/_Type0Identity /Identity-H 3 -1 roll [ exch ] composefont
1583/_basefont exch def
1584/_Type0Identity /Identity-H 3 -1 roll [ exch ] composefont
1585/_basefonto exch def
1586currentdict
1587end
1588/CIDFont defineresource
1589}
1590{
1591_pdfBoldBaseFont
1592dup length 3 add dict copy begin
1593/_basefont exch def
1594/_basefonto exch def
1595currentdict
1596end
1597definefont
1598}
1599ifelse
1600}
1601ifelse
1602} bd
1603/MakeBold {
16041 index
1605_pdf_FontDirectory 2 index 2 copy known
1606{get}
1607{exch pop}
1608ifelse
1609findfont
1610dup
1611/FontType get 0 eq
1612{
1613dup /WMode known {dup /WMode get 1 eq }{false} ifelse
1614version length 4 ge
1615and
1616{version 0 4 getinterval cvi 2015 ge }
1617{true}
1618ifelse
1619{/_pdfType0WidthProc}
1620{/_pdfType0WMode1WidthProc}
1621ifelse
1622_pdfBoldBaseFont /_setwidthProc 3 -1 roll load put
1623{MakeBoldFont} Type0CopyFont definefont
1624}
1625{
1626dup /_fauxfont known not 1 index /SubstMaster known not and
1627{
1628_pdfBoldBaseFont /_setwidthProc /_pdfBoldRomanWidthProc load put
1629MakeBoldFont
1630}
1631{
16322 index 2 index eq
1633{ exch pop }
1634{
1635dup length dict begin
1636CopyFont
1637currentdict
1638end
1639definefont
1640}
1641ifelse
1642}
1643ifelse
1644}
1645ifelse
1646pop pop
1647dup /dummybold ne
1648{/_pdf_FontDirectory exch dup _safeput }
1649{ pop }
1650ifelse
1651}bd
1652/MakeItalic {
1653_pdf_FontDirectory exch 2 copy known
1654{get}
1655{exch pop}
1656ifelse
1657dup findfont
1658dup /FontInfo 2 copy known
1659{
1660get
1661/ItalicAngle 2 copy known
1662{get 0 eq }
1663{ pop pop true}
1664ifelse
1665}
1666{ pop pop true}
1667ifelse
1668{
1669exch pop
1670dup /FontType get 0 eq Level2? not and
1671{ dup /FMapType get 6 eq }
1672{ false }
1673ifelse
1674{
1675dup /WMode 2 copy known
1676{
1677get 1 eq
1678{ _italMtx_WMode1Type0 }
1679{ _italMtxType0 }
1680ifelse
1681}
1682{ pop pop _italMtxType0 }
1683ifelse
1684}
1685{
1686dup /WMode 2 copy known
1687{
1688get 1 eq
1689{ _italMtx_WMode1 }
1690{ _italMtx }
1691ifelse
1692}
1693{ pop pop _italMtx }
1694ifelse
1695}
1696ifelse
1697makefont
1698dup /FontType get 42 eq Level2? not or
1699{
1700dup length dict begin
1701CopyFont
1702currentdict
1703end
1704}
1705if
17061 index exch
1707definefont pop
1708/_pdf_FontDirectory exch dup _safeput
1709}
1710{
1711pop
17122 copy ne
1713{
1714/_pdf_FontDirectory 3 1 roll _safeput
1715}
1716{ pop pop }
1717ifelse
1718}
1719ifelse
1720}bd
1721/MakeBoldItalic {
1722/dummybold exch
1723MakeBold
1724/dummybold
1725MakeItalic
1726}bd
1727Level2?
1728{
1729/pdf_CopyDict
1730{1 index length add dict copy}
1731def
1732}
1733{
1734/pdf_CopyDict
1735{
17361 index length add dict
17371 index wcheck
1738{ copy }
1739{ begin
1740{def} forall
1741currentdict
1742end
1743}
1744ifelse
1745}
1746def
1747}
1748ifelse
1749/pdf_AddEuroGlyphProc
1750{
1751currentdict /CharStrings known
1752{
1753CharStrings /Euro known not
1754{
1755dup
1756/CharStrings
1757CharStrings 1 pdf_CopyDict
1758begin
1759/Euro pdf_EuroProcSet 4 -1 roll get def
1760currentdict
1761end
1762def
1763/pdf_PSBuildGlyph /pdf_PSBuildGlyph load def
1764/pdf_PathOps /pdf_PathOps load def
1765/Symbol eq
1766{
1767/Encoding Encoding dup length array copy
1768dup 160 /Euro put def
1769}
1770if
1771}
1772{ pop
1773}
1774ifelse
1775}
1776{ pop
1777}
1778ifelse
1779}
1780def
1781/pdf_PathOps 4 dict dup begin
1782/m {moveto} def
1783/l {lineto} def
1784/c {curveto} def
1785/cp {closepath} def
1786end
1787def
1788/pdf_PSBuildGlyph
1789{
1790gsave
17918 -1 roll pop
17927 1 roll
1793currentdict /PaintType 2 copy known {get 2 eq}{pop pop false} ifelse
1794dup 9 1 roll
1795{
1796currentdict /StrokeWidth 2 copy known
1797{
1798get 2 div
17995 1 roll
18004 -1 roll 4 index sub
18014 1 roll
18023 -1 roll 4 index sub
18033 1 roll
1804exch 4 index add exch
18054 index add
18065 -1 roll pop
1807}
1808{
1809pop pop
1810}
1811ifelse
1812}
1813if
1814setcachedevice
1815pdf_PathOps begin
1816exec
1817end
1818{
1819currentdict /StrokeWidth 2 copy known
1820{ get }
1821{ pop pop 0 }
1822ifelse
1823setlinewidth stroke
1824}
1825{
1826fill
1827}
1828ifelse
1829grestore
1830} def
1831/pdf_EuroProcSet 13 dict def
1832pdf_EuroProcSet
1833begin
1834/Courier-Bold
1835{
1836600 0 6 -12 585 612
1837{
1838385 274 m
1839180 274 l
1840179 283 179 293 179 303 c
1841179 310 179 316 180 323 c
1842398 323 l
1843423 404 l
1844197 404 l
1845219 477 273 520 357 520 c
1846409 520 466 490 487 454 c
1847487 389 l
1848579 389 l
1849579 612 l
1850487 612 l
1851487 560 l
1852449 595 394 612 349 612 c
1853222 612 130 529 98 404 c
185431 404 l
18556 323 l
185686 323 l
185786 304 l
185886 294 86 284 87 274 c
185931 274 l
18606 193 l
186199 193 l
1862129 77 211 -12 359 -12 c
1863398 -12 509 8 585 77 c
1864529 145 l
1865497 123 436 80 356 80 c
1866285 80 227 122 198 193 c
1867360 193 l
1868cp
1869600 0 m
1870}
1871pdf_PSBuildGlyph
1872} def
1873/Courier-BoldOblique /Courier-Bold load def
1874/Courier
1875{
1876600 0 17 -12 578 584
1877{
187817 204 m
187997 204 l
1880126 81 214 -12 361 -12 c
1881440 -12 517 17 578 62 c
1882554 109 l
1883501 70 434 43 366 43 c
1884266 43 184 101 154 204 c
1885380 204 l
1886400 259 l
1887144 259 l
1888144 270 143 281 143 292 c
1889143 299 143 307 144 314 c
1890418 314 l
1891438 369 l
1892153 369 l
1893177 464 249 529 345 529 c
1894415 529 484 503 522 463 c
1895522 391 l
1896576 391 l
1897576 584 l
1898522 584 l
1899522 531 l
1900473 566 420 584 348 584 c
1901216 584 122 490 95 369 c
190237 369 l
190317 314 l
190487 314 l
190587 297 l
190687 284 88 272 89 259 c
190737 259 l
1908cp
1909600 0 m
1910}
1911pdf_PSBuildGlyph
1912} def
1913/Courier-Oblique /Courier load def
1914/Helvetica
1915{
1916556 0 24 -19 541 703
1917{
1918541 628 m
1919510 669 442 703 354 703 c
1920201 703 117 607 101 444 c
192150 444 l
192225 372 l
192397 372 l
192497 301 l
192549 301 l
192624 229 l
1927103 229 l
1928124 67 209 -19 350 -19 c
1929435 -19 501 25 509 32 c
1930509 131 l
1931492 105 417 60 343 60 c
1932267 60 204 127 197 229 c
1933406 229 l
1934430 301 l
1935191 301 l
1936191 372 l
1937455 372 l
1938479 444 l
1939194 444 l
1940201 531 245 624 348 624 c
1941433 624 484 583 509 534 c
1942cp
1943556 0 m
1944}
1945pdf_PSBuildGlyph
1946} def
1947/Helvetica-Oblique /Helvetica load def
1948/Helvetica-Bold
1949{
1950556 0 12 -19 563 710
1951{
1952563 621 m
1953537 659 463 710 363 710 c
1954216 710 125 620 101 462 c
195551 462 l
195612 367 l
195792 367 l
195892 346 l
195992 337 93 328 93 319 c
196052 319 l
196112 224 l
1962102 224 l
1963131 58 228 -19 363 -19 c
1964417 -19 471 -12 517 18 c
1965517 146 l
1966481 115 426 93 363 93 c
1967283 93 254 166 246 224 c
1968398 224 l
1969438 319 l
1970236 319 l
1971236 367 l
1972457 367 l
1973497 462 l
1974244 462 l
1975259 552 298 598 363 598 c
1976425 598 464 570 486 547 c
1977507 526 513 517 517 509 c
1978cp
1979556 0 m
1980}
1981pdf_PSBuildGlyph
1982} def
1983/Helvetica-BoldOblique /Helvetica-Bold load def
1984/Symbol
1985{
1986750 0 20 -12 714 685
1987{
1988714 581 m
1989650 645 560 685 465 685 c
1990304 685 165 580 128 432 c
199150 432 l
199220 369 l
1993116 369 l
1994115 356 115 347 115 337 c
1995115 328 115 319 116 306 c
199650 306 l
199720 243 l
1998128 243 l
1999165 97 300 -12 465 -12 c
2000560 -12 635 25 685 65 c
2001685 155 l
2002633 91 551 51 465 51 c
2003340 51 238 131 199 243 c
2004555 243 l
2005585 306 l
2006184 306 l
2007183 317 182 326 182 336 c
2008182 346 183 356 184 369 c
2009614 369 l 644 432 l
2010199 432 l
2011233 540 340 622 465 622 c
2012555 622 636 580 685 520 c
2013cp
2014750 0 m
2015}
2016pdf_PSBuildGlyph
2017} def
2018/Times-Bold
2019{
2020500 0 16 -14 478 700
2021{
2022367 308 m
2023224 308 l
2024224 368 l
2025375 368 l
2026380 414 l
2027225 414 l
2028230 589 257 653 315 653 c
2029402 653 431 521 444 457 c
2030473 457 l
2031473 698 l
2032444 697 l
2033441 679 437 662 418 662 c
2034393 662 365 700 310 700 c
2035211 700 97 597 73 414 c
203621 414 l
203716 368 l
203869 368 l
203969 359 68 350 68 341 c
204068 330 68 319 69 308 c
204121 308 l
204216 262 l
204373 262 l
204491 119 161 -14 301 -14 c
2045380 -14 443 50 478 116 c
2046448 136 l
2047415 84 382 40 323 40 c
2048262 40 231 77 225 262 c
2049362 262 l
2050cp
2051500 0 m
2052}
2053pdf_PSBuildGlyph
2054} def
2055/Times-BoldItalic
2056{
2057500 0 9 -20 542 686
2058{
2059542 686 m
2060518 686 l
2061513 673 507 660 495 660 c
2062475 660 457 683 384 683 c
2063285 683 170 584 122 430 c
206458 430 l
206534 369 l
2066105 369 l
2067101 354 92 328 90 312 c
206834 312 l
20699 251 l
207086 251 l
207185 238 84 223 84 207 c
207284 112 117 -14 272 -14 c
2073326 -14 349 9 381 9 c
2074393 9 393 -10 394 -20 c
2075420 -20 l
2076461 148 l
2077429 148 l
2078416 109 362 15 292 15 c
2079227 15 197 55 197 128 c
2080197 162 204 203 216 251 c
2081378 251 l
2082402 312 l
2083227 312 l
2084229 325 236 356 241 369 c
2085425 369 l
2086450 430 l
2087255 430 l
2088257 435 264 458 274 488 c
2089298 561 337 654 394 654 c
2090437 654 484 621 484 530 c
2091484 516 l
2092516 516 l
2093cp
2094500 0 m
2095}
2096pdf_PSBuildGlyph
2097} def
2098/Times-Italic
2099{
2100500 0 23 -10 595 692
2101{
2102399 317 m
2103196 317 l
2104199 340 203 363 209 386 c
2105429 386 l
2106444 424 l
2107219 424 l
2108246 514 307 648 418 648 c
2109448 648 471 638 492 616 c
2110529 576 524 529 527 479 c
2111549 475 l
2112595 687 l
2113570 687 l
2114562 674 558 664 542 664 c
2115518 664 474 692 423 692 c
2116275 692 162 551 116 424 c
211767 424 l
211853 386 l
2119104 386 l
212098 363 93 340 90 317 c
212137 317 l
212223 279 l
212386 279 l
212485 266 85 253 85 240 c
212585 118 137 -10 277 -10 c
2126370 -10 436 58 488 128 c
2127466 149 l
2128424 101 375 48 307 48 c
2129212 48 190 160 190 234 c
2130190 249 191 264 192 279 c
2131384 279 l
2132cp
2133500 0 m
2134}
2135pdf_PSBuildGlyph
2136} def
2137/Times-Roman
2138{
2139500 0 10 -12 484 692
2140{
2141347 298 m
2142171 298 l
2143170 310 170 322 170 335 c
2144170 362 l
2145362 362 l
2146374 403 l
2147172 403 l
2148184 580 244 642 308 642 c
2149380 642 434 574 457 457 c
2150481 462 l
2151474 691 l
2152449 691 l
2153433 670 429 657 410 657 c
2154394 657 360 692 299 692 c
2155204 692 94 604 73 403 c
215622 403 l
215710 362 l
215870 362 l
215969 352 69 341 69 330 c
216069 319 69 308 70 298 c
216122 298 l
216210 257 l
216373 257 l
216497 57 216 -12 295 -12 c
2165364 -12 427 25 484 123 c
2166458 142 l
2167425 101 384 37 316 37 c
2168256 37 189 84 173 257 c
2169335 257 l
2170cp
2171500 0 m
2172}
2173pdf_PSBuildGlyph
2174} def
2175end
2176currentdict readonly pop end
2177%%EndResource
2178PDFText begin
2179[39/quotesingle 96/grave 128/Adieresis/Aring/Ccedilla/Eacute/Ntilde/Odieresis
2180/Udieresis/aacute/agrave/acircumflex/adieresis/atilde/aring/ccedilla/eacute
2181/egrave/ecircumflex/edieresis/iacute/igrave/icircumflex/idieresis/ntilde
2182/oacute/ograve/ocircumflex/odieresis/otilde/uacute/ugrave/ucircumflex
2183/udieresis/dagger/degree/cent/sterling/section/bullet/paragraph/germandbls
2184/registered/copyright/trademark/acute/dieresis/.notdef/AE/Oslash
2185/.notdef/plusminus/.notdef/.notdef/yen/mu/.notdef/.notdef
2186/.notdef/.notdef/.notdef/ordfeminine/ordmasculine/.notdef/ae/oslash
2187/questiondown/exclamdown/logicalnot/.notdef/florin/.notdef/.notdef
2188/guillemotleft/guillemotright/ellipsis/space/Agrave/Atilde/Otilde/OE/oe
2189/endash/emdash/quotedblleft/quotedblright/quoteleft/quoteright/divide
2190/.notdef/ydieresis/Ydieresis/fraction/currency/guilsinglleft/guilsinglright
2191/fi/fl/daggerdbl/periodcentered/quotesinglbase/quotedblbase/perthousand
2192/Acircumflex/Ecircumflex/Aacute/Edieresis/Egrave/Iacute/Icircumflex
2193/Idieresis/Igrave/Oacute/Ocircumflex/.notdef/Ograve/Uacute/Ucircumflex
2194/Ugrave/dotlessi/circumflex/tilde/macron/breve/dotaccent/ring/cedilla
2195/hungarumlaut/ogonek/caron
21960 TE
2197[1/dotlessi/caron 39/quotesingle 96/grave 
2198127/bullet/Euro/bullet/quotesinglbase/florin/quotedblbase/ellipsis
2199/dagger/daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE
2200/bullet/Zcaron/bullet/bullet/quoteleft/quoteright/quotedblleft
2201/quotedblright/bullet/endash/emdash/tilde/trademark/scaron
2202/guilsinglright/oe/bullet/zcaron/Ydieresis/space/exclamdown/cent/sterling
2203/currency/yen/brokenbar/section/dieresis/copyright/ordfeminine
2204/guillemotleft/logicalnot/hyphen/registered/macron/degree/plusminus
2205/twosuperior/threesuperior/acute/mu/paragraph/periodcentered/cedilla
2206/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters
2207/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
2208/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis
2209/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply/Oslash
2210/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls/agrave
2211/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla/egrave/eacute
2212/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis/eth/ntilde
2213/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash/ugrave/uacute
2214/ucircumflex/udieresis/yacute/thorn/ydieresis
22151 TE
2216end
2217%%BeginResource: pdfimage.prc
2218%%Copyright: Copyright 1987-1993 Adobe Systems Incorporated. All Rights Reserved.
2219PDF /PDFImage 38 dict put
2220PDF /PDFIVars 20 dict put
2221PDF /PDFImage get begin
2222/initialize { PDFImage begin } bd
2223/terminate { end } bd
2224/nulldict 0 dict def
2225/gv { PDFIVars exch get } bd
2226/pv { PDFIVars 3 1 roll put } bd
2227/BI { save /savelevel exch pv mark } bd
2228/EI { /savelevel gv restore } bd
2229end
2230%%EndResource
2231%%BeginResource: pdfimg2.prc
2232%%Version: 4.0 4
2233%%Copyright: Copyright 1987-1993 Adobe Systems Incorporated. All Rights Reserved.
2234PDF /PDFImage get begin
2235Level2? StartLoad {
2236/ID {
22375 counttomark 2 idiv
2238dup 3 1 roll add
2239dict begin
2240{ def } repeat
2241cleartomark
2242currentdict
2243end
2244begin
2245/ImageType here { pop } { /ImageType 1 def } ifelse
2246/ImageMatrix [ Width 0 0 Height neg 0 Height ] def
2247/ImageMask here { not } { true } ifelse
2248{ /ImageMask false def } if
2249ImageMask not { ColorSpace setcolorspace } if
2250/Intent here { ri } if
2251SLBApplies?
2252{ ApplySLB }
2253{
2254mark
2255/DataSource here { } { currentfile } ifelse
2256/Filter here {
2257dup type /arraytype eq { length } { pop 1 } ifelse
22581 sub 0 1 3 -1 roll {
2259/DecodeParms here {
2260dup type /arraytype eq {
22611 index get
2262} if
2263dup null eq { pop } { exch } ifelse
2264} if
2265Filter dup type /arraytype eq
2266{ exch get } { exch pop } ifelse
2267filter
2268dup
2269} for
2270} if
2271/DataSource exch def
2272currentdict /ImageMask here not {false} if
2273{ sfc imagemask } { image } ifelse
2274counttomark
2275{ dup status
2276dup currentfile ne and
2277{ dup flushfile closefile }
2278{ pop }
2279ifelse
2280}
2281repeat
2282pop
2283}ifelse
2284end
2285} [/Width /Height /ImageMask /ColorSpace /Filter] bld
2286/SLBApplies?
2287{
2288{
2289languagelevel 3 lt {stop} if
2290currentsystemparams /SourceListBypass known not {stop} if
2291currentsystemparams /SourceListBypass get not {stop} if
2292currentdict /Filter known not {stop} if
2293Filter /CCITTFaxDecode ne {stop} if
2294currentdict /DecodeParms known not {stop} if
2295DecodeParms /K known not {stop} if
2296DecodeParms /K get -1 ne {stop} if
2297} stopped not
2298} [/DecodeParms] bld
2299/ApplySLB
2300{
2301{
2302/UncompressedLength
2303Width
2304DecodeParms /EncodedByteAlign getifknown
2305{ { 7 add 3 bitshift } if } if
2306Height mul def
2307/DataSource dup here { } {currentfile} ifelse
23085 dict begin
2309/Filter Filter def
2310/DecodeParms DecodeParms def
2311/Intent 3 def
2312/AsyncRead false def
2313/CloseSource false def
2314currentdict end /ReusableStreamDecode filter def
2315currentdict /ImageMask here not {false} if
2316{ sfc imagemask } { image } ifelse
2317} exec
2318} [/Width /DecodeParms /Height] bld
2319currentdict readonly pop
2320} EndLoad
2321end
2322%%EndResource
2323currentdict readonly pop
2324end end
2325/currentpacking where {pop setpacking}if
2326PDFVars/DocInitAll{[ PDFText]{/docinitialize get exec}forall }put
2327PDFVars/InitAll{[PDF PDFText PDFImage]{/initialize get exec}forall initgs}put
2328PDFVars/TermAll{[PDFImage PDFText PDF]{/terminate get exec}forall}put
2329PDFVars begin PDF begin
2330PDFVars/DocInitAll get exec PDFVars/InitAll get exec
2331%%IncludeResource Courier-Oblique
2332[/N8/Courier-Oblique 1 TZ
2333%%IncludeResource Courier
2334[/N9/Courier 1 TZ
2335PDFVars/TermAll get exec end end
2336
2337%%EndSetup
2338PDFVars begin PDF begin PDFVars/InitAll get exec
23390 0 842 595 re W n
2340[ 0 -1 1 0 0 595 ] concat
2341/N36 <<
2342/SA false 
2343/TR {}
2344/SM 0.02 
2345>> /ExtGState defineRes pop
2346/N7 [/CIEBasedABC <<
2347/MatrixLMN [0.412399 0.212601 0.0193024 0.357605 0.715195 
23480.119202 0.180496 0.0722046 0.9505 ]
2349/DecodeLMN [{2.22221 exp}bind dup dup]
2350/WhitePoint [0.9505 1 1.089]
2351>>]/ColorSpace defineRes pop
2352/N12 [/Indexed /N7 /ColorSpace findRes 255
2353<~s8W*!zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
2354zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
2355zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
2356zzzz~>]
2357/ColorSpace defineRes pop
2358/N11 [/Indexed /N7 /ColorSpace findRes 255
2359<~s8W*!!!%P"J,fS"^V@Mas8N'!s*t*"zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
2360zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
2361zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
2362zzzzzzzzzzzzzzzzzzzzzzzz~>]
2363/ColorSpace defineRes pop
2364/N10 [/Indexed /N7 /ColorSpace findRes 255
2365<~s8W*!!!*$!s*t(LJ,k*"!.Y%Lzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
2366zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
2367zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
2368zzzzzzzzzzzzzzzzzzzz~>]
2369/ColorSpace defineRes pop
2370/N7 /ColorSpace findRes cs
23711 0.98399 0.94099 sc
2372/N36 /ExtGState findRes gs
23731 i
237425.44 403.32001 71.88 -179.88 rf
2375/N7 /ColorSpace findRes CS
23760.502 0 0 SC
23772 J
23780 j
23790.24001 w
238010 M
2381[]0 d
238225.44 403.32001 71.88 -179.88 re
2383S
2384BT
2385/N9 1 Tf
23860 9.8999 -9.84 0 36 253.92 Tm
23870 0 0 sc
23880 Tc
23890 Tw
2390(G4LogicalVolumeStore)Tj
2391ET
239240.56 403.32001 56.75999 -179.88 re
239345.84 403.32001 51.48 -179.88 re
2394S
2395q
23960 12 -11.03999 0 63.60001 225.60001 cm
2397
2398_op? setoverprint
2399BI
2400/Width 16
2401/Height 15
2402/Filter [/ASCII85Decode /LZWDecode ]
2403/BitsPerComponent 8
2404/Decode [0 255]
2405/ColorSpace /N10 /ColorSpace findRes
2406ID
2407J,g]g3$8D3#D7Ol5WD.S#Qfe_@B_F:67ih,J77t]>YG,$Kh!@!cm2X:#*/aL?msNN
2408-j>aVJ.Theenm@9:-]@%~>
2409EI
2410
2411Q
2412q
24130 12 -11.03999 0 63.60001 225.60001 cm
2414
2415_op? setoverprint
2416BI
2417/Width 16
2418/Height 15
2419/Filter [/ASCII85Decode /LZWDecode ]
2420/BitsPerComponent 8
2421/Decode [0 255]
2422/ColorSpace /N12 /ColorSpace findRes
2423ID
2424J,g]g3$8D3#D7P8:l%Lh*=RM:U/:mn8gb1.6fScGUfK,hNCRAQBbZk--^74g&.e~>
2425EI
2426
2427Q
2428q
24290 12 -11.03999 0 63.60001 225.60001 cm
2430
2431_op? setoverprint
2432BI
2433/Width 16
2434/Height 15
2435/Filter [/ASCII85Decode /LZWDecode ]
2436/BitsPerComponent 8
2437/Decode [0 255]
2438/ColorSpace /N10 /ColorSpace findRes
2439ID
2440J,g]g3$8D3#D7Ol5WD.S#Qfe_@B_F:67ih,J77t]>YG,$Kh!@!cm2X:#*/aL?msNN
2441-j>aVJ.Theenm@9:-]@%~>
2442EI
2443
2444Q
2445BT
24460 9.8956 -9.84 0 60.48 237.60001 Tm
2447(<<static>> DeRegister\(\))Tj
2448ET
2449q
24500 12 -11.03999 0 74.16 225.60001 cm
2451
2452_op? setoverprint
2453BI
2454/Width 16
2455/Height 15
2456/Filter [/ASCII85Decode /LZWDecode ]
2457/BitsPerComponent 8
2458/Decode [0 255]
2459/ColorSpace /N10 /ColorSpace findRes
2460ID
2461J,g]g3$8D3#D7Ol5WD.S#Qfe_@B_F:67ih,J77t]>YG,$Kh!@!cm2X:#*/aL?msNN
2462-j>aVJ.Theenm@9:-]@%~>
2463EI
2464
2465Q
2466q
24670 12 -11.03999 0 74.16 225.60001 cm
2468
2469_op? setoverprint
2470BI
2471/Width 16
2472/Height 15
2473/Filter [/ASCII85Decode /LZWDecode ]
2474/BitsPerComponent 8
2475/Decode [0 255]
2476/ColorSpace /N12 /ColorSpace findRes
2477ID
2478J,g]g3$8D3#D7P8:l%Lh*=RM:U/:mn8gb1.6fScGUfK,hNCRAQBbZk--^74g&.e~>
2479EI
2480
2481Q
2482q
24830 12 -11.03999 0 74.16 225.60001 cm
2484
2485_op? setoverprint
2486BI
2487/Width 16
2488/Height 15
2489/Filter [/ASCII85Decode /LZWDecode ]
2490/BitsPerComponent 8
2491/Decode [0 255]
2492/ColorSpace /N10 /ColorSpace findRes
2493ID
2494J,g]g3$8D3#D7Ol5WD.S#Qfe_@B_F:67ih,J77t]>YG,$Kh!@!cm2X:#*/aL?msNN
2495-j>aVJ.Theenm@9:-]@%~>
2496EI
2497
2498Q
2499BT
25000 9.8916 -9.84 0 71.03999 237.60001 Tm
2501(<<static>> GetInstance\(\))Tj
2502ET
2503q
25040 12 -11.03999 0 84.72 225.60001 cm
2505
2506_op? setoverprint
2507BI
2508/Width 16
2509/Height 15
2510/Filter [/ASCII85Decode /LZWDecode ]
2511/BitsPerComponent 8
2512/Decode [0 255]
2513/ColorSpace /N10 /ColorSpace findRes
2514ID
2515J,g]g3$8D3#D7Ol5WD.S#Qfe_@B_F:67ih,J77t]>YG,$Kh!@!cm2X:#*/aL?msNN
2516-j>aVJ.Theenm@9:-]@%~>
2517EI
2518
2519Q
2520q
25210 12 -11.03999 0 84.72 225.60001 cm
2522
2523_op? setoverprint
2524BI
2525/Width 16
2526/Height 15
2527/Filter [/ASCII85Decode /LZWDecode ]
2528/BitsPerComponent 8
2529/Decode [0 255]
2530/ColorSpace /N12 /ColorSpace findRes
2531ID
2532J,g]g3$8D3#D7P8:l%Lh*=RM:U/:mn8gb1.6fScGUfK,hNCRAQBbZk--^74g&.e~>
2533EI
2534
2535Q
2536q
25370 12 -11.03999 0 84.72 225.60001 cm
2538
2539_op? setoverprint
2540BI
2541/Width 16
2542/Height 15
2543/Filter [/ASCII85Decode /LZWDecode ]
2544/BitsPerComponent 8
2545/Decode [0 255]
2546/ColorSpace /N10 /ColorSpace findRes
2547ID
2548J,g]g3$8D3#D7Ol5WD.S#Qfe_@B_F:67ih,J77t]>YG,$Kh!@!cm2X:#*/aL?msNN
2549-j>aVJ.Theenm@9:-]@%~>
2550EI
2551
2552Q
2553BT
25540 9.8951 -9.84 0 81.60001 237.60001 Tm
2555(<<static>> Register\(\))Tj
2556ET
25571 0.98399 0.94099 sc
255896 109.08 40.2 -68.52 rf
255996 109.08 40.2 -68.52 re
2560S
2561BT
2562/N8 1 Tf
25630 9.8999 -9.84 0 106.56 51.12 Tm
25640 0 0 sc
2565(G4VSolid)Tj
2566ET
2567111.12 109.08 25.08 -68.52 re
2568116.39999 109.08 19.8 -68.52 re
2569S
25701 0.98399 0.94099 sc
257153.03999 549.36 28.67999 -97.32001 rf
257253.03999 549.36 28.67999 -97.32001 re
2573S
2574BT
25750 9.894 -9.84 0 63.60001 453.96001 Tm
25760 0 0 sc
2577(G4VPhysicalVolume)Tj
2578ET
257968.16 549.36 13.56 -97.32001 re
258073.44 549.36 8.28 -97.32001 re
2581S
25821 0.98399 0.94099 sc
2583134.16 587.75999 49.32001 -122.75999 rf
2584134.16 587.75999 49.32001 -122.75999 re
2585S
2586BT
2587/N9 1 Tf
25880 9.8999 -9.84 0 144.72 467.16 Tm
25890 0 0 sc
2590(G4PhysicalVolumeList)Tj
2591ET
2592161.28 587.75999 22.2 -122.75999 re
2593166.56 587.75999 16.92 -122.75999 re
2594S
2595BT
25960 9.8999 -9.84 0 156.48 466.67999 Tm
2597(\(from G4LogicalVolume\))Tj
25980 9.7999 -9.84 0 156.48 574.2 Tm
2599(\))Tj
2600ET
26010 J
26020 w
2603[5.66901 2.83501 ]0 d
2604133.92 519.24001 m
260581.84 504.60001 l
2606S
26072 J
26080.24001 w
2609[]0 d
261081.84 504.60001 m
261189.28 510.36 l
261281.84 504.60001 m
261391.2 503.64 l
2614S
26151 0.98399 0.94099 sc
2616322.2 565.2 28.67999 -101.64 rf
2617322.2 565.2 28.67999 -101.64 re
2618S
2619BT
26200 9.8999 -9.84 0 332.75999 465.48 Tm
26210 0 0 sc
2622(G4SmartVoxelHeader)Tj
2623ET
2624337.32001 565.2 13.56 -101.64 re
2625342.60001 565.2 8.28 -101.64 re
2626S
26271 0.98399 0.94099 sc
2628284.16 116.03999 47.75999 -83.88 rf
2629284.16 116.03999 47.75999 -83.88 re
2630S
2631BT
26320 9.8999 -9.84 0 294.72 44.39999 Tm
26330 0 0 sc
2634(G4Material)Tj
2635ET
2636311.16 116.03999 20.75999 -83.88 re
2637316.44 116.03999 15.48 -83.88 re
2638S
2639BT
26400 9.8999 -9.84 0 306.36 34.08 Tm
2641(\(from materials\))Tj
26420 9.7999 -9.84 0 306.36 102.48 Tm
2643(\))Tj
2644ET
26451 0.98399 0.94099 sc
2646229.44 607.92 55.56 -110.75999 rf
2647229.44 607.92 55.56 -110.75999 re
2648S
2649BT
26500 9.8999 -9.84 0 240 493.3199 Tm
26510 0 0 sc
2652(G4VSensitiveDetector)Tj
2653ET
2654256.56 607.92 28.44 -110.75999 re
2655261.84 607.92 23.16 -110.75999 re
2656S
2657BT
26580 9.8999 -9.84 0 251.75999 499.08 Tm
2659(\(from digits+hits\))Tj
2660ET
26611 0.98399 0.94099 sc
2662388.44 433.92 46.44 -97.2 rf
2663388.44 433.92 46.44 -97.2 re
2664S
2665BT
26660 9.8999 -9.84 0 399 349.67999 Tm
26670 0 0 sc
2668(G4UserLimits)Tj
2669ET
2670415.56 433.92 19.32001 -97.2 re
2671420.84 433.92 14.03999 -97.2 re
2672S
2673BT
26740 9.8922 -9.84 0 410.75999 346.8 Tm
2675-0.00011 Tw
2676(\(from global\))Tj
2677ET
26781 0.98399 0.94099 sc
2679380.03999 186.60001 45 -110.75999 rf
2680380.03999 186.60001 45 -110.75999 re
2681S
2682BT
26830 9.8999 -9.84 0 390.60001 89.52 Tm
26840 0 0 sc
26850 Tw
2686(G4FieldManager)Tj
2687ET
2688407.16 186.60001 17.88 -110.75999 re
2689412.44 186.60001 12.60001 -110.75999 re
2690S
2691BT
26920 9.8999 -9.84 0 402.36 77.75999 Tm
2693(\(from magneticfield\))Tj
26940 9.7999 -9.84 0 402.36 173.03999 Tm
2695(\))Tj
2696ET
26970.63901 0.78 0.94099 sc
2698129.84 394.2 217.2 -232.2 rf
2699129.84 394.2 217.2 -232.2 re
2700S
2701BT
27020 9.8932 -9.84 0 140.39999 233.75999 Tm
27030 0 0 sc
2704(G4LogicalVolume)Tj
2705ET
2706144.96001 394.2 202.08 -232.2 re
2707160.8 394.2 186.24001 -232.2 re
2708S
2709q
27100 12 -11.03999 0 157.44 164.16 cm
2711
2712_op? setoverprint
2713BI
2714/Width 16
2715/Height 15
2716/Filter [/ASCII85Decode /LZWDecode ]
2717/BitsPerComponent 8
2718/Decode [0 255]
2719/ColorSpace /N11 /ColorSpace findRes
2720ID
2721J,g]W!"9PD",&u@+=Id.%gdg(iR''$65L/j`#qlijAm!6LB%<nTHFS9-\h];TP0:M
2722-SCYb5dE?pQ:hhmbbn>uPb8IHR/l?18E@d4#+@p[e!^^U2'S[@.I_jI%[0hB;kQqu~>
2723EI
2724
2725Q
2726q
27270 12 -11.03999 0 157.44 164.16 cm
2728
2729_op? setoverprint
2730BI
2731/Width 16
2732/Height 15
2733/Filter [/ASCII85Decode /LZWDecode ]
2734/BitsPerComponent 8
2735/Decode [0 255]
2736/ColorSpace /N12 /ColorSpace findRes
2737ID
2738J,g]W!"9PD",&u`YUEa'#6ouMiQt,3)CH5T`1\oa<$"%;O@/(@Qt24K-B^hE&U=dk
2739<?.;lA^L3G"9~>
2740EI
2741
2742Q
2743q
27440 12 -11.03999 0 157.44 164.16 cm
2745
2746_op? setoverprint
2747BI
2748/Width 16
2749/Height 15
2750/Filter [/ASCII85Decode /LZWDecode ]
2751/BitsPerComponent 8
2752/Decode [0 255]
2753/ColorSpace /N11 /ColorSpace findRes
2754ID
2755J,g]W!"9PD",&u@+=Id.%gdg(iR''$65L/j`#qlijAm!6LB%<nTHFS9-\h];TP0:M
2756-SCYb5dE?pQ:hhmbbn>uPb8IHR/l?18E@d4#+@p[e!^^U2'S[@.I_jI%[0hB;kQqu~>
2757EI
2758
2759Q
2760BT
27610 9.8999 -9.84 0 154.32001 176.16 Tm
2762(fName : G4String)Tj
2763ET
2764q
27650 12 -11.03999 0 178.56 164.16 cm
2766
2767_op? setoverprint
2768BI
2769/Width 16
2770/Height 15
2771/Filter [/ASCII85Decode /LZWDecode ]
2772/BitsPerComponent 8
2773/Decode [0 255]
2774/ColorSpace /N10 /ColorSpace findRes
2775ID
2776J,g]g3$8D3#D7Ol5WD.S#Qfe_@B_F:67ih,J77t]>YG,$Kh!@!cm2X:#*/aL?msNN
2777-j>aVJ.Theenm@9:-]@%~>
2778EI
2779
2780Q
2781q
27820 12 -11.03999 0 178.56 164.16 cm
2783
2784_op? setoverprint
2785BI
2786/Width 16
2787/Height 15
2788/Filter [/ASCII85Decode /LZWDecode ]
2789/BitsPerComponent 8
2790/Decode [0 255]
2791/ColorSpace /N12 /ColorSpace findRes
2792ID
2793J,g]g3$8D3#D7P8:l%Lh*=RM:U/:mn8gb1.6fScGUfK,hNCRAQBbZk--^74g&.e~>
2794EI
2795
2796Q
2797q
27980 12 -11.03999 0 178.56 164.16 cm
2799
2800_op? setoverprint
2801BI
2802/Width 16
2803/Height 15
2804/Filter [/ASCII85Decode /LZWDecode ]
2805/BitsPerComponent 8
2806/Decode [0 255]
2807/ColorSpace /N10 /ColorSpace findRes
2808ID
2809J,g]g3$8D3#D7Ol5WD.S#Qfe_@B_F:67ih,J77t]>YG,$Kh!@!cm2X:#*/aL?msNN
2810-j>aVJ.Theenm@9:-]@%~>
2811EI
2812
2813Q
2814BT
28150 9.8922 -9.84 0 175.44 176.16 Tm
2816-0.00011 Tc
2817(AddDaughter\(\))Tj
2818ET
2819q
28200 12 -11.03999 0 189.12 164.16 cm
2821
2822_op? setoverprint
2823BI
2824/Width 16
2825/Height 15
2826/Filter [/ASCII85Decode /LZWDecode ]
2827/BitsPerComponent 8
2828/Decode [0 255]
2829/ColorSpace /N10 /ColorSpace findRes
2830ID
2831J,g]g3$8D3#D7Ol5WD.S#Qfe_@B_F:67ih,J77t]>YG,$Kh!@!cm2X:#*/aL?msNN
2832-j>aVJ.Theenm@9:-]@%~>
2833EI
2834
2835Q
2836q
28370 12 -11.03999 0 189.12 164.16 cm
2838
2839_op? setoverprint
2840BI
2841/Width 16
2842/Height 15
2843/Filter [/ASCII85Decode /LZWDecode ]
2844/BitsPerComponent 8
2845/Decode [0 255]
2846/ColorSpace /N12 /ColorSpace findRes
2847ID
2848J,g]g3$8D3#D7P8:l%Lh*=RM:U/:mn8gb1.6fScGUfK,hNCRAQBbZk--^74g&.e~>
2849EI
2850
2851Q
2852q
28530 12 -11.03999 0 189.12 164.16 cm
2854
2855_op? setoverprint
2856BI
2857/Width 16
2858/Height 15
2859/Filter [/ASCII85Decode /LZWDecode ]
2860/BitsPerComponent 8
2861/Decode [0 255]
2862/ColorSpace /N10 /ColorSpace findRes
2863ID
2864J,g]g3$8D3#D7Ol5WD.S#Qfe_@B_F:67ih,J77t]>YG,$Kh!@!cm2X:#*/aL?msNN
2865-j>aVJ.Theenm@9:-]@%~>
2866EI
2867
2868Q
2869BT
28700 9.8956 -9.84 0 186 176.16 Tm
28710 Tc
2872(<<const>> GetDaughter\(\))Tj
2873ET
2874q
28750 12 -11.03999 0 199.67999 164.16 cm
2876
2877_op? setoverprint
2878BI
2879/Width 16
2880/Height 15
2881/Filter [/ASCII85Decode /LZWDecode ]
2882/BitsPerComponent 8
2883/Decode [0 255]
2884/ColorSpace /N10 /ColorSpace findRes
2885ID
2886J,g]g3$8D3#D7Ol5WD.S#Qfe_@B_F:67ih,J77t]>YG,$Kh!@!cm2X:#*/aL?msNN
2887-j>aVJ.Theenm@9:-]@%~>
2888EI
2889
2890Q
2891q
28920 12 -11.03999 0 199.67999 164.16 cm
2893
2894_op? setoverprint
2895BI
2896/Width 16
2897/Height 15
2898/Filter [/ASCII85Decode /LZWDecode ]
2899/BitsPerComponent 8
2900/Decode [0 255]
2901/ColorSpace /N12 /ColorSpace findRes
2902ID
2903J,g]g3$8D3#D7P8:l%Lh*=RM:U/:mn8gb1.6fScGUfK,hNCRAQBbZk--^74g&.e~>
2904EI
2905
2906Q
2907q
29080 12 -11.03999 0 199.67999 164.16 cm
2909
2910_op? setoverprint
2911BI
2912/Width 16
2913/Height 15
2914/Filter [/ASCII85Decode /LZWDecode ]
2915/BitsPerComponent 8
2916/Decode [0 255]
2917/ColorSpace /N10 /ColorSpace findRes
2918ID
2919J,g]g3$8D3#D7Ol5WD.S#Qfe_@B_F:67ih,J77t]>YG,$Kh!@!cm2X:#*/aL?msNN
2920-j>aVJ.Theenm@9:-]@%~>
2921EI
2922
2923Q
2924BT
29250 9.89439 -9.84 0 196.56 176.16 Tm
2926(<<const>> GetFastSimulationManager\(\))Tj
2927ET
2928q
29290 12 -11.03999 0 210.24001 164.16 cm
2930
2931_op? setoverprint
2932BI
2933/Width 16
2934/Height 15
2935/Filter [/ASCII85Decode /LZWDecode ]
2936/BitsPerComponent 8
2937/Decode [0 255]
2938/ColorSpace /N10 /ColorSpace findRes
2939ID
2940J,g]g3$8D3#D7Ol5WD.S#Qfe_@B_F:67ih,J77t]>YG,$Kh!@!cm2X:#*/aL?msNN
2941-j>aVJ.Theenm@9:-]@%~>
2942EI
2943
2944Q
2945q
29460 12 -11.03999 0 210.24001 164.16 cm
2947
2948_op? setoverprint
2949BI
2950/Width 16
2951/Height 15
2952/Filter [/ASCII85Decode /LZWDecode ]
2953/BitsPerComponent 8
2954/Decode [0 255]
2955/ColorSpace /N12 /ColorSpace findRes
2956ID
2957J,g]g3$8D3#D7P8:l%Lh*=RM:U/:mn8gb1.6fScGUfK,hNCRAQBbZk--^74g&.e~>
2958EI
2959
2960Q
2961q
29620 12 -11.03999 0 210.24001 164.16 cm
2963
2964_op? setoverprint
2965BI
2966/Width 16
2967/Height 15
2968/Filter [/ASCII85Decode /LZWDecode ]
2969/BitsPerComponent 8
2970/Decode [0 255]
2971/ColorSpace /N10 /ColorSpace findRes
2972ID
2973J,g]g3$8D3#D7Ol5WD.S#Qfe_@B_F:67ih,J77t]>YG,$Kh!@!cm2X:#*/aL?msNN
2974-j>aVJ.Theenm@9:-]@%~>
2975EI
2976
2977Q
2978BT
29790 9.89619 -9.84 0 207.12 176.16 Tm
2980(<<const>> GetFieldManager\(\))Tj
2981ET
2982q
29830 12 -11.03999 0 220.8 164.16 cm
2984
2985_op? setoverprint
2986BI
2987/Width 16
2988/Height 15
2989/Filter [/ASCII85Decode /LZWDecode ]
2990/BitsPerComponent 8
2991/Decode [0 255]
2992/ColorSpace /N10 /ColorSpace findRes
2993ID
2994J,g]g3$8D3#D7Ol5WD.S#Qfe_@B_F:67ih,J77t]>YG,$Kh!@!cm2X:#*/aL?msNN
2995-j>aVJ.Theenm@9:-]@%~>
2996EI
2997
2998Q
2999q
30000 12 -11.03999 0 220.8 164.16 cm
3001
3002_op? setoverprint
3003BI
3004/Width 16
3005/Height 15
3006/Filter [/ASCII85Decode /LZWDecode ]
3007/BitsPerComponent 8
3008/Decode [0 255]
3009/ColorSpace /N12 /ColorSpace findRes
3010ID
3011J,g]g3$8D3#D7P8:l%Lh*=RM:U/:mn8gb1.6fScGUfK,hNCRAQBbZk--^74g&.e~>
3012EI
3013
3014Q
3015q
30160 12 -11.03999 0 220.8 164.16 cm
3017
3018_op? setoverprint
3019BI
3020/Width 16
3021/Height 15
3022/Filter [/ASCII85Decode /LZWDecode ]
3023/BitsPerComponent 8
3024/Decode [0 255]
3025/ColorSpace /N10 /ColorSpace findRes
3026ID
3027J,g]g3$8D3#D7Ol5WD.S#Qfe_@B_F:67ih,J77t]>YG,$Kh!@!cm2X:#*/aL?msNN
3028-j>aVJ.Theenm@9:-]@%~>
3029EI
3030
3031Q
3032BT
30330 9.8956 -9.84 0 217.67999 176.16 Tm
3034(<<const>> GetMaterial\(\))Tj
3035ET
3036q
30370 12 -11.03999 0 231.36 164.16 cm
3038
3039_op? setoverprint
3040BI
3041/Width 16
3042/Height 15
3043/Filter [/ASCII85Decode /LZWDecode ]
3044/BitsPerComponent 8
3045/Decode [0 255]
3046/ColorSpace /N10 /ColorSpace findRes
3047ID
3048J,g]g3$8D3#D7Ol5WD.S#Qfe_@B_F:67ih,J77t]>YG,$Kh!@!cm2X:#*/aL?msNN
3049-j>aVJ.Theenm@9:-]@%~>
3050EI
3051
3052Q
3053q
30540 12 -11.03999 0 231.36 164.16 cm
3055
3056_op? setoverprint
3057BI
3058/Width 16
3059/Height 15
3060/Filter [/ASCII85Decode /LZWDecode ]
3061/BitsPerComponent 8
3062/Decode [0 255]
3063/ColorSpace /N12 /ColorSpace findRes
3064ID
3065J,g]g3$8D3#D7P8:l%Lh*=RM:U/:mn8gb1.6fScGUfK,hNCRAQBbZk--^74g&.e~>
3066EI
3067
3068Q
3069q
30700 12 -11.03999 0 231.36 164.16 cm
3071
3072_op? setoverprint
3073BI
3074/Width 16
3075/Height 15
3076/Filter [/ASCII85Decode /LZWDecode ]
3077/BitsPerComponent 8
3078/Decode [0 255]
3079/ColorSpace /N10 /ColorSpace findRes
3080ID
3081J,g]g3$8D3#D7Ol5WD.S#Qfe_@B_F:67ih,J77t]>YG,$Kh!@!cm2X:#*/aL?msNN
3082-j>aVJ.Theenm@9:-]@%~>
3083EI
3084
3085Q
3086BT
30870 9.89461 -9.84 0 228.24001 176.16 Tm
3088(<<const>> GetName\(\))Tj
3089ET
3090q
30910 12 -11.03999 0 241.92 164.16 cm
3092
3093_op? setoverprint
3094BI
3095/Width 16
3096/Height 15
3097/Filter [/ASCII85Decode /LZWDecode ]
3098/BitsPerComponent 8
3099/Decode [0 255]
3100/ColorSpace /N10 /ColorSpace findRes
3101ID
3102J,g]g3$8D3#D7Ol5WD.S#Qfe_@B_F:67ih,J77t]>YG,$Kh!@!cm2X:#*/aL?msNN
3103-j>aVJ.Theenm@9:-]@%~>
3104EI
3105
3106Q
3107q
31080 12 -11.03999 0 241.92 164.16 cm
3109
3110_op? setoverprint
3111BI
3112/Width 16
3113/Height 15
3114/Filter [/ASCII85Decode /LZWDecode ]
3115/BitsPerComponent 8
3116/Decode [0 255]
3117/ColorSpace /N12 /ColorSpace findRes
3118ID
3119J,g]g3$8D3#D7P8:l%Lh*=RM:U/:mn8gb1.6fScGUfK,hNCRAQBbZk--^74g&.e~>
3120EI
3121
3122Q
3123q
31240 12 -11.03999 0 241.92 164.16 cm
3125
3126_op? setoverprint
3127BI
3128/Width 16
3129/Height 15
3130/Filter [/ASCII85Decode /LZWDecode ]
3131/BitsPerComponent 8
3132/Decode [0 255]
3133/ColorSpace /N10 /ColorSpace findRes
3134ID
3135J,g]g3$8D3#D7Ol5WD.S#Qfe_@B_F:67ih,J77t]>YG,$Kh!@!cm2X:#*/aL?msNN
3136-j>aVJ.Theenm@9:-]@%~>
3137EI
3138
3139Q
3140BT
31410 9.8922 -9.84 0 238.8 176.16 Tm
3142-0.00011 Tc
3143(<<const>> GetNoDaughters\(\))Tj
3144ET
3145q
31460 12 -11.03999 0 252.48 164.16 cm
3147
3148_op? setoverprint
3149BI
3150/Width 16
3151/Height 15
3152/Filter [/ASCII85Decode /LZWDecode ]
3153/BitsPerComponent 8
3154/Decode [0 255]
3155/ColorSpace /N10 /ColorSpace findRes
3156ID
3157J,g]g3$8D3#D7Ol5WD.S#Qfe_@B_F:67ih,J77t]>YG,$Kh!@!cm2X:#*/aL?msNN
3158-j>aVJ.Theenm@9:-]@%~>
3159EI
3160
3161Q
3162q
31630 12 -11.03999 0 252.48 164.16 cm
3164
3165_op? setoverprint
3166BI
3167/Width 16
3168/Height 15
3169/Filter [/ASCII85Decode /LZWDecode ]
3170/BitsPerComponent 8
3171/Decode [0 255]
3172/ColorSpace /N12 /ColorSpace findRes
3173ID
3174J,g]g3$8D3#D7P8:l%Lh*=RM:U/:mn8gb1.6fScGUfK,hNCRAQBbZk--^74g&.e~>
3175EI
3176
3177Q
3178q
31790 12 -11.03999 0 252.48 164.16 cm
3180
3181_op? setoverprint
3182BI
3183/Width 16
3184/Height 15
3185/Filter [/ASCII85Decode /LZWDecode ]
3186/BitsPerComponent 8
3187/Decode [0 255]
3188/ColorSpace /N10 /ColorSpace findRes
3189ID
3190J,g]g3$8D3#D7Ol5WD.S#Qfe_@B_F:67ih,J77t]>YG,$Kh!@!cm2X:#*/aL?msNN
3191-j>aVJ.Theenm@9:-]@%~>
3192EI
3193
3194Q
3195BT
31960 9.89371 -9.84 0 249.36 176.16 Tm
31970 Tc
3198(<<const>> GetSensitiveDetector\(\))Tj
3199ET
3200q
32010 12 -11.03999 0 263.03999 164.16 cm
3202
3203_op? setoverprint
3204BI
3205/Width 16
3206/Height 15
3207/Filter [/ASCII85Decode /LZWDecode ]
3208/BitsPerComponent 8
3209/Decode [0 255]
3210/ColorSpace /N10 /ColorSpace findRes
3211ID
3212J,g]g3$8D3#D7Ol5WD.S#Qfe_@B_F:67ih,J77t]>YG,$Kh!@!cm2X:#*/aL?msNN
3213-j>aVJ.Theenm@9:-]@%~>
3214EI
3215
3216Q
3217q
32180 12 -11.03999 0 263.03999 164.16 cm
3219
3220_op? setoverprint
3221BI
3222/Width 16
3223/Height 15
3224/Filter [/ASCII85Decode /LZWDecode ]
3225/BitsPerComponent 8
3226/Decode [0 255]
3227/ColorSpace /N12 /ColorSpace findRes
3228ID
3229J,g]g3$8D3#D7P8:l%Lh*=RM:U/:mn8gb1.6fScGUfK,hNCRAQBbZk--^74g&.e~>
3230EI
3231
3232Q
3233q
32340 12 -11.03999 0 263.03999 164.16 cm
3235
3236_op? setoverprint
3237BI
3238/Width 16
3239/Height 15
3240/Filter [/ASCII85Decode /LZWDecode ]
3241/BitsPerComponent 8
3242/Decode [0 255]
3243/ColorSpace /N10 /ColorSpace findRes
3244ID
3245J,g]g3$8D3#D7Ol5WD.S#Qfe_@B_F:67ih,J77t]>YG,$Kh!@!cm2X:#*/aL?msNN
3246-j>aVJ.Theenm@9:-]@%~>
3247EI
3248
3249Q
3250BT
32510 9.8916 -9.84 0 259.92 176.16 Tm
3252(<<const>> GetSmartless\(\))Tj
3253ET
3254q
32550 12 -11.03999 0 273.60001 164.16 cm
3256
3257_op? setoverprint
3258BI
3259/Width 16
3260/Height 15
3261/Filter [/ASCII85Decode /LZWDecode ]
3262/BitsPerComponent 8
3263/Decode [0 255]
3264/ColorSpace /N10 /ColorSpace findRes
3265ID
3266J,g]g3$8D3#D7Ol5WD.S#Qfe_@B_F:67ih,J77t]>YG,$Kh!@!cm2X:#*/aL?msNN
3267-j>aVJ.Theenm@9:-]@%~>
3268EI
3269
3270Q
3271q
32720 12 -11.03999 0 273.60001 164.16 cm
3273
3274_op? setoverprint
3275BI
3276/Width 16
3277/Height 15
3278/Filter [/ASCII85Decode /LZWDecode ]
3279/BitsPerComponent 8
3280/Decode [0 255]
3281/ColorSpace /N12 /ColorSpace findRes
3282ID
3283J,g]g3$8D3#D7P8:l%Lh*=RM:U/:mn8gb1.6fScGUfK,hNCRAQBbZk--^74g&.e~>
3284EI
3285
3286Q
3287q
32880 12 -11.03999 0 273.60001 164.16 cm
3289
3290_op? setoverprint
3291BI
3292/Width 16
3293/Height 15
3294/Filter [/ASCII85Decode /LZWDecode ]
3295/BitsPerComponent 8
3296/Decode [0 255]
3297/ColorSpace /N10 /ColorSpace findRes
3298ID
3299J,g]g3$8D3#D7Ol5WD.S#Qfe_@B_F:67ih,J77t]>YG,$Kh!@!cm2X:#*/aL?msNN
3300-j>aVJ.Theenm@9:-]@%~>
3301EI
3302
3303Q
3304BT
33050 9.8999 -9.84 0 270.48 176.16 Tm
3306(<<const>> GetSolid\(\))Tj
3307ET
3308q
33090 12 -11.03999 0 284.16 164.16 cm
3310
3311_op? setoverprint
3312BI
3313/Width 16
3314/Height 15
3315/Filter [/ASCII85Decode /LZWDecode ]
3316/BitsPerComponent 8
3317/Decode [0 255]
3318/ColorSpace /N10 /ColorSpace findRes
3319ID
3320J,g]g3$8D3#D7Ol5WD.S#Qfe_@B_F:67ih,J77t]>YG,$Kh!@!cm2X:#*/aL?msNN
3321-j>aVJ.Theenm@9:-]@%~>
3322EI
3323
3324Q
3325q
33260 12 -11.03999 0 284.16 164.16 cm
3327
3328_op? setoverprint
3329BI
3330/Width 16
3331/Height 15
3332/Filter [/ASCII85Decode /LZWDecode ]
3333/BitsPerComponent 8
3334/Decode [0 255]
3335/ColorSpace /N12 /ColorSpace findRes
3336ID
3337J,g]g3$8D3#D7P8:l%Lh*=RM:U/:mn8gb1.6fScGUfK,hNCRAQBbZk--^74g&.e~>
3338EI
3339
3340Q
3341q
33420 12 -11.03999 0 284.16 164.16 cm
3343
3344_op? setoverprint
3345BI
3346/Width 16
3347/Height 15
3348/Filter [/ASCII85Decode /LZWDecode ]
3349/BitsPerComponent 8
3350/Decode [0 255]
3351/ColorSpace /N10 /ColorSpace findRes
3352ID
3353J,g]g3$8D3#D7Ol5WD.S#Qfe_@B_F:67ih,J77t]>YG,$Kh!@!cm2X:#*/aL?msNN
3354-j>aVJ.Theenm@9:-]@%~>
3355EI
3356
3357Q
3358BT
33590 9.8959 -9.84 0 281.03999 176.16 Tm
3360-0.00011 Tc
3361(<<const>> GetUserLimits\(\))Tj
3362ET
3363q
33640 12 -10.92 0 294.60001 164.16 cm
3365
3366_op? setoverprint
3367BI
3368/Width 16
3369/Height 15
3370/Filter [/ASCII85Decode /LZWDecode ]
3371/BitsPerComponent 8
3372/Decode [0 255]
3373/ColorSpace /N10 /ColorSpace findRes
3374ID
3375J,g]g3$8D3#D7Ol5WD.S#Qfe_@B_F:67ih,J77t]>YG,$Kh!@!cm2X:#*/aL?msNN
3376-j>aVJ.Theenm@9:-]@%~>
3377EI
3378
3379Q
3380q
33810 12 -10.92 0 294.60001 164.16 cm
3382
3383_op? setoverprint
3384BI
3385/Width 16
3386/Height 15
3387/Filter [/ASCII85Decode /LZWDecode ]
3388/BitsPerComponent 8
3389/Decode [0 255]
3390/ColorSpace /N12 /ColorSpace findRes
3391ID
3392J,g]g3$8D3#D7P8:l%Lh*=RM:U/:mn8gb1.6fScGUfK,hNCRAQBbZk--^74g&.e~>
3393EI
3394
3395Q
3396q
33970 12 -10.92 0 294.60001 164.16 cm
3398
3399_op? setoverprint
3400BI
3401/Width 16
3402/Height 15
3403/Filter [/ASCII85Decode /LZWDecode ]
3404/BitsPerComponent 8
3405/Decode [0 255]
3406/ColorSpace /N10 /ColorSpace findRes
3407ID
3408J,g]g3$8D3#D7Ol5WD.S#Qfe_@B_F:67ih,J77t]>YG,$Kh!@!cm2X:#*/aL?msNN
3409-j>aVJ.Theenm@9:-]@%~>
3410EI
3411
3412Q
3413BT
34140 9.89281 -9.84 0 291.60001 176.16 Tm
34150 Tc
3416(<<const>> GetVisAttributes\(\))Tj
3417ET
3418q
34190 12 -11.03999 0 305.16 164.16 cm
3420
3421_op? setoverprint
3422BI
3423/Width 16
3424/Height 15
3425/Filter [/ASCII85Decode /LZWDecode ]
3426/BitsPerComponent 8
3427/Decode [0 255]
3428/ColorSpace /N10 /ColorSpace findRes
3429ID
3430J,g]g3$8D3#D7Ol5WD.S#Qfe_@B_F:67ih,J77t]>YG,$Kh!@!cm2X:#*/aL?msNN
3431-j>aVJ.Theenm@9:-]@%~>
3432EI
3433
3434Q
3435q
34360 12 -11.03999 0 305.16 164.16 cm
3437
3438_op? setoverprint
3439BI
3440/Width 16
3441/Height 15
3442/Filter [/ASCII85Decode /LZWDecode ]
3443/BitsPerComponent 8
3444/Decode [0 255]
3445/ColorSpace /N12 /ColorSpace findRes
3446ID
3447J,g]g3$8D3#D7P8:l%Lh*=RM:U/:mn8gb1.6fScGUfK,hNCRAQBbZk--^74g&.e~>
3448EI
3449
3450Q
3451q
34520 12 -11.03999 0 305.16 164.16 cm
3453
3454_op? setoverprint
3455BI
3456/Width 16
3457/Height 15
3458/Filter [/ASCII85Decode /LZWDecode ]
3459/BitsPerComponent 8
3460/Decode [0 255]
3461/ColorSpace /N10 /ColorSpace findRes
3462ID
3463J,g]g3$8D3#D7Ol5WD.S#Qfe_@B_F:67ih,J77t]>YG,$Kh!@!cm2X:#*/aL?msNN
3464-j>aVJ.Theenm@9:-]@%~>
3465EI
3466
3467Q
3468BT
34690 9.8922 -9.84 0 302.03999 176.16 Tm
3470-0.00011 Tc
3471(<<const>> GetVoxelHeader\(\))Tj
3472ET
3473q
34740 12 -11.03999 0 315.72 164.16 cm
3475
3476_op? setoverprint
3477BI
3478/Width 16
3479/Height 15
3480/Filter [/ASCII85Decode /LZWDecode ]
3481/BitsPerComponent 8
3482/Decode [0 255]
3483/ColorSpace /N10 /ColorSpace findRes
3484ID
3485J,g]g3$8D3#D7Ol5WD.S#Qfe_@B_F:67ih,J77t]>YG,$Kh!@!cm2X:#*/aL?msNN
3486-j>aVJ.Theenm@9:-]@%~>
3487EI
3488
3489Q
3490q
34910 12 -11.03999 0 315.72 164.16 cm
3492
3493_op? setoverprint
3494BI
3495/Width 16
3496/Height 15
3497/Filter [/ASCII85Decode /LZWDecode ]
3498/BitsPerComponent 8
3499/Decode [0 255]
3500/ColorSpace /N12 /ColorSpace findRes
3501ID
3502J,g]g3$8D3#D7P8:l%Lh*=RM:U/:mn8gb1.6fScGUfK,hNCRAQBbZk--^74g&.e~>
3503EI
3504
3505Q
3506q
35070 12 -11.03999 0 315.72 164.16 cm
3508
3509_op? setoverprint
3510BI
3511/Width 16
3512/Height 15
3513/Filter [/ASCII85Decode /LZWDecode ]
3514/BitsPerComponent 8
3515/Decode [0 255]
3516/ColorSpace /N10 /ColorSpace findRes
3517ID
3518J,g]g3$8D3#D7Ol5WD.S#Qfe_@B_F:67ih,J77t]>YG,$Kh!@!cm2X:#*/aL?msNN
3519-j>aVJ.Theenm@9:-]@%~>
3520EI
3521
3522Q
3523BT
35240 9.8999 -9.84 0 312.60001 176.16 Tm
35250 Tc
3526(SetSmartless\(\))Tj
3527ET
3528q
35290 12 -11.03999 0 326.28 164.16 cm
3530
3531_op? setoverprint
3532BI
3533/Width 16
3534/Height 15
3535/Filter [/ASCII85Decode /LZWDecode ]
3536/BitsPerComponent 8
3537/Decode [0 255]
3538/ColorSpace /N10 /ColorSpace findRes
3539ID
3540J,g]g3$8D3#D7Ol5WD.S#Qfe_@B_F:67ih,J77t]>YG,$Kh!@!cm2X:#*/aL?msNN
3541-j>aVJ.Theenm@9:-]@%~>
3542EI
3543
3544Q
3545q
35460 12 -11.03999 0 326.28 164.16 cm
3547
3548_op? setoverprint
3549BI
3550/Width 16
3551/Height 15
3552/Filter [/ASCII85Decode /LZWDecode ]
3553/BitsPerComponent 8
3554/Decode [0 255]
3555/ColorSpace /N12 /ColorSpace findRes
3556ID
3557J,g]g3$8D3#D7P8:l%Lh*=RM:U/:mn8gb1.6fScGUfK,hNCRAQBbZk--^74g&.e~>
3558EI
3559
3560Q
3561q
35620 12 -11.03999 0 326.28 164.16 cm
3563
3564_op? setoverprint
3565BI
3566/Width 16
3567/Height 15
3568/Filter [/ASCII85Decode /LZWDecode ]
3569/BitsPerComponent 8
3570/Decode [0 255]
3571/ColorSpace /N10 /ColorSpace findRes
3572ID
3573J,g]g3$8D3#D7Ol5WD.S#Qfe_@B_F:67ih,J77t]>YG,$Kh!@!cm2X:#*/aL?msNN
3574-j>aVJ.Theenm@9:-]@%~>
3575EI
3576
3577Q
3578BT
35790 9.8999 -9.84 0 323.16 176.16 Tm
3580(SetVisAttributes\(\))Tj
3581ET
3582152.39999 134.88 m
3583136.32001 108 l
3584S
3585BT
35860 9.7999 -9.84 0 129.84 114.72 Tm
3587(1)Tj
3588ET
3589136.32001 108 m
3590137.52 117.36 l
3591136.32001 108 m
3592143.75999 113.52 l
3593152.39999 134.88 m
3594168.48 161.75999 l
3595S
3596BT
35970 9.7999 -9.84 0 158.64 162.72 Tm
3598(1)Tj
3599ET
36001 1 1 sc
36013 M
3602168.48 161.75999 m
3603162 158.16 l
3604161.75999 150.72 l
3605168.24001 154.32001 l
3606168.48 161.75999 l
3607b
3608BT
36090 9.8856 -9.84 0 150.72 87.60001 Tm
36100 0 0 sc
3611(-fSolid)Tj
36120 9.7999 -9.84 0 129.84 114.72 Tm
3613(1)Tj
36144.89799 -2.9268 TD
3615(1)Tj
3616ET
361710 M
3618115.2 437.88 m
3619148.56 394.32001 l
3620S
3621BT
36220 9.7999 -9.84 0 157.92 403.92 Tm
3623(1)Tj
3624ET
3625148.56 394.32001 m
3626146.16 403.44 l
3627148.56 394.32001 m
3628140.39999 399.12 l
3629115.2 437.88 m
363081.84 481.56 l
3631S
3632BT
36330 9.7999 -9.84 0 98.39999 482.03999 Tm
3634(1)Tj
3635ET
36361 1 1 sc
36373 M
363881.84 481.56 m
363988.56 478.67999 l
364089.75999 471.24001 l
364182.8 474.36 l
364281.84 481.56 l
3643b
3644BT
36450 9.88879 -9.84 0 121.92 406.08 Tm
36460 0 0 sc
3647(-flogical)Tj
36480 9.7999 -9.84 0 157.92 403.92 Tm
3649(1)Tj
36507.9715 6.0488 TD
3651(1)Tj
3652ET
365310 M
3654189.84 429.48 m
3655178.56 464.75999 l
3656S
3657BT
36580 9.7999 -9.84 0 194.64 462.12 Tm
3659(1)Tj
3660ET
3661178.56 464.75999 m
3662184.56 457.8 l
3663178.56 464.75999 m
3664177.84 455.39999 l
3665189.84 429.48 m
3666201.12 394.32001 l
3667S
3668BT
36690 9.7999 -9.84 0 214.8 398.88 Tm
3670(1)Tj
3671ET
36720.502 0 0 sc
36733 M
3674201.12 394.32001 m
3675202.56 401.52 l
3676197.28 406.56 l
3677195.84 399.36 l
3678201.12 394.32001 l
3679b
3680BT
36810 9.89079 -9.84 0 188.88 396.24001 Tm
36820 0 0 sc
3683(-fDaughters)Tj
36840 9.7999 -9.84 0 194.64 462.12 Tm
3685(1)Tj
3686-6.45309 -2.0488 TD
3687(1)Tj
3688ET
368910 M
3690304.2 437.16 m
3691321.96001 480.12 l
3692S
3693BT
36940 9.8999 -9.84 0 328.67999 453.72 Tm
3695(0...)Tj
3696ET
3697321.96001 480.12 m
3698315.24001 473.64 l
3699321.96001 480.12 m
3700321.96001 470.75999 l
3701304.2 437.16 m
3702286.56 394.32001 l
3703S
3704BT
37050 9.7999 -9.84 0 302.75999 390.72 Tm
3706(1)Tj
3707ET
37081 1 1 sc
37093 M
3710286.56 394.32001 m
3711285.60001 401.75999 l
3712291.60001 406.32001 l
3713292.32001 398.88 l
3714286.56 394.32001 l
3715b
3716BT
37170 9.8856 -9.84 0 299.28 430.44 Tm
37180 0 0 sc
3719(-fVoxel)Tj
37200 9.8999 -9.84 0 328.67999 453.72 Tm
3721(0...)Tj
37220 9.7999 -9.84 0 302.75999 390.72 Tm
3723(1)Tj
3724ET
372510 M
3726285.60001 138.96001 m
3727293.39999 116.16 l
3728S
3729BT
37300 9.8999 -9.84 0 307.32001 112.08 Tm
3731(0...)Tj
3732ET
3733293.39999 116.16 m
3734293.88 125.52 l
3735293.39999 116.16 m
3736287.28 123.12 l
3737285.60001 138.96001 m
3738277.92 161.75999 l
3739S
3740BT
37410 9.7999 -9.84 0 293.75999 160.32001 Tm
3742(1)Tj
3743ET
37441 1 1 sc
37453 M
3746277.92 161.75999 m
3747283.44 156.72 l
3748282 149.52 l
3749276.72 154.32001 l
3750277.92 161.75999 l
3751b
3752BT
37530 9.8999 -9.84 0 283.92 102.48 Tm
37540 0 0 sc
3755(-fMaterial)Tj
37560.9697 -2.37801 TD
3757(0...)Tj
37580 9.7999 -9.84 0 293.75999 160.32001 Tm
3759(1)Tj
3760ET
376110 M
3762249.60001 445.56 m
3763253.2 496.92 l
3764S
3765BT
37660 9.8999 -9.84 0 242.64 481.08 Tm
3767(0...)Tj
3768ET
3769253.2 496.92 m
3770249.12 488.52 l
3771253.2 496.92 m
3772256.32001 488.03999 l
3773249.60001 445.56 m
3774246.24001 394.32001 l
3775S
3776BT
37770 9.7999 -9.84 0 236.39999 393.12 Tm
3778(1)Tj
3779ET
37801 1 1 sc
37813 M
3782246.24001 394.32001 m
3783243.12 401.03999 l
3784247.2 407.28 l
3785250.32001 400.56 l
3786246.24001 394.32001 l
3787b
3788BT
37890 9.89461 -9.84 0 256.32001 388.32001 Tm
37900 0 0 sc
3791(-fSensitiveDetector)Tj
37920 9.8999 -9.84 0 242.64 481.08 Tm
3793(0...)Tj
37940 9.7999 -9.84 0 236.39999 393.12 Tm
3795(1)Tj
3796ET
379710 M
3798367.56 358.08 m
3799388.2 370.8 l
3800S
3801BT
38020 9.8999 -9.84 0 382.2 368.88 Tm
3803(0...)Tj
3804ET
3805388.2 370.8 m
3806378.84 369.36 l
3807388.2 370.8 m
3808382.67999 363.12 l
3809367.56 358.08 m
3810347.16 345.36 l
3811S
3812BT
38130 9.7999 -9.84 0 345.24001 354.96001 Tm
3814(1)Tj
3815ET
38161 1 1 sc
38173 M
3818347.16 345.36 m
3819350.75999 351.84 l
3820358.2 352.08 l
3821354.60001 345.60001 l
3822347.16 345.36 l
3823b
3824BT
38250 9.8999 -9.84 0 375.48 300.48 Tm
38260 0 0 sc
3827(-fUserLimits)Tj
38286.90919 -0.68291 TD
3829(0...)Tj
38300 9.7999 -9.84 0 345.24001 354.96001 Tm
3831(1)Tj
3832ET
383310 M
3834363.48 165.60001 m
3835379.8 150.96001 l
3836S
3837BT
38380 9.7999 -9.84 0 382.2 158.88 Tm
3839(1)Tj
3840ET
3841379.8 150.96001 m
3842375.72 159.36 l
3843379.8 150.96001 m
3844370.92 154.08 l
3845363.48 165.60001 m
3846347.16 180.48 l
3847S
3848BT
38490 9.7999 -9.84 0 360.12 185.75999 Tm
3850(1)Tj
3851ET
38521 1 1 sc
38533 M
3854347.16 180.48 m
3855354.36 178.8 l
3856356.75999 171.84 l
3857349.56 173.52 l
3858347.16 180.48 l
3859b
3860BT
38610 9.7999 -9.84 0 382.2 158.88 Tm
38620 0 0 sc
3863(1)Tj
38640 9.8999 -9.84 0 370.67999 127.67999 Tm
3865(-fFieldManager)Tj
38660 9.7999 -9.84 0 360.12 185.75999 Tm
3867(1)Tj
3868ET
38690 J
38700 w
387110 M
3872[5.66901 2.83501 ]0 d
387397.44 305.75999 m
3874129.60001 299.28 l
3875S
38762 J
38770.24001 w
3878[]0 d
3879129.60001 299.28 m
3880121.92 304.56 l
3881129.60001 299.28 m
3882120.48 297.36 l
3883S
3884BT
38850 10.90041 -10.8 0 131.16 295.44 Tm
3886(0..n)Tj
3887ET
3888PDFVars/TermAll get exec end end
3889%%PageTrailer
3890%%EndPage
3891%%Trailer
3892%%DocumentNeededResources:
3893%%+ font Courier-Oblique
3894%%+ font Courier
3895%%EOF
Note: See TracBrowser for help on using the repository browser.