]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PHOS/PHOS-UML/TreeR.ps
test
[u/mrichter/AliRoot.git] / PHOS / PHOS-UML / TreeR.ps
CommitLineData
9001c0ed 1%!PS-Adobe-3.0
2%%Title: TreeR
3%%Pages: (atend)
4%%PageOrder: Ascend
5%%DocumentFonts: Helvetica Helvetica-Bold
6%%+Helvetica-Oblique Helvetica-BoldOblique
7%%+Times-Roman Times-Bold Times-Italic Times-BoldItalic
8%%+Courier Courier-Bold Courier-Oblique Courier-BoldOblique
9%%EndComments
10%%BeginProlog
11/BD {bind def} bind def
12/D {def} BD
13/ISOF {
14 dup findfont dup length 1 add dict begin {
15 1 index /FID eq {pop pop} {D} ifelse
16 } forall /Encoding ISOLatin1Encoding D
17 currentdict end definefont
18} BD
19/F [
20 /Helvetica ISOF
21 /Helvetica-Bold ISOF
22 /Helvetica-Oblique ISOF
23 /Helvetica-BoldOblique ISOF
24 /Times-Roman ISOF
25 /Times-Bold ISOF
26 /Times-Italic ISOF
27 /Times-BoldItalic ISOF
28 /Courier ISOF
29 /Courier-Bold ISOF
30 /Courier-Oblique ISOF
31 /Courier-BoldOblique ISOF
32] D
33/R {4 2 roll moveto 1 index 0 rlineto
34 0 exch rlineto neg 0 rlineto closepath} BD
35/Adict 8 dict D
36Adict /mtrx matrix put
37/A { Adict begin
38 /endangle exch D /startangle exch D
39 /yrad exch D /xrad exch D
40 /y exch D /x exch D
41 /savematrix mtrx currentmatrix D
42 x y translate xrad yrad scale
43 0 0 1 startangle endangle arc
44 savematrix setmatrix
45 end } BD
46/PY {
47 dup 1 ge {3 1 roll moveto} if
48 -1 2 {pop lineto} for
49 {closepath} if
50} BD
51/CL { dup 0 exch -1 1 arct} BD
52/RCL { dup 0 exch 1 1 arct} BD
53/RRdict 8 dict D
54RRdict /mtrx matrix put
55/RR {RRdict begin
56 /yrad exch D /xrad exch D
57 /height exch D /width exch D
58 /y exch D /x exch D
59 /width width xrad div D /height height yrad div D
60 /savematrix mtrx currentmatrix D
61 x y translate xrad yrad scale -90 rotate
62 1 0 moveto width RCL width 0 translate -90 rotate
63 height CL height 0 translate -90 rotate
64 width RCL width 0 translate -90 rotate height CL closepath
65 savematrix setmatrix
66 end } BD
67/SC {3 {255 div 3 1 roll} repeat setrgbcolor} BD
68/SF {
69 F exch get exch scalefont setfont
70 (abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ 1234567890) stringwidth pop div
71 currentfont exch scalefont setfont} BD
72/RC {R clip newpath} BD
73/IC {initclip} BD
74/RF {R fill} BD
75/RS {R stroke} BD
76/RRF {RR fill} BD
77/RRS {RR stroke} BD
78/AS {A stroke} BD
79/AF {6 -2 roll 2 copy moveto 6 2 roll A fill} BD
80/PYS {PY stroke} BD
81/PYF {PY eofill} BD
82/NZ {dup 1 lt {pop 1} if} BD
83/DS {
84 moveto 1 index stringwidth pop NZ sub
85 1 index length 1 sub NZ div 0
86 3 2 roll ashow} BD
87/DL {moveto lineto stroke} BD
88/S {scale} BD
89/SP {/P save D} BD
90/EP {showpage P restore} BD
91/GS {gsave} BD
92/GR {grestore} BD
93/CM {
94 /cmapr 256 array D
95 /cmapg 256 array D
96 /cmapb 256 array D
97 /cmapgray null D
98 3 string exch 0 exch 1 exch 1 sub {
99 currentfile 2 index readhexstring pop
100 cmapr 2 index 2 index 0 get put
101 cmapg 2 index 2 index 1 get put
102 cmapb 2 index 2 index 2 get put
103 pop pop } for pop
104} BD
105/DII {
106 GS
107 /imgsave save D
108 translate scale
109 /imgh exch D
110 /imgw exch D
111 /imgy exch neg D
112 /imgx exch neg D
113 /imgstr imgw string D
114 /colorimage where {
115 pop
116 /cimgstr imgw 3 mul string D
117 imgw imgh 8 [imgw 0 0 imgh neg imgx imgy] {
118 currentfile imgstr readhexstring pop
119 0 1 imgw 1 sub {
120 2 copy get
121 cmapr 1 index get
122 cimgstr exch 3 index
123 3 mul exch put
124 cmapg 1 index get
125 cimgstr exch 3 index
126 3 mul 1 add exch put
127 cmapb 1 index get
128 cimgstr exch 3 index
129 3 mul 2 add exch put
130 pop pop } for pop cimgstr
131 } false 3 colorimage
132 } {
133 cmapgray null eq {
134 /cmapgray cmapr length array D
135 0 1 cmapr length 1 sub {
136 cmapgray exch
137 cmapr 1 index get .299 mul
138 cmapg 2 index get .587 mul
139 cmapb 3 index get .114 mul
140 add add cvi put
141 } for
142 } if
143 imgw imgh 8 [imgw 0 0 imgh neg 0 0] {
144 currentfile imgstr readhexstring pop
145 0 1 imgw 1 sub {
146 imgstr exch 2 copy get
147 cmapgray exch get put
148 } for
149 } image
150 } ifelse
151 imgsave restore
152 GR
153} BD
154/DI {
155 GS
156 /imgsave save D
157 translate scale
158 /imgh exch D
159 /imgw exch D
160 /imgy exch neg D
161 /imgx exch neg D
162 /imgstr imgw 3 mul string D
163 imgw imgh 8 [imgw 0 0 imgh neg imgx imgy] {
164 currentfile imgstr readhexstring pop
165 } bind false 3 colorimage
166 imgsave restore
167 GR
168} BD
169%%EndProlog
170%%BeginSetup
171mark {
172%%BeginFeature: ManualFeed false
1731 dict dup /ManualFeed false put setpagedevice
174%%EndFeature
175} stopped {
176%%BeginFeature: *ManualFeed false
177 statusdict /manualfeed false put
178%%EndFeature
179} if cleartomark mark {
180%%BeginFeature: PageSize *Letter
1813 dict begin
182 /PageSize [612 792] def
183 /ImagingBBox null def
184 /Policies 1 dict dup/PageSize 3 put def
185 currentdict end setpagedevice
186%%EndFeature
187} stopped {
188 cleartomark statusdict begin mark {
189%%BeginFeature: *PageSize Letter
190 lettertray
191%%EndFeature
192 } stopped end
193} if cleartomark
194% now make sure we got what we requested!
195gsave initgraphics clippath pathbbox grestore
1965 dict begin
197 3 -1 roll /yoff exch def 3 -1 roll /xoff exch def
198 yoff sub /h exch def xoff sub /w exch def
199 w 576 lt h 756 lt or {
200 w 2 div xoff add h 2 div yoff add translate
201 w xoff 2 mul add 612 div
202 h yoff 2 mul add 792 div
203 2 copy gt {exch} if pop dup scale
204 -306 -396 translate
205 } if
206end
207
208%%EndSetup
209
210%%Page: 1 1
211SP
212IC
21315 777 582 -717 RC
214200 200 255 SC
21589 745 72 -35 RF
2160 0 0 SC
21789 745 71 -34 RS
2180 0 255 SC
219% Font[sanserif, 1, 24]
220935 24 9 SF
221(TreeR) 70 90 716 DS
222255 255 255 SC
223208 673 183 -25 RF
2240 0 0 SC
225208 673 182 -24 RS
2260 0 255 SC
227% Font[dialog, 1, 18]
228786 18 9 SF
229(PHOSEmcClusters) 181 209 652 DS
2300 0 0 SC
231127 713 127 657 DL
232127 657 207 657 DL
233255 255 255 SC
234208 633 191 -25 RF
2350 0 0 SC
236208 633 190 -24 RS
2370 0 255 SC
238(PHOSPpsdClusters) 189 209 612 DS
239255 255 255 SC
240208 593 164 -25 RF
2410 0 0 SC
242208 593 163 -24 RS
2430 0 255 SC
244(PHOSSubTracks) 162 209 572 DS
245255 255 255 SC
246208 553 172 -25 RF
2470 0 0 SC
248208 553 171 -24 RS
2490 0 255 SC
250% Font[dialog, 1, 18]
251786 18 9 SF
252(PHOSParameters) 170 209 532 DS
2530 0 0 SC
254127 657 127 537 DL
255127 617 207 617 DL
256127 577 207 577 DL
257127 537 207 537 DL
258200 200 255 SC
25984 481 74 -35 RF
2600 0 0 SC
26184 481 73 -34 RS
2620 0 255 SC
263% Font[sanserif, 1, 24]
264935 24 9 SF
265(TreeD) 72 85 452 DS
266255 255 255 SC
267208 425 57 -25 RF
2680 0 0 SC
269208 425 56 -24 RS
2700 0 255 SC
271% Font[dialog, 1, 18]
272786 18 9 SF
273(PHOS) 55 209 404 DS
2740 0 0 SC
275127 449 127 409 DL
276127 409 207 409 DL
277false 391 657 1 PYS
27860 60 200 SC
279391 670 527 670 DL
280527 668 263 419 DL
281399 627 527 627 DL
282528 626 264 418 DL
283200 60 60 SC
284391 657 471 657 DL
285471 657 375 585 DL
286399 617 455 617 DL
287453 616 373 584 DL
28860 200 60 SC
289391 649 439 649 DL
290437 649 381 553 DL
291255 255 255 SC
292639 617 583 521 DL
293399 737 399 729 DL
29460 200 60 SC
295396 609 380 553 DL
296371 570 379 554 DL
297IC
298-29985 30777 60000 -60000 RC
2990 0 0 SC
300% Font[TimesRoman, 0, 9]
301314 9 4 SF
302(TreeR) 24 25 40 DS
303% Font[TimesRoman, 0, 9]
304314 9 4 SF
305(Page 1) 23 557 40 DS
306EP
307
308%%Page: 2 2
309SP
310IC
31115 777 582 -717 RC
312255 255 255 SC
31357 617 1 521 DL
314IC
315-30567 30777 60000 -60000 RC
3160 0 0 SC
317% Font[TimesRoman, 0, 9]
318314 9 4 SF
319(TreeR) 24 25 40 DS
320% Font[TimesRoman, 0, 9]
321314 9 4 SF
322(Page 2) 23 557 40 DS
323EP
324%%Trailer
325%%Pages: 2
326%%EOF