62 lines
2.4 KiB
Plaintext
62 lines
2.4 KiB
Plaintext
$Id: $
|
|
-------------------------------------------------------------------
|
|
|
|
=========================================================
|
|
Geant4 - an Object-Oriented Toolkit for Simulation in HEP
|
|
=========================================================
|
|
|
|
Phonon Example History file
|
|
-----------------------------
|
|
This file should be used by the G4 example coordinator to briefly
|
|
summarize all major modifications introduced in the code and keep
|
|
track of all tags.
|
|
|
|
----------------------------------------------------------
|
|
* Reverse chronological order (last date on top), please *
|
|
----------------------------------------------------------
|
|
|
|
28 November 2012: G. Cosmo (phononExample-V09-05-09)
|
|
- Fixed cases of variable shadowing.
|
|
|
|
15 November 2012: I. Hrivnacova (phononExample-V09-05-08)
|
|
- Fixed files descriptions, .README for a change in the example
|
|
directory name.
|
|
|
|
14 November 2012: I. Hrivnacova (phononExample-V09-05-07)
|
|
- Added copying macros in build area in CMake build
|
|
- Updated .README with recent changes in README
|
|
|
|
13 November 2012: P Mato (phononExample-V09-05-06)
|
|
- Added property svn:eol-style native to caustic.out and timing.out files
|
|
|
|
12 November 2012: P Mato (phononExample-V09-05-05)
|
|
- Removed open mode fstream::in for output files. This will make
|
|
the associated test not to fail on Windows(VC9).
|
|
|
|
1 November 2012: D. Brandt (phononExample-V09-05-04)
|
|
- Renamed directory from phononExample to phonon, per Gabriele Cosmo.
|
|
|
|
1 November 2012: D. Brandt (phononExample-V09-05-03)
|
|
- XPhononReflectionProcess.cc: Fix uninitialized variable.
|
|
|
|
30 October 2012: D. Brandt (phononExample-V09-05-02)
|
|
- XAlminumElectrodeSensitivity constructor now checks for existence
|
|
of output files. If files exist, output is appended, if not they
|
|
are created
|
|
- Path for crystal map files is now taken from CRYSTALMAPS
|
|
environment variable
|
|
- Added inline comments
|
|
|
|
29 October 2012: I. Hrivnacova (phononExample-V09-05-01)
|
|
- Added explicit include of units and physical constants
|
|
- Replaced own defined PI with pi from physical constants
|
|
- Adding Copyright where missing
|
|
- Allocate XLogicalLattice on heap to avoid a stack overflow
|
|
- Added file descriptions (for Doxygen documentation)
|
|
- Added .README file
|
|
- Replaced tabulations with space characters
|
|
|
|
26 October 2012: M.Asai (phononExample-V09-05-00)
|
|
- Introducing a new example.
|
|
|