Problem 457

Summary: MuonMinusCaptureAtRest
Product: Geant4 Reporter: tkoi
Component: processes/hadronicAssignee: Hans-Peter.Wellisch
Status: CLOSED FIXED    
Severity: normal    
Priority: P2    
Version: other   
Hardware: All   
OS: All   

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.