| Summary: | pi- production spectrum from proton (10GeV/c) interaction does not fit the experimental data | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | tumakov |
| Component: | processes/hadronic | Assignee: | Hans-Peter.Wellisch |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 5.0 | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| URL: | http://meco.ps.uci.edu/~tumakov/geant4_probems.html | ||
|
Description
tumakov
2003-05-29 13:58:20 CEST
Hi Vladimir, thank you for the information. I'll try and come with a physics list to give you a better description. Many greetings, Hans-Peter. Hi, I have looked into this now rather deeply, and find that there is no current physics list for your case. Still we likely can do better than what you found with geant3. The best I can offer currently is our quark gluon string model implementation. To get it, you can pick the QGSP physics list for WWW. You then will have to edit one of the builders from the Packaging package: HadronPhysicsQGSP.cc Please replace thePro.RegisterMe(&theQGSPPro); thePro.RegisterMe(&theLEPPro); theLEPPro.SetMaxEnergy(25*GeV); with thePro.RegisterMe(&theQGSPPro); theQGSPPro.SetMinEnergy(5*GeV); thePro.RegisterMe(&theLEPPro); theLEPPro.SetMaxEnergy(5.1*GeV); I have put a few plots into /afs/cern.ch/user/h/hpw/public/ForTumakov reproducing some of the distributions you show. They seem reasonable, or at least better than your geant3 plots. Many greetings, Hans-Peter. |