| 1 | -------------------------------------------------------------------
|
|---|
| 2 | $Id: History,v 1.25 2010/06/07 03:18:01 sincerti Exp $
|
|---|
| 3 | -------------------------------------------------------------------
|
|---|
| 4 |
|
|---|
| 5 | =========================================================
|
|---|
| 6 | Geant4 - Microbeam example
|
|---|
| 7 | =========================================================
|
|---|
| 8 |
|
|---|
| 9 | Package History file
|
|---|
| 10 | --------------------
|
|---|
| 11 |
|
|---|
| 12 | 06 June 2010 - S. Incerti - tag microbeam-V09-03-03
|
|---|
| 13 | - Removed unused variable (evt) in MicrobeamEventAction.cc
|
|---|
| 14 |
|
|---|
| 15 | 03 June 2010 - J.Perl - tag microbeam-V09-03-02
|
|---|
| 16 | - Update vis usage
|
|---|
| 17 |
|
|---|
| 18 | 23 February 2010 - S. Incerti - tag microbeam-V09-03-01
|
|---|
| 19 | - changed material/density selection in MicrobeamPhantomConfiguration.cc
|
|---|
| 20 | (thanks to gunter)
|
|---|
| 21 |
|
|---|
| 22 | 23 February 2010 - S. Incerti - tag microbeam-V09-03-00
|
|---|
| 23 | - Added density initialisation in MicrobeamPhantomConfiguration.cc
|
|---|
| 24 | (thanks to gunter)
|
|---|
| 25 |
|
|---|
| 26 | 30 April 2009 - S. Incerti - tag microbeam-V09-02-01
|
|---|
| 27 | - Updated Physics list to migrated Livermore processes
|
|---|
| 28 | - Corrected plot.C
|
|---|
| 29 | - Corrected switching field value
|
|---|
| 30 |
|
|---|
| 31 | 26 February 2009 - G.Folger - tag microbeam-V09-02-00
|
|---|
| 32 | - Correct MicrobeamEMField.cc to use logical &&, not bit & in if().
|
|---|
| 33 |
|
|---|
| 34 | 23 October 2008 - tag microbeam-V09-01-03
|
|---|
| 35 | - Corrected typos in zero field region in MicrobeamEMField.cc
|
|---|
| 36 |
|
|---|
| 37 | 20 August 2008 - tag microbeam-V09-01-02
|
|---|
| 38 | - Modified process ordering of G4eBremsstrahlung and G4StepLimiter in MicrobeamPhysicstList.cc
|
|---|
| 39 |
|
|---|
| 40 | 16 June 2008 - tag microbeam-V09-01-01
|
|---|
| 41 | - Added units in MicrobeamPhantomconfiguration.cc and
|
|---|
| 42 | MicrobeamSteppingAction.cc
|
|---|
| 43 |
|
|---|
| 44 | 28 August 2007 - tag microbeam-V09-00-03 - G. Cosmo
|
|---|
| 45 | - Replaced M_PI constants with CLHEP::pi, and protected usage of G4UItcsh
|
|---|
| 46 | to allow for compilation on WIN32-VC systems.
|
|---|
| 47 |
|
|---|
| 48 | 22 August 2007 - tag microbeam-V09-00-02 - S. Incerti
|
|---|
| 49 | - Updated dose computation to take into account volume edges in src/MicrobeamSteppingAction.cc
|
|---|
| 50 |
|
|---|
| 51 | 21 August 2007 - tag microbeam-V09-00-01 - S. Incerti
|
|---|
| 52 | - Changed number of incident alpha particles in microbeam.mac
|
|---|
| 53 |
|
|---|
| 54 | 05 July 2007 - S. Incerti
|
|---|
| 55 | - Added protection against scattering at large angles in collimators in src/MicrobeamEMField.cc
|
|---|
| 56 | - Suppressed field manager in zero field zones in src/MicrobeamEMField.cc
|
|---|
| 57 | - Chose kUndefined optimization in cell phantom implementation in src/MicrobeamDetectorConstruction.cc
|
|---|
| 58 | - Updated dose computation for very low energy secondaries in src/MicrobeamSteppingAction.cc
|
|---|
| 59 |
|
|---|
| 60 | 27 Fev 2007 - S. Incerti
|
|---|
| 61 | - Modified dE/dX calculation in src/MicrobeamSteppingAction.cc
|
|---|
| 62 | in order to average on Pre/Post step.
|
|---|
| 63 | - Updated README and html files with publications.
|
|---|
| 64 |
|
|---|
| 65 | 23 Nov 2006 - S. Incerti (microbeam-V08-01-01)
|
|---|
| 66 | - Replaced G4MultipleScattering process for alphas by
|
|---|
| 67 | G4hMultipleScattering process in src/MicrobeamPhysicsList.cc.
|
|---|
| 68 |
|
|---|
| 69 | 22 Nov 2006 - G. Cosmo (microbeam-V08-01-00)
|
|---|
| 70 | - Removed obsolete vis-manager classes. Now using G4VisExecutive.
|
|---|
| 71 |
|
|---|
| 72 | 24 Jun 2006 - S. Incerti
|
|---|
| 73 | - Corrected for CLHEP 2.0.2.3 compatibility.
|
|---|
| 74 |
|
|---|
| 75 | 06 Apr 2006 - S. Incerti
|
|---|
| 76 | - Updated README file.
|
|---|
| 77 |
|
|---|
| 78 | 04 Apr 2006 - MGP
|
|---|
| 79 | - Package created.
|
|---|