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

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.

Detailed Description

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.

Member Data Documentation

◆ cathode_max

Double_t SummaryHistConfig::cathode_max

Cathode axis maximum.

Definition at line 68 of file EventsSummary.hpp.

◆ grid_max

Double_t SummaryHistConfig::grid_max

Grid axis maximum.

Definition at line 70 of file EventsSummary.hpp.

◆ left_even_max

Double_t SummaryHistConfig::left_even_max

Left-side ceiling, even strips.

Definition at line 65 of file EventsSummary.hpp.

◆ left_odd_max

Double_t SummaryHistConfig::left_odd_max

Left-side ceiling, odd strips.

Definition at line 64 of file EventsSummary.hpp.

◆ music_energy_bins

Int_t SummaryHistConfig::music_energy_bins

Bins on the energy axis of SummaryHistograms::h_music.

Definition at line 72 of file EventsSummary.hpp.

◆ odd_even_split

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.

◆ right_even_max

Double_t SummaryHistConfig::right_even_max

Right-side ceiling, even strips.

Definition at line 67 of file EventsSummary.hpp.

◆ right_odd_max

Double_t SummaryHistConfig::right_odd_max

Right-side ceiling, odd strips.

Definition at line 66 of file EventsSummary.hpp.

◆ strip0_max

Double_t SummaryHistConfig::strip0_max

Strip 0 axis maximum.

Definition at line 71 of file EventsSummary.hpp.

◆ strip17_max

Double_t SummaryHistConfig::strip17_max

Strip 17 axis maximum.

Definition at line 69 of file EventsSummary.hpp.

◆ strip_e_max

Double_t SummaryHistConfig::strip_e_max

Upper bound of the per-strip energy axis.

Definition at line 60 of file EventsSummary.hpp.

◆ strip_e_min

Double_t SummaryHistConfig::strip_e_min

Lower bound of the per-strip energy axis.

Definition at line 59 of file EventsSummary.hpp.

◆ unit_label

TString SummaryHistConfig::unit_label

Axis unit, e.g. "ADC" or "a.u.".

Definition at line 58 of file EventsSummary.hpp.


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