Import Geant4 10.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 12:08:39 +02:00
parent 286caacf06
commit c9b32a6c0a
5770 changed files with 1050949 additions and 367105 deletions
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: LXeEMPhysics.hh 68752 2013-04-05 10:23:47Z gcosmo $
// $Id: LXeEMPhysics.hh 81557 2014-06-03 08:32:44Z gcosmo $
//
/// \file optical/LXe/include/LXeEMPhysics.hh
/// \brief Definition of the LXeEMPhysics class
@@ -63,23 +63,6 @@ class LXeEMPhysics : public G4VPhysicsConstructor
// registered to the process manager of each particle type
virtual void ConstructProcess();
protected:
// Gamma physics
G4PhotoElectricEffect* fPhotoEffect;
G4ComptonScattering* fComptonEffect;
G4GammaConversion* fPairProduction;
// Electron physics
G4eMultipleScattering* fElectronMultipleScattering;
G4eIonisation* fElectronIonisation;
G4eBremsstrahlung* fElectronBremsStrahlung;
//Positron physics
G4eMultipleScattering* fPositronMultipleScattering;
G4eIonisation* fPositronIonisation;
G4eBremsstrahlung* fPositronBremsStrahlung;
G4eplusAnnihilation* fAnnihilation;
};
#endif
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: LXeGeneralPhysics.hh 68752 2013-04-05 10:23:47Z gcosmo $
// $Id: LXeGeneralPhysics.hh 81557 2014-06-03 08:32:44Z gcosmo $
//
/// \file optical/LXe/include/LXeGeneralPhysics.hh
/// \brief Definition of the LXeGeneralPhysics class
@@ -37,7 +37,7 @@
#include "G4VPhysicsConstructor.hh"
#include "G4Decay.hh"
class LXeGeneralPhysics : public G4VPhysicsConstructor
{
@@ -55,9 +55,6 @@ class LXeGeneralPhysics : public G4VPhysicsConstructor
// registered to the process manager of each particle type
virtual void ConstructProcess();
protected:
G4Decay* fDecayProcess;
};
#endif
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: LXeMuonPhysics.hh 68752 2013-04-05 10:23:47Z gcosmo $
// $Id: LXeMuonPhysics.hh 85587 2014-10-31 09:12:28Z gcosmo $
//
/// \file optical/LXe/include/LXeMuonPhysics.hh
/// \brief Definition of the LXeMuonPhysics class
@@ -42,7 +42,7 @@
#include "G4MuIonisation.hh"
#include "G4hIonisation.hh"
#include "G4MuonMinusCaptureAtRest.hh"
#include "G4MuonMinusCapture.hh"
class LXeMuonPhysics : public G4VPhysicsConstructor
{
@@ -60,21 +60,6 @@ class LXeMuonPhysics : public G4VPhysicsConstructor
// registered to the process manager of each particle type
virtual void ConstructProcess();
protected:
// Muon physics
G4MuIonisation* fMuPlusIonisation;
G4MuMultipleScattering* fMuPlusMultipleScattering;
G4MuBremsstrahlung* fMuPlusBremsstrahlung;
G4MuPairProduction* fMuPlusPairProduction;
G4MuIonisation* fMuMinusIonisation;
G4MuMultipleScattering* fMuMinusMultipleScattering;
G4MuBremsstrahlung* fMuMinusBremsstrahlung;
G4MuPairProduction* fMuMinusPairProduction;
G4MuonMinusCaptureAtRest* fMuMinusCaptureAtRest;
};
#endif