| Summary: | eta_prime decay channels missing | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | o.freyermuth |
| Component: | processes/decay | Assignee: | kurasige |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | P5 | ||
| Version: | 10.1 | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
o.freyermuth
2015-02-12 23:22:45 CET
My first link should of course have been: http://geant4.web.cern.ch/geant4/UserDocumentation/UsersGuides/ForApplicationDeveloper/html/AllResources/TrackingAndPhysics/particleList.src/mesons/eta_prime.html Sorry for the confusion! Thank you for reporting the bug.
No reason why they were left out. Just forgot adding.
G4EtaPrime.cc will be updated as follows.
// EtaPrime -> eta + pi+ + pi-
mode[0] = new G4PhaseSpaceDecayChannel("eta_prime",0.429,3,"eta","pi+","pi-");
// EtaPrime -> eta + pi0 + pi0
mode[1] = new G4PhaseSpaceDecayChannel("eta_prime",0.222,3,"eta","pi0","pi0");
// EtaPrime -> rho0 + gamma
mode[2] = new G4PhaseSpaceDecayChannel("eta_prime",0.291,2,"rho0","gamma");
// EtaPrime -> gamma + gamma
mode[3] = new G4PhaseSpaceDecayChannel("eta_prime",0.0220,2,"gamma","gamma");
// EtaPrime -> omega + gamma
mode[4] = new G4PhaseSpaceDecayChannel("eta_prime",0.0275,2,"omega","gamma");
Thanks
Hisaya
Thanks a lot for the quick fix, Hisaya! Greetings, Oliver |