Import Geant4 11.1.2 source tree

This commit is contained in:
Gabriele Cosmo
2023-06-19 17:17:14 +02:00
parent 84a556a9dc
commit aef78ca386
309 changed files with 35572 additions and 34678 deletions
@@ -41,6 +41,7 @@
class G4EmModelManager;
class G4LossTableManager;
class G4ParticleChangeForMSC;
class G4ParticleDefinition;
class G4Region;
class G4VMscModel;
@@ -84,6 +85,9 @@ class G4TransportationWithMsc : public G4Transportation
G4EmModelManager* fModelManager;
const G4ParticleDefinition* fFirstParticle = nullptr;
// For ScatteringType::MultipleScattering
G4ParticleChangeForMSC* fParticleChangeForMSC = nullptr;
G4DynamicParticle* fSubStepDynamicParticle;
G4Track* fSubStepTrack;
G4Step* fSubStep;