|
MUSIC unknown
Analysis for the MUSIC active-target ionization chamber
|
Fixed array indices for the per-event channel arrays. More...
#include <Rtypes.h>Go to the source code of this file.
Namespaces | |
| namespace | Constants |
Variables | |
| const Int_t | Constants::ARR_SLOT_STRIP_0 = 0 |
| First anode strip, occupying the low end of the array. | |
| const Int_t | Constants::ARR_SLOT_STRIP_17 = 33 |
| Last anode strip. Strips run contiguously from ARR_SLOT_STRIP_0 to here. | |
| const Int_t | Constants::ARR_SLOT_CATHODE = 34 |
| Cathode signal. | |
| const Int_t | Constants::ARR_SLOT_GRID = 35 |
| Frisch grid signal. | |
| const Int_t | Constants::N_ARR_SLOTS = ARR_SLOT_GRID + 1 |
| Length of the per-event channel arrays. | |
Fixed array indices for the per-event channel arrays.
These positions are set by the tooling's data model — the 36-element EventState and PerChannelData arrays that EventBuilder fills — and not by any dataset. That is why they live here rather than in the per-dataset configuration: changing one changes the meaning of every event array in the tooling, for every experiment.
Definition in file SlotLayout.hpp.