Import Geant4 11.0.0 source tree
This commit is contained in:
committed by
Ben Morgan
parent
6399a014b6
commit
80e2389dd8
@@ -354,7 +354,7 @@ G4HadFinalState* G4NuMuNucleusCcModel::ApplyYourself(
|
||||
theParticleChange.SetMomentumChange(aTrack.Get4Momentum().vect().unit());
|
||||
return &theParticleChange;
|
||||
}
|
||||
theParticleChange.AddSecondary( aLept );
|
||||
theParticleChange.AddSecondary( aLept, fSecID );
|
||||
|
||||
return &theParticleChange;
|
||||
}
|
||||
@@ -393,7 +393,7 @@ G4HadFinalState* G4NuMuNucleusCcModel::ApplyYourself(
|
||||
theParticleChange.SetMomentumChange(aTrack.Get4Momentum().vect().unit());
|
||||
return &theParticleChange;
|
||||
}
|
||||
theParticleChange.AddSecondary( aLept );
|
||||
theParticleChange.AddSecondary( aLept, fSecID );
|
||||
}
|
||||
|
||||
// hadron part
|
||||
|
||||
Reference in New Issue
Block a user