JANA2
C++ framework for multi-threaded data processing
Loading...
Searching...
No Matches
jana::UserOptions Struct Reference
Collaboration diagram for jana::UserOptions:
[legend]

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
 

Member Data Documentation

◆ flags

std::map<Flag, bool> jana::UserOptions::flags

Code representation of all user options.

This lets us cleanly separate args parsing from execution.


The documentation for this struct was generated from the following file: