Skip to content

Commit

Permalink
Update docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
EinarElen authored and tomeichlersmith committed Jun 3, 2022
1 parent be51b7e commit c516ccc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tool/pftool_tasks.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1215,10 +1215,12 @@ auto menu_tasks = pftool::menu("TASKS","various high-level tasks like scans and
->line("BEAMPREP", "Run settings and optional configuration for taking beamdata", tasks)
->line("CALIBRUN", "Produce the calibration scans", tasks)
->line("TUNE_TOT", "Tune TOT globally and per-channel", tasks)
->line("PEDESTAL_READ", "foo", tasks)
->line("PEDESTAL_READ", "Take a single pedestal event, and dump details to stdout", tasks)
->line("CHARGE_READ", "Take a single calib_pulse event, and dump details to stdout", tasks)
->line("ALIGN_PREAMP", "foo", tasks)
->line("DACB","foo",tasks)
->line("ALIGN_PREAMP",
"Attempt to automatically tune REF_DAC_INV to hit a particular pedestal +- tolerance",
tasks)
->line("DACB","Attempt to manually tune the channel-wise DACB parameter",tasks)
;
}

0 comments on commit c516ccc

Please sign in to comment.