~plane1/maus/devel_624

« back to all changes in this revision

Viewing changes to bin/publications/2011_ipac_maus_mice_analysis_user_software/data_flow.dot

Add citation information

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
digraph G {
2
 
 
3
 
node [label="Input"] start
4
 
node [label="Ouput"] end
5
 
 
6
 
{node [label="Simulation"] a0;b0;}
7
 
{node [label="Digitization"] a1;b1;}
8
 
{node [label="Reconstruction"] a2;b2;}
9
 
 
10
 
node [label="Histogram"] hist;
11
 
 
12
 
        subgraph cluster_0 {
13
 
                 style=filled;
14
 
                        color=lightgrey;
15
 
                                node [style=filled,color=white];
16
 
                                     a0 -> a1 -> a2;
17
 
                                        label = "Map: Spill #1";
18
 
                                        }
19
 
 
20
 
                                        subgraph cluster_1 {
21
 
                                                         style=filled;
22
 
                        color=lightgrey;
23
 
                                node [style=filled,color=white];
24
 
                                                      b0 -> b1 -> b2;
25
 
                                                         label = "Map: Spill #2";
26
 
 
27
 
                                                               }
28
 
                                                               start -> a0;
29
 
                                                               start -> b0;
30
 
                                                               
31
 
                                                               
32
 
                                                               
33
 
                                                               a2 -> hist;
34
 
                                                               b2 -> hist;
35
 
 
36
 
                                                               start [shape=Mdiamond];
37
 
                                                               end [shape=Msquare];
38
 
                                                               
39
 
        subgraph cluster_2 {
40
 
                 style=filled;
41
 
                        color=lightgrey;
42
 
                                node [style=filled,color=white];
43
 
                                hist
44
 
                                        label = "Reduce: All Spills";
45
 
                                        }
46
 
 
47
 
                                                               hist -> end
48
 
}
 
 
b'\\ No newline at end of file'