Trees | Indices | Help |
---|
|
object --+ | dict --+ | ConfigFile --+ | RunCard
|
|||
new empty dictionary |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
a new object with type S, a subtype of T |
|
||
|
|||
|
|||
Inherited from |
|
|||
filename =
|
|||
blocks =
|
|||
default_include_file =
|
|||
Inherited from |
|
|||
Inherited from |
|
|
initialize a new instance. input can be an instance of MadLoopParam, a file, a path to a file, or simply Nothing
|
add a parameter to the card. value is the default value and defines the type (int/float/bool/str) of the input. fortran_name defines what is the associate name in the f77 code include defines if we have to put the value in the include file hidden defines if the parameter is expected to be define by the user. legacy:Parameter which is not used anymore (raise a warning if not default) cut: defines the list of cut parameter to allow to set them all to off. sys_default: default used if the parameter is not in the card options of **opts: - allowed: list of valid options. '*' means anything else should be allowed. empty list means anything possible as well. - comment: add comment for writing/help - typelist: type of the list if default is empty
|
return self[name] if exist otherwise default. log control if we put a warning or not if we use the default value |
format the variable into fortran. The type is detected by default |
Write the various include file in output_dir. The entry True of self.includepath will be written in run_card.inc The entry False will not be written anywhere |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Dec 20 09:18:04 2018 | http://epydoc.sourceforge.net |