GasScattering¶
-
class
zgoubidoo.commands.commands.
GasScattering
(label1: str = '', label2: str = '', *params, **kwargs)[source]¶ Bases:
zgoubidoo.commands.commands.Command
Gas scattering.
Modification of particle momentum and velocity vector, performed at each integration step, under the effect of scattering by residual gas.
Note
Implementation is to be completed in Zgoubi.
Command attributes
-
LABEL1=''
Primary label for the Zgoubi command (default: auto-generated hash).
- Type
str
-
LABEL2=''
Secondary label for the Zgoubi command.
- Type
str
Default initializer for all Commands.
Attributes Summary
Keyword of the command used for the Zgoubi input data.
Parameters of the command, with their default value, their description and optinally an index used by other commands (e.g.
Attributes Documentation
-
KEYWORD
: str = 'GASCAT'¶ Keyword of the command used for the Zgoubi input data.
-
PARAMETERS
: dict = {'AI': (0.0,), 'DEN': (0.0,), 'KGA': (0,), 'LABEL1': ('', 'Primary label for the Zgoubi command (default: auto-generated hash).'), 'LABEL2': ('', 'Secondary label for the Zgoubi command.')}¶ Parameters of the command, with their default value, their description and optinally an index used by other commands (e.g. fit).
-