GEMC  2.3
Geant4 Monte-Carlo Framework
Public Member Functions | Data Fields
aopt Class Reference

#include <options.h>

+ Collaboration diagram for aopt:

Public Member Functions

 aopt ()
 
void printSetting ()
 

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...
 
int repe
 if this is set to 0: command line will always overwrite the gcard More...
 

Detailed Description

aopt

Option class.

Definition at line 34 of file options.h.

Constructor & Destructor Documentation

aopt::aopt ( )
inline

Definition at line 46 of file options.h.

Member Function Documentation

void aopt::printSetting ( )

Definition at line 462 of file options.cc.

Field Documentation

double aopt::arg

Definition at line 37 of file options.h.

string aopt::args

Definition at line 38 of file options.h.

string aopt::ctgr

Definition at line 42 of file options.h.

string aopt::help

Definition at line 40 of file options.h.

string aopt::name

Definition at line 39 of file options.h.

int aopt::repe

if this is set to 1: then this option can be repeated

Definition at line 43 of file options.h.

int aopt::type

Definition at line 41 of file options.h.