Import Geant4 11.3.0 source tree
This commit is contained in:
@@ -56,6 +56,7 @@
|
||||
|
||||
class G4ParticleChangeForGamma;
|
||||
class G4Pow;
|
||||
class G4EmElementXS;
|
||||
|
||||
class G4BetheHeitlerModel : public G4VEmModel
|
||||
{
|
||||
@@ -111,8 +112,10 @@ protected:
|
||||
const G4ParticleDefinition* fTheElectron;
|
||||
const G4ParticleDefinition* fThePositron;
|
||||
G4ParticleChangeForGamma* fParticleChange;
|
||||
G4EmElementXS* fXSection{nullptr};
|
||||
|
||||
G4bool isFirstInstance{false};
|
||||
G4bool useEPICS2017{false};
|
||||
|
||||
static std::vector<ElementData*> gElementData;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user