~christopher-hunt08/maus/maus_integrated_kalman

« back to all changes in this revision

Viewing changes to doc/doc_src/reconstruction/globalpid/pdfprodflow.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 pdfprodflow {
 
2
b1 -> b2 -> b3;
 
3
b1 [shape=box,label="Simulation"];
 
4
b2 [shape=box,label="Global\nReconstruction "];
 
5
b3 [shape=box,label="PDF\nProduction"];
 
6
}