Import Geant4 11.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2023-12-08 10:43:34 +01:00
parent dd1f179cda
commit 860a2b92bf
3962 changed files with 139318 additions and 164259 deletions
@@ -51,6 +51,7 @@
//
// Implementation of e+e- pair production by muons
// A.G. Bogdanov et al., IEEE Trans. Nuc. Sci., Vol.53, No.2, 2006
// Base class for all pair production models for muons and hadrons.
//
// -------------------------------------------------------------------
//
@@ -158,17 +159,25 @@ protected:
G4double ymin = -5.0;
G4double dy = 0.005;
G4int currentZ = 0;
G4int nYBinPerDecade = 4;
size_t nbiny = 1000;
size_t nbine = 0;
G4int currentZ = 0;
G4int nYBinPerDecade = 4;
std::size_t nbiny = 1000;
std::size_t nbine = 0;
G4bool fTableToFile = false;
// static members
static const G4int NZDATPAIR = 5;
static const G4int NINTPAIR = 8;
static const G4int ZDATPAIR[NZDATPAIR];
static const G4double xgi[NINTPAIR];
static const G4double wgi[NINTPAIR];
private:
G4ParticleDefinition* theElectron;
G4ParticleDefinition* thePositron;
G4String dataName{""};
};
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......