GEMC
1.8
Geant4 Monte-Carlo Framework
|
#include <usage.h>
Public Member Functions | |
gemc_opts () | |
~gemc_opts () | |
void | Scan_gcard (string file) |
int | Set (int argc, char **args) |
Sets map from command line arguments. More... | |
vector< opts > | get_args (string) |
get a vector of arguments matching a string More... | |
Data Fields | |
map< string, opts > | args |
Options map. More... | |
gemc_opts
This is the gemc options class. It contains a map of opts which key is the command line argument.
void gemc_opts::Scan_gcard | ( | string | file | ) |