Warning, /geant4/examples/extended/medical/GammaTherapy/History is written in an unsupported language. File is not indexed.
0001 # Example GammaTherapy History
0002
0003 See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
0004 which **must** added in reverse chronological order (newest at the top). It must **not**
0005 be used as a substitute for writing good git commit messages!
0006
0007
0008 ## 2021-12-10 Ben Morgan (gtherapy-V11-00-00)
0009 - Change to new Markdown History format
0010
0011 ---
0012
0013 # History entries prior to 11.0
0014
0015 06-10-21 I. Hrivnacova (gtherapy-V10-07-02)
0016 - Migration to new G4AnalysisManager.hh header;
0017 define the default output file type (root).
0018
0019 19-07-21 I. Hrivnacova (gtherapy-V10-07-01)
0020 - Updated for changes in the analysis category:
0021 removed deleting of the analysis manager,
0022 as this is now done by the Geant4 kernel.
0023
0024 06-04-21 V. Ivanchenko (gtherapy-V10-07-00)
0025 - Use default random number generator instead of RanecuEngine
0026
0027 10-11-20 B. Morgan (gtherapy-V10-06-00)
0028 - Migration to G4RunManagerFactory.
0029 - Remove PrimaryGeneratorAction as data member of RunAction as
0030 it is not used by generated Run objects.
0031
0032 09-05-18 B.Morgan (gtherapy-V10-04-02)
0033 - Include G4Types before use of G4MULTITHREADED. For forward
0034 compatibility with move to #defines over -D for G4 preprocessor
0035 symbols.
0036
0037 12-04-18 M.Maire (gtherapy-V10-04-01)
0038 - GammaTherapy.cc : set visualisation only in interactive mode
0039
0040 22-03-18 M.Maire (gtherapy-V10-04-00)
0041 - GammaTherapy.cc : remove G4UI_USE and G4VIS_USE
0042
0043 28-11-17 I. Hrivnacova (gtherapy-V10-03-08)
0044 - Fixed Doxygen warnings
0045
0046 12-10-17 V.Ivant (gtherapy-V10-03-07)
0047 - improved main macro
0048
0049 02-05-17 S.Elles (gtherapy-V10-03-06)
0050 - Fix bug in RunAction destructor (non MT Geant4 release)
0051
0052 28-04-17 S.Elles (gtherapy-V10-03-05)
0053 - Fix bug in RunAction constructor
0054
0055 27-04-17 S.Elles (gtherapy-V10-03-04)
0056 - Fix memory leaks in PrimageryGeneratorMessenger and ActionInitialization
0057
0058 20-04-17 S.Elles (gtherapy-V10-03-03)
0059 - Fix bug in PrimageryGeneratorAction
0060
0061 11-04-17 S.Elles (gtherapy-V10-03-02)
0062 - Fix Windows gcc warnings
0063 - Fix memcheck warning
0064
0065 10-04-17 S.Elles (gtherapy-V10-03-01)
0066 - Fix gcc warnings
0067 - Fix package memory leaks
0068
0069 06-04-17 S.Elles (gtherapy-V10-03-00)
0070 - Porting to MT
0071
0072 09-11-16 V.Ivant (gtherapy-V10-02-01)
0073 - PhysicsList - removed warnings, use G4EmParameters
0074 - DetectorConstruction, DetectorMessenger - do not change detector
0075 between runs
0076
0077 14-10-16 G.Folger (gtherapy-V10-02-00)
0078 - remove direct use of aParticleIterator, use GetParticleTableIterator().
0079 fix required by clang39 on Linux and MAC
0080
0081 12-06-14 V.Ivant (gtherapy-V10-00-00)
0082 - Applied code guidlines
0083
0084 21-11-13 V.Ivant (gtherapy-V09-06-03)
0085 - Cleanup README
0086
0087 01-04-13 A.Dotti (gtherapy-V09-06-02)
0088 - Changes for MT physics list implemented
0089
0090 15-03-13 mma (gtherapy-V09-06-01)
0091 - G4 coding conventions
0092
0093 28-02-13 I. Hrivnacova (gtherapy-V09-06-00)
0094 - When building materials with NistManager
0095 do not set fromIsotopes argument (which was set to false),
0096 as since 9.6 all materials have to be built from isotopes.
0097 (Thanks to V. Ivantchenko for pointing at this.)
0098
0099 14-11-12 I. Hrivnacova (gtherapy-V09-05-06)
0100 - Fixed order of instatiating G4VisExecutive and G4UIExecutive
0101 (required when Qt driver is activated).
0102 - Added compilations options G4VIS_USE, G4UI_USE in main
0103
0104 24-10-12 A. Ribon (gtherapy-V09-05-05)
0105 - Migrated to the new stopping physics.
0106
0107 14-10-12 A. Dotti (gtherapy-V09-05-04)
0108 - Adding forgotten explicit use of system of units and physical constant
0109
0110 13-10-12 A. Dotti (gtherapy-V09-05-03)
0111 - Adding explicit use of system of units and physical constant
0112
0113 04-09-12 I. Hrivnacova (gtherapy-V09-05-02)
0114 - Updated CMakeLists.txt:
0115 adding visualization, copying macros, install target and comment lines
0116 - Added .README
0117
0118 14-08-12 V.Ivant (gtherapy-V09-05-01)
0119 - Added forgoten class
0120
0121 09-08-12 V.Ivant (gtherapy-V09-05-00)
0122 - Applied code convension
0123
0124 15-11-11 V.Ivant (gtherapy-V09-04-00)
0125 - rename step limiter classes to avoid clash with class name in kernel
0126
0127 01-11-10 J.Allison (gtherapy-V09-03-05)
0128 - Introduced G4UIExecutive.
0129
0130 26-10-10 V.Ivant (gtherapy-V09-03-04)
0131 - in PrimaryGeneratorAction.hh remove unused methods
0132
0133 25-10-10 G.Folger (gtherapy-V09-03-03)
0134 - in PrimaryGeneratorAction.hh, comment unused definition of
0135 G4ThreeVector GetBeamEnergy()
0136
0137 21-10-10 V.Ivant (gtherapy-V09-03-02)
0138 - Cleanup AIDA histograms and analysis
0139
0140 06-06-10 J.Perl (gtherapy-V09-03-01)
0141 - Remove unused variable in EventAction
0142
0143 04-06-10 J.Perl (gtherapy-V09-03-00)
0144 - Updated vis usage
0145
0146 21-11-09 V.Ivant (gtherapy-V09-02-00)
0147 - update EM physics according to 9.3
0148
0149 11-06-08 V.Ivant (gtherapy-V09-01-00)
0150 - Remove AIDA from GNUmakefile
0151 - Added opt3 variant of EM physics
0152
0153 04-07-07 V.Ivant (gtherapy-V09-00-00)
0154 - Provide a possibility to change cuts between runs
0155
0156 25-05-07 V.Ivant (gtherapy-V08-03-02)
0157 - Fixed singleton GetPointer method
0158
0159 24-05-07 V.Ivant (gtherapy-V08-03-01)
0160 - substitute autoptr by normal pointers in Histo to avoid crash
0161
0162 16 May 07: V.Ivant (gtherapy-V08-03-00)
0163 - Use renamed EM Phys list components from physics_lists subdirectory;
0164
0165 16 November 06: V.Ivant (gtherapy-V08-01-00)
0166 - Use Phys list components from physics_list subdirectory;
0167 - GNUmakefile - LDFLAGS -> LOADLIBS
0168
0169 17 January 06: V.Ivant (gtherapy-V08-00-00)
0170 - PreciseRange -> CSDARange
0171
0172 06 December 05: G.Cosmo
0173 - Trivial changes for support of CLHEP-2.0.X series.
0174
0175 02 December 05: V.Ivant (gtherapy-V07-01-02)
0176 - Fix crash connected with non-static hadrons
0177
0178 23 August 05: V.Ivant (gtherapy-V07-01-01)
0179 - Add g4v71 builder
0180
0181 23 August 05: V.Ivant (gtherapy-V07-01-00)
0182 - Add vis.mac;
0183 - Use standard angular distribution for lowenergy PhotoElectric
0184 - Add histogram type (aida, root, hbook)
0185
0186 7 June 05: V.Ivant (gtherapy-V07-00-04)
0187 - Fix step limiter UI
0188
0189 6 June 05: V.Ivant (gtherapy-V07-00-03)
0190 - Use "ApplyCuts" option
0191
0192 31 May 05: V.Ivant (gtherapy-V07-00-02)
0193 - Migrade to NIST materials
0194
0195 9 May 05: V.Ivant (gtherapy-V07-00-01)
0196 - Remove QED Builder70
0197
0198 3rd May 2005 John Allison (examples-V07-00-03)
0199 - Replaced vis manager with G4VisExecutive.
0200
0201 14 April 05: V.Ivant (gtherapy-V07-00-00)
0202 - Update QED Builder70
0203 - Return back killing electrons in the gas volume
0204
0205 15 Dec 04: V.Ivant (gtherapy-V06-02-07)
0206 - Uncomment out the StepFunction in GammaTherapy.in
0207 - Uncommnet line in PhysicsList constructor,w hich is needed to
0208 get UI command
0209
0210 13 Dec 04: S.Sadilov (gtherapy-V06-02-06)
0211 - Comment out the StepFunction in GammaTherapy.in
0212
0213 02 Dec 04: V.Ivant (gtherapy-V06-02-05)
0214 - Migration to cmath
0215
0216 02-12-04 V.Ivan. (gtherapy-V06-02-04)
0217 - Fix bug - miration in ParticleChange
0218 - Use EM PhysicsList for 7.0
0219
0220 30-11-04 V.Ivan. (gtherapy-V06-02-03)
0221 - Fix bug - comment out step max
0222
0223 01-11-04 V.Ivan. (gtherapy-V06-02-02)
0224 - cleanup for the release
0225
0226 13-09-04 V.Ivan. (gtherapy-V06-02-01)
0227 - fix normalisation of histograms;
0228 - change position of plane for scoring radial distribution
0229 from 10 cm to 7 cm;
0230
0231 03-08-04 V.Ivan. (gtherapy-V06-02-00)
0232 - created;
0233