![]() |
AliPhysics
a76316e (a76316e)
|
#include <AliForwardMultDists.h>
Public Member Functions | |
BinSpec (Double_t etaMin, Double_t etaMax, Double_t nchLow) | |
void | Push (UShort_t n, Double_t d) |
const TAxis & | Axis () const |
Public Attributes | |
Double_t | fEtaMin |
Double_t | fEtaMax |
Double_t | fLow |
TArrayI | fN |
TArrayD | fD |
TAxis | fAxis |
Structure to define \(\eta\) bins with an \( N_{ch}\) axis
Definition at line 56 of file AliForwardMultDists.h.
Constructor
etaMin | Low cut on \(\eta\) |
etaMax | High cut on \(\eta\) |
nchLow | Lowest \( N_{ch}\) (e.g., -0.5); |
Definition at line 114 of file AliForwardMultDists.cxx.
const TAxis & AliForwardMultDists::BinSpec::Axis | ( | ) | const |
Get the axis computed from the setup using Push
Definition at line 132 of file AliForwardMultDists.cxx.
Referenced by AliForwardMultDists::AddBin(), and AddTaskForwardMultDists().
Push n bins of with d in \( N_{ch}\) onto the axis
If only a single push is done, then we will get an axis of equally sized bins (d) from \( l\) edge to \( nd+low\) - e.g., if one only does
One ends up with 10 bins from -0.5 to 9.5.
n | Number of bins to push |
d | Bin width of each of the bins |
Definition at line 122 of file AliForwardMultDists.cxx.
Referenced by AddTaskForwardMultDists().
|
mutable |
Definition at line 95 of file AliForwardMultDists.h.
Referenced by Axis().
TArrayD AliForwardMultDists::BinSpec::fD |
Definition at line 94 of file AliForwardMultDists.h.
Double_t AliForwardMultDists::BinSpec::fEtaMax |
Definition at line 91 of file AliForwardMultDists.h.
Referenced by AliForwardMultDists::AddBin(), and AddTaskForwardMultDists().
Double_t AliForwardMultDists::BinSpec::fEtaMin |
Definition at line 90 of file AliForwardMultDists.h.
Referenced by AliForwardMultDists::AddBin(), and AddTaskForwardMultDists().
Double_t AliForwardMultDists::BinSpec::fLow |
Definition at line 92 of file AliForwardMultDists.h.
Referenced by Axis().
TArrayI AliForwardMultDists::BinSpec::fN |
Definition at line 93 of file AliForwardMultDists.h.