#include <options.h>
Public Member Functions | |
| Coptions () | |
| default ctor | |
| ~Coptions () | |
| default dtor | |
| int | parse_options (int argc, char **argv) |
| parse oprions | |
| int | print_help () |
| print the help message | |
| int | print_version () |
| print program version | |
Public Attributes | |
| int | help_flag |
| do we need to print the help message | |
| int | version_flag |
| do we need to print the version description | |
| int | verbose_flag |
| do we need to print the help message | |
| int | N_stop |
| maximum number of particle | |
| double | R |
| cone radius | |
| double | f |
| split/merge threshold | |
| double | ptmin |
| minimal pT for jet candidates | |
| char * | ev_name |
| event to read | |
| int | npass |
| number of passes (0 for ) | |
| siscone::Esplit_merge_scale | SM_var |
| variable for split-merge | |
Definition at line 37 of file options.h.
| int Coptions::parse_options | ( | int | argc, | |
| char ** | argv | |||
| ) |
parse oprions
| argc | number of arguments from the command line | |
| argv | arguments from the command line |
Definition at line 79 of file options.cpp.
References ev_name, f, help_flag, N_stop, npass, ptmin, R, SM_var, verbose_flag, and version_flag.