CepGen 1.2.5
Central exclusive processes event generator
|
A raw list of steering parameters. More...
Public Member Functions | |
__init__ (self, *args, **kwargs) | |
Construct a parameters set from dictionary arguments. | |
__deepcopy__ (self, memo) | |
Override the default dict deep copy operato. | |
dump (self, printer=PrintHelper()) | |
Human-readable dump of this object. | |
__repr__ (self) | |
Human-readable version of this object. | |
clone (self, *args, **kwargs) | |
Return a deep copy of this object. | |
load (self, mod) | |
Extend this object by an include. | |
Definition at line 30 of file containers_cff.py.
__init__ | ( | self, | |
* | args, | ||
** | kwargs | ||
) |
args | list of arguments |
kwargs | list of named (keyworded) arguments |
Examples
Reimplemented in Module.
Definition at line 49 of file containers_cff.py.
__deepcopy__ | ( | self, | |
memo | |||
) |
Definition at line 54 of file containers_cff.py.
__repr__ | ( | self | ) |
Reimplemented in Module.
Definition at line 87 of file containers_cff.py.
clone | ( | self, | |
* | args, | ||
** | kwargs | ||
) |
Reimplemented in Module.
Definition at line 91 of file containers_cff.py.
dump | ( | self, | |
printer = PrintHelper() |
|||
) |
Reimplemented in Module.
Definition at line 59 of file containers_cff.py.
load | ( | self, | |
mod | |||
) |
Definition at line 99 of file containers_cff.py.