| 1 | $Id: History,v 1.14 2007/09/30 23:05:58 gum Exp $
|
|---|
| 2 | -------------------------------------------------------------------
|
|---|
| 3 |
|
|---|
| 4 | =========================================================
|
|---|
| 5 | Geant4 - Ultra Advanced example
|
|---|
| 6 | =========================================================
|
|---|
| 7 |
|
|---|
| 8 | History file
|
|---|
| 9 | ------------
|
|---|
| 10 |
|
|---|
| 11 | 30.09.2007 -- P.Gumplinger - air_shower-V09-00-00
|
|---|
| 12 | -- adjust to the G4Cerenkov process now being a G4VDiscreteProcess
|
|---|
| 13 |
|
|---|
| 14 | 16.11.2006 -- B. Tome - air_shower-V08-01-00
|
|---|
| 15 | -- Tested with candidate tag geant4-08-02-cand-00.
|
|---|
| 16 | -- Ultra.cc - Removed invocation of Visualisation.mac if argc==1.
|
|---|
| 17 |
|
|---|
| 18 | 02.06.2006 -- B. Tome - air_shower-V08-00-01
|
|---|
| 19 | -- UltraRunAction.cc : Removed use of visualization UI commands.
|
|---|
| 20 | -- Small changes in UltraPrimaryGeneratorAction.cc
|
|---|
| 21 |
|
|---|
| 22 | 17.05.2006 -- B. Tome - air_shower-V08-00-00
|
|---|
| 23 | -- Small fix correction
|
|---|
| 24 |
|
|---|
| 25 | 7.12.2005 -- S. Guatelli - air_shower-V07-01-02
|
|---|
| 26 | -- Compile with CLHEP 2.0.2.2
|
|---|
| 27 |
|
|---|
| 28 | 6.12.2005 -- S. Guatelli - air_shower-V07-01-01
|
|---|
| 29 | -- Warning deleted
|
|---|
| 30 |
|
|---|
| 31 | 15.11.2005 -- G.Cosmo - air_shower-V07-01-00
|
|---|
| 32 | -- Migration to <sstream> from deprecated <strstream>.
|
|---|
| 33 |
|
|---|
| 34 | 06.06.2005 -- B.Tome - air_shower-V07-00-01
|
|---|
| 35 | -- README updated; analysis with AIDA 3.2.1 and PI 1.3.3.
|
|---|
| 36 |
|
|---|
| 37 | 06.06.2005 -- G.Cosmo - air_shower-V07-00-00
|
|---|
| 38 | -- Corrected usage of <strstream> in RunActionMessenger.
|
|---|
| 39 | -- Corrected call to Visualisation.mac from Ultra.cc.
|
|---|
| 40 | - Changed viewer to OGLSX in Visualisation.mac.
|
|---|
| 41 |
|
|---|
| 42 | 03.05.2005 -- J.Allison
|
|---|
| 43 | -- Replaced vis manager with G4VisExecutive.
|
|---|
| 44 |
|
|---|
| 45 | 10.12.2004 -- air_shower-V06-02-02
|
|---|
| 46 | -- Replaced usage of M_PI with CLHEP's pi.
|
|---|
| 47 |
|
|---|
| 48 | 24.11.2004 -- air_shower-V06-02-01
|
|---|
| 49 | -- Migration to the new tree-structured command format for G4GeneralParticleSource:
|
|---|
| 50 | - new UI commands implemented
|
|---|
| 51 | - changed access to public methods of G4GeneralParticleSource in
|
|---|
| 52 | UltraPrimaryGenerationAction; methods of G4SPSxxxDistribution are now used.
|
|---|
| 53 | -- Migration to <cmath>
|
|---|
| 54 |
|
|---|
| 55 | 20.05.2004 -- Example committed
|
|---|