Import Geant4 10.5.0 source tree

This commit is contained in:
Gabriele Cosmo
2018-12-07 15:15:39 +01:00
parent 6aa23be517
commit db49709b53
11370 changed files with 187480 additions and 160142 deletions
@@ -7,7 +7,6 @@
#
# Generated on : 6/4/2017
#
# $Id: CMakeLists.txt $
#
#------------------------------------------------------------------------------
-1
View File
@@ -1,4 +1,3 @@
# $Id: GNUmakefile $
# ------------------------------------------------------------------
# GNUmakefile for solidstate library. Enrico Bagli, 6/4/2017.
# ------------------------------------------------------------------
-1
View File
@@ -1,4 +1,3 @@
$Id: History $
-------------------------------------------------------------------
=========================================================
@@ -7,7 +7,6 @@
#
# Generated on : 06/04/2017
#
# $Id: CMakeLists.txt $
#
#------------------------------------------------------------------------------
@@ -1,4 +1,3 @@
# $Id: GNUmakefile $
# ------------------------------------------------------------
# GNUmakefile for channeling library. E.Bagli 06-Apr-2017
# ------------------------------------------------------------
@@ -1,4 +1,3 @@
$Id: History $
-------------------------------------------------------------------
=========================================================
@@ -23,7 +23,6 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: $
//---------------------------------------------------------------
//
// G4ChannelingOptrChangeCrossSection
@@ -23,7 +23,6 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: $
//-----------------------------------------------------------------
//
// G4ChannelingOptrMultiParticleChangeCrossSection
@@ -24,7 +24,6 @@
// ********************************************************************
//
//
// $Id: $
//
// --------------------------------------------------------------------
// GEANT 4 class header file
@@ -11,7 +11,6 @@
#
# Generated on : 24/10/2013
#
# $Id: sources.cmake 75725 2013-11-05 16:52:30Z mkelsey $
#
#------------------------------------------------------------------------------
@@ -7,7 +7,6 @@
#
# Generated on : 24/10/2013
#
# $Id: CMakeLists.txt 75725 2013-11-05 16:52:30Z mkelsey $
#
#------------------------------------------------------------------------------
@@ -1,4 +1,3 @@
# $Id: GNUmakefile 75725 2013-11-05 16:52:30Z mkelsey $
# ------------------------------------------------------------
# GNUmakefile for phonons library. M.Kelsey 24-Oct-2013
# ------------------------------------------------------------
@@ -1,4 +1,3 @@
$Id: History 84149 2014-10-08 18:04:16Z mkelsey $
-------------------------------------------------------------------
=========================================================
@@ -1,4 +1,3 @@
$Id: README 75725 2013-11-05 16:52:30Z mkelsey $
Contains processes for phonon propagation and interaction in materials.
@@ -26,7 +26,6 @@
/// \file materials/include/G4LatticeManager.hh
/// \brief Definition of the G4LatticeManager class
//
// $Id: G4LatticeManager.hh 84149 2014-10-08 18:04:16Z mkelsey $
//
// 20131113 Add registry to carry unique lattice pointers, for EOJ deletion
// 20131115 Drop lattice counters, not used anywhere
@@ -28,7 +28,6 @@
//
// NOTE: This reader class for logical lattices should be moved to
// materials/ after the 10.0 release (and this comment removed).
// $Id: G4LatticeReader.hh 76799 2013-11-15 20:30:53Z mkelsey $
//
// 20131115 Move ctor, dtor implementations to .cc file.
@@ -26,7 +26,6 @@
/// \file processes/phonon/include/G4PhononDownconversion.hh
/// \brief Definition of the G4PhononDownconversion class
//
// $Id: G4PhononDownconversion.hh 79766 2014-03-13 16:11:36Z gcosmo $
//
#ifndef G4PhononDownconversion_h
#define G4PhononDownconversion_h 1
@@ -26,7 +26,6 @@
/// \file processes/phonon/include/G4PhononPolarization.hh
/// \brief Definition of the G4PhononPolarization enum
//
// $Id: G4PhononPolarization.hh 75725 2013-11-05 16:52:30Z mkelsey $
//
#ifndef G4PhononPolarization_h
#define G4PhononPolarization_h 1
@@ -26,7 +26,6 @@
/// \file processes/phonon/include/G4PhononReflection.hh
/// \brief Definition of the G4PhononReflection class
//
// $Id: G4PhononReflection.hh 75725 2013-11-05 16:52:30Z mkelsey $
//
#ifndef G4PhononReflection_h
#define G4PhononReflection_h 1
@@ -26,7 +26,6 @@
/// \file processes/phonon/include/G4PhononScattering.hh
/// \brief Definition of the G4PhononScattering class
//
// $Id: G4PhononScattering.hh 75725 2013-11-05 16:52:30Z mkelsey $
//
#ifndef G4PhononScattering_h
#define G4PhononScattering_h 1
@@ -26,7 +26,6 @@
/// \file processes/phonon/include/G4PhononTrackMap.hh
/// \brief Definition of the G4PhononTrackMap base class
//
// $Id: G4PhononTrackMap.hh 76492 2013-11-11 17:15:04Z mkelsey $
//
// 20131111 Move implementation of Clear() to .cc file
@@ -26,7 +26,6 @@
/// \file processes/phonon/include/G4VPhononProcess.hh
/// \brief Definition of the G4VPhononProcess base class
//
// $Id: G4VPhononProcess.hh 75725 2013-11-05 16:52:30Z mkelsey $
//
#ifndef G4VPhononProcess_h
#define G4VPhononProcess_h 1
@@ -11,7 +11,6 @@
#
# Generated on : 24/10/2013
#
# $Id: sources.cmake 75725 2013-11-05 16:52:30Z mkelsey $
#
#------------------------------------------------------------------------------
@@ -26,7 +26,6 @@
/// \file materials/src/G4LatticeManager.cc
/// \brief Implementation of the G4LatticeManager class
//
// $Id: G4LatticeManager.cc 84149 2014-10-08 18:04:16Z mkelsey $
//
// 20131113 Delete lattices in (new) registry, not in lookup maps
// 20141008 Change to global singleton; must be shared across worker threads
@@ -28,7 +28,6 @@
//
// NOTE: This reader class for logical lattices should be moved to
// materials/ after the 10.0 release (and this comment removed).
// $Id: G4LatticeReader.cc 76799 2013-11-15 20:30:53Z mkelsey $
//
// 20131106 M.Kelsey -- Add const to getenv() to avoid compiler warning.
// 20131112 Throw exception if input file fails.
@@ -26,7 +26,6 @@
/// \file processes/phonon/src/G4PhononDownconversion.cc
/// \brief Implementation of the G4PhononDownconversion class
//
// $Id: G4PhononDownconversion.cc 79766 2014-03-13 16:11:36Z gcosmo $
//
// 20131111 Add verbose output for MFP calculation
// 20131115 Initialize data buffers in ctor
@@ -26,7 +26,6 @@
/// \file processes/phonon/src/G4PhononPolarization.cc
/// \brief implementation of the G4PhononPolarization enum
//
// $Id: G4PhononPolarization.cc 75725 2013-11-05 16:52:30Z mkelsey $
//
#include "G4PhononPolarization.hh"
@@ -32,7 +32,6 @@
// they reach a boundary. If the other side of the
// boundary was Al, a hit is registered.
//
// $Id: G4PhononReflection.cc 76799 2013-11-15 20:30:53Z mkelsey $
//
// 20131115 Throw exception if track's polarization state is invalid.
@@ -26,7 +26,6 @@
/// \file processes/phonon/src/G4PhononScattering.cc
/// \brief Implementation of the G4PhononScattering class
//
// $Id: G4PhononScattering.cc 76499 2013-11-12 05:33:22Z mkelsey $
//
// 20131111 Add verbose output for MFP calculation
@@ -26,7 +26,6 @@
/// \file processes/phonon/src/G4PhononTrackMap.hh
/// \brief Implementation of the G4PhononTrackMap base class
//
// $Id: G4PhononTrackMap.cc 76492 2013-11-11 17:15:04Z mkelsey $
//
// 20131111 Move Clear() function to .cc file
@@ -26,7 +26,6 @@
/// \file processes/phonon/src/G4VPhononProcess.cc
/// \brief Implementation of the G4VPhononProcess base class
//
// $Id: G4VPhononProcess.cc 76777 2013-11-15 16:20:56Z mkelsey $
//
// 20131111 Add verbosity to report creating secondaries