MUSIC unknown
Analysis for the MUSIC active-target ionization chamber
Loading...
Searching...
No Matches
SlotLayout.hpp
Go to the documentation of this file.
1#ifndef SLOT_LAYOUT_HPP
2#define SLOT_LAYOUT_HPP
3
4#include <Rtypes.h>
5
16namespace Constants {
17
19const Int_t ARR_SLOT_STRIP_0 = 0;
21const Int_t ARR_SLOT_STRIP_17 = 33;
22const Int_t ARR_SLOT_CATHODE = 34;
23const Int_t ARR_SLOT_GRID = 35;
24
27const Int_t N_ARR_SLOTS = ARR_SLOT_GRID + 1;
28
29} // namespace Constants
30
31#endif
const Int_t ARR_SLOT_CATHODE
Cathode signal.
const Int_t ARR_SLOT_GRID
Frisch grid signal.
const Int_t N_ARR_SLOTS
Length of the per-event channel arrays.
const Int_t ARR_SLOT_STRIP_17
Last anode strip. Strips run contiguously from ARR_SLOT_STRIP_0 to here.
const Int_t ARR_SLOT_STRIP_0
First anode strip, occupying the low end of the array.