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 =
|
|||
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
|
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 Fri May 26 09:50:06 2017 | http://epydoc.sourceforge.net |