GEMC  1.8
Geant4 Monte-Carlo Framework
Data Fields
opts Class Reference

#include <usage.h>

+ Collaboration diagram for opts:

Data Fields

double arg
 double assigned to argument. More...
 
string args
 string assigned to argument. More...
 
string name
 name to be displayed for the argument variable. More...
 
string help
 help for the argument variable. More...
 
int type
 0 = number, 1 = string More...
 
string ctgr
 help category More...
 

Detailed Description

opts

Single Argument class.

Definition at line 43 of file usage.h.

Field Documentation

double opts::arg

Definition at line 46 of file usage.h.

string opts::args

Definition at line 47 of file usage.h.

string opts::ctgr

Definition at line 51 of file usage.h.

string opts::help

Definition at line 49 of file usage.h.

string opts::name

Definition at line 48 of file usage.h.

int opts::type

Definition at line 50 of file usage.h.