Import Geant4 11.2.1 source tree

This commit is contained in:
Gabriele Cosmo
2024-02-16 14:58:45 +01:00
parent 860a2b92bf
commit dda54bbdcf
331 changed files with 48457 additions and 50699 deletions
@@ -127,9 +127,6 @@ public:
G4MicroElecInelasticModel_new & operator=(const G4MicroElecInelasticModel_new &right) = delete;
G4MicroElecInelasticModel_new(const G4MicroElecInelasticModel_new&) = delete;
protected:
G4ParticleChangeForGamma* fParticleChangeForGamma = nullptr;
private:
//
@@ -157,6 +154,8 @@ private:
//
// private elements
//
G4ParticleChangeForGamma* fParticleChangeForGamma = nullptr;
//deexcitation manager to produce fluo photns and e-
G4VAtomDeexcitation* fAtomDeexcitation = nullptr;
G4Material* nistSi = nullptr;
@@ -78,12 +78,9 @@ class G4MicroElecLOPhononModel : public G4VEmModel
G4MicroElecLOPhononModel& operator=(const G4MicroElecLOPhononModel&) = delete;
G4MicroElecLOPhononModel(const G4MicroElecLOPhononModel&) = delete;
protected:
G4ParticleChangeForGamma* fParticleChangeForGamma;
private:
G4ParticleChangeForGamma* fParticleChangeForGamma = nullptr;
G4double phononEnergy = 0.;
G4bool Interband = false;
G4bool isInitialised = false;