Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/advanced/iort_therapy/History is written in an unsupported language. File is not indexed.

0001 # Example iort_therapy 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 ## 2023-11-15 I. Hrivnacova (iort_therapy-V11-01-00)
0008 - Updated defaultMacro.mac:
0009   - Added a commented line for calling 'vis/open' without parameter
0010     for opening the default driver
0011 
0012 ## 2022-09-09 Susanna Guatelli (iort_therapy-V11-00-02)
0013 - Ranecu engine removed.
0014 
0015 ## 2022-06-20 Sergio Losilla (iort_therapy-V11-00-01)
0016 - Simplified calls to SetProductionCut.
0017 
0018 ## 2021-12-10 Ben Morgan (iort_therapy-V11-00-00)
0019 - Change to new Markdown History format
0020 
0021 ---
0022 
0023 # History entries prior to 11.0
0024 
0025 24.05.2021 - B. Morgan (iort_therapy-V10-07-01)
0026 - Bump required CMake version range to 3.12...3.20, matching core Geant4
0027 
0028 12.02.2021 - S.Guatelli tag iort_therapy-V10-07-00
0029             Dependence to G4EmProcessOptions removed.
0030             SetCuts method removed from local physics list as
0031             it is not thread-safe. Cuts per Region set in ConstructProcess.
0032             RegionStore is not available when accessed from the constructor
0033             of the Physics List.
0034 
0035 02.11.2020 - B.Morgan tag iort_therapy-V10-06-02
0036              Support same CMake version range as core Geant4
0037 
0038 13.08.2020 - S. Guatelli tag iort_therapy-V10-06-01
0039              Unnecessary in CMakeLists.tst dependance to ROOT removed.
0040 
0041 13.11.2018 - G. Cosmo tag iort_therapy-V10-04-06
0042              IORTDetectorConstruction: fixed initialisation setting of inner
0043              radius also for "DiscoIORT0" component.
0044 
0045 12.11.2018 - G. Cosmo tag iort_therapy-V10-04-05
0046              IORTDetectorConstruction: fixed initialisation setting of inner
0047              radius for "DiscoIORT1" component.
0048 
0049 09.11.2018 - G. Cosmo tag iort_therapy-V10-04-04
0050              IORTDetectorConstruction: fixed typos in printout.
0051 
0052 18.09.2018 - S. Guatelli tag iort_therapy-V10-04-03
0053              unused variable deleted
0054 
0055 17.09.2018 - S. Guatelli tag iort_therapy-V10-04-02
0056              CMakeList.txt updated
0057 
0058 17.09.2018 - S. Guatelli tag iort_therapy-V10-04-01
0059              delete macro directory.
0060 
0061 12.09.2018 - S. Guatelli tag iort_therapy-V10-04-00
0062              removed RO geometry together with Hit class. Scoring mesh included.
0063              G4_UI_USE and G4_VIS_USE removed.
0064              How to delete the geometry of the disk has been changed (bug eliminated).
0065              Analysis class deleted (no analysis directly connected with the IORT example)
0066              G4Decay and IORTMatrix deleted as they are not needed.
0067              Protontherapy removed as it is out of the scope.
0068              G4SystemOfUnits.hh included
0069              README updated accordingly to changes.
0070 
0071 28.11.2017 - B.Morgan tag iort_therapy-V10-03-01
0072              Replace ROOT_INCLUDE_DIR with ROOT_INCLUDE_DIRS
0073 
0074 31.10.2017 - L.Pandola tag iort_therapy-V10-03-00
0075              Clean up visualization from batch.mac
0076 
0077 28.11.2016 - G.Folger tag iort_therapy-V10-02-00
0078             Remove direct use of theParticleIterator, use GetParticleTableIterator().
0079              fix required by clang39 on Linux and MAC
0080 
0081 22.09.2015 - L.Pandola: tag iort_therapy-V10-01-00
0082              Migraeted to g4tools
0083              Left a minimal dependency to ROOT (due to TGraph)
0084              The dependency is optional
0085 16.10.2014 - C.Casarino: tag iort_therapy-V10-00-00
0086              Updated README
0087 30.07.2013 - A.Dotti: tag iort_therapy-V09-06-05
0088                fix last compilation warning from clang32
0089 28/29.07.2013 - P.Gumplinger: tag iort_therapy-V09-06-03/iort_therapy-V09-06-04
0090                fix new compilation warning
0091 26.07.2013 - P.Gumplinger: tag iort_therapy-V09-06-02
0092                fix clang32 compilation warnings
0093 04.02.2013 - G.Folger; tag iort_therapy-V09-06-01
0094                IORTPhysicsList.cc: Update for renamed physics builders
0095                GNUmakefile: correct G4INSTALL
0096 14.12.2012 - A.Ribon; tag iort_therapy-V09-06-00
0097                Removed G4HadronQElasticPhysics, and replaced G4QStoppingPhysics
0098 29.11.2012 - G.Cosmo; tag iort_therapy-V09-05-14, iort_therapy-V09-05-13
0099                More fixes for variable shadowing related to use of ROOT.
0100 28.11.2012 - G.Cosmo; tag iort_therapy-V09-05-12
0101                Fixed cases of variable shadowing.
0102 07.11.2012 - F.Romano; Tag iort_therapy-V09-05-11
0103                Included generic command for visualization vis/open OGL where needed
0104 07.11.2012 - F.Romano; Tag iort_therapy-V09-05-10
0105                Fix SystemOfUnits and ROOT compilation errors
0106 06.11.2012 - L.Pandola; Tag iort_therapy-V09-05-09
0107                Fix syntax in CMakeLists.txt
0108 01.11.2012 - F.Romano;  Tag: iort_therapy-V09-05-08
0109                Warning in main solved
0110 01.11.2012 - G.Folger;  Tag: iort_therapy-V09-05-07
0111                Updated iort_therapy to include <ctime> for use of time()
0112 26.10.2012 - F.Romano;  Tag: iort_therapy-V09-05-06
0113                Updated some files: general review of the example
0114 26.10.2012 - L.Pandola;  Tag: iort_therapy-V09-05-05
0115                Replace CMakeLists.txt to deal with UI/VIS
0116 24.10.2012 - A.Ribon;     Tag: iort_therapy-V09-05-04
0117                 Migrated to the new stopping physics.
0118 12.10.2012 - G.Cosmo;     Tag: iort_therapy-V09-05-03
0119                 Explicit inclusion of units and constants headers.
0120 13.06.2012 - G.Cosmo;     Tag: iort_therapy-V09-05-02
0121                 Use std::string::size_type for string length instead of int
0122                 in IORTMatrix::ion. Fixes compilation warning on gcc-4.7.
0123 15.12.2011 - P.Mato;      Tag: iort_therapy-V09-05-01
0124                 Tagged changes made by Gunter (windows line endings,
0125                 invalid header files, etc.)
0126 24.11.2011 - P.Mato;      Tag: iort_therapy-V09-05-00
0127                 Added CMakeLists.txt file
0128 24.11.2011 - G.Folger;      Tag: iort_therapy-V09-04-08
0129                 Use G4lrint() in place of lrint()
0130 17.11.2011 - G.A.P.Cirrone; Tag: iort_therapy-V09-04-07
0131                 Warnings removed
0132 07.11.2011 - G.A.P.Cirrone; Tag: iort_therapy-V09-04-06
0133                 Macro file corrected
0134 07.11.2011 - G.A.P.Cirrone; Tag: iort_therapy-V09-04-05
0135                 Code revision and visualisation improved
0136 03.11.2011 - F.Romano; Tag: iort_therapy-V09-04-04
0137                 Migration to new G4Exception scheme
0138 02.11.2011 - C.Casarino; Tag: iort_therapy-V09-04-03
0139                 Main file improved
0140 02.11.2011 - C.Casarino; Tag: iort_therapy-V09-04-02
0141                 Warings removed.
0142 30.10.2011 - G.A.P. Cirrone; Tag: iort_therapy-V09-04-01
0143                 Main name changed.
0144 30.10.2011 - G.A.P. Cirrone; Tag: iort_therapy-V09-04-00
0145                 First tag proposed to the Geant4 repository
0146 08.09.2011 - G.Russo, C.Casarino, G.C. Candiano, G.A.P. Cirrone, F.Romano
0147                 Created, first version.
0148 
0149 
0150 
0151 
0152 
0153 
0154