|
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 | |
| 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 | |
| Coptions::Coptions | ( | ) |
default ctor
Definition at line 50 of file options.cpp.
References ev_name, f, help_flag, N_stop, npass, R, SM_var, verbose_flag, and version_flag.
| Coptions::~Coptions | ( | ) |
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.
| int Coptions::print_help | ( | ) |
print the help message
Definition at line 203 of file options.cpp.
| int Coptions::print_version | ( | ) |
print program version
Definition at line 230 of file options.cpp.
| char* Coptions::ev_name |
event to read
Definition at line 67 of file options.h.
Referenced by Coptions(), parse_options(), and ~Coptions().
| double Coptions::f |
split/merge threshold
Definition at line 65 of file options.h.
Referenced by Coptions(), and parse_options().
| int Coptions::help_flag |
do we need to print the help message
Definition at line 58 of file options.h.
Referenced by Coptions(), and parse_options().
| int Coptions::N_stop |
maximum number of particle
Definition at line 63 of file options.h.
Referenced by Coptions(), and parse_options().
| int Coptions::npass |
number of passes (0 for \infty)
Definition at line 68 of file options.h.
Referenced by Coptions(), and parse_options().
| double Coptions::ptmin |
minimal pT for jet candidates
Definition at line 66 of file options.h.
Referenced by parse_options().
| double Coptions::R |
| siscone::Esplit_merge_scale Coptions::SM_var |
variable for split-merge
Definition at line 71 of file options.h.
Referenced by Coptions(), and parse_options().
| int Coptions::verbose_flag |
do we need to print the help message
Definition at line 60 of file options.h.
Referenced by Coptions(), and parse_options().
| int Coptions::version_flag |
do we need to print the version description
Definition at line 59 of file options.h.
Referenced by Coptions(), and parse_options().