Files
geant4/examples/basic/History
T
2016-06-30 14:12:05 +02:00

103 lines
3.6 KiB
Plaintext

$Id$
-------------------------------------------------------------------
=========================================================
Geant4 - an Object-Oriented Toolkit for Simulation in HEP
=========================================================
Examples basic 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 *
----------------------------------------------------------
08/01/16 I. Hrivnacova (exbasic-V10-02-00)
- Updated README files:
Added G4ENSDFSTATEDATA in the lists of mandatory data sets.
29/11/14 I. Hrivnacova (exbasic-V10-00-01)
- Use G4endl instead of \n in G4cout;
this makes each new line in the output on threads preceded with
G4WTN >
06/11/14 I. Hrivnacova (exbasic-V10-00-00)
- Removed G4UI_USE/G4VIS_USE tests from B1-B4 examples and
init.mac macro (not needed)
- Moved G4UIExecutive at the beginning of main() in all examples
- Perform run initialization in macros instead of main()
02/12/13 I. Hrivnacova (exbasic-V09-06-03)
- Fixed gui.mac in B2, B4 and B5:
corrected wireframe parameter, removed run2.mac from gui
30/11/13 I. Hrivnacova (exbasic-V09-06-02)
- Fixes in documentation
- Fixed B2a/gui.mac and obsolete comments in a few more macros
09/11/13 I. Hrivnacova (exbasic-V09-06-01)
- Added B5 in Cmake, GNUmake and README files;
fixed B2/README
28/02/13 I. Hrivnacova (exbasic-V09-06-00)
- When building materials with NistManager
do not set fromIsotopes argument (which was set to false),
as since 9.6 all materials have to be built from isotopes.
Thanks to V. Ivantchenko for pointing at this.
23/11/12 I. Hrivnacova (exbasic-V09-05-05)
- Updated documentation: synchronized with DocBook
22/11/12 I. Hrivnacova (exbasic-V09-05-04)
- Updated gui.mac macros (in B2 and B4):
Added File menu, as it was removed from Qt driver
17/11/12 I. Hrivnacova (exbasic-V09-05-03)
- Updated documentation:
- Fixed .README files for artefacts from Markdown support
- Removed obsolete instructions (how to compile & link)
- Updated info about used physics lists and needed data files
02/11/12 I. Hrivnacova (exbasic-V09-05-02)
- Fixed CMake build for added macros in B2, B4
02/11/12 I. Hrivnacova (exbasic-V09-05-01)
- Improved README (.README); updated sections on visualization
and UI (J. Allison)
- In B2, B4: Adding icons.mac macro for gui with icons of general use;
updated gui.mac with added call to icons.mac and added an example
of user defined icon (L. Garnier)
18/09/12 I. Hrivnacova (exbasic-V09-05-00)
- Adding explicit includes of G4SystemOfUnits.hh and G4PhysicalConstants.hh
where needed
- Replaced tabulators with space characters
- Updated .README
29/11/11 B.Morgan (exbasic-V09-04-05)
- Fixed CMakeLists.txt to setup UI and VIS as needed, and copy all macros
to build directory so executable is runnable directly.
23/11/11 I. Hrivnacova (exbasic-V09-04-04)
- Fixed the example name in the top comment line in init.mac and
init_vis.mac
21/11/11 I. Hrivnacova (exbasic-V09-04-03)
- Improved vis.mac
- Removed alternative detector construction class in B3
18/11/11 I. Hrivnacova (exbasic-V09-04-02)
- Fixes in macros and README files
15/11/11 I. Hrivnacova (exbasic-V09-04-01)
- Migration to new G4Exception in B2aDetectorConstruction.cc
and B2bChamberParameterisation.cc.
14/11/11 I. Hrivnacova (exbasic-V09-04-00)
- The first tagged version of the new basic examples.