Import Geant4 11.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2023-12-08 10:43:34 +01:00
parent dd1f179cda
commit 860a2b92bf
3962 changed files with 139318 additions and 164259 deletions
@@ -62,7 +62,7 @@ class G4VLEPTSModel : public G4VEmModel
public:
G4VLEPTSModel(const G4String& processName);
~G4VLEPTSModel();
~G4VLEPTSModel() override;
void BuildPhysicsTable(const G4ParticleDefinition& aParticleType); //G4ParticleWithCuts::SetCut()
G4double GetMeanFreePath(const G4Material* mate,
@@ -103,7 +103,7 @@ protected:
std::map<const G4Material*, G4int> theNXSdat;
std::map<const G4Material*, G4int> theNXSsub;
G4bool isInitialised;
G4bool isInitialised{false};
XSType theXSType;
G4int verboseLevel;