Files
geant4/examples/novice/N07/History
T
2016-06-09 15:16:48 +02:00

67 lines
2.5 KiB
Plaintext

$Id: History,v 1.15 2007/05/04 01:49:28 asaim Exp $
-------------------------------------------------------------------
=========================================================
Geant4 - an Object-Oriented Toolkit for Simulation in HEP
=========================================================
Example N07 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 03, 2007 M.Asai (exampleN07-V08-02-00)
- ExN07ParallelWorld is introduced. Related modifications in
exampleN07.cc, ExN07PhysicsList.hh, ExN07Run.hh, ExN07DetectorConstruction.cc,
ExN07PhysicsList.cc, ExN07Run.cc and ExN07RunAction.cc.
- vis.mac is modified to visualize parallel world.
November 04, 2006 M.Asai (exampleN07-V08-01-00)
- Timing measurement for each region and for e+/e- is added.
June 16, 2006 G.Cosmo (exampleN07-V08-00-00)
- Use coherent allocation scheme for user-classes and
initialisation in main().
January 18, 2006 H.Kurashige
- Fixed a bug in ExN07DetectorConstruction::SetGapMaterial().
- Added ExN07DetectorConstruction::AddMaterial() and modified
ExN07DetectorMessenger class accordingly.
- Updated sample.mac and retrieve.mac for modified ExN07DetectorMessenger.
November 22, 2005 M.Asai (exampleN07-V07-01-00)
- Fully revised with new G4VPrimitiveScorer and G4VSDFilter.
May 3, 2005 J.Allison (examples-V07-00-03)
- Replaced vis manager with G4VisExecutive.
November 17, 2004 H.Kurashige (exampleN07-V06-02-00)
- Modify for new cut-per-region scheme
November 13, 2003 J.Allison (exampleN07-V05-02-01)
- Removed OPACS from Vis Manager.
October 24, 2003 M.Maire (exampleN07-V05-02-00)
- PhysicsList: AddProcess(Bremsstrahlung,-1,3,3) ..etc..
May 28, 2003 G.Cosmo (exampleN07-V05-01-01)
- Get rid of more pedantic warnings ...
May 22, 2003 M.Asai (exampleN07-V05-01-00)
- Fixed pedantic warnings.
April 29, 2003 M.Asai (exampleN07-V05-00-04)
- Added fileIO macro and a couple of other sample macro files.
April 28, 2003 G.Cosmo (exampleN07-V05-00-03)
- Added large_N macro. Reduced number of events in the standard macro.
April 25, 2003 G.Cosmo (exampleN07-V05-00-02)
- Fixed exampleN07.cc to protect against use of TCSH.
- Created.