Import Geant4 11.1.0.beta source tree
This commit is contained in:
@@ -305,7 +305,7 @@ void G4PAIModel::SampleSecondaries(std::vector<G4DynamicParticle*>* vdp,
|
||||
|
||||
G4int Z = G4lrint(anElement->GetZ());
|
||||
|
||||
G4DynamicParticle* deltaRay = new G4DynamicParticle(fElectron,
|
||||
auto deltaRay = new G4DynamicParticle(fElectron,
|
||||
GetAngularDistribution()->SampleDirection(dp, deltaTkin,
|
||||
Z, matCC->GetMaterial()),
|
||||
deltaTkin);
|
||||
|
||||
Reference in New Issue
Block a user