CbmRoot
|
#include <Options.h>
Public Member Functions | |
Options (int argc, char **argv) | |
int | Port () const |
algo::fs::path | Input () const |
algo::fs::path | Input2 () const |
std::optional< uint32_t > | Sensor () const |
Private Attributes | |
int | fPort |
uint32_t | fSensor |
bool | fFilterSensor = false |
std::string | fInput |
std::string | fInput2 |
Definition at line 12 of file services/archive_explorer/app/Options.h.
Options::Options | ( | int | argc, |
char ** | argv ) |
Definition at line 14 of file services/archive_explorer/app/Options.cxx.
References fFilterSensor, fInput, fInput2, fPort, and fSensor.
|
inline |
Definition at line 18 of file services/archive_explorer/app/Options.h.
References fInput.
Referenced by cbm::explore::Application::Application().
|
inline |
Definition at line 19 of file services/archive_explorer/app/Options.h.
References fInput2.
Referenced by cbm::explore::Application::Application().
|
inline |
Definition at line 16 of file services/archive_explorer/app/Options.h.
References fPort.
Referenced by cbm::explore::Application::Application().
|
inline |
Definition at line 21 of file services/archive_explorer/app/Options.h.
References fFilterSensor, and fSensor.
Referenced by cbm::explore::Application::Application().
|
private |
Definition at line 26 of file services/archive_explorer/app/Options.h.
|
private |
Definition at line 27 of file services/archive_explorer/app/Options.h.
|
private |
Definition at line 28 of file services/archive_explorer/app/Options.h.
|
private |
Definition at line 24 of file services/archive_explorer/app/Options.h.
|
private |
Definition at line 25 of file services/archive_explorer/app/Options.h.