|
ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
|
#include <option.h>
Public Member Functions | |
| Opt () | |
| int | parse_args (int argc, char **argv) |
| void | set_dnn (double dnn) |
| void | set_parameters (double _s, double _k, double _n, double _m, double _r, double _a, double _t) |
| const char * | get_ifname () |
| const char * | get_ofprefix () |
| bool | needs_dnn () |
| bool | is_gnuplot () |
| char | get_delimiter () |
| size_t | get_skip () |
| int | get_verbosity () |
| double | get_r () |
| size_t | get_k () |
| size_t | get_n () |
| double | get_a () |
| double | get_s () |
| bool | is_tauto () |
| double | get_t () |
| bool | is_dmax () |
| double | get_dmax () |
| Linkage | get_linkage () |
| size_t | get_m () |
| Opt::Opt | ( | ) |
Definition at line 19 of file option.cxx.
| double Opt::get_a | ( | ) |
Definition at line 308 of file option.cxx.
| char Opt::get_delimiter | ( | ) |
Definition at line 288 of file option.cxx.
| double Opt::get_dmax | ( | ) |
Definition at line 328 of file option.cxx.
| const char * Opt::get_ifname | ( | ) |
Definition at line 268 of file option.cxx.
| size_t Opt::get_k | ( | ) |
Definition at line 300 of file option.cxx.
| Linkage Opt::get_linkage | ( | ) |
Definition at line 332 of file option.cxx.
| size_t Opt::get_m | ( | ) |
Definition at line 336 of file option.cxx.
| size_t Opt::get_n | ( | ) |
Definition at line 304 of file option.cxx.
| const char * Opt::get_ofprefix | ( | ) |
Definition at line 272 of file option.cxx.
| double Opt::get_r | ( | ) |
Definition at line 296 of file option.cxx.
| double Opt::get_s | ( | ) |
Definition at line 312 of file option.cxx.
| size_t Opt::get_skip | ( | ) |
Definition at line 284 of file option.cxx.
| double Opt::get_t | ( | ) |
Definition at line 320 of file option.cxx.
| int Opt::get_verbosity | ( | ) |
Definition at line 292 of file option.cxx.
| bool Opt::is_dmax | ( | ) |
Definition at line 324 of file option.cxx.
| bool Opt::is_gnuplot | ( | ) |
Definition at line 280 of file option.cxx.
| bool Opt::is_tauto | ( | ) |
Definition at line 316 of file option.cxx.
| bool Opt::needs_dnn | ( | ) |
Definition at line 276 of file option.cxx.
| int Opt::parse_args | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 74 of file option.cxx.
| void Opt::set_dnn | ( | double | dnn | ) |
Definition at line 245 of file option.cxx.
| void Opt::set_parameters | ( | double | _s, |
| double | _k, | ||
| double | _n, | ||
| double | _m, | ||
| double | _r, | ||
| double | _a, | ||
| double | _t | ||
| ) |
Definition at line 53 of file option.cxx.
1.8.18