Import Geant4 11.2.1 source tree
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user