#include <btom_slice_simulator_params.h>
Inheritance diagram for btom_slice_simulator_params:

Definition at line 15 of file btom_slice_simulator_params.h.
Public Member Functions | |
| btom_slice_simulator_params (const int ncyl=10, const float min_xy_sigma=2.0, const float max_xy_sigma=10.0) | |
| btom_slice_simulator_params (const btom_slice_simulator_params &old_params) | |
| ~btom_slice_simulator_params () | |
| bool | SanityCheck () |
| Checks that parameters are within acceptable bounds. | |
| bool | Valid () |
| const char * | GetErrorMsg () |
| void | SetErrorMsg (const char *msg) |
Public Attributes | |
| int | ncyl_ |
| number of cylinders in each direction | |
| float | min_xy_sigma_ |
| min,max cylinder sigmas | |
| float | max_xy_sigma_ |
Protected Member Functions | |
| void | InitParams (int ncyl, float min_xy_sigma, float max_xy_sigma) |
Friends | |
| vcl_ostream & | operator<< (vcl_ostream &, const btom_slice_simulator_params &sp) |
|
||||||||||||||||
|
Definition at line 21 of file btom_slice_simulator_params.cxx. |
|
|
Definition at line 15 of file btom_slice_simulator_params.cxx. |
|
|
Definition at line 23 of file btom_slice_simulator_params.h. |
|
||||||||||||||||
|
Definition at line 30 of file btom_slice_simulator_params.cxx. |
|
|
Checks that parameters are within acceptable bounds. Note that msg << ends seems to restart the string and erase the previous string. We should only use it as the last call, use vcl_endl otherwise. Reimplemented from gevd_param_mixin. Definition at line 47 of file btom_slice_simulator_params.cxx. |
|
||||||||||||
|
Definition at line 76 of file btom_slice_simulator_params.cxx. |
|
|
Definition at line 38 of file btom_slice_simulator_params.h. |
|
|
min,max cylinder sigmas
Definition at line 37 of file btom_slice_simulator_params.h. |
|
|
number of cylinders in each direction
Definition at line 36 of file btom_slice_simulator_params.h. |
1.4.4