Import Geant4 11.1.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2022-07-01 10:44:02 +02:00
parent b3bf75a2a1
commit c07cea1fe0
2172 changed files with 183300 additions and 123938 deletions
+13 -14
View File
@@ -1,20 +1,19 @@
-------------------------------------------------------------------
# Category solidstate History
=========================================================
Geant4 - an Object-Oriented Toolkit for Simulation in HEP
=========================================================
See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
which **must** added in reverse chronological order (newest at the top). It must **not**
be used as a substitute for writing good git commit messages!
Category History file
---------------------
This file should be used by G4 developers and category coordinators
to briefly summarize all major modifications introduced in the code
and keep track of all category-tags.
It DOES NOT substitute the CVS log-message one should put at every
committal in the CVS repository !
----------------------------------------------------------
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
## 2022-05-16 Guilherme Amadio (solidstate-V11-00-01)
- Replace getenv() calls for data variables with G4FindDataDir()
## 2021-12-10 Ben Morgan (solidstate-V11-00-00)
- Change to new Markdown History format
---
# History entries prior to 11.0
April 6, 2017: E. Bagli
- Created
+10 -14
View File
@@ -1,20 +1,16 @@
-------------------------------------------------------------------
# Category channeling History
=========================================================
Geant4 - an Object-Oriented Toolkit for Simulation in HEP
=========================================================
See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
which **must** added in reverse chronological order (newest at the top). It must **not**
be used as a substitute for writing good git commit messages!
Category History file
---------------------
This file should be used by G4 developers and category coordinators
to briefly summarize all major modifications introduced in the code
and keep track of all category-tags.
It DOES NOT substitute the SVN log-message one should put at every
committal in the SVN repository !
----------------------------------------------------------
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
## 2021-12-10 Ben Morgan (channeling-V11-00-00)
- Change to new Markdown History format
---
# History entries prior to 11.0
4 August 2021 Alberto Ribon channeling-V10-07-01
-----------------------------------------------------
+10 -14
View File
@@ -1,20 +1,16 @@
-------------------------------------------------------------------
# Category prophonon History
=========================================================
Geant4 - an Object-Oriented Toolkit for Simulation in HEP
=========================================================
See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
which **must** added in reverse chronological order (newest at the top). It must **not**
be used as a substitute for writing good git commit messages!
Category History file
---------------------
This file should be used by G4 developers and category coordinators
to briefly summarize all major modifications introduced in the code
and keep track of all category-tags.
It DOES NOT substitute the SVN log-message one should put at every
committal in the SVN repository !
----------------------------------------------------------
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
## 2021-12-10 Ben Morgan (prophonon-V11-00-00)
- Change to new Markdown History format
---
# History entries prior to 11.0
16 April 2021 Ben Morgan (prophonon-V10-07-00)
-----------------------------------------------------
@@ -46,7 +46,7 @@
// Default path to lattice files, for use with filenames below
const G4String G4LatticeReader::fDataDir =
std::getenv("G4LATTICEDATA") ? (const char*)std::getenv("G4LATTICEDATA") : "./CrystalMaps";
G4FindDataDir("G4LATTICEDATA") ? (const char*)G4FindDataDir("G4LATTICEDATA") : "./CrystalMaps";
// Constructor and destructor