]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/PHOS-UML/aliphosrecomstructioner.ps
Clean up to correct for the mess introduced by my eratic branching !
[u/mrichter/AliRoot.git] / PHOS / PHOS-UML / aliphosrecomstructioner.ps
diff --git a/PHOS/PHOS-UML/aliphosrecomstructioner.ps b/PHOS/PHOS-UML/aliphosrecomstructioner.ps
deleted file mode 100644 (file)
index b674deb..0000000
+++ /dev/null
@@ -1,344 +0,0 @@
-%!PS-Adobe-3.0
-%%Title: reconstructioner
-%%Pages: (atend)
-%%PageOrder: Ascend
-%%DocumentFonts: Helvetica Helvetica-Bold
-%%+Helvetica-Oblique Helvetica-BoldOblique
-%%+Times-Roman Times-Bold Times-Italic Times-BoldItalic
-%%+Courier Courier-Bold Courier-Oblique Courier-BoldOblique
-%%EndComments
-%%BeginProlog
-/BD {bind def} bind def
-/D {def} BD
-/ISOF {
-       dup findfont dup length 1 add dict begin {
-               1 index /FID eq {pop pop} {D} ifelse
-       } forall /Encoding ISOLatin1Encoding D
-       currentdict end definefont
-} BD
-/F [
-       /Helvetica ISOF
-       /Helvetica-Bold ISOF
-       /Helvetica-Oblique ISOF
-       /Helvetica-BoldOblique ISOF
-       /Times-Roman ISOF
-       /Times-Bold ISOF
-       /Times-Italic ISOF
-       /Times-BoldItalic ISOF
-       /Courier ISOF
-       /Courier-Bold ISOF
-       /Courier-Oblique ISOF
-       /Courier-BoldOblique ISOF
-] D
-/R {4 2 roll moveto 1 index 0 rlineto
-       0 exch rlineto neg 0 rlineto closepath} BD
-/Adict 8 dict D
-Adict /mtrx matrix put
-/A { Adict begin
-    /endangle exch D /startangle exch D
-    /yrad exch D /xrad exch D
-       /y exch D /x exch D
-    /savematrix mtrx currentmatrix D
-    x y translate xrad yrad scale
-    0 0 1 startangle endangle arc
-    savematrix setmatrix
-    end } BD
-/PY {
-    dup 1 ge {3 1 roll moveto} if
-    -1 2 {pop lineto} for
-    {closepath} if
-} BD
-/CL { dup 0 exch -1 1 arct} BD
-/RCL { dup 0 exch 1 1 arct} BD
-/RRdict 8 dict D
-RRdict /mtrx matrix put
-/RR {RRdict begin
-    /yrad exch D /xrad exch D
-    /height exch D /width exch D
-    /y exch D /x exch D
-       /width width xrad div D /height height yrad div D
-       /savematrix mtrx currentmatrix D
-       x y translate xrad yrad scale -90 rotate
-       1 0 moveto width RCL width 0 translate -90 rotate
-    height CL height 0 translate -90 rotate
-       width RCL width 0 translate -90 rotate height CL closepath
-       savematrix setmatrix
-       end } BD
-/SC {3 {255 div 3 1 roll} repeat setrgbcolor} BD
-/SF {
-       F exch get exch scalefont setfont
-       (abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ 1234567890) stringwidth pop div
-       currentfont exch scalefont setfont} BD
-/RC {R clip newpath} BD
-/IC {initclip} BD
-/RF {R fill} BD
-/RS {R stroke} BD
-/RRF {RR fill} BD
-/RRS {RR stroke} BD
-/AS {A stroke} BD
-/AF {6 -2 roll 2 copy moveto 6 2 roll A fill} BD
-/PYS {PY stroke} BD
-/PYF {PY eofill} BD
-/NZ {dup 1 lt {pop 1} if} BD
-/DS {
-       moveto 1 index stringwidth pop NZ sub
-       1 index length 1 sub NZ div 0
-       3 2 roll ashow} BD
-/DL {moveto lineto stroke} BD
-/S {scale} BD
-/SP {/P save D} BD
-/EP {showpage P restore} BD
-/GS {gsave} BD
-/GR {grestore} BD
-/CM {
-       /cmapr 256 array D
-       /cmapg 256 array D
-       /cmapb 256 array D
-       /cmapgray null D
-       3 string exch 0 exch 1 exch 1 sub {
-               currentfile 2 index readhexstring pop
-               cmapr 2 index 2 index 0 get put
-               cmapg 2 index 2 index 1 get put
-               cmapb 2 index 2 index 2 get put
-       pop pop } for pop
-} BD
-/DII {
-       GS
-       /imgsave save D
-       translate scale
-       /imgh exch D
-       /imgw exch D
-       /imgy exch neg D
-       /imgx exch neg D
-       /imgstr imgw string D
-       /colorimage where {
-               pop
-               /cimgstr imgw 3 mul string D
-               imgw imgh 8 [imgw 0 0 imgh neg imgx imgy] {
-                       currentfile imgstr readhexstring pop
-                       0 1 imgw 1 sub {
-                               2 copy get
-                               cmapr 1 index get
-                               cimgstr exch 3 index
-                               3 mul exch put
-                               cmapg 1 index get
-                               cimgstr exch 3 index
-                               3 mul 1 add exch put
-                               cmapb 1 index get
-                               cimgstr exch 3 index
-                               3 mul 2 add exch put
-                       pop pop } for pop cimgstr
-               } false 3 colorimage
-       } {
-               cmapgray null eq {
-                       /cmapgray cmapr length array D
-                       0 1 cmapr length 1 sub {
-                               cmapgray exch
-                               cmapr 1 index get .299 mul
-                               cmapg 2 index get .587 mul
-                               cmapb 3 index get .114 mul
-                               add add cvi put
-                       } for
-               } if
-               imgw imgh 8 [imgw 0 0 imgh neg 0 0] {
-                       currentfile imgstr readhexstring pop
-                       0 1 imgw 1 sub {
-                               imgstr exch 2 copy get
-                               cmapgray exch get put
-                       } for
-               } image
-       } ifelse
-       imgsave restore
-       GR
-} BD
-/DI {
-       GS
-       /imgsave save D
-       translate scale
-       /imgh exch D
-       /imgw exch D
-       /imgy exch neg D
-       /imgx exch neg D
-       /imgstr imgw 3 mul string D
-       imgw imgh 8 [imgw 0 0 imgh neg imgx imgy] {
-               currentfile imgstr readhexstring pop
-       } bind false 3 colorimage
-    imgsave restore
-    GR
-} BD
-%%EndProlog
-%%BeginSetup
-mark {
-%%BeginFeature: ManualFeed false
-1 dict dup /ManualFeed false put setpagedevice
-%%EndFeature
-} stopped {
-%%BeginFeature: *ManualFeed false
-  statusdict /manualfeed false put
-%%EndFeature
-} if cleartomark mark {
-%%BeginFeature: PageSize *Letter
-3 dict begin
-   /PageSize [612 792] def
-   /ImagingBBox null def
-   /Policies 1 dict dup/PageSize 3 put def
- currentdict end setpagedevice
-%%EndFeature
-} stopped {
-  cleartomark statusdict begin mark {
-%%BeginFeature: *PageSize Letter
-  lettertray
-%%EndFeature
-  } stopped end
-} if cleartomark
-% now make sure we got what we requested!
-gsave initgraphics clippath pathbbox grestore
-5 dict begin
-  3 -1 roll /yoff exch def 3 -1 roll /xoff exch def
-  yoff sub /h exch def xoff sub /w exch def
-  w 576 lt h 756 lt or {
-    w 2 div xoff add h 2 div yoff add translate
-    w xoff 2 mul add 612 div
-    h yoff 2 mul add 792 div
-    2 copy gt {exch} if pop dup scale
-    -306 -396 translate
-  } if
-end
-
-%%EndSetup
-
-%%Page:  1 1
-SP
-IC
-15 777 582 -717 RC
-255 255 255 SC
-32 640 118 -86 RF
-0 0 0 SC
-32 640 117 -85 RS
-255 255 255 SC
-31 641 120 -16 RF
-0 0 0 SC
-31 641 119 -15 RS
-% Font[Dialog, 0, 9]
-340 9 0 SF
-(AliPHOSReconstructioner) 103 39 630 DS
-255 255 255 SC
-31 626 120 -37 RF
-0 0 0 SC
-31 626 119 -36 RS
-255 255 255 SC
-31 590 120 -37 RF
-0 0 0 SC
-31 590 119 -36 RS
-255 255 200 SC
-224 648 175 -62 RF
-255 255 0 SC
-224 648 174 -61 RS
-255 255 200 SC
-223 649 177 -28 RF
-255 255 0 SC
-223 649 176 -27 RS
-255 255 200 SC
-224 648 175 -17 RF
-0 0 0 SC
-% Font[Times, 0, 10]
-381 10 4 SF
-(<<Interface>>) 65 279 634 DS
-255 255 200 SC
-224 635 175 -15 RF
-0 0 0 SC
-% Font[Dialog, 0, 9]
-340 9 0 SF
-(AliPHOSClusterizer) 77 273 624 DS
-255 255 200 SC
-223 622 177 -37 RF
-255 255 0 SC
-223 622 176 -36 RS
-0 0 0 SC
-(public int GetNumberOfClustersFound\(\)) 168 224 611 DS
-(public void MakeClusters\(\)) 111 224 601 DS
-255 255 200 SC
-224 576 121 -62 RF
-255 255 0 SC
-224 576 120 -61 RS
-255 255 200 SC
-223 577 123 -28 RF
-255 255 0 SC
-223 577 122 -27 RS
-255 255 200 SC
-224 576 121 -17 RF
-0 0 0 SC
-% Font[Times, 0, 10]
-381 10 4 SF
-(<<Interface>>) 65 252 562 DS
-255 255 200 SC
-224 563 121 -15 RF
-0 0 0 SC
-% Font[Dialog, 0, 9]
-340 9 0 SF
-(AliPHOSSubTracker) 79 245 552 DS
-255 255 200 SC
-223 550 123 -37 RF
-255 255 0 SC
-223 550 122 -36 RS
-0 0 0 SC
-(public void MakeSubTracks\(\)) 121 224 539 DS
-255 255 255 SC
-40 752 121 -62 RF
-0 0 0 SC
-40 752 120 -61 RS
-255 255 255 SC
-39 753 123 -28 RF
-0 0 0 SC
-39 753 122 -27 RS
-255 255 255 SC
-40 752 121 -17 RF
-0 0 0 SC
-% Font[Times, 0, 10]
-381 10 4 SF
-(<<Interface>>) 65 68 738 DS
-255 255 255 SC
-40 739 121 -15 RF
-0 0 0 SC
-% Font[Dialog, 0, 9]
-340 9 0 SF
-(AliReconstructioner) 81 60 728 DS
-255 255 255 SC
-39 726 123 -37 RF
-0 0 0 SC
-39 726 122 -36 RS
-(public void MakeClusters\(\)) 111 40 715 DS
-(public void MakeSubTracks\(\)) 121 40 705 DS
-93 640 93 645 DL
-93 650 93 655 DL
-93 660 93 665 DL
-93 670 93 675 DL
-93 680 93 685 DL
-255 255 255 SC
-false 93 689 100 677 86 677 3 PYF
-0 0 0 SC
-true 93 689 100 677 86 677 3 PYS
-false 150 616 224 616 2 PYS
-255 255 255 SC
-false 150 616 160 621 170 616 160 611 4 PYF
-0 0 0 SC
-true 150 616 160 621 170 616 160 611 4 PYS
-(fClusterizer) 47 164 622 DS
-false 150 569 224 569 2 PYS
-255 255 255 SC
-false 150 569 160 574 170 569 160 564 4 PYF
-0 0 0 SC
-true 150 569 160 574 170 569 160 564 4 PYS
-(fSubTracker) 49 163 575 DS
-IC
--29985 30777 60000 -60000 RC
-% Font[TimesRoman, 0, 9]
-314 9 4 SF
-(reconstructioner) 56 25 40 DS
-% Font[TimesRoman, 0, 9]
-314 9 4 SF
-(Page 1) 23 557 40 DS
-EP
-%%Trailer
-%%Pages: 1
-%%EOF