Skip to content

Commit

Permalink
doc: update flowchart for helicity-latched charge handling (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks authored Feb 14, 2025
1 parent 3294722 commit ac2763b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions qa-physics/docs/docDiagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ flowchart TB
datasetOrganize --> outmonFiles
datasetOrganize --> outdatFiles
buildCT[buildChargeTree.groovy]:::auto
chargeTree([$qa_dir/outdat/chargeTree.json]):::json
outmonFiles --> buildCT
outdatFiles --> buildCT
qaPlot[qaPlot.groovy]:::auto
outdatFiles --> mkTree[mkTree.sh<br />readTree.C]:::manual
mkTree --> createEpochs[create or edit<br>epochs/epochs.$dataset.txt]:::manual
Expand Down Expand Up @@ -73,10 +78,7 @@ flowchart TB
monitorPlot --> qaTree
monitorPlot --> timelineFiles
buildCT[buildChargeTree.groovy]:::auto
chargeTree([$qa_dir/outdat/chargeTree.json]):::json
stage0[stageTimelines.sh]:::auto
outdatFiles --> buildCT
buildCT --> chargeTree
timelineFiles --> stage0
end
Expand Down

0 comments on commit ac2763b

Please sign in to comment.