MUSIC unknown
Analysis for the MUSIC active-target ionization chamber
Loading...
Searching...
No Matches
SingleRunFitResult Struct Reference

One run's fitted beam gates. More...

#include <StripSumScatter.hpp>

Collaboration diagram for SingleRunFitResult:

Public Member Functions

 SingleRunFitResult ()
 Construct unfitted.

Public Attributes

BeamEllipses pure_beam
 Entrance and exit ellipses.
std::vector< BeamFit2Dseries_gates
 One gate per active GateSpec.
Bool_t ok
 Whether the fits succeeded.

Detailed Description

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.

Constructor & Destructor Documentation

◆ SingleRunFitResult()

SingleRunFitResult::SingleRunFitResult ( )
inline

Construct unfitted.

Definition at line 138 of file StripSumScatter.hpp.

Member Data Documentation

◆ ok

Bool_t SingleRunFitResult::ok

Whether the fits succeeded.

Definition at line 136 of file StripSumScatter.hpp.

Referenced by SingleRunFitResult().

◆ pure_beam

BeamEllipses SingleRunFitResult::pure_beam

Entrance and exit ellipses.

Definition at line 134 of file StripSumScatter.hpp.

◆ series_gates

std::vector<BeamFit2D> SingleRunFitResult::series_gates

One gate per active GateSpec.

Definition at line 135 of file StripSumScatter.hpp.


The documentation for this struct was generated from the following file: