#include <FitterArguments.h>
Inheritance diagram for SctFitter::FitterArguments:
Public Member Functions | |
FitterArguments (int argc, char **argv) | |
constructor builds from command line args | |
std::string | getStrategyName () const |
get FitStrategy name | |
std::string | getFitOptions () const |
options used by FitStrategy | |
bool | analytic () const |
Use analytic arguments? | |
void | printHelp (std::ostream &os) const |
overload SctService::Arguments::printHelp(std::ostream) | |
virtual void | parse () |
overload SctService::Arguments::parse() | |
Private Attributes | |
std::string | m_strategy |
std::string | m_options |
bool | m_analytic |
Definition at line 7 of file FitterArguments.h.
|
constructor builds from command line args
Definition at line 9 of file FitterArguments.cpp. References parse(). |
Here is the call graph for this function:
|
Use analytic arguments?
Definition at line 43 of file FitterArguments.cpp. |
|
options used by FitStrategy
Definition at line 39 of file FitterArguments.cpp. |
|
get FitStrategy name
Definition at line 35 of file FitterArguments.cpp. |
|
overload SctService::Arguments::parse()
Reimplemented from SctService::Arguments. Definition at line 14 of file FitterArguments.cpp. References SctService::Arguments::instanceName(), SctService::Arguments::next(), and SctService::Arguments::setInstanceName(). Referenced by FitterArguments(). |
Here is the call graph for this function:
|
overload SctService::Arguments::printHelp(std::ostream)
Reimplemented from SctService::Arguments. Definition at line 27 of file FitterArguments.cpp. |