| [807] | 1 | -------------------------------------------------------------------
|
|---|
| 2 | $Id: History,v 1.16 2007/08/28 09:48:40 gcosmo Exp $
|
|---|
| 3 | -------------------------------------------------------------------
|
|---|
| 4 |
|
|---|
| 5 | =========================================================
|
|---|
| 6 | Geant4 - Microbeam example
|
|---|
| 7 | =========================================================
|
|---|
| 8 |
|
|---|
| 9 | Package History file
|
|---|
| 10 | --------------------
|
|---|
| 11 |
|
|---|
| 12 | 28 August 2007 - tag microbeam-V09-00-03 - G. Cosmo
|
|---|
| 13 | - Replaced M_PI constants with CLHEP::pi, and protected usage of G4UItcsh
|
|---|
| 14 | to allow for compilation on WIN32-VC systems.
|
|---|
| 15 |
|
|---|
| 16 | 22 August 2007 - tag microbeam-V09-00-02 - S. Incerti
|
|---|
| 17 | - Updated dose computation to take into account volume edges in src/MicrobeamSteppingAction.cc
|
|---|
| 18 |
|
|---|
| 19 | 21 August 2007 - tag microbeam-V09-00-01 - S. Incerti
|
|---|
| 20 | - Changed number of incident alpha particles in microbeam.mac
|
|---|
| 21 |
|
|---|
| 22 | 05 July 2007 - S. Incerti
|
|---|
| 23 | - Added protection against scattering at large angles in collimators in src/MicrobeamEMField.cc
|
|---|
| 24 | - Suppressed field manager in zero field zones in src/MicrobeamEMField.cc
|
|---|
| 25 | - Chose kUndefined optimization in cell phantom implementation in src/MicrobeamDetectorConstruction.cc
|
|---|
| 26 | - Updated dose computation for very low energy secondaries in src/MicrobeamSteppingAction.cc
|
|---|
| 27 |
|
|---|
| 28 | 27 Fev 2007 - S. Incerti
|
|---|
| 29 | - Modified dE/dX calculation in src/MicrobeamSteppingAction.cc
|
|---|
| 30 | in order to average on Pre/Post step.
|
|---|
| 31 | - Updated README and html files with publications.
|
|---|
| 32 |
|
|---|
| 33 | 23 Nov 2006 - S. Incerti (microbeam-V08-01-01)
|
|---|
| 34 | - Replaced G4MultipleScattering process for alphas by
|
|---|
| 35 | G4hMultipleScattering process in src/MicrobeamPhysicsList.cc.
|
|---|
| 36 |
|
|---|
| 37 | 22 Nov 2006 - G. Cosmo (microbeam-V08-01-00)
|
|---|
| 38 | - Removed obsolete vis-manager classes. Now using G4VisExecutive.
|
|---|
| 39 |
|
|---|
| 40 | 24 Jun 2006 - S. Incerti
|
|---|
| 41 | - Corrected for CLHEP 2.0.2.3 compatibility.
|
|---|
| 42 |
|
|---|
| 43 | 06 Apr 2006 - S. Incerti
|
|---|
| 44 | - Updated README file.
|
|---|
| 45 |
|
|---|
| 46 | 04 Apr 2006 - MGP
|
|---|
| 47 | - Package created.
|
|---|