Bug correction in "G4UserLimit": DETAILS OF THE BUG: Call of "G4UserLimits" was inactive in the musrSim (using the comand "/musr/command SetUserLimits log_target 0.01") was ignored by the simulation. I found out, that in addition to the call of "G4UserLimits", the "G4StepLimiter" and/or "G4UserSpecialCuts" has to be called for a given particle (particles) that needs to be limitted. These processes were not implemented. I corrected the musrSim code in the svn repository. From now on, "G4StepLimiter" should function fine, IF CALLED TOGETHER WITH SOMETHING LIKE: /musr/command process addProcess e- G4StepLimiter -1 -1 4 /musr/command process addProcess e+ G4StepLimiter -1 -1 4 /musr/command process addProcess mu+ G4StepLimiter -1 -1 5 More details can be found in: http://hypernews.slac.stanford.edu/HyperNews/geant4/get/eventtrackmanage/702/1.html and http://geant4.web.cern.ch/geant4/UserDocumentation/UsersGuides/ForApplicationDeveloper/html/ch05s07.html
Description
No description provided
Languages
C++
71.7%
C
18.3%
Roff
5.9%
CMake
2.5%
Hack
1.4%
Other
0.2%