|
MUSIC unknown
Analysis for the MUSIC active-target ionization chamber
|
One run's fitted beam gates. More...
#include <StripSumScatter.hpp>
Public Member Functions | |
| SingleRunFitResult () | |
| Construct unfitted. | |
Public Attributes | |
| BeamEllipses | pure_beam |
| Entrance and exit ellipses. | |
| std::vector< BeamFit2D > | series_gates |
| One gate per active GateSpec. | |
| Bool_t | ok |
| Whether the fits succeeded. | |
One run's fitted beam gates.
Both fill phases run one worker per run and merge afterwards in run order, which is what keeps the threaded result bit-identical to the sequential one.
Definition at line 133 of file StripSumScatter.hpp.
|
inline |
Construct unfitted.
Definition at line 138 of file StripSumScatter.hpp.
| Bool_t SingleRunFitResult::ok |
Whether the fits succeeded.
Definition at line 136 of file StripSumScatter.hpp.
Referenced by SingleRunFitResult().
| BeamEllipses SingleRunFitResult::pure_beam |
Entrance and exit ellipses.
Definition at line 134 of file StripSumScatter.hpp.
| std::vector<BeamFit2D> SingleRunFitResult::series_gates |
One gate per active GateSpec.
Definition at line 135 of file StripSumScatter.hpp.