Import Geant4 11.0.1 source tree
This commit is contained in:
@@ -127,7 +127,9 @@ public:
|
||||
|
||||
G4MicroElecInelasticModel_new & operator=(const G4MicroElecInelasticModel_new &right) = delete;
|
||||
G4MicroElecInelasticModel_new(const G4MicroElecInelasticModel_new&) = delete;
|
||||
|
||||
protected:
|
||||
|
||||
G4ParticleChangeForGamma* fParticleChangeForGamma = nullptr;
|
||||
|
||||
private:
|
||||
@@ -188,6 +190,7 @@ private:
|
||||
G4int verboseLevel;
|
||||
G4bool isInitialised ;
|
||||
G4bool fasterCode;
|
||||
G4bool SEFromFermiLevel;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
@@ -126,8 +126,8 @@ private:
|
||||
G4ThreeVector oldMomentum, previousMomentum;
|
||||
G4ThreeVector theGlobalNormal;
|
||||
G4ThreeVector theFacetNormal;
|
||||
G4Material* material1;
|
||||
G4Material* material2;
|
||||
const G4Material* material1;
|
||||
const G4Material* material2;
|
||||
G4MicroElecSurfaceStatus theStatus;
|
||||
|
||||
G4double theParticleMomentum;
|
||||
|
||||
Reference in New Issue
Block a user