|
MUSIC unknown
Analysis for the MUSIC active-target ionization chamber
|
Axis ranges and labels for building a SummaryHistograms set. More...
#include <EventsSummary.hpp>
Public Attributes | |
| TString | unit_label |
| Axis unit, e.g. "ADC" or "a.u.". | |
| Double_t | strip_e_min |
| Lower bound of the per-strip energy axis. | |
| Double_t | strip_e_max |
| Upper bound of the per-strip energy axis. | |
| Bool_t | odd_even_split |
| When true, odd and even strips take separate ceilings from the four *_odd_max / *_even_max fields rather than sharing one. | |
| Double_t | left_odd_max |
| Left-side ceiling, odd strips. | |
| Double_t | left_even_max |
| Left-side ceiling, even strips. | |
| Double_t | right_odd_max |
| Right-side ceiling, odd strips. | |
| Double_t | right_even_max |
| Right-side ceiling, even strips. | |
| Double_t | cathode_max |
| Cathode axis maximum. | |
| Double_t | strip17_max |
| Strip 17 axis maximum. | |
| Double_t | grid_max |
| Grid axis maximum. | |
| Double_t | strip0_max |
| Strip 0 axis maximum. | |
| Int_t | music_energy_bins |
| Bins on the energy axis of SummaryHistograms::h_music. | |
Axis ranges and labels for building a SummaryHistograms set.
Supplied by the caller so the same shapes can be built in ADC or in calibrated units without the histogram code knowing which.
Definition at line 57 of file EventsSummary.hpp.
| Double_t SummaryHistConfig::cathode_max |
Cathode axis maximum.
Definition at line 68 of file EventsSummary.hpp.
| Double_t SummaryHistConfig::grid_max |
Grid axis maximum.
Definition at line 70 of file EventsSummary.hpp.
| Double_t SummaryHistConfig::left_even_max |
Left-side ceiling, even strips.
Definition at line 65 of file EventsSummary.hpp.
| Double_t SummaryHistConfig::left_odd_max |
Left-side ceiling, odd strips.
Definition at line 64 of file EventsSummary.hpp.
| Int_t SummaryHistConfig::music_energy_bins |
Bins on the energy axis of SummaryHistograms::h_music.
Definition at line 72 of file EventsSummary.hpp.
| Bool_t SummaryHistConfig::odd_even_split |
When true, odd and even strips take separate ceilings from the four *_odd_max / *_even_max fields rather than sharing one.
Definition at line 63 of file EventsSummary.hpp.
| Double_t SummaryHistConfig::right_even_max |
Right-side ceiling, even strips.
Definition at line 67 of file EventsSummary.hpp.
| Double_t SummaryHistConfig::right_odd_max |
Right-side ceiling, odd strips.
Definition at line 66 of file EventsSummary.hpp.
| Double_t SummaryHistConfig::strip0_max |
Strip 0 axis maximum.
Definition at line 71 of file EventsSummary.hpp.
| Double_t SummaryHistConfig::strip17_max |
Strip 17 axis maximum.
Definition at line 69 of file EventsSummary.hpp.
| Double_t SummaryHistConfig::strip_e_max |
Upper bound of the per-strip energy axis.
Definition at line 60 of file EventsSummary.hpp.
| Double_t SummaryHistConfig::strip_e_min |
Lower bound of the per-strip energy axis.
Definition at line 59 of file EventsSummary.hpp.
| TString SummaryHistConfig::unit_label |
Axis unit, e.g. "ADC" or "a.u.".
Definition at line 58 of file EventsSummary.hpp.