|
MUSIC unknown
Analysis for the MUSIC active-target ionization chamber
|
The main entry point: raw binaries through to built events. More...
#include <Pipeline.hpp>
Static Public Member Functions | |
| static void | Run () |
| Run the whole pipeline over the configured subfiles. | |
The main entry point: raw binaries through to built events.
For each CoMPASS binary subfile, Run() performs: binary to raw hits, multi-board timing alignment, GPU timestamp sort, event building, beam-energy calibration, and trace creation.
Subfiles are processed in parallel, over the runs selected by RUNS and N_CHUNKS in the dataset configuration.
Definition at line 44 of file Pipeline.hpp.
|
static |
Run the whole pipeline over the configured subfiles.
Takes no arguments — every knob lives in Constants.hpp / Constants.cpp and the control/ TOMLs. Output goes to Paths::ResultsDir(), and progress is logged to <dataset dir>/pipeline_fused.log.
Definition at line 372 of file Pipeline.cpp.
Referenced by main().