ImmortalMuon¶
-
class
zgoubidoo.commands.particules.
ImmortalMuon
(label1: str = '', label2: str = '', *params, **kwargs)[source]¶ Bases:
zgoubidoo.commands.particules.Muon
A muon particle (no decay).
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.883531627e-28 kilogram'
Mass of the particle.
- Type
Quantity
-
Q='-1.602176634e-19 coulomb'
Charge of the particle.
- Type
Quantity
-
G='-2.0011659209'
G factor
- Type
float
-
tau='0.0 second'
Half-life of the particle.
- Type
Quantity
Default initializer for all Commands.
Attributes Summary
Attributes Documentation
-
KEYWORD
: str = 'PARTICUL'¶
-
PARAMETERS
: dict = {'G': (-2.0011659209, 'G factor'), 'LABEL1': ('', 'Primary label for the Zgoubi command (default: auto-generated hash).'), 'LABEL2': ('', 'Secondary label for the Zgoubi command.'), 'M': (<Quantity(1.88353163e-28, 'kilogram')>, 'Mass of the particle.'), 'Q': (<Quantity(-1.60217663e-19, 'coulomb')>, 'Charge of the particle.'), 'tau': (<Quantity(0.0, 'second')>, 'Half-life of the particle.')}¶
-