SISCone
3.0.5
|
options for the 'cone' sample More...
#include <options.h>
Public Member Functions | |
Coptions () | |
default ctor | |
~Coptions () | |
default dtor | |
int | parse_options (int argc, char **argv) |
parse oprions More... | |
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 \infty) | |
siscone::Esplit_merge_scale | SM_var |
variable for split-merge | |
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.