Import Geant4 10.7.0.beta source tree
This commit is contained in:
@@ -11,7 +11,7 @@ Geant4Py is a Geant4-Python bridge.
|
||||
* Reverse chronological order (last date on top), please *
|
||||
----------------------------------------------------------
|
||||
|
||||
19 Mar. 2020 B. Morgan (geant4py-V10-05-00)
|
||||
19 Mar. 2020 B. Morgan (geant4py-V10-06-00)
|
||||
- Integrate build, test, and install of geant4py with core Geant4
|
||||
CMake buildsystem.
|
||||
|
||||
|
||||
@@ -110,7 +110,7 @@ void(G4ProcessTable::*f2_SetProcessActivation)
|
||||
= &G4ProcessTable::SetProcessActivation;
|
||||
|
||||
void(G4ProcessTable::*f3_SetProcessActivation)
|
||||
(const G4String&, G4ParticleDefinition*, G4bool)
|
||||
(const G4String&, const G4ParticleDefinition*, G4bool)
|
||||
= &G4ProcessTable::SetProcessActivation;
|
||||
|
||||
void(G4ProcessTable::*f4_SetProcessActivation)
|
||||
@@ -125,7 +125,7 @@ void(G4ProcessTable::*f6_SetProcessActivation)
|
||||
= &G4ProcessTable::SetProcessActivation;
|
||||
|
||||
void(G4ProcessTable::*f7_SetProcessActivation)
|
||||
(G4ProcessType, G4ParticleDefinition*, G4bool)
|
||||
(G4ProcessType, const G4ParticleDefinition*, G4bool)
|
||||
= &G4ProcessTable::SetProcessActivation;
|
||||
|
||||
void(G4ProcessTable::*f8_SetProcessActivation)
|
||||
|
||||
Reference in New Issue
Block a user