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