CbmRoot
Loading...
Searching...
No Matches
cbm::explore::Options Class Reference

#include <Options.h>

Collaboration diagram for cbm::explore::Options:
[legend]

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
 

Detailed Description

Definition at line 12 of file services/archive_explorer/app/Options.h.

Constructor & Destructor Documentation

◆ Options()

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.

Member Function Documentation

◆ Input()

algo::fs::path cbm::explore::Options::Input ( ) const
inline

Definition at line 18 of file services/archive_explorer/app/Options.h.

References fInput.

Referenced by cbm::explore::Application::Application().

◆ Input2()

algo::fs::path cbm::explore::Options::Input2 ( ) const
inline

Definition at line 19 of file services/archive_explorer/app/Options.h.

References fInput2.

Referenced by cbm::explore::Application::Application().

◆ Port()

int cbm::explore::Options::Port ( ) const
inline

Definition at line 16 of file services/archive_explorer/app/Options.h.

References fPort.

Referenced by cbm::explore::Application::Application().

◆ Sensor()

std::optional< uint32_t > cbm::explore::Options::Sensor ( ) const
inline

Member Data Documentation

◆ fFilterSensor

bool cbm::explore::Options::fFilterSensor = false
private

Definition at line 26 of file services/archive_explorer/app/Options.h.

Referenced by Options(), and Sensor().

◆ fInput

std::string cbm::explore::Options::fInput
private

Definition at line 27 of file services/archive_explorer/app/Options.h.

Referenced by Input(), and Options().

◆ fInput2

std::string cbm::explore::Options::fInput2
private

Definition at line 28 of file services/archive_explorer/app/Options.h.

Referenced by Input2(), and Options().

◆ fPort

int cbm::explore::Options::fPort
private

Definition at line 24 of file services/archive_explorer/app/Options.h.

Referenced by Options(), and Port().

◆ fSensor

uint32_t cbm::explore::Options::fSensor
private

Definition at line 25 of file services/archive_explorer/app/Options.h.

Referenced by Options(), and Sensor().


The documentation for this class was generated from the following files: