![]() |
MiniballSort
|
Public Member Functions | |
| FitFunc () | |
| FitFunc (std::string settings_file, std::string reaction_file) | |
| void | LoadExpEnergies (std::string energy_file) |
| double | operator() (const double *p) |
Public Attributes | |
| int | present [8][3][7] |
| double | energy [8][3][7] |
| double | err [8][3][7] |
| int | cluster [8] |
| std::shared_ptr< MiniballSettings > | myset |
| std::shared_ptr< MiniballCalibration > | mycal |
| std::shared_ptr< MiniballReaction > | myreact |
| double | user_z = 0 |
| double | eref = 440.2 |
Definition at line 28 of file mb_angle_fit.cc.
|
inline |
Definition at line 40 of file mb_angle_fit.cc.
|
inline |
Definition at line 53 of file mb_angle_fit.cc.
|
inline |
Definition at line 69 of file mb_angle_fit.cc.
Referenced by main().
|
inline |
Definition at line 82 of file mb_angle_fit.cc.
| int FitFunc::cluster[8] |
Definition at line 33 of file mb_angle_fit.cc.
Referenced by FitFunc(), FitFunc(), LoadExpEnergies(), main(), and operator()().
| double FitFunc::energy[8][3][7] |
Definition at line 31 of file mb_angle_fit.cc.
Referenced by FitFunc(), FitFunc(), LoadExpEnergies(), main(), and operator()().
| double FitFunc::eref = 440.2 |
Definition at line 38 of file mb_angle_fit.cc.
Referenced by main(), and operator()().
| double FitFunc::err[8][3][7] |
Definition at line 32 of file mb_angle_fit.cc.
Referenced by FitFunc(), FitFunc(), LoadExpEnergies(), main(), and operator()().
| std::shared_ptr<MiniballCalibration> FitFunc::mycal |
Definition at line 35 of file mb_angle_fit.cc.
| std::shared_ptr<MiniballReaction> FitFunc::myreact |
Definition at line 36 of file mb_angle_fit.cc.
Referenced by FitFunc(), main(), and operator()().
| std::shared_ptr<MiniballSettings> FitFunc::myset |
Definition at line 34 of file mb_angle_fit.cc.
Referenced by FitFunc().
| int FitFunc::present[8][3][7] |
Definition at line 30 of file mb_angle_fit.cc.
Referenced by FitFunc(), FitFunc(), LoadExpEnergies(), main(), and operator()().
| double FitFunc::user_z = 0 |
Definition at line 37 of file mb_angle_fit.cc.
Referenced by operator()().