~christopher-hunt08/maus/maus_integrated_kalman

« back to all changes in this revision

Viewing changes to doc/doc_src/reconstruction/globalpid/pdfflow.dot

  • Committer: Durga Rajaram
  • Date: 2014-07-16 15:13:05 UTC
  • mfrom: (659.1.92 cand)
  • Revision ID: durga@fnal.gov-20140716151305-q27rv1y9p03v9lks
Tags: MAUS-v0.9, MAUS-v0.9.0
MAUS-v0.9.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
digraph pdfflow {
 
2
subgraph cluster0 {
 
3
style=filled;
 
4
color=grey;
 
5
subgraph cluster1 {
 
6
node [style=filled,color=white];
 
7
style=filled;
 
8
color=lightgrey;
 
9
b1 -> b2 -> b3;
 
10
b1 [shape=box,label="For PID variable, calculate\nvalue for track"];
 
11
b2 [shape=box,label="Create/open corresponding\nhistogram, and fill with variable value "];
 
12
b3 [shape=box,label="If required, ensure non-zero bin\nentries and normalise"];
 
13
label="Loop through PID variables";
 
14
}
 
15
label="Loop through tracks";
 
16
}
 
17
b0 -> b1;
 
18
b3 -> b4;
 
19
b0 [shape=box,label="Pass globally reconstructed\nMC tracks to PID"];
 
20
b4 [shape=box,label="Write to and save file"];
 
21
}