JANA2
C++ framework for multi-threaded data processing
|
Public Attributes | |
std::map< Flag, bool > | flags |
Code representation of all user options. | |
std::map< std::string, std::string > | params |
std::vector< std::string > | eventSources |
std::string | load_config_file |
std::string | dump_config_file |
std::string | collection_query |
std::string | component_query |
std::map<Flag, bool> jana::UserOptions::flags |
Code representation of all user options.
This lets us cleanly separate args parsing from execution.