Class Reference for E1039 Core & Analysis Software
|
Functions | |
void | ListOfRfValues (int &n_value, int *&list_values) |
Make a list of QIE RF+nn values. More... | |
void | ListOfRfValues (int &n_value, double *&list_values) |
Make a list of QIE RF+nn values. More... | |
void UtilBeam::ListOfRfValues | ( | int & | n_value, |
double *& | list_values | ||
) |
Make a list of QIE RF+nn values.
This function uses an array of "double", instead of "int". It is suitable for the constructors of the TH1 classes.
Definition at line 48 of file UtilBeam.cc.
References ListOfRfValues().
void UtilBeam::ListOfRfValues | ( | int & | n_value, |
int *& | list_values | ||
) |
Make a list of QIE RF+nn values.
The possible values for QIE RF+nn are not evenly distributed. This function just fills list_values
with a list of all values. The values are taken from "float_2_linrom-2.xls" in DocDB 537.
Definition at line 10 of file UtilBeam.cc.
Referenced by AnaBG::Init(), and ListOfRfValues().