CarbonIon¶
-
class
zgoubidoo.commands.particules.
CarbonIon
(label1: str = '', label2: str = '', *params, **kwargs)[source]¶ Bases:
zgoubidoo.commands.particules.Ion
A fully stripped Carbon ion
Command attributes
-
LABEL1=''
Primary label for the Zgoubi command (default: auto-generated hash).
- Type
str
-
LABEL2=''
Secondary label for the Zgoubi command.
- Type
str
-
M='1'
- Type
int
-
Q='1'
- Type
int
-
G='1'
- Type
int
-
tau='0'
Lifetime of the particle.
- Type
int
Default initializer for all Commands.
Attributes Summary
Attributes Documentation
-
KEYWORD
: str = 'PARTICUL'¶
-
PARAMETERS
: dict = {'G': (1, ''), 'LABEL1': ('', 'Primary label for the Zgoubi command (default: auto-generated hash).'), 'LABEL2': ('', 'Secondary label for the Zgoubi command.'), 'M': (1, ''), 'Q': (1, ''), 'tau': (0, 'Lifetime of the particle.')}¶
-