Class Reference for E1039 Core & Analysis Software
UtilBeam.h
Go to the documentation of this file.
1 #ifndef _UTIL_BEAM__H_
2 #define _UTIL_BEAM__H_
3 
4 namespace UtilBeam {
5  void ListOfRfValues(int& n_value, int*& list_values);
6  void ListOfRfValues(int& n_value, double*& list_values);
7 }; // namespace UtilBeam
8 
9 #endif /* _UTIL_BEAM__H_ */
void ListOfRfValues(int &n_value, int *&list_values)
Make a list of QIE RF+nn values.
Definition: UtilBeam.cc:10