#include <options.h>
|
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
|
|
options for the 'cone' sample
Definition at line 37 of file options.h.
◆ parse_options()
int Coptions::parse_options |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
parse oprions
- Parameters
-
argc | number of arguments from the command line |
argv | arguments from the command line |
- Returns
- 1 on error, 0 on success
Definition at line 79 of file options.cpp.
The documentation for this class was generated from the following files: