75 lines
2.6 KiB
Plaintext
75 lines
2.6 KiB
Plaintext
$Id: History 110440 2018-05-23 11:28:07Z gcosmo $
|
|
-------------------------------------------------------------------
|
|
|
|
=========================================================
|
|
Geant4 - an Object-Oriented Toolkit for Simulation in HEP
|
|
=========================================================
|
|
|
|
Example RE03 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 *
|
|
----------------------------------------------------------
|
|
|
|
May 23, 2018 M. Asai (exampleRE03-V10-04-01)
|
|
- Add batchrun1.mac for batch job and update CMakelists.txt
|
|
accordingly.
|
|
|
|
May 16, 2018 J. Allison
|
|
- Minor fixes to run*.mac files.
|
|
|
|
May 14, 2018 J. Allison (exampleRE03-V10-04-00)
|
|
- Add #include "G4Types.hh".
|
|
- Remove G4UI_USE and G4VIS_USE.
|
|
- Move instantiation of G4UIExecutive to start of main.
|
|
- vis.mac: Tidy.
|
|
o No need to create empty scene - /vis/drawVolume creates a new one.
|
|
o No need to /tracking/storeTrajectories - /vis/scene/add/trajectories does.
|
|
- run1.mac: Tidy.
|
|
|
|
Sep 02, 2016 M. Asai (exampleRE03-V10-02-00)
|
|
- Migrate to G4THitsMap<G4StatDouble>.
|
|
|
|
May 02, 2013 M. Asai (exampleRE03-V09-06-03)
|
|
- Migrate to G4VUserActionInitalization so that it works
|
|
for both sequential and multi-threaded modes.
|
|
|
|
May 01, 2013 M. Asai (exampleRE03-V09-06-02)
|
|
- Fully migrated to the latest API.
|
|
|
|
Apr 17, 2013 M. Asai (exampleRE03-V09-06-01)
|
|
- Preparation for ref-04 API
|
|
|
|
Mar 27, 2013 M. Asai (exampleRE03-V09-06-00)
|
|
- Migrated to multi-threaded version. For internal use only
|
|
|
|
Feb 15, 2013 I. Hrivnacova
|
|
- Applied coding guidelines (data members initialization)
|
|
|
|
Oct 15, 2012 I.Hrivnacova (exampleRE03-V09-05-01)
|
|
- Replaced tabulators with space characters
|
|
|
|
Oct 14, 2012 T.Aso
|
|
- revised all codes according to the coding guideline for extended examples
|
|
|
|
May. 25, 2012 G.Cosmo (exampleRE03-V09-05-00)
|
|
- Corrected signature of RE03UserScoreWriter::DumpQuantityToFile() to adopt
|
|
'const G4String&' according to changes done in digits_hits module.
|
|
|
|
Nov. 07, 2010 J.Allison (exampleRE03-V09-03-01)
|
|
- Introduced G4UIExecutive.
|
|
|
|
Apr. 06, 2010 M.Asai (exampleRE03-V09-03-00)
|
|
- Replace G4MultipleScattering with G4eMultipleScattering, G4MuMultipleScattering and G4hMultipleScattring.
|
|
|
|
Nov. 23, 08 M.Asai (exampleRE03-V09-01-00)
|
|
- Add "run4.mac" with cylindrical scoring mesh.
|
|
|
|
Nov. 14, 07 M.Asai (exampleRE03-V09-00-00)
|
|
- Introducing this example.
|
|
|