Open jiangyi15 opened 4 months ago
There are many ways can be implemeted to simplify the current description of decays.
decay: A: - [ R, B] R: [ C, D] particle: R: [R1, R2]
to produce
decay: A: - [ R1, B ] - [ R2, B ] R1: [ C, D ] R2: [ C, D ]
Resonaces.yml
config.yml
# in Resonances.yml R1: J: 1 P: +1 mass: 1.0 width: 0.05
# in config.yml particle: R1: mass: 1.1
# in config.yml particle: R1: J: 1 P: +1 mass: 1.1 width: 0.05
There are many ways can be implemeted to simplify the current description of decays.
to produce
Resonaces.yml
and override inconfig.yml
. useto produce