| 1 | $Id: History,v 1.15 2007/05/04 01:49:28 asaim Exp $
|
|---|
| 2 | -------------------------------------------------------------------
|
|---|
| 3 |
|
|---|
| 4 | =========================================================
|
|---|
| 5 | Geant4 - an Object-Oriented Toolkit for Simulation in HEP
|
|---|
| 6 | =========================================================
|
|---|
| 7 |
|
|---|
| 8 | Example N07 History file
|
|---|
| 9 | ------------------------
|
|---|
| 10 | This file should be used by the G4 example coordinator to briefly
|
|---|
| 11 | summarize all major modifications introduced in the code and keep
|
|---|
| 12 | track of all tags.
|
|---|
| 13 |
|
|---|
| 14 | ----------------------------------------------------------
|
|---|
| 15 | * Reverse chronological order (last date on top), please *
|
|---|
| 16 | ----------------------------------------------------------
|
|---|
| 17 |
|
|---|
| 18 | May 03, 2007 M.Asai (exampleN07-V08-02-00)
|
|---|
| 19 | - ExN07ParallelWorld is introduced. Related modifications in
|
|---|
| 20 | exampleN07.cc, ExN07PhysicsList.hh, ExN07Run.hh, ExN07DetectorConstruction.cc,
|
|---|
| 21 | ExN07PhysicsList.cc, ExN07Run.cc and ExN07RunAction.cc.
|
|---|
| 22 | - vis.mac is modified to visualize parallel world.
|
|---|
| 23 |
|
|---|
| 24 | November 04, 2006 M.Asai (exampleN07-V08-01-00)
|
|---|
| 25 | - Timing measurement for each region and for e+/e- is added.
|
|---|
| 26 |
|
|---|
| 27 | June 16, 2006 G.Cosmo (exampleN07-V08-00-00)
|
|---|
| 28 | - Use coherent allocation scheme for user-classes and
|
|---|
| 29 | initialisation in main().
|
|---|
| 30 |
|
|---|
| 31 | January 18, 2006 H.Kurashige
|
|---|
| 32 | - Fixed a bug in ExN07DetectorConstruction::SetGapMaterial().
|
|---|
| 33 | - Added ExN07DetectorConstruction::AddMaterial() and modified
|
|---|
| 34 | ExN07DetectorMessenger class accordingly.
|
|---|
| 35 | - Updated sample.mac and retrieve.mac for modified ExN07DetectorMessenger.
|
|---|
| 36 |
|
|---|
| 37 | November 22, 2005 M.Asai (exampleN07-V07-01-00)
|
|---|
| 38 | - Fully revised with new G4VPrimitiveScorer and G4VSDFilter.
|
|---|
| 39 |
|
|---|
| 40 | May 3, 2005 J.Allison (examples-V07-00-03)
|
|---|
| 41 | - Replaced vis manager with G4VisExecutive.
|
|---|
| 42 |
|
|---|
| 43 | November 17, 2004 H.Kurashige (exampleN07-V06-02-00)
|
|---|
| 44 | - Modify for new cut-per-region scheme
|
|---|
| 45 |
|
|---|
| 46 | November 13, 2003 J.Allison (exampleN07-V05-02-01)
|
|---|
| 47 | - Removed OPACS from Vis Manager.
|
|---|
| 48 |
|
|---|
| 49 | October 24, 2003 M.Maire (exampleN07-V05-02-00)
|
|---|
| 50 | - PhysicsList: AddProcess(Bremsstrahlung,-1,3,3) ..etc..
|
|---|
| 51 |
|
|---|
| 52 | May 28, 2003 G.Cosmo (exampleN07-V05-01-01)
|
|---|
| 53 | - Get rid of more pedantic warnings ...
|
|---|
| 54 |
|
|---|
| 55 | May 22, 2003 M.Asai (exampleN07-V05-01-00)
|
|---|
| 56 | - Fixed pedantic warnings.
|
|---|
| 57 |
|
|---|
| 58 | April 29, 2003 M.Asai (exampleN07-V05-00-04)
|
|---|
| 59 | - Added fileIO macro and a couple of other sample macro files.
|
|---|
| 60 |
|
|---|
| 61 | April 28, 2003 G.Cosmo (exampleN07-V05-00-03)
|
|---|
| 62 | - Added large_N macro. Reduced number of events in the standard macro.
|
|---|
| 63 |
|
|---|
| 64 | April 25, 2003 G.Cosmo (exampleN07-V05-00-02)
|
|---|
| 65 | - Fixed exampleN07.cc to protect against use of TCSH.
|
|---|
| 66 | - Created.
|
|---|