Import Geant4 5.2.0 source tree
This commit is contained in:
@@ -92,22 +92,12 @@ public:
|
||||
G4double tmin,
|
||||
G4double maxEnergy);
|
||||
|
||||
G4std::vector<G4DynamicParticle*>* SampleSecondaries(
|
||||
std::vector<G4DynamicParticle*>* SampleSecondaries(
|
||||
const G4MaterialCutsCouple*,
|
||||
const G4DynamicParticle*,
|
||||
G4double tmin,
|
||||
G4double maxEnergy);
|
||||
|
||||
G4double SampleCosineTheta(G4double& kineticEnergy,
|
||||
G4double& energyDeposition,
|
||||
G4double& stepLength,
|
||||
G4double& lambda) {return 1.0;};
|
||||
|
||||
G4double SampleDisplacement(G4double& kineticEnergy,
|
||||
G4double& truePathLength,
|
||||
G4double& stepLength,
|
||||
G4double& lambda) {return 0.0;};
|
||||
|
||||
G4double MaxSecondaryEnergy(const G4DynamicParticle*);
|
||||
|
||||
protected:
|
||||
@@ -159,7 +149,7 @@ private:
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
|
||||
|
||||
inline G4double G4BraggModel::MaxSecondaryEnergy(
|
||||
const G4ParticleDefinition* p,
|
||||
const G4ParticleDefinition*,
|
||||
G4double kinEnergy)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user