| %!PS-Adobe-3.0 |
| %%Creator: graphviz version 2.26.3 (20100126.1600) |
| %%Title: G |
| %%Pages: (atend) |
| %%BoundingBox: (atend) |
| %%EndComments |
| save |
| %%BeginProlog |
| /DotDict 200 dict def |
| DotDict begin |
| |
| /setupLatin1 { |
| mark |
| /EncodingVector 256 array def |
| EncodingVector 0 |
| |
| ISOLatin1Encoding 0 255 getinterval putinterval |
| EncodingVector 45 /hyphen put |
| |
| % Set up ISO Latin 1 character encoding |
| /starnetISO { |
| dup dup findfont dup length dict begin |
| { 1 index /FID ne { def }{ pop pop } ifelse |
| } forall |
| /Encoding EncodingVector def |
| currentdict end definefont |
| } def |
| /Times-Roman starnetISO def |
| /Times-Italic starnetISO def |
| /Times-Bold starnetISO def |
| /Times-BoldItalic starnetISO def |
| /Helvetica starnetISO def |
| /Helvetica-Oblique starnetISO def |
| /Helvetica-Bold starnetISO def |
| /Helvetica-BoldOblique starnetISO def |
| /Courier starnetISO def |
| /Courier-Oblique starnetISO def |
| /Courier-Bold starnetISO def |
| /Courier-BoldOblique starnetISO def |
| cleartomark |
| } bind def |
| |
| %%BeginResource: procset graphviz 0 0 |
| /coord-font-family /Times-Roman def |
| /default-font-family /Times-Roman def |
| /coordfont coord-font-family findfont 8 scalefont def |
| |
| /InvScaleFactor 1.0 def |
| /set_scale { |
| dup 1 exch div /InvScaleFactor exch def |
| scale |
| } bind def |
| |
| % styles |
| /solid { [] 0 setdash } bind def |
| /dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def |
| /dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def |
| /invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def |
| /bold { 2 setlinewidth } bind def |
| /filled { } bind def |
| /unfilled { } bind def |
| /rounded { } bind def |
| /diagonals { } bind def |
| |
| % hooks for setting color |
| /nodecolor { sethsbcolor } bind def |
| /edgecolor { sethsbcolor } bind def |
| /graphcolor { sethsbcolor } bind def |
| /nopcolor {pop pop pop} bind def |
| |
| /beginpage { % i j npages |
| /npages exch def |
| /j exch def |
| /i exch def |
| /str 10 string def |
| npages 1 gt { |
| gsave |
| coordfont setfont |
| 0 0 moveto |
| (\() show i str cvs show (,) show j str cvs show (\)) show |
| grestore |
| } if |
| } bind def |
| |
| /set_font { |
| findfont exch |
| scalefont setfont |
| } def |
| |
| % draw text fitted to its expected width |
| /alignedtext { % width text |
| /text exch def |
| /width exch def |
| gsave |
| width 0 gt { |
| [] 0 setdash |
| text stringwidth pop width exch sub text length div 0 text ashow |
| } if |
| grestore |
| } def |
| |
| /boxprim { % xcorner ycorner xsize ysize |
| 4 2 roll |
| moveto |
| 2 copy |
| exch 0 rlineto |
| 0 exch rlineto |
| pop neg 0 rlineto |
| closepath |
| } bind def |
| |
| /ellipse_path { |
| /ry exch def |
| /rx exch def |
| /y exch def |
| /x exch def |
| matrix currentmatrix |
| newpath |
| x y translate |
| rx ry scale |
| 0 0 1 0 360 arc |
| setmatrix |
| } bind def |
| |
| /endpage { showpage } bind def |
| /showpage { } def |
| |
| /layercolorseq |
| [ % layer color sequence - darkest to lightest |
| [0 0 0] |
| [.2 .8 .8] |
| [.4 .8 .8] |
| [.6 .8 .8] |
| [.8 .8 .8] |
| ] |
| def |
| |
| /layerlen layercolorseq length def |
| |
| /setlayer {/maxlayer exch def /curlayer exch def |
| layercolorseq curlayer 1 sub layerlen mod get |
| aload pop sethsbcolor |
| /nodecolor {nopcolor} def |
| /edgecolor {nopcolor} def |
| /graphcolor {nopcolor} def |
| } bind def |
| |
| /onlayer { curlayer ne {invis} if } def |
| |
| /onlayers { |
| /myupper exch def |
| /mylower exch def |
| curlayer mylower lt |
| curlayer myupper gt |
| or |
| {invis} if |
| } def |
| |
| /curlayer 0 def |
| |
| %%EndResource |
| %%EndProlog |
| %%BeginSetup |
| 14 default-font-family set_font |
| 1 setmiterlimit |
| % /arrowlength 10 def |
| % /arrowwidth 5 def |
| |
| % make sure pdfmark is harmless for PS-interpreters other than Distiller |
| /pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse |
| % make '<<' and '>>' safe on PS Level 1 devices |
| /languagelevel where {pop languagelevel}{1} ifelse |
| 2 lt { |
| userdict (<<) cvn ([) cvn load put |
| userdict (>>) cvn ([) cvn load put |
| } if |
| |
| %%EndSetup |
| setupLatin1 |
| %%Page: 1 1 |
| %%PageBoundingBox: 36 36 606 248 |
| %%PageOrientation: Portrait |
| 0 0 1 beginpage |
| gsave |
| 36 36 570 212 boxprim clip newpath |
| 1 1 set_scale 0 rotate 40 41 translate |
| % GGA |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 0 moveto |
| 0 130 lineto |
| 56 130 lineto |
| 56 0 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 11.5 113.4 moveto 33 (GGA) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 104 moveto |
| 56 104 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 14 87.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 78 moveto |
| 56 78 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 8 61.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 52 moveto |
| 56 52 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 16.5 35.4 moveto 23 (2.0) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 26 moveto |
| 56 26 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 11.5 9.4 moveto 33 (GGA) alignedtext |
| grestore |
| % CCG |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 138 74 moveto |
| 138 204 lineto |
| 226 204 lineto |
| 226 74 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 166.5 187.4 moveto 31 (CCG) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 138 178 moveto |
| 226 178 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 168 161.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 138 152 moveto |
| 226 152 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 162 135.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 138 126 moveto |
| 226 126 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 170.5 109.4 moveto 23 (1.0) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 138 100 moveto |
| 226 100 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 146 83.4 moveto 72 (CCAGCCG) alignedtext |
| grestore |
| % GGA->CCG |
| gsave |
| 1 setlinewidth |
| 0.33333 1 1 edgecolor |
| newpath 56.23 93.51 moveto |
| 61.81 98.14 67.85 102.54 74 106 curveto |
| 90.65 115.37 110.28 122.38 128.2 127.48 curveto |
| stroke |
| 0.33333 1 1 edgecolor |
| newpath 127.38 130.89 moveto |
| 137.95 130.12 lineto |
| 129.21 124.13 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.33333 1 1 edgecolor |
| newpath 127.38 130.89 moveto |
| 137.95 130.12 lineto |
| 129.21 124.13 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 74 129.4 moveto 46 (RF: [2]) alignedtext |
| grestore |
| % AGG |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 470.5 2 moveto |
| 470.5 132 lineto |
| 561.5 132 lineto |
| 561.5 2 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 499.5 115.4 moveto 33 (AGG) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 470.5 106 moveto |
| 561.5 106 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 502 89.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 470.5 80 moveto |
| 561.5 80 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 496 63.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 470.5 54 moveto |
| 561.5 54 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 504.5 37.4 moveto 23 (1.0) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 470.5 28 moveto |
| 561.5 28 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 478.5 11.4 moveto 75 (CGAAAGG) alignedtext |
| grestore |
| % GGA->AGG |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 56.01 64.85 moveto |
| 116.57 64.56 264.25 64.03 388 65 curveto |
| 411.71 65.19 437.88 65.56 460.35 65.94 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 460.33 69.44 moveto |
| 470.39 66.11 lineto |
| 460.45 62.44 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 460.33 69.44 moveto |
| 470.39 66.11 lineto |
| 460.45 62.44 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 244 69.4 moveto 48 (RR: [1]) alignedtext |
| grestore |
| % CCG->GGA |
| gsave |
| 1 setlinewidth |
| 0.33333 1 1 edgecolor |
| newpath 137.95 95.21 moveto |
| 132.21 90.96 126.17 87.09 120 84 curveto |
| 103.46 75.71 83.51 71.03 66.42 68.4 curveto |
| stroke |
| 0.33333 1 1 edgecolor |
| newpath 66.59 64.89 moveto |
| 56.21 67.01 lineto |
| 65.64 71.83 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.33333 1 1 edgecolor |
| newpath 66.59 64.89 moveto |
| 56.21 67.01 lineto |
| 65.64 71.83 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 74 89.4 moveto 46 (RF: [2]) alignedtext |
| grestore |
| % CGC |
| gsave |
| 0 0 0.75294 nodecolor |
| newpath 310 74 moveto |
| 310 204 lineto |
| 388 204 lineto |
| 388 74 lineto |
| closepath fill |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 310 74 moveto |
| 310 204 lineto |
| 388 204 lineto |
| 388 74 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 333.5 187.4 moveto 31 (CGC) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 310 178 moveto |
| 388 178 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 335 161.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 310 152 moveto |
| 388 152 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 318 135.4 moveto 62 (~5':[2,1]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 310 126 moveto |
| 388 126 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 337.5 109.4 moveto 23 (2.0) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 310 100 moveto |
| 388 100 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 333.5 83.4 moveto 31 (CGC) alignedtext |
| grestore |
| % CCG->CGC |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 226.31 139 moveto |
| 248.96 139 276.57 139 299.86 139 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 299.89 142.5 moveto |
| 309.89 139 lineto |
| 299.89 135.5 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 299.89 142.5 moveto |
| 309.89 139 lineto |
| 299.89 135.5 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 245.5 144.4 moveto 45 (FF: [2]) alignedtext |
| grestore |
| % AGG->GGA |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 470.22 60.38 moveto |
| 425.04 54.21 353.93 45.44 292 42 curveto |
| 194.93 36.6 170.66 49.63 74 60 curveto |
| 71.48 60.27 68.89 60.55 66.28 60.83 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 65.78 57.36 moveto |
| 56.22 61.92 lineto |
| 66.54 64.32 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 65.78 57.36 moveto |
| 56.22 61.92 lineto |
| 66.54 64.32 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 245.5 47.4 moveto 45 (FF: [1]) alignedtext |
| grestore |
| % AGG->CGC |
| gsave |
| 1 setlinewidth |
| 0.33333 1 1 edgecolor |
| newpath 470.35 70.15 moveto |
| 449.85 72.94 425.87 78.17 406 88 curveto |
| 402.71 89.63 399.47 91.5 396.3 93.54 curveto |
| stroke |
| 0.33333 1 1 edgecolor |
| newpath 394.28 90.68 moveto |
| 388.11 99.29 lineto |
| 398.3 96.41 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.33333 1 1 edgecolor |
| newpath 394.28 90.68 moveto |
| 388.11 99.29 lineto |
| 398.3 96.41 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 406 93.4 moveto 46 (RF: [1]) alignedtext |
| grestore |
| % CGC->CCG |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 309.99 121.79 moveto |
| 304.07 119.81 297.94 118.11 292 117 curveto |
| 271.03 113.09 265.02 113.38 244 117 curveto |
| 241.35 117.46 238.66 118.02 235.96 118.65 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 234.96 115.3 moveto |
| 226.21 121.27 lineto |
| 236.78 122.06 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 234.96 115.3 moveto |
| 226.21 121.27 lineto |
| 236.78 122.06 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 244 122.4 moveto 48 (RR: [2]) alignedtext |
| grestore |
| % CGC->AGG |
| gsave |
| 1 setlinewidth |
| 0.33333 1 1 edgecolor |
| newpath 388.19 131.06 moveto |
| 407.87 126.31 431.76 119.35 452 110 curveto |
| 455.13 108.55 458.28 106.96 461.42 105.27 curveto |
| stroke |
| 0.33333 1 1 edgecolor |
| newpath 463.23 108.26 moveto |
| 470.17 100.26 lineto |
| 459.75 102.19 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0.33333 1 1 edgecolor |
| newpath 463.23 108.26 moveto |
| 470.17 100.26 lineto |
| 459.75 102.19 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 406 130.4 moveto 46 (RF: [1]) alignedtext |
| grestore |
| endpage |
| showpage |
| grestore |
| %%PageTrailer |
| %%EndPage: 1 |
| %%Trailer |
| %%Pages: 1 |
| %%BoundingBox: 36 36 606 248 |
| end |
| restore |
| %%EOF |