|
enum | boolParams {
cutDuringRampup,
endOfBoolParams,
cutDuringRampup,
endOfBoolParams,
cutDuringRampup,
endOfBoolParams
} |
| Character parameters. More...
|
|
enum | intParams {
statusInterval,
logLevel,
endOfIntParams,
statusInterval,
logLevel,
endOfIntParams,
statusInterval,
logLevel,
endOfIntParams
} |
| Integer paramters. More...
|
|
enum | dblParams {
dblDummy,
endOfDblParams,
dblDummy,
endOfDblParams,
dblDummy,
endOfDblParams
} |
| Double parameters. More...
|
|
enum | strParams {
strDummy,
endOfStrParams,
strDummy,
endOfStrParams,
strDummy,
endOfStrParams
} |
| String parameters. More...
|
|
enum | strArrayParams {
strArrayDummy,
endOfStrArrayParams,
strArrayDummy,
endOfStrArrayParams,
strArrayDummy,
endOfStrArrayParams
} |
| There are no string array parameters. More...
|
|
enum | boolParams {
cutDuringRampup,
endOfBoolParams,
cutDuringRampup,
endOfBoolParams,
cutDuringRampup,
endOfBoolParams
} |
| Character parameters. More...
|
|
enum | intParams {
statusInterval,
logLevel,
endOfIntParams,
statusInterval,
logLevel,
endOfIntParams,
statusInterval,
logLevel,
endOfIntParams
} |
| Integer paramters. More...
|
|
enum | dblParams {
dblDummy,
endOfDblParams,
dblDummy,
endOfDblParams,
dblDummy,
endOfDblParams
} |
| Double parameters. More...
|
|
enum | strParams {
strDummy,
endOfStrParams,
strDummy,
endOfStrParams,
strDummy,
endOfStrParams
} |
| String parameters. More...
|
|
enum | strArrayParams {
strArrayDummy,
endOfStrArrayParams,
strArrayDummy,
endOfStrArrayParams,
strArrayDummy,
endOfStrArrayParams
} |
| There are no string array parameters. More...
|
|
enum | boolParams {
cutDuringRampup,
endOfBoolParams,
cutDuringRampup,
endOfBoolParams,
cutDuringRampup,
endOfBoolParams
} |
| Character parameters. More...
|
|
enum | intParams {
statusInterval,
logLevel,
endOfIntParams,
statusInterval,
logLevel,
endOfIntParams,
statusInterval,
logLevel,
endOfIntParams
} |
| Integer paramters. More...
|
|
enum | dblParams {
dblDummy,
endOfDblParams,
dblDummy,
endOfDblParams,
dblDummy,
endOfDblParams
} |
| Double parameters. More...
|
|
enum | strParams {
strDummy,
endOfStrParams,
strDummy,
endOfStrParams,
strDummy,
endOfStrParams
} |
| String parameters. More...
|
|
enum | strArrayParams {
strArrayDummy,
endOfStrArrayParams,
strArrayDummy,
endOfStrArrayParams,
strArrayDummy,
endOfStrArrayParams
} |
| There are no string array parameters. More...
|
|
|
|
| AbcParams () |
| The default constructor creates a parameter set with from the template argument structure. More...
|
|
virtual void | createKeywordList () |
| Method for creating the list of keyword looked for in the parameter file. More...
|
|
virtual void | setDefaultEntries () |
| Method for setting the default values for the parameters. More...
|
|
| AbcParams () |
| The default constructor creates a parameter set with from the template argument structure. More...
|
|
virtual void | createKeywordList () |
| Method for creating the list of keyword looked for in the parameter file. More...
|
|
virtual void | setDefaultEntries () |
| Method for setting the default values for the parameters. More...
|
|
| AbcParams () |
| The default constructor creates a parameter set with from the template argument structure. More...
|
|
virtual void | createKeywordList () |
| Method for creating the list of keyword looked for in the parameter file. More...
|
|
virtual void | setDefaultEntries () |
| Method for setting the default values for the parameters. More...
|
|
|
For user application: Following code are do NOT need to change.
The reason can not put following functions in base class AlpsParameterSet is that boolParams and endOfBoolParams etc., are NOT the same as those declared in base class.
The members of the parameter set can be queried for using the overloaded entry() method. Using the example in the class documentation the user can get a parameter with the "<code>param.entry(USER_par::parameter_name)</code>" expression.
|
char | entry (const boolParams key) const |
|
int | entry (const intParams key) const |
|
double | entry (const dblParams key) const |
|
const std::string & | entry (const strParams key) const |
|
const std::vector< std::string > & | entry (const strArrayParams key) const |
|
void | setEntry (const boolParams key, const char *val) |
| char* is true(1) or false(0), not used More...
|
|
void | setEntry (const boolParams key, const char val) |
| char is true(1) or false(0), not used More...
|
|
void | setEntry (const boolParams key, const bool val) |
| This method is the one that ever been used. More...
|
|
void | setEntry (const intParams key, const char *val) |
|
void | setEntry (const intParams key, const int val) |
|
void | setEntry (const dblParams key, const char *val) |
|
void | setEntry (const dblParams key, const double val) |
|
void | setEntry (const strParams key, const char *val) |
|
void | setEntry (const strArrayParams key, const char *val) |
|
char | entry (const boolParams key) const |
|
int | entry (const intParams key) const |
|
double | entry (const dblParams key) const |
|
const std::string & | entry (const strParams key) const |
|
const std::vector< std::string > & | entry (const strArrayParams key) const |
|
void | setEntry (const boolParams key, const char *val) |
| char* is true(1) or false(0), not used More...
|
|
void | setEntry (const boolParams key, const char val) |
| char is true(1) or false(0), not used More...
|
|
void | setEntry (const boolParams key, const bool val) |
| This method is the one that ever been used. More...
|
|
void | setEntry (const intParams key, const char *val) |
|
void | setEntry (const intParams key, const int val) |
|
void | setEntry (const dblParams key, const char *val) |
|
void | setEntry (const dblParams key, const double val) |
|
void | setEntry (const strParams key, const char *val) |
|
void | setEntry (const strArrayParams key, const char *val) |
|
char | entry (const boolParams key) const |
|
int | entry (const intParams key) const |
|
double | entry (const dblParams key) const |
|
const std::string & | entry (const strParams key) const |
|
const std::vector< std::string > & | entry (const strArrayParams key) const |
|
void | setEntry (const boolParams key, const char *val) |
| char* is true(1) or false(0), not used More...
|
|
void | setEntry (const boolParams key, const char val) |
| char is true(1) or false(0), not used More...
|
|
void | setEntry (const boolParams key, const bool val) |
| This method is the one that ever been used. More...
|
|
void | setEntry (const intParams key, const char *val) |
|
void | setEntry (const intParams key, const int val) |
|
void | setEntry (const dblParams key, const char *val) |
|
void | setEntry (const dblParams key, const double val) |
|
void | setEntry (const strParams key, const char *val) |
|
void | setEntry (const strArrayParams key, const char *val) |
|
|
void | pack (AlpsEncoded &buf) |
| Pack the parameter set into the buffer (AlpsEncoded is used as buffer Here). More...
|
|
void | unpack (AlpsEncoded &buf) |
| Unpack the parameter set from the buffer. More...
|
|
void | pack (AlpsEncoded &buf) |
| Pack the parameter set into the buffer (AlpsEncoded is used as buffer Here). More...
|
|
void | unpack (AlpsEncoded &buf) |
| Unpack the parameter set from the buffer. More...
|
|
void | pack (AlpsEncoded &buf) |
| Pack the parameter set into the buffer (AlpsEncoded is used as buffer Here). More...
|
|
void | unpack (AlpsEncoded &buf) |
| Unpack the parameter set from the buffer. More...
|
|
void | setEntry (const AlpsParameter key, const char *val) |
| First, there is the assignment operator that sets the whole parameter set at once. More...
|
|
void | readFromStream (std::istream &parstream) |
| Read the parameters from the stream specified in the argument. More...
|
|
void | readFromFile (const char *paramfile) |
| Read parameters from a file. More...
|
|
void | readFromArglist (const int argnum, const char *const *arglist) |
| Read parameters from the command line. More...
|
|
void | writeToStream (std::ostream &outstream) const |
| Write keyword-value pairs to the stream specified in the argument. More...
|
|
| AlpsParameterSet (int c, int i, int d, int s, int sa) |
| The constructor allocate memory for parameters. More...
|
|
virtual | ~AlpsParameterSet () |
| The destructor deletes all data members. More...
|
|
Definition at line 37 of file AbcParams.h.