|
MUSIC unknown
Analysis for the MUSIC active-target ionization chamber
|
The classification ellipses defining a pure-beam event. More...
#include <StripSumScatter.hpp>
Public Attributes | |
| BeamFit2D | s0_s1 |
| Entrance ellipse on strips 0 and 1. | |
| BeamFit2D | s1_s2 |
| Alternative entrance ellipse, per PURE_BEAM_GATE. | |
| BeamFit2D | s16_s17 |
| Exit ellipse on strips 16 and 17. | |
| BeamFit2D | s15_s16 |
| Alternative exit ellipse. | |
| Bool_t | ok |
| Whether the fits succeeded. | |
| Bool_t | use_s15_s16 |
| Which exit ellipse is in force. | |
The classification ellipses defining a pure-beam event.
An entrance ellipse and an exit ellipse. An event is pure beam only if it passes both — entering like beam and leaving like beam.
Definition at line 87 of file StripSumScatter.hpp.
| Bool_t BeamEllipses::ok |
Whether the fits succeeded.
Definition at line 92 of file StripSumScatter.hpp.
| BeamFit2D BeamEllipses::s0_s1 |
Entrance ellipse on strips 0 and 1.
Definition at line 88 of file StripSumScatter.hpp.
| BeamFit2D BeamEllipses::s15_s16 |
Alternative exit ellipse.
Definition at line 91 of file StripSumScatter.hpp.
| BeamFit2D BeamEllipses::s16_s17 |
Exit ellipse on strips 16 and 17.
Definition at line 90 of file StripSumScatter.hpp.
| BeamFit2D BeamEllipses::s1_s2 |
Alternative entrance ellipse, per PURE_BEAM_GATE.
Definition at line 89 of file StripSumScatter.hpp.
| Bool_t BeamEllipses::use_s15_s16 |
Which exit ellipse is in force.
Definition at line 93 of file StripSumScatter.hpp.