| [1350] | 1 | $Id: History,v 1.3 2005/11/09 14:53:08 gcosmo Exp $
|
|---|
| 2 | -------------------------------------------------------------------
|
|---|
| 3 |
|
|---|
| 4 | =========================================================
|
|---|
| 5 | Geant4 - an Object-Oriented Toolkit for Simulation in HEP
|
|---|
| 6 | =========================================================
|
|---|
| 7 |
|
|---|
| 8 | History file
|
|---|
| 9 | ------------
|
|---|
| 10 | This file should be used by the test developer 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 | 09-Nov-2005 - Gabriele Cosmo
|
|---|
| 19 | Migrated to <sstream> from deprecated <strstream>.
|
|---|
| 20 |
|
|---|
| 21 | 01-Feb-2001, Radovan Chytracek
|
|---|
| 22 | Added to G4 CVS repository
|
|---|
| 23 |
|
|---|
| 24 | 29-Jan-2001, Radovan Chytracek
|
|---|
| 25 | Added visualization of trjectories. Somehow does not work.
|
|---|
| 26 | Has to be investigated.
|
|---|
| 27 |
|
|---|
| 28 | 28-Jan-2001, Radovan Chytracek
|
|---|
| 29 | Input macros separated to have one for batch test and one for
|
|---|
| 30 | visualization in VRML and one for DAWN.
|
|---|
| 31 | Batch macro contains now particle gun setup to shoot consequently
|
|---|
| 32 | into all quadrants of the geometry setup.
|
|---|
| 33 |
|
|---|
| 34 | 25-Jan-2001, Radovan Chytracek
|
|---|
| 35 | Found out the problem with the reset of G4Navigator state.
|
|---|
| 36 | After geometry switch the dummy call to G4Navigator method
|
|---|
| 37 | LocateGlobalPointAndSetup(...) will reset the navigator's state
|
|---|
| 38 | and forces the re-optimization of geometry from the top.
|
|---|
| 39 |
|
|---|
| 40 | 20-Jan-2001, Radovan Chytracek
|
|---|
| 41 | Finished implmentation of geometry flip-flop from scratch which
|
|---|
| 42 | means deleting the whole old geometry and building the new one
|
|---|
| 43 |
|
|---|
| 44 | 14-Dec-2000, Radovan Chytracek
|
|---|
| 45 | - Created.
|
|---|