Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/examples/advanced/iort_therapy/History

Version: [ ReleaseNotes ] [ 1.0 ] [ 1.1 ] [ 2.0 ] [ 3.0 ] [ 3.1 ] [ 3.2 ] [ 4.0 ] [ 4.0.p1 ] [ 4.0.p2 ] [ 4.1 ] [ 4.1.p1 ] [ 5.0 ] [ 5.0.p1 ] [ 5.1 ] [ 5.1.p1 ] [ 5.2 ] [ 5.2.p1 ] [ 5.2.p2 ] [ 6.0 ] [ 6.0.p1 ] [ 6.1 ] [ 6.2 ] [ 6.2.p1 ] [ 6.2.p2 ] [ 7.0 ] [ 7.0.p1 ] [ 7.1 ] [ 7.1.p1 ] [ 8.0 ] [ 8.0.p1 ] [ 8.1 ] [ 8.1.p1 ] [ 8.1.p2 ] [ 8.2 ] [ 8.2.p1 ] [ 8.3 ] [ 8.3.p1 ] [ 8.3.p2 ] [ 9.0 ] [ 9.0.p1 ] [ 9.0.p2 ] [ 9.1 ] [ 9.1.p1 ] [ 9.1.p2 ] [ 9.1.p3 ] [ 9.2 ] [ 9.2.p1 ] [ 9.2.p2 ] [ 9.2.p3 ] [ 9.2.p4 ] [ 9.3 ] [ 9.3.p1 ] [ 9.3.p2 ] [ 9.4 ] [ 9.4.p1 ] [ 9.4.p2 ] [ 9.4.p3 ] [ 9.4.p4 ] [ 9.5 ] [ 9.5.p1 ] [ 9.5.p2 ] [ 9.6 ] [ 9.6.p1 ] [ 9.6.p2 ] [ 9.6.p3 ] [ 9.6.p4 ] [ 10.0 ] [ 10.0.p1 ] [ 10.0.p2 ] [ 10.0.p3 ] [ 10.0.p4 ] [ 10.1 ] [ 10.1.p1 ] [ 10.1.p2 ] [ 10.1.p3 ] [ 10.2 ] [ 10.2.p1 ] [ 10.2.p2 ] [ 10.2.p3 ] [ 10.3 ] [ 10.3.p1 ] [ 10.3.p2 ] [ 10.3.p3 ] [ 10.4 ] [ 10.4.p1 ] [ 10.4.p2 ] [ 10.4.p3 ] [ 10.5 ] [ 10.5.p1 ] [ 10.6 ] [ 10.6.p1 ] [ 10.6.p2 ] [ 10.6.p3 ] [ 10.7 ] [ 10.7.p1 ] [ 10.7.p2 ] [ 10.7.p3 ] [ 10.7.p4 ] [ 11.0 ] [ 11.0.p1 ] [ 11.0.p2 ] [ 11.0.p3, ] [ 11.0.p4 ] [ 11.1 ] [ 11.1.1 ] [ 11.1.2 ] [ 11.1.3 ] [ 11.2 ] [ 11.2.1 ] [ 11.2.2 ] [ 11.3.0 ]

  1 # Example iort_therapy History
  2 
  3 See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
  4 which **must** added in reverse chronological order (newest at the top). It must **not**
  5 be used as a substitute for writing good git commit messages!
  6 
  7 ## 2023-11-15 I. Hrivnacova (iort_therapy-V11-01-00)
  8 - Updated defaultMacro.mac:
  9   - Added a commented line for calling 'vis/open' without parameter
 10     for opening the default driver
 11 
 12 ## 2022-09-09 Susanna Guatelli (iort_therapy-V11-00-02)
 13 - Ranecu engine removed.
 14 
 15 ## 2022-06-20 Sergio Losilla (iort_therapy-V11-00-01)
 16 - Simplified calls to SetProductionCut.
 17 
 18 ## 2021-12-10 Ben Morgan (iort_therapy-V11-00-00)
 19 - Change to new Markdown History format
 20 
 21 ---
 22 
 23 # History entries prior to 11.0
 24 
 25 24.05.2021 - B. Morgan (iort_therapy-V10-07-01)
 26 - Bump required CMake version range to 3.12...3.20, matching core Geant4
 27 
 28 12.02.2021 - S.Guatelli tag iort_therapy-V10-07-00
 29             Dependence to G4EmProcessOptions removed.
 30             SetCuts method removed from local physics list as
 31             it is not thread-safe. Cuts per Region set in ConstructProcess.
 32             RegionStore is not available when accessed from the constructor
 33             of the Physics List.
 34 
 35 02.11.2020 - B.Morgan tag iort_therapy-V10-06-02
 36              Support same CMake version range as core Geant4
 37 
 38 13.08.2020 - S. Guatelli tag iort_therapy-V10-06-01
 39              Unnecessary in CMakeLists.tst dependance to ROOT removed.
 40 
 41 13.11.2018 - G. Cosmo tag iort_therapy-V10-04-06
 42              IORTDetectorConstruction: fixed initialisation setting of inner
 43              radius also for "DiscoIORT0" component.
 44 
 45 12.11.2018 - G. Cosmo tag iort_therapy-V10-04-05
 46              IORTDetectorConstruction: fixed initialisation setting of inner
 47              radius for "DiscoIORT1" component.
 48 
 49 09.11.2018 - G. Cosmo tag iort_therapy-V10-04-04
 50              IORTDetectorConstruction: fixed typos in printout.
 51 
 52 18.09.2018 - S. Guatelli tag iort_therapy-V10-04-03
 53              unused variable deleted
 54 
 55 17.09.2018 - S. Guatelli tag iort_therapy-V10-04-02
 56              CMakeList.txt updated
 57 
 58 17.09.2018 - S. Guatelli tag iort_therapy-V10-04-01
 59              delete macro directory.
 60 
 61 12.09.2018 - S. Guatelli tag iort_therapy-V10-04-00
 62              removed RO geometry together with Hit class. Scoring mesh included.
 63              G4_UI_USE and G4_VIS_USE removed.
 64              How to delete the geometry of the disk has been changed (bug eliminated).
 65              Analysis class deleted (no analysis directly connected with the IORT example)
 66              G4Decay and IORTMatrix deleted as they are not needed.
 67              Protontherapy removed as it is out of the scope.
 68              G4SystemOfUnits.hh included
 69              README updated accordingly to changes.
 70 
 71 28.11.2017 - B.Morgan tag iort_therapy-V10-03-01
 72              Replace ROOT_INCLUDE_DIR with ROOT_INCLUDE_DIRS
 73 
 74 31.10.2017 - L.Pandola tag iort_therapy-V10-03-00
 75              Clean up visualization from batch.mac
 76 
 77 28.11.2016 - G.Folger tag iort_therapy-V10-02-00
 78             Remove direct use of theParticleIterator, use GetParticleTableIterator().
 79              fix required by clang39 on Linux and MAC
 80 
 81 22.09.2015 - L.Pandola: tag iort_therapy-V10-01-00
 82        Migraeted to g4tools
 83        Left a minimal dependency to ROOT (due to TGraph)
 84              The dependency is optional
 85 16.10.2014 - C.Casarino: tag iort_therapy-V10-00-00
 86              Updated README
 87 30.07.2013 - A.Dotti: tag iort_therapy-V09-06-05
 88                fix last compilation warning from clang32
 89 28/29.07.2013 - P.Gumplinger: tag iort_therapy-V09-06-03/iort_therapy-V09-06-04
 90                fix new compilation warning
 91 26.07.2013 - P.Gumplinger: tag iort_therapy-V09-06-02
 92                fix clang32 compilation warnings
 93 04.02.2013 - G.Folger; tag iort_therapy-V09-06-01
 94                IORTPhysicsList.cc: Update for renamed physics builders
 95          GNUmakefile: correct G4INSTALL
 96 14.12.2012 - A.Ribon; tag iort_therapy-V09-06-00
 97                Removed G4HadronQElasticPhysics, and replaced G4QStoppingPhysics
 98 29.11.2012 - G.Cosmo; tag iort_therapy-V09-05-14, iort_therapy-V09-05-13
 99                More fixes for variable shadowing related to use of ROOT.
100 28.11.2012 - G.Cosmo; tag iort_therapy-V09-05-12
101                Fixed cases of variable shadowing.
102 07.11.2012 - F.Romano; Tag iort_therapy-V09-05-11
103                Included generic command for visualization vis/open OGL where needed
104 07.11.2012 - F.Romano; Tag iort_therapy-V09-05-10
105                Fix SystemOfUnits and ROOT compilation errors
106 06.11.2012 - L.Pandola; Tag iort_therapy-V09-05-09
107                Fix syntax in CMakeLists.txt
108 01.11.2012 - F.Romano;  Tag: iort_therapy-V09-05-08
109                Warning in main solved
110 01.11.2012 - G.Folger;  Tag: iort_therapy-V09-05-07
111                Updated iort_therapy to include <ctime> for use of time()
112 26.10.2012 - F.Romano;  Tag: iort_therapy-V09-05-06
113                Updated some files: general review of the example
114 26.10.2012 - L.Pandola;  Tag: iort_therapy-V09-05-05
115                Replace CMakeLists.txt to deal with UI/VIS
116 24.10.2012 - A.Ribon;     Tag: iort_therapy-V09-05-04
117                 Migrated to the new stopping physics.
118 12.10.2012 - G.Cosmo;     Tag: iort_therapy-V09-05-03
119                 Explicit inclusion of units and constants headers.
120 13.06.2012 - G.Cosmo;     Tag: iort_therapy-V09-05-02
121                 Use std::string::size_type for string length instead of int
122                 in IORTMatrix::ion. Fixes compilation warning on gcc-4.7.
123 15.12.2011 - P.Mato;      Tag: iort_therapy-V09-05-01
124                 Tagged changes made by Gunter (windows line endings,
125                 invalid header files, etc.)
126 24.11.2011 - P.Mato;      Tag: iort_therapy-V09-05-00
127           Added CMakeLists.txt file
128 24.11.2011 - G.Folger;      Tag: iort_therapy-V09-04-08
129           Use G4lrint() in place of lrint()
130 17.11.2011 - G.A.P.Cirrone; Tag: iort_therapy-V09-04-07
131           Warnings removed
132 07.11.2011 - G.A.P.Cirrone; Tag: iort_therapy-V09-04-06
133           Macro file corrected
134 07.11.2011 - G.A.P.Cirrone; Tag: iort_therapy-V09-04-05
135           Code revision and visualisation improved
136 03.11.2011 - F.Romano; Tag: iort_therapy-V09-04-04
137           Migration to new G4Exception scheme
138 02.11.2011 - C.Casarino; Tag: iort_therapy-V09-04-03
139           Main file improved
140 02.11.2011 - C.Casarino; Tag: iort_therapy-V09-04-02
141           Warings removed.
142 30.10.2011 - G.A.P. Cirrone; Tag: iort_therapy-V09-04-01
143           Main name changed.
144 30.10.2011 - G.A.P. Cirrone; Tag: iort_therapy-V09-04-00
145         First tag proposed to the Geant4 repository
146 08.09.2011 - G.Russo, C.Casarino, G.C. Candiano, G.A.P. Cirrone, F.Romano
147               Created, first version.
148 
149 
150 
151 
152 
153 
154