Problem 457 - MuonMinusCaptureAtRest
Summary: MuonMinusCaptureAtRest
Status: CLOSED FIXED
Alias: None
Product: Geant4
Classification: Unclassified
Component: processes/hadronic (show other problems)
Version: other
Hardware: All All
: P2 normal
Assignee: Hans-Peter.Wellisch
URL:
Depends on:
Blocks:
 
Reported: 2003-02-20 14:26 CET by tkoi
Modified: 2012-02-15 09:56 CET (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
Description tkoi 2003-02-20 14:26:03 CET
There is a wrong substitute of ParticleDefinition in
G4MuonMinusCaptureAtRest::AtRestDoIt.

G4MuonMinusCaptureAtRest.cc line 309th
   G4ParticleDefinition* pd = Gkin[isec].GetParticleDef();
should be
   G4ParticleDefinition* pd = Cascade[isec].GetParticleDef();

and there are many meaningless static declaration in this files.
Comment 1 Hans-Peter.Wellisch 2003-05-25 12:15:59 CEST
was fixed in 5.1.