Import Geant4 10.4.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2017-06-30 10:49:55 +02:00
parent 3a5407696b
commit 1a1316fea4
2180 changed files with 237880 additions and 59109 deletions
@@ -1,4 +1,4 @@
$Id: History 97740 2016-06-08 09:23:36Z gcosmo $
$Id: History 103220 2017-03-22 11:35:04Z gcosmo $
-------------------------------------------------------------------
=========================================================
@@ -17,6 +17,11 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
22 March 17: V.Ivant (emmuons-V10-03-00)
- G4MuBremmstrahlungModel, G4MuPairProductionModel - make all data
members protected allowing to reuse these classes as based
for dark matter photons
07 June 16: V.Ivant (emmuons-V10-02-04)
- G4MuMultipleScattering - roll back previous
version to avoid necessity to change user code
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: G4MuBremsstrahlungModel.hh 97392 2016-06-02 10:10:32Z gcosmo $
// $Id: G4MuBremsstrahlungModel.hh 103220 2017-03-22 11:35:04Z gcosmo $
//
// -------------------------------------------------------------------
//
@@ -147,8 +147,6 @@ protected:
G4double btf;
G4double btf1;
private:
G4ParticleDefinition* theGamma;
G4ParticleChangeForLoss* fParticleChange;
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: G4MuPairProductionModel.hh 97392 2016-06-02 10:10:32Z gcosmo $
// $Id: G4MuPairProductionModel.hh 103220 2017-03-22 11:35:04Z gcosmo $
//
// -------------------------------------------------------------------
//
@@ -155,8 +155,6 @@ protected:
static const G4double xgi[8],wgi[8];
private:
G4ParticleDefinition* theElectron;
G4ParticleDefinition* thePositron;
G4ParticleChangeForLoss* fParticleChange;