EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <EicRoot/blob/master/eic/ayk/Keyword.h>
Public Member Functions | |
Keyword (char *_name, int _arg_num_min, int _arg_num_max, keywordfun _fun, MultipleInvocationMode _invocation_mode) | |
int | parseCommandLine (int argc, char **argv) |
Private Attributes | |
char * | name |
int | arg_num_min |
int | arg_num_max |
keywordfun | fun |
int | activated |
MultipleInvocationMode | __multiple_invocation_mode |
Keyword * | next |
Friends | |
Keyword * | declare_keyword (Keyword **root, char *_name, int _arg_num_min, int _arg_num_max, keywordfun _fun, MultipleInvocationMode _invocation_mode) |
Definition at line 25 of file Keyword.h.
View newest version in sPHENIX GitHub at line 25 of file Keyword.h
Keyword::Keyword | ( | char * | _name, |
int | _arg_num_min, | ||
int | _arg_num_max, | ||
keywordfun | _fun, | ||
MultipleInvocationMode | _invocation_mode | ||
) |
Definition at line 30 of file Keyword.cxx.
View newest version in sPHENIX GitHub at line 30 of file Keyword.cxx
References __multiple_invocation_mode, arg_num_max, arg_num_min, fun, and name.
int Keyword::parseCommandLine | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 101 of file Keyword.cxx.
View newest version in sPHENIX GitHub at line 101 of file Keyword.cxx
References _MULTIPLE_INVOCATION_DISABLED_, t_cmd_line_key::arg_num, FALLOUT, fun, isKeyword(), t_cmd_line_key::keyword, name, next, and t_cmd_line_key::start.
|
friend |
Definition at line 64 of file Keyword.cxx.
View newest version in sPHENIX GitHub at line 64 of file Keyword.cxx
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
Definition at line 40 of file Keyword.h.
View newest version in sPHENIX GitHub at line 40 of file Keyword.h
Referenced by eicpy.verify.PythiaHistograms::__init__(), eicpy.verify.DjangohHistograms::__init__(), Keyword(), parseCommandLine(), and eicpy.build.File::process().
|
private |
Definition at line 53 of file Keyword.h.
View newest version in sPHENIX GitHub at line 53 of file Keyword.h
Referenced by declare_keyword(), and parseCommandLine().