Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/examples/advanced/nanobeam/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 ]

Diff markup

Differences between /examples/advanced/nanobeam/History (Version 11.3.0) and /examples/advanced/nanobeam/History (Version 11.0)


  1 # Example nanobeam History                     <<   1 -------------------------------------------------------------------
                                                   >>   2 -------------------------------------------------------------------
  2                                                     3 
  3 See `CONTRIBUTING.rst` for details of **requir <<   4      =========================================================
  4 which **must** added in reverse chronological  <<   5           Geant4 - Nanobeam example
  5 be used as a substitute for writing good git c <<   6      =========================================================
  6                                                << 
  7 ## 2022-09-08 Susanna Guatelli (nanobeam-V11-0 << 
  8 - Ranecu engine removed, default engine used n << 
  9                                                << 
 10 ## 2021-12-10 Ben Morgan (nanobeam-V11-00-00)  << 
 11 - Change to new Markdown History format        << 
 12                                                << 
 13 ---                                            << 
 14                                                << 
 15 # History entries prior to 11.0                << 
 16                                                     7 
                                                   >>   8                        Package History file
                                                   >>   9                        --------------------
 17 7 November 2021 - I. Hrivnacova  tag nanobeam-     10 7 November 2021 - I. Hrivnacova  tag nanobeam-V10-07-03
 18 - Added analysis manager Clear() call instead      11 - Added analysis manager Clear() call instead of
 19   deleting in the end of run (removed on July      12   deleting in the end of run (removed on July 19)
 20                                                    13 
 21 7 October 2021 - I. Hrivnacova  tag nanobeam-V     14 7 October 2021 - I. Hrivnacova  tag nanobeam-V10-07-02
 22 - Migration to new G4AnalysisManager.hh header     15 - Migration to new G4AnalysisManager.hh header;
 23   define the default output file type (root),      16   define the default output file type (root),
 24   removed Analysis.hh.                             17   removed Analysis.hh.
 25                                                    18 
 26 19 July 2021 - I. Hrivnacova  tag nanobeam-V10     19 19 July 2021 - I. Hrivnacova  tag nanobeam-V10-07-01
 27 - Updated for changes in the analysis category     20 - Updated for changes in the analysis category:
 28   removed deleting of the analysis manager,        21   removed deleting of the analysis manager,
 29   as this is now done by the Geant4 kernel.        22   as this is now done by the Geant4 kernel.
 30                                                    23 
 31 24 May 2021 -  B. Morgan (nanobeam-V10-07-00)      24 24 May 2021 -  B. Morgan (nanobeam-V10-07-00)
 32 - Bump required CMake version range to 3.12...     25 - Bump required CMake version range to 3.12...3.20, matching core Geant4
 33                                                    26 
 34 15 Nov 2020 - S. Guatelli   tag nanobeam-V10-0     27 15 Nov 2020 - S. Guatelli   tag nanobeam-V10-06-01
 35 - Migration to G4RunManagerFactory                 28 - Migration to G4RunManagerFactory
 36                                                    29 
 37 02 Nov 2020 - B.Morgan   tag nanobeam-V10-06-0     30 02 Nov 2020 - B.Morgan   tag nanobeam-V10-06-00
 38 - Support same CMake version range as core Gea     31 - Support same CMake version range as core Geant4
 39                                                    32 
 40 19 Nov 2019 - G. Folger  tag nanobeam-V10-05-0     33 19 Nov 2019 - G. Folger  tag nanobeam-V10-05-01
 41 - remove using namespace std from header file      34 - remove using namespace std from header file TabulatedField3D.hh
 42                                                    35 
 43 25 Apr 2019- B.Morgan - tag nanobeam-V10-05-00     36 25 Apr 2019- B.Morgan - tag nanobeam-V10-05-00
 44 - Include G4Types header before use of G4MULTI     37 - Include G4Types header before use of G4MULTITHREADED
 45                                                    38 
 46 09 Sep 2018- S.Incerti - tag nanobeam-V10-04-0     39 09 Sep 2018- S.Incerti - tag nanobeam-V10-04-02
 47 - updated default.mac                              40 - updated default.mac
 48                                                    41 
 49 04 Sep 2018- S.Incerti - tag nanobeam-V10-04-0     42 04 Sep 2018- S.Incerti - tag nanobeam-V10-04-01
 50 - simplified UI session                            43 - simplified UI session
 51                                                    44 
 52 01 Jul 2018- S.Incerti - tag nanobeam-V10-04-0     45 01 Jul 2018- S.Incerti - tag nanobeam-V10-04-00
 53 - relaxed EM field settings                        46 - relaxed EM field settings
 54                                                    47 
 55 17 Apr 2017 - S.Incerti - tag nanobeam-V10-03-     48 17 Apr 2017 - S.Incerti - tag nanobeam-V10-03-03
 56 - changed EM field settings for MT                 49 - changed EM field settings for MT
 57                                                    50 
 58 14 Apr 2017 - S.Incerti - tag nanobeam-V10-03-     51 14 Apr 2017 - S.Incerti - tag nanobeam-V10-03-02
 59 - changed default.mac macro for MT mode            52 - changed default.mac macro for MT mode
 60                                                    53 
 61 30 Dec 2016 - S.Incerti - tag nanobeam-V10-03-     54 30 Dec 2016 - S.Incerti - tag nanobeam-V10-03-01
 62 - cleanup                                          55 - cleanup
 63                                                    56 
 64 15 Dec 2016 - S.Incerti - tag nanobeam-V10-03-     57 15 Dec 2016 - S.Incerti - tag nanobeam-V10-03-00
 65 - added usage of std::floor() in TabulatedFiel     58 - added usage of std::floor() in TabulatedField3D.cc
 66 - updated handling of UI commands                  59 - updated handling of UI commands
 67                                                    60 
 68 28 Oct 2016 - G.Folger tag nanobeam-V10-02-01      61 28 Oct 2016 - G.Folger tag nanobeam-V10-02-01
 69 - Remove direct use of theParticleIterator, us     62 - Remove direct use of theParticleIterator, use GetParticleTableIterator().
 70    fix required by clang39 on Linux and MAC        63    fix required by clang39 on Linux and MAC
 71                                                    64 
 72 02 Mar 2016 - S.Incerti - tag nanobeam-V10-02-     65 02 Mar 2016 - S.Incerti - tag nanobeam-V10-02-00
 73 - removed exp                                      66 - removed exp
 74                                                    67 
 75 22 Oct 2015 - tag nanobeam-V10-01-00 - S. Ince     68 22 Oct 2015 - tag nanobeam-V10-01-00 - S. Incerti
 76 - upgraded plot.C to ROOT 6                        69 - upgraded plot.C to ROOT 6
 77                                                    70 
 78 25 Oct 2014 - tag nanobeam-V10-00-06 - L. Garn     71 25 Oct 2014 - tag nanobeam-V10-00-06 - L. Garnier
 79 - Fix CMakeLists.txt error                         72 - Fix CMakeLists.txt error
 80                                                    73 
 81 24 Oct 2014 - tag nanobeam-V10-00-04/nanobeam-     74 24 Oct 2014 - tag nanobeam-V10-00-04/nanobeam-V10-00-05 - L. Garnier
 82 - Fix CMakeLists.txt to not crash compilation      75 - Fix CMakeLists.txt to not crash compilation when Geant4_builtin_clhep FOUND
 83                                                    76 
 84 10 Jul 2014 - tag nanobeam-V10-00-03 - S. Ince     77 10 Jul 2014 - tag nanobeam-V10-00-03 - S. Incerti, A, Dotti, B. Wendt
 85 - updated CMakeLists.txt                           78 - updated CMakeLists.txt
 86                                                    79 
 87 03 Jul 2014 - tag nanobeam-V10-00-02 - S. Ince     80 03 Jul 2014 - tag nanobeam-V10-00-02 - S. Incerti, A. Dotti, B. Wendt
 88 - updated CMakeLists.txt                           81 - updated CMakeLists.txt
 89                                                    82 
 90 28 Jui 2014 - tag nanobeam-V10-00-01 - B. Wend     83 28 Jui 2014 - tag nanobeam-V10-00-01 - B. Wendt
 91 - try to fix CMakeLists.txt in case of built-i     84 - try to fix CMakeLists.txt in case of built-in CLHEP is used
 92                                                    85 
 93 17 Dec 2013 - tag nanobeam-V10-00-00  - A. Dot     86 17 Dec 2013 - tag nanobeam-V10-00-00  - A. Dotti, S. Incerti
 94 - Made the code thread safe because of unsafe      87 - Made the code thread safe because of unsafe CLHEP matrix inversion
 95 (in RunAction.cc)                                  88 (in RunAction.cc)
 96                                                    89 
 97 28 Nov 2013 - tag nanobeam-V09-06-13  - S. Inc     90 28 Nov 2013 - tag nanobeam-V09-06-13  - S. Incerti
 98 - Changed selection of volumes in SteppingActi     91 - Changed selection of volumes in SteppingAction using names
 99                                                    92 
100 04 Nov 2013 - tag nanobeam-V09-06-12  - S. Inc     93 04 Nov 2013 - tag nanobeam-V09-06-12  - S. Incerti
101 - Removed unused variables (thanks to Gabriele     94 - Removed unused variables (thanks to Gabriele)
102                                                    95 
103 03 Oct 2013 - tag nanobeam-V09-06-11  - S. Inc     96 03 Oct 2013 - tag nanobeam-V09-06-11  - S. Incerti
104 - Updated CMakeLists.txt                           97 - Updated CMakeLists.txt
105                                                    98 
106 30 Sep 2013 - tag nanobeam-V09-06-10  - I. Hri     99 30 Sep 2013 - tag nanobeam-V09-06-10  - I. Hrivnacova
107 - Updated for changes in analysis:                100 - Updated for changes in analysis:
108   (removal of G4AnalysisManager::Create(isMast    101   (removal of G4AnalysisManager::Create(isMaster))
109                                                   102 
110 28 Aug 2013 - tag nanobeam-V09-06-09  - S. Inc    103 28 Aug 2013 - tag nanobeam-V09-06-09  - S. Incerti
111 - Changed default field model                     104 - Changed default field model
112                                                   105 
113 28 Aug 2013 - tag nanobeam-V09-06-08  - S. Inc    106 28 Aug 2013 - tag nanobeam-V09-06-08  - S. Incerti
114 - Changed initialisation of fields & variables    107 - Changed initialisation of fields & variables
115                                                   108 
116 27 Aug 2013 - tag nanobeam-V09-06-07  - S. Inc    109 27 Aug 2013 - tag nanobeam-V09-06-07  - S. Incerti
117 - Removed visualisation                           110 - Removed visualisation
118                                                   111 
119 25 Aug 2013 - tag nanobeam-V09-06-06  - S. Inc    112 25 Aug 2013 - tag nanobeam-V09-06-06  - S. Incerti
120 - MT migration (cont.)                            113 - MT migration (cont.)
121                                                   114 
122 24 Aug 2013 - tag nanobeam-V09-06-05  - S. Inc    115 24 Aug 2013 - tag nanobeam-V09-06-05  - S. Incerti
123 - MT migration                                    116 - MT migration
124                                                   117 
125 23 Aug 2013 - tag nanobeam-V09-06-04  - S. Inc    118 23 Aug 2013 - tag nanobeam-V09-06-04  - S. Incerti
126 - Coding style cleaning                           119 - Coding style cleaning
127                                                   120 
128 29 May 2013 - tag nanobeam-V09-06-03  -L. Pand    121 29 May 2013 - tag nanobeam-V09-06-03  -L. Pandola
129 - Migrate analysis from AIDA (in a singleton c    122 - Migrate analysis from AIDA (in a singleton class) to the
130 g4analysis tools. AIDA dependency is removed.     123 g4analysis tools. AIDA dependency is removed. Output file is
131 unchanged (still a ROOT file named nanobeam.ro    124 unchanged (still a ROOT file named nanobeam.root)
132                                                   125 
133 7 May 2013 - tag nanobeam-V09-06-02 - S. Incer    126 7 May 2013 - tag nanobeam-V09-06-02 - S. Incerti, B. Morgan
134 - Updated CMakeLists.txt thanks to Ben (exampl    127 - Updated CMakeLists.txt thanks to Ben (example requires external CLHEP)
135                                                   128 
136 8 March 2013 - tag nanobeam-V09-06-01 - A. Dot    129 8 March 2013 - tag nanobeam-V09-06-01 - A. Dotti
137 - Adding protection in case Geant4 is build wi    130 - Adding protection in case Geant4 is build with internal CLHEP
138   (example requires external CLHEP)               131   (example requires external CLHEP)
139                                                   132 
140 4 December 2012 - tag nanobeam-V09-06-00 - G.     133 4 December 2012 - tag nanobeam-V09-06-00 - G. Cosmo
141 - Corrected order and format of inclusion of C    134 - Corrected order and format of inclusion of CLHEP headers.
142                                                   135 
143 14 November 2012 - tag nanobeam-V09-05-06 - P.    136 14 November 2012 - tag nanobeam-V09-05-06 - P. Mato
144 - Fixed compilation warning and corrected CMak    137 - Fixed compilation warning and corrected CMakeLists.txt
145                                                   138 
146 3 November 2012 - tag nanobeam-V09-05-05 - S.     139 3 November 2012 - tag nanobeam-V09-05-05 - S. Incerti
147 - Removed shadowing in SteppingAction and Tabu    140 - Removed shadowing in SteppingAction and TabulatedField3D
148                                                   141 
149 1 November 2012 - tag nanobeam-V09-05-04 - S.     142 1 November 2012 - tag nanobeam-V09-05-04 - S. Incerti
150 - Switched to touchables                          143 - Switched to touchables
151                                                   144 
152 26 October 2012 - tag nanobeam-V09-05-03 - L.     145 26 October 2012 - tag nanobeam-V09-05-03 - L. Pandola
153 - Changed CMakeLists.txt to deal with UI and A    146 - Changed CMakeLists.txt to deal with UI and AIDA
154                                                   147 
155 26 October 2012 - tag nanobeam-V09-05-02 - S.     148 26 October 2012 - tag nanobeam-V09-05-02 - S. Incerti
156 - Changed executable name.                        149 - Changed executable name.
157                                                   150 
158 25 October 2012 - tag nanobeam-V09-05-01 - S.     151 25 October 2012 - tag nanobeam-V09-05-01 - S. Incerti
159 - Switch to usage of G4UIExecutive.               152 - Switch to usage of G4UIExecutive.
160                                                   153 
161 12 October 2012 - tag nanobeam-V09-05-00 - G.     154 12 October 2012 - tag nanobeam-V09-05-00 - G. Cosmo
162 - Explicit inclusion of units and constants he    155 - Explicit inclusion of units and constants headers.
163                                                   156 
164 05 November 2011- tag nanobeam-V09-04-06 - S.     157 05 November 2011- tag nanobeam-V09-04-06 - S. Incerti
165 - removed export=root option in HistoManager.c    158 - removed export=root option in HistoManager.cc
166                                                   159 
167 03 October 2011- tag nanobeam-V09-04-05 - G. F    160 03 October 2011- tag nanobeam-V09-04-05 - G. Folger
168 - fix compilation warnings from gcc46 in Tabul    161 - fix compilation warnings from gcc46 in TabulatedField3D.cc
169                                                   162 
170 19 August 2011- tag nanobeam-V09-04-04 - S. In    163 19 August 2011- tag nanobeam-V09-04-04 - S. Incerti
171 - Removed usage of G4Exception                    164 - Removed usage of G4Exception
172                                                   165 
173 18 August 2011- tag nanobeam-V09-04-03 - S. In    166 18 August 2011- tag nanobeam-V09-04-03 - S. Incerti
174 - Removed usage of water material and cleanup     167 - Removed usage of water material and cleanup
175                                                   168 
176 16 August 2011- tag nanobeam-V09-04-02 - S. In    169 16 August 2011- tag nanobeam-V09-04-02 - S. Incerti
177 - Removed usage of system command                 170 - Removed usage of system command
178                                                   171 
179 03 July 2011 - tag nanobeam-V09-04-01 - S. Inc    172 03 July 2011 - tag nanobeam-V09-04-01 - S. Incerti
180 - Updated README for use with full version of     173 - Updated README for use with full version of CLHEP
181                                                   174 
182 27 May 2011 - tag nanobeam-V09-04-00 - S. Ince    175 27 May 2011 - tag nanobeam-V09-04-00 - S. Incerti
183 - Created new tag                                 176 - Created new tag
184                                                   177 
185 20 May 2011 - tag nanobeam-V09-03-05 - S. Ince    178 20 May 2011 - tag nanobeam-V09-03-05 - S. Incerti
186 - Switched to non-numbered physics list           179 - Switched to non-numbered physics list
187                                                   180 
188 09 November 2010 - tag nanobeam-V09-03-04 - M.    181 09 November 2010 - tag nanobeam-V09-03-04 - M. Asai
189 - Fix AIDA file option.                           182 - Fix AIDA file option.
190                                                   183 
191 09 October 2010 - tag nanobeam-V09-03-03 - S.     184 09 October 2010 - tag nanobeam-V09-03-03 - S. Incerti
192 - corrected removal of ROOT file in Nanobeam.c    185 - corrected removal of ROOT file in Nanobeam.cc
193                                                   186 
194 06 October 2010 - tag nanobeam-V09-03-02 - S.     187 06 October 2010 - tag nanobeam-V09-03-02 - S. Incerti
195 - added post step point information to Steppin    188 - added post step point information to SteppingAction
196                                                   189 
197 06 October 2010 - tag nanobeam-V09-03-01 - S.     190 06 October 2010 - tag nanobeam-V09-03-01 - S. Incerti
198 - major update using AIDA                         191 - major update using AIDA
199                                                   192 
200 18 March 2010 - tag nanobeam-V09-03-00 - S. In    193 18 March 2010 - tag nanobeam-V09-03-00 - S. Incerti
201 - updated multiple scattering class for e+- an    194 - updated multiple scattering class for e+- and mu
202                                                   195 
203 2-March 2009 - tag nanobeam-V09-02-01 - G.Folg    196 2-March 2009 - tag nanobeam-V09-02-01 - G.Folger
204 - correct for gcc4.3/slc5 warning                 197 - correct for gcc4.3/slc5 warning
205                                                   198 
206 26 February 2009 - tag nanobeam-V09-02-00 - G.    199 26 February 2009 - tag nanobeam-V09-02-00 - G.Folger
207 - Correct TabulatedField3D.cc to use logical A    200 - Correct TabulatedField3D.cc to use logical AND (&&) in few if()
208                                                   201 
209 21 June 2008 - tag nanobeam-V09-01-11 - S. Inc    202 21 June 2008 - tag nanobeam-V09-01-11 - S. Incerti
210 - several tags to try to resolve conflict with    203 - several tags to try to resolve conflict with system testing
211                                                   204 
212 25 January 2008 - tag nanobeam-V09-01-01 - S.     205 25 January 2008 - tag nanobeam-V09-01-01 - S. Incerti
213 - first version of nanobeam example committed     206 - first version of nanobeam example committed