cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
Parameters Class Reference

A raw list of steering parameters. More...

+ Inheritance diagram for Parameters:
+ Collaboration diagram for Parameters:

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.
 

Detailed Description

Definition at line 30 of file containers_cff.py.

Constructor & Destructor Documentation

◆ __init__()

__init__ (   self,
args,
**  kwargs 
)
Parameters
argslist of arguments
kwargslist of named (keyworded) arguments

Examples

>>> print(dict(Parameters(foo = 'bar', foo2 = 42)))
{'foo': 'bar', 'foo2': 42}

Reimplemented in Module.

Definition at line 49 of file containers_cff.py.

Member Function Documentation

◆ __deepcopy__()

__deepcopy__ (   self,
  memo 
)

Definition at line 54 of file containers_cff.py.

◆ __repr__()

__repr__ (   self)

Reimplemented in Module.

Definition at line 87 of file containers_cff.py.

◆ clone()

clone (   self,
args,
**  kwargs 
)

Reimplemented in Module.

Definition at line 91 of file containers_cff.py.

◆ dump()

dump (   self,
  printer = PrintHelper() 
)

Reimplemented in Module.

Definition at line 59 of file containers_cff.py.

◆ load()

load (   self,
  mod 
)

Definition at line 99 of file containers_cff.py.