Import Geant4 11.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2022-12-09 14:43:28 +01:00
parent c07cea1fe0
commit 9f34590941
3810 changed files with 200490 additions and 182326 deletions
@@ -135,6 +135,9 @@ protected:
// convert true length to geometry length
inline G4double ConvertTrueToGeom(G4double& tLength, G4double& gLength);
// should be set before initialisation
inline void SetUseSplineForMSC(G4bool val);
public:
// compute safety
@@ -202,12 +205,15 @@ protected:
G4double geomMin;
G4double geomMax;
G4bool samplez = false;
G4bool latDisplasment = true;
G4ThreeVector fDisplacement;
G4ThreeVector fDisplacement;
G4MscStepLimitType steppingAlgorithm;
G4bool samplez = false;
G4bool latDisplasment = true;
private:
G4bool useSpline = true;
};
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
@@ -345,4 +351,11 @@ G4VMscModel::GetTransportMeanFreePath(const G4ParticleDefinition* part,
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
inline void G4VMscModel::SetUseSplineForMSC(G4bool val)
{
useSpline = val;
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
#endif