Import Geant4 11.1.0.beta source tree
This commit is contained in:
@@ -1,24 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
-------------------------------------------------------------------
|
||||
# Category hadr-proc History
|
||||
|
||||
==========================================================
|
||||
Geant4 - an Object-Oriented Toolkit for Physics Simulation
|
||||
==========================================================
|
||||
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!
|
||||
|
||||
History file for hadronic/processes directory
|
||||
---------------------------------------------
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
This file should be used to summarize modifications introduced in the
|
||||
code and to keep track of all tags.
|
||||
|
||||
---------------------------------------------------------------
|
||||
* Please list in reverse chronological order (last date on top)
|
||||
---------------------------------------------------------------
|
||||
|
||||
09 February 2022 Gabriele Cosmo (hadr-proc-V11-00-02)
|
||||
-----------------------------------------------------
|
||||
## 2022-02-09 Gabriele Cosmo (hadr-proc-V11-00-02)
|
||||
- Fixed compilation warning on Intel compilers for unused variables.
|
||||
|
||||
## 2022-01-18 Jonas Hahnfeld (hadr-proc-V11-00-01)
|
||||
- Prefer pointer to `const G4Material` if possible.
|
||||
|
||||
## 2021-12-10 Ben Morgan (hadr-proc-V11-00-00)
|
||||
- Change to new Markdown History format.
|
||||
|
||||
---
|
||||
|
||||
# History entries prior to 11.0
|
||||
|
||||
04 August 2021 Alberto Ribon (hadr-proc-V10-07-06)
|
||||
--------------------------------------------------
|
||||
- G4HadronElasticProcess : set the creator model ID for the elastic recoil,
|
||||
|
||||
@@ -128,8 +128,8 @@ private:
|
||||
|
||||
G4UCNBoundaryProcessStatus theStatus;
|
||||
|
||||
G4Material* Material1;
|
||||
G4Material* Material2;
|
||||
const G4Material* Material1;
|
||||
const G4Material* Material2;
|
||||
|
||||
// the G4UCNMaterialPropertiesTable of PreStepPoint
|
||||
G4UCNMaterialPropertiesTable* aMaterialPropertiesTable1;
|
||||
|
||||
Reference in New Issue
Block a user