Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/run/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 /run/History (Version 11.3.0) and /run/History (Version 11.2)


  1 # Category run History                              1 # Category run History
  2                                                     2 
  3 See `CONTRIBUTING.rst` for details of **requir      3 See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
  4 which **must** added in reverse chronological       4 which **must** added in reverse chronological order (newest at the top).
  5 It must **not** be used as a substitute for wr      5 It must **not** be used as a substitute for writing good git commit messages!
  6                                                     6 
  7 ----------------------------------------------      7 -------------------------------------------------------------------------------
  8                                                     8 
  9 ## 2024-11-08 Laurent Desorgher (run-V11-02-26 << 
 10 - Change of G4AdjointSimManager G4AdjointSimMe << 
 11 in MT mode.                                    << 
 12                                                << 
 13 ## 2024-11-04 Philippe Canal (run-V11-02-25)   << 
 14 - Static initialization for masterWorlds in G4 << 
 15   Adapted G4SubEvtRunManager and G4TaskRunMana << 
 16                                                << 
 17 ## 2024-11-05 Makoto Asai (run-V11-02-24)      << 
 18 - Changing verbose levels to reduce printouts  << 
 19                                                << 
 20 ## 2024-10-25 Makoto Asai (run-V11-02-23)      << 
 21 - Setting UI alias that represents the run mod << 
 22   subEventParallel). This alias can be used in << 
 23                                                << 
 24 ## 2024-10-21 Makoto Asai (run-V11-02-22)      << 
 25 - G4RunManagerFactory: Adding sub-event parall << 
 26 - G4RunMessenger: Adding a command for traject << 
 27   mode.                                        << 
 28                                                << 
 29 ## 2024-10-14 Makoto Asai (run-V11-02-21)      << 
 30 - G4SubEvtRunManager, G4WorkerRunManager, G4Wo << 
 31   - Adding an option to merge trajectories cre << 
 32     sub-event parallel mode.                   << 
 33   - co-working with tracking-V11-02-04         << 
 34                                                << 
 35 ## 2024-10-10 Jonas Hahnfeld (run-V11-02-20)   << 
 36 - Fix leak of process and tracking managers in << 
 37                                                << 
 38 ## 2024-10-08 Jonas Hahnfeld (run-V11-02-19)   << 
 39 - G4WorkerTaskRunManager: Process only NumberO << 
 40                                                << 
 41 ## 2024-09-30 Makoto Asai (run-V11-02-18)      << 
 42 - G4RunManagerKernel, G4RunManager, G4SubEvtRu << 
 43   - Cleanly deleting G4Event objects at the en << 
 44     events are not requested to be kept for re << 
 45     Idle state.                                << 
 46   - The kept events are deleted at the beginni << 
 47     termination of the program                 << 
 48  - G4Run                                       << 
 49   - Add GetNumberOfKeptEvents() method         << 
 50  - G4SubEvtRunManager                          << 
 51   - Properly start the timer.                  << 
 52  - Co-working with event-V11-02-08 and visman- << 
 53                                                << 
 54 ## 2024-09-09 Makoto Asai (run-V11-02-17)      << 
 55 - G4WorkerSubEvtRunManager:                    << 
 56   - Fix double-counting of the scores of comma << 
 57   - Print number of sub-events rather than num << 
 58                                                << 
 59 ## 2024-09-04 Makoto Asai (run-V11-02-16)      << 
 60 - G4RunManagerKernel: Remove invoking ResetNav << 
 61   ResetNavigator() is now invoked only at the  << 
 62                                                << 
 63 ## 2024-08-07 Gabriele Cosmo, Ben Morgan (run- << 
 64 - Access G4GeometryManager singleton through i << 
 65   in G4RunManagerKernel and G4WorkerRunManager << 
 66                                                << 
 67 ## 2024-07-22 Makoto Asai (run-V11-02-14)      << 
 68 - Fix number of random numbers generated as th << 
 69   parallel mode.                               << 
 70                                                << 
 71 ## 2024-07-19 Ben Morgan (run-V11-02-13)       << 
 72 - Fixed Coverity defects missed in -12 in Task << 
 73                                                << 
 74 ## 2024-07-16 Gabriele Cosmo, Ben Morgan (run- << 
 75 - Fixed reported Coverity defects: in G4MSStep << 
 76   stream format state; in G4RunManager and oth << 
 77   restructured conditionals.                   << 
 78                                                << 
 79 ## 2024-07-13 Laurie Nevay (run-V11-02-11)     << 
 80 - Add XrayReflection (fGammaReflection) to G4P << 
 81                                                << 
 82 ## 2024-07-06 Makoto Asai (run-V11-02-10)      << 
 83 - Clean up G4SubEvtRunManager when to delete e << 
 84                                                << 
 85 ## 2024-06-14 Ben Morgan (run-V11-02-09)       << 
 86 - Update G4TaskRunManager for changes to under << 
 87   - No changes to behaviour expected.          << 
 88                                                << 
 89 ## 2024-06-14 I. Hrivnacova (run-V11-02-08)    << 
 90 - G4RunManager::ReinitializeGeometry: added ca << 
 91                                                << 
 92 ## 2024-06-04 John Apostolakis (run-V11-02-07) << 
 93 - Add call in G4WorkerRunManager to use parall << 
 94   (Requires geommng-V11-02-02.)                << 
 95                                                << 
 96 ## 2024-06-01 Makoto Asaim (run-V11-02-06)     << 
 97 - Initial implementation of creation/processin << 
 98   - Co-working with event-V11-02-04, track-V11 << 
 99                                                << 
100 ## 2024-05-09 Ben Morgan (run-V11-02-05)       << 
101 - Remove use of no longer supported TiMemory.  << 
102                                                << 
103 ## 2024-05-07 Makoto Asai (run-V11-02-04)      << 
104 - G4RunManager : add SetDefaultClassification  << 
105   default classification for the track newly a << 
106                                                << 
107 ## 2024-04-11 Gabriele Cosmo (run-V11-02-03)   << 
108 - Fixed compilation warnings for implicit type << 
109   on G4MSSteppingAction. Use consistently G4 t << 
110                                                << 
111 ## 2024-04-04 Shogo Okada (run-V11-02-02)      << 
112 - G4PhysicsListHelper: added `DNATripleIoni` a << 
113   implementation of multiple-ionisation proces << 
114                                                << 
115 ## 2024-04-03 Alvaro Tolosa-Delgado (run-V11-0 << 
116 - Material Scan output extended.               << 
117                                                << 
118 ## 2023-12-13 Ben Morgan (run-V11-02-00)       << 
119 - Fix Issue #86: report number of threads from << 
120                                                << 
121 ## 2023-11-17 I. Hrivnacova (run-V11-01-10)         9 ## 2023-11-17 I. Hrivnacova (run-V11-01-10)
122 - Do not call G4ParticleTable::WorkerG4Particl     10 - Do not call G4ParticleTable::WorkerG4ParticleTable() in
123   G4WorkerRunManager constructor as this funct     11   G4WorkerRunManager constructor as this function
124   is called already from G4ParticleTable::GetP     12   is called already from G4ParticleTable::GetParticleTable()
125   which is called beforehand by other Geant4 c     13   which is called beforehand by other Geant4 classes.
126   Duplicate call is causing memory leak at exi     14   Duplicate call is causing memory leak at exit.
127                                                    15 
128 ## 2023-10-20 Makoto Asai (run-V11-01-08, -09)     16 ## 2023-10-20 Makoto Asai (run-V11-01-08, -09)
129 - Reverting G4RunManager and G4Run back to run     17 - Reverting G4RunManager and G4Run back to run-V11-01-05.
130                                                    18 
131 ## 2023-08-28 Makoto Asai (run-V11-01-06, -07)     19 ## 2023-08-28 Makoto Asai (run-V11-01-06, -07)
132 - Introducing sub-event in Event category. Co-     20 - Introducing sub-event in Event category. Co-working with event-V11-01-02, -03
133   and global-V11-02-16.                            21   and global-V11-02-16.
134                                                    22 
135 ## 2023-07-12 Alberto Ribon (run-V11-01-05)        23 ## 2023-07-12 Alberto Ribon (run-V11-01-05)
136 - G4PhysicsListHelper : removed the unused cod     24 - G4PhysicsListHelper : removed the unused code related to reading from the
137   file OrderingParameterTable (which has been      25   file OrderingParameterTable (which has been deleted).
138                                                    26 
139 ## 2023-06-02 Ben Morgan (run-V11-01-04)           27 ## 2023-06-02 Ben Morgan (run-V11-01-04)
140 - Apply core and optional clang-tidy fixes, pl     28 - Apply core and optional clang-tidy fixes, plus clang-format and tidying:
141   - Removal of obsolete comments/dead blocks       29   - Removal of obsolete comments/dead blocks
142   - Normal order access specifiers and make do     30   - Normal order access specifiers and make docstrings Doxygen/IDE compatible
143 - Refactor random state file copying to use st     31 - Refactor random state file copying to use std::filesystem for portability
144                                                    32 
145 ## 2023-05-04 Gabriele Cosmo (run-V11-01-03)       33 ## 2023-05-04 Gabriele Cosmo (run-V11-01-03)
146 - Removed mistyped method declaration GetMaste     34 - Removed mistyped method declaration GetMasterTheadId() in G4MTRunManager.
147                                                    35 
148 ## 2023-02-03 Gabriele Cosmo (run-V11-01-02)       36 ## 2023-02-03 Gabriele Cosmo (run-V11-01-02)
149 - Reduced printout in destruction of run-manag     37 - Reduced printout in destruction of run-manager (master and workers), to be
150   coherent with verbose level greater than 1.      38   coherent with verbose level greater than 1.
151                                                    39 
152 ## 2022-12-30 Vladimir Ivanchenko (run-V11-01-     40 ## 2022-12-30 Vladimir Ivanchenko (run-V11-01-01)
153 - G4PhysicsListHelper - added forgotten proces     41 - G4PhysicsListHelper - added forgotten process of muon pair production by muons
154     (problem #2523); added general processes       42     (problem #2523); added general processes
155                                                    43 
156 ## 2022-12-12 Ben Morgan (run-V11-01-00)           44 ## 2022-12-12 Ben Morgan (run-V11-01-00)
157 - Remove obsolete GNUmakefile scripts              45 - Remove obsolete GNUmakefile scripts
158                                                    46 
159 ## 2022-11-18 Gabriele Cosmo (run-V11-00-11)       47 ## 2022-11-18 Gabriele Cosmo (run-V11-00-11)
160 - More compilation warnings fixes for implicit     48 - More compilation warnings fixes for implicit type conversions.
161                                                    49 
162 ## 2022-11-17 Gabriele Cosmo (run-V11-00-10)       50 ## 2022-11-17 Gabriele Cosmo (run-V11-00-10)
163 - Fixed compilation warnings for implicit type     51 - Fixed compilation warnings for implicit type conversions on macOS/XCode 14.1.
164                                                    52 
165 ## 2022-09-02 Ben Morgan (run-V11-00-09)           53 ## 2022-09-02 Ben Morgan (run-V11-00-09)
166 - Explicitly check for nullptr before derefenc     54 - Explicitly check for nullptr before derefencing possible null pointers
167   - Fixes Coverity 104621, 104660, 104662.         55   - Fixes Coverity 104621, 104660, 104662.
168                                                    56 
169 ## 2022-05-17 Ben Morgan (run-V11-00-08)           57 ## 2022-05-17 Ben Morgan (run-V11-00-08)
170 - Apply patches from Seth Johnson:                 58 - Apply patches from Seth Johnson:
171   - Check for correct state in default excepti     59   - Check for correct state in default exception handler before trying to access
172     manager classes that may be nullptr in oth     60     manager classes that may be nullptr in other states
173   - Don't create a default exception manager i     61   - Don't create a default exception manager in run manager kernel if one exists
174     already.                                       62     already.
175                                                    63 
176 ## 2022-04-13 Ben Morgan (run-V11-00-07)           64 ## 2022-04-13 Ben Morgan (run-V11-00-07)
177 - Add missing dependency on G4decay, remove un     65 - Add missing dependency on G4decay, remove unneeded dependency on G4hadronic_util
178                                                    66 
179 ## 2022-03-29 Hoang Tran (run-V11-00-06)           67 ## 2022-03-29 Hoang Tran (run-V11-00-06)
180 - Added new DNAScavenger in PhysicsListHelper      68 - Added new DNAScavenger in PhysicsListHelper for DNA processes
181                                                    69 
182 ## 2022-03-25 Ben Morgan (run-V11-00-05)           70 ## 2022-03-25 Ben Morgan (run-V11-00-05)
183 - Move implementations of task-based Run inter     71 - Move implementations of task-based Run interfaces/implementations into Run
184   category from tasking category.                  72   category from tasking category.
185   - See `History.tasking` file for History of      73   - See `History.tasking` file for History of tasking prior this tag of `run`.
186                                                    74 
187 ## 2022-02-24 Makoto Asai (run-V11-00-04)          75 ## 2022-02-24 Makoto Asai (run-V11-00-04)
188 - Adding verbosity control to some G4cout. Add     76 - Adding verbosity control to some G4cout. Addressing to bug report #2397.
189                                                    77 
190 ## 2022-01-28 Ben Morgan (run-V11-00-03)           78 ## 2022-01-28 Ben Morgan (run-V11-00-03)
191 - Replace `geant4_global_library_target` with      79 - Replace `geant4_global_library_target` with direct file inclusion and
192   call to `geant4_add_category` to define libr     80   call to `geant4_add_category` to define library build from source modules.
193 - Make DLL export symbol a CMake module-level      81 - Make DLL export symbol a CMake module-level compile definition to aid
194   future modularization                            82   future modularization
195                                                <<  83   
196 ## 2022-01-18 Jonas Hahnfeld (run-V11-00-02)       84 ## 2022-01-18 Jonas Hahnfeld (run-V11-00-02)
197 - Prefer pointer to `const G4Material` if poss     85 - Prefer pointer to `const G4Material` if possible
198                                                    86 
199 ## 2021-12-11 Laurie Nevay (run-V11-00-01)         87 ## 2021-12-11 Laurie Nevay (run-V11-00-01)
200 - Fix missing AnnihToTauTau entry from default     88 - Fix missing AnnihToTauTau entry from default physics list ordering that
201   would cause a fatal exception if EmExtra is      89   would cause a fatal exception if EmExtra is used with PositronToMuMu=True.
202                                                    90 
203 ## 2021-12-10 Ben Morgan (run-V11-00-00)           91 ## 2021-12-10 Ben Morgan (run-V11-00-00)
204 - Change to new Markdown History format            92 - Change to new Markdown History format
205                                                    93 
206 ---                                                94 ---
207                                                    95 
208 # History entries prior to 11.0                    96 # History entries prior to 11.0
209                                                    97 
210 October 25, 2021 B.Morgan (run-V10-07-13)          98 October 25, 2021 B.Morgan (run-V10-07-13)
211 - Use G4StrUtil functions replacing deprecated     99 - Use G4StrUtil functions replacing deprecated G4String member functions
212                                                   100 
213 October 21, 2021 Jonas Hahnfeld (run-V10-07-12    101 October 21, 2021 Jonas Hahnfeld (run-V10-07-12)
214 - G4VUserPhysicsList - use custom tracking man    102 - G4VUserPhysicsList - use custom tracking manager if registered
215                                                   103 
216 October 18, 2021 Ben Morgan (run-V10-07-11)       104 October 18, 2021 Ben Morgan (run-V10-07-11)
217 - Use std::string member functions from G4Stri    105 - Use std::string member functions from G4String in place of synonyms
218                                                   106 
219 October 6, 2021 Alberto Ribon (run-V10-07-10)     107 October 6, 2021 Alberto Ribon (run-V10-07-10)
220 - G4PhysicsListHelper : replaced hardwired num    108 - G4PhysicsListHelper : replaced hardwired numerical process types and
221   sub-types with corresponding enum values        109   sub-types with corresponding enum values
222                                                   110 
223 September 10, 2021 Gabriele Cosmo (run-V10-07-    111 September 10, 2021 Gabriele Cosmo (run-V10-07-09)
224 - Added new Ranlux++ engine to the list of sup    112 - Added new Ranlux++ engine to the list of supported random engines in
225   G4UserWorkerThreadInitialization. Requires C    113   G4UserWorkerThreadInitialization. Requires CLHEP-2.4.5.1.
226                                                   114 
227 August 04, 2021 Alberto Ribon (run-V10-07-08)     115 August 04, 2021 Alberto Ribon (run-V10-07-08)
228 - G4VUserPhysicsList : invoke the new static i    116 - G4VUserPhysicsList : invoke the new static initialization of
229   G4PhysicsModelCatalog in the method G4VUserP    117   G4PhysicsModelCatalog in the method G4VUserPhysicsList::Construct
230                                                   118 
231 July 01, 2021 Vladimir Ivanchenko (run-V10-07-    119 July 01, 2021 Vladimir Ivanchenko (run-V10-07-07)
232 - G4VModularPhysicsList - fixed destruction of    120 - G4VModularPhysicsList - fixed destruction of the vector of G4VPhysicsConstructor
233     for the case, when physics list is created    121     for the case, when physics list is created but physics is not build (CMS report)
234                                                   122 
235 May 20, 2021 Vladimir Ivanchenko (run-V10-07-0    123 May 20, 2021 Vladimir Ivanchenko (run-V10-07-06)
236 - G4VPhysicsConstructor - fix initialisation o    124 - G4VPhysicsConstructor - fix initialisation of hadronic parameters
237     avoiding uncontrolled override of the verb << 125     avoiding uncontrolled override of the verbosityLevel 
238                                                   126 
239 May 17, 2021 Jonathan Madsen (run-V10-07-05)      127 May 17, 2021 Jonathan Madsen (run-V10-07-05)
240 - Removed calling physicsList->TerminateWorker    128 - Removed calling physicsList->TerminateWorker() in G4WorkerRunManager
241   as this appears to cause errors at terminati    129   as this appears to cause errors at termination
242                                                << 130   
243 April 25, 2021 Hoang Tran (run-V10-07-04)         131 April 25, 2021 Hoang Tran (run-V10-07-04)
244 - Added new G4DNAStaticMoleculeReactionProcess    132 - Added new G4DNAStaticMoleculeReactionProcess in PhysicsListHelper for DNA processs
245                                                   133 
246 April 14, 2021 Ben Morgan (run-V10-07-03)         134 April 14, 2021 Ben Morgan (run-V10-07-03)
247 - Migrate to modular CMake build                  135 - Migrate to modular CMake build
248                                                   136 
249 April 13, 2021 Alberto Ribon (run-V10-07-02)      137 April 13, 2021 Alberto Ribon (run-V10-07-02)
250 - GNUmakefile : removed deleted directories (h    138 - GNUmakefile : removed deleted directories (hadronic/models/util/
251   and hadronic/models/management/).               139   and hadronic/models/management/).
252                                                   140 
253 April 09, 2021 Gabriele Cosmo (run-V10-07-01)     141 April 09, 2021 Gabriele Cosmo (run-V10-07-01)
254 - Optimised access to volumes and regions stor    142 - Optimised access to volumes and regions stores.
255 - Minor c++11 review in use of iterators, init    143 - Minor c++11 review in use of iterators, initialisers, etc...
256 - Removed obsolete ResetCuts() method in G4VUs    144 - Removed obsolete ResetCuts() method in G4VUserPhysicsList.
257 - General code cleanup and formatting.            145 - General code cleanup and formatting.
258                                                   146 
259 December 07, 2020 Vladimir Ivanchenko (run-V10    147 December 07, 2020 Vladimir Ivanchenko (run-V10-07-00)
260 - G4PhysicsListHelper - added forgotten proces    148 - G4PhysicsListHelper - added forgotten processes (general positron
261     and surface reflection)                       149     and surface reflection)
262                                                   150 
263 November 21, 2020 Gabriele Cosmo (run-V10-06-1    151 November 21, 2020 Gabriele Cosmo (run-V10-06-19)
264 - Fixed compilation warnings in G4RunManager.     152 - Fixed compilation warnings in G4RunManager.
265                                                   153 
266 November 18, 2020 Jonathan Madsen (run-V10-06-    154 November 18, 2020 Jonathan Madsen (run-V10-06-18)
267 - Added G4Profiler support.                       155 - Added G4Profiler support.
268 - Removed TIMEMORY_AUTO_TIMER.                    156 - Removed TIMEMORY_AUTO_TIMER.
269                                                   157 
270 November 17, 2020 G.Cosmo (run-V10-06-17)         158 November 17, 2020 G.Cosmo (run-V10-06-17)
271 - Protect activation of G4BackTrace within G4B    159 - Protect activation of G4BackTrace within G4BT_DEBUG flag in
272   G4RunManagerKernel.                             160   G4RunManagerKernel.
273                                                   161 
274 November 16, 2020 G.Cosmo (run-V10-06-16)         162 November 16, 2020 G.Cosmo (run-V10-06-16)
275 - Fixed typos in printed-out text. Addressing     163 - Fixed typos in printed-out text. Addressing problem report #2285.
276                                                   164 
277 October 20th, 2020 Jonathan Madsen (run-V10-06    165 October 20th, 2020 Jonathan Madsen (run-V10-06-15)
278 - Run-managers are friends of G4RunManagerFact    166 - Run-managers are friends of G4RunManagerFactory.
279                                                   167 
280 October 20th, 2020  Jonathan Madsen (run-V10-0    168 October 20th, 2020  Jonathan Madsen (run-V10-06-14)
281 - Added activation of G4Backtrace to G4RunMana    169 - Added activation of G4Backtrace to G4RunManagerKernel.
282                                                   170 
283 October 9th, 2020  Makoto Asai (run-V10-06-13)    171 October 9th, 2020  Makoto Asai (run-V10-06-13)
284 - Added protection for Windows on G4RunManager    172 - Added protection for Windows on G4RunManager::GetRunManager()->rndmSaveThisEvent().
285                                                   173 
286 October 5th, 2020  Makoto Asai (run-V10-06-12)    174 October 5th, 2020  Makoto Asai (run-V10-06-12)
287 - Fix the issue of G4RunManager::GetRunManager    175 - Fix the issue of G4RunManager::GetRunManager()->rndmSaveThisEvent() not working
288   in multithreaded mode. Addresses to Bug Repo    176   in multithreaded mode. Addresses to Bug Report #2278.
289                                                   177 
290 September 29th, 2020 Anna Zaborowska (run-V10-    178 September 29th, 2020 Anna Zaborowska (run-V10-06-11)
291 - Bug fix for bug #2276: /random/setSeeds pars    179 - Bug fix for bug #2276: /random/setSeeds parses arguments to int instead of long
292                                                   180 
293 September 27th Vladimir Ivanchenko (run-V10-06    181 September 27th Vladimir Ivanchenko (run-V10-06-10)
294 - G4VModularPhysicsList - fixed typos in print    182 - G4VModularPhysicsList - fixed typos in printouts
295                                                   183 
296 September 21st Jonathan Madsen (run-V10-06-09)    184 September 21st Jonathan Madsen (run-V10-06-09)
297 - Added checks for currentRun before calling r    185 - Added checks for currentRun before calling routines with currentRun
298 - G4MTRunManager:                                 186 - G4MTRunManager:
299     - added banner similar to G4TaskRunManager    187     - added banner similar to G4TaskRunManager at CreateAndStartWorkers
300     - moved master scoring-manager, master wor    188     - moved master scoring-manager, master worlds, fMasterRM from private to protected
301                                                   189 
302 June 30th Gabriele Cosmo (run-V10-06-08)          190 June 30th Gabriele Cosmo (run-V10-06-08)
303 - Added dummy virtual methods Get/SetNumberOfT    191 - Added dummy virtual methods Get/SetNumberOfThreads() in G4RunManager to
304   allow dispatching to inheriting MT/Tasking c    192   allow dispatching to inheriting MT/Tasking classes.
305                                                   193 
306 June 17th Gunter Folger (run-V10-06-07)           194 June 17th Gunter Folger (run-V10-06-07)
307 - Fixes for Windows DLLs. In G4MTRunManager: s    195 - Fixes for Windows DLLs. In G4MTRunManager: split inline static functions into
308   declaration and definition: GetMasterThreadI    196   declaration and definition: GetMasterThreadId(), GetMasterScoringManager(),
309   GetMasterWorlds(), addWorld(), SetSeedOncePe    197   GetMasterWorlds(), addWorld(), SetSeedOncePerCommunication(),
310   SetSeedOncePerCommunication(); added  GetMas    198   SetSeedOncePerCommunication(); added  GetMasterTheadId().
311   In G4RunManager: import/export static 'fGeom    199   In G4RunManager: import/export static 'fGeometryHasBeenDestroyed' using
312   G4RUN_DLL, and include for rundefs.hh           200   G4RUN_DLL, and include for rundefs.hh
313                                                   201 
314 June 4th, 2020  J.Madsen                          202 June 4th, 2020  J.Madsen
315 - Minor class access changes in G4MTRunManager    203 - Minor class access changes in G4MTRunManager to enable inheritance
316   for G4TaskRunManager                            204   for G4TaskRunManager
317   June 17th Gunter Folger,   included in the a    205   June 17th Gunter Folger,   included in the above tag
318                                                   206 
319 May 26th, 2020  A.Howard (run-V10-06-06)          207 May 26th, 2020  A.Howard (run-V10-06-06)
320 - Added second wavelength shifter process to G    208 - Added second wavelength shifter process to G4PhysicsListHelper.cc
321                                                   209 
322 May 20th, 2020  G.Cosmo (run-V10-06-05)           210 May 20th, 2020  G.Cosmo (run-V10-06-05)
323 - Re-applied clang-format after minor rules ad    211 - Re-applied clang-format after minor rules adaptations.
324                                                   212 
325 May 12th, 2020  A.Ribon (run-V10-06-04)           213 May 12th, 2020  A.Ribon (run-V10-06-04)
326 - G4VPhysicsConstructor.cc : added in the cons    214 - G4VPhysicsConstructor.cc : added in the constructors an harmless call
327   to G4HadronicParameters (setting a default p    215   to G4HadronicParameters (setting a default parameter), needed to create
328   the instance of the G4HadronicParameters sin    216   the instance of the G4HadronicParameters singleton before run
329   initialization.                                 217   initialization.
330                                                   218 
331 May 8th, 2020 J. Madsen (run-V10-06-03)           219 May 8th, 2020 J. Madsen (run-V10-06-03)
332 - Applied clang-format                            220 - Applied clang-format
333                                                   221 
334 April 9th, 2020  M.Asai (run-V10-06-02)           222 April 9th, 2020  M.Asai (run-V10-06-02)
335 - G4RunManager.cc, G4WorkerRunManager.cc: Addi    223 - G4RunManager.cc, G4WorkerRunManager.cc: Adding layered mass geometry
336   option for the new "probe" scoring mesh.        224   option for the new "probe" scoring mesh.
337                                                   225 
338 February 18th, 2020  V.Ivanchenko (run-V10-06-    226 February 18th, 2020  V.Ivanchenko (run-V10-06-01)
339 - G4RunManager - does not call G4ParticleTable    227 - G4RunManager - does not call G4ParticleTable for Messenger
340     deletion                                      228     deletion
341                                                   229 
342 December 9th, 2019  B. Morgan (run-V10-06-00)     230 December 9th, 2019  B. Morgan (run-V10-06-00)
343 - Cleanup CMake build, removing obsolete granu    231 - Cleanup CMake build, removing obsolete granular library option and
344   explicit include_directories.                   232   explicit include_directories.
345                                                   233 
346 November 22nd, 2019 J. Madsen (run-V10-05-11)     234 November 22nd, 2019 J. Madsen (run-V10-05-11)
347 - Updated sources.cmake to use ${timemory_LIBR    235 - Updated sources.cmake to use ${timemory_LIBRARIES} instead of
348   difficult to type ${TiMemory_LIBRARIES}         236   difficult to type ${TiMemory_LIBRARIES}
349 - Removed InitializeTiMemory() from G4RunManag    237 - Removed InitializeTiMemory() from G4RunManager
350                                                   238 
351 November 21th, 2019  V.Ivanchenko (run-V10-05-    239 November 21th, 2019  V.Ivanchenko (run-V10-05-10)
352 - G4PhysicsListHelper.cc : make it true thread    240 - G4PhysicsListHelper.cc : make it true thread local singleton
353 - G4RunManager - does not call G4ProcessTable,    241 - G4RunManager - does not call G4ProcessTable, because it is true
354     thread local singleton now                    242     thread local singleton now
355                                                   243 
356 November 19th, 2019  D.Sorokin (run-V10-05-09)    244 November 19th, 2019  D.Sorokin (run-V10-05-09)
357 - G4PhysicsListHelper.cc : Fix typo.              245 - G4PhysicsListHelper.cc : Fix typo.
358                                                   246 
359 November 15th, 2019  G.Cosmo (run-V10-05-08)      247 November 15th, 2019  G.Cosmo (run-V10-05-08)
360 - Fixed cases of implicit type conversions fro    248 - Fixed cases of implicit type conversions from size_t to G4int.
361                                                   249 
362 October 7th, 2019  M.Asai (run-V10-05-07)         250 October 7th, 2019  M.Asai (run-V10-05-07)
363 - G4RunMessenger.cc : accept "/run/storeRndmSt    251 - G4RunMessenger.cc : accept "/run/storeRndmStatToEvent 3".
364   Addressing problem report #2198.                252   Addressing problem report #2198.
365                                                   253 
366 October 3rd, 2019  G.Cosmo (run-V10-05-06)        254 October 3rd, 2019  G.Cosmo (run-V10-05-06)
367 - Properly initialise luxury level for Ranlux*    255 - Properly initialise luxury level for Ranlux* engines in MT mode.
368   Addressing problem report #2184.                256   Addressing problem report #2184.
369                                                   257 
370 September 19th, 2019  M.Asai (run-V10-05-05)      258 September 19th, 2019  M.Asai (run-V10-05-05)
371 - Introducing G4ScoringRealWorld that allows t    259 - Introducing G4ScoringRealWorld that allows to define command-based
372   scorers to a logical volume in the mass worl    260   scorers to a logical volume in the mass world.
373 - Co-working with detutils-V10-05-01.             261 - Co-working with detutils-V10-05-01.
374                                                   262 
375 July 19th, 2019, M. Asai (run-V10-05-04)          263 July 19th, 2019, M. Asai (run-V10-05-04)
376 - G4RunManager, G4RunManagerKernel: addressing    264 - G4RunManager, G4RunManagerKernel: addressing to the cases GDML perser
377   directly replaces the world volume without c    265   directly replaces the world volume without changing the user detector
378   construction.                                   266   construction.
379                                                   267 
380 March 13th, 2019, M. Asai (run-V10-05-03)         268 March 13th, 2019, M. Asai (run-V10-05-03)
381 - G4UserPhysicsListMessenger.cc: Defining unit    269 - G4UserPhysicsListMessenger.cc: Defining unit categories for UI commands
382   that take units. Co-working with intercoms-V    270   that take units. Co-working with intercoms-V10-05-02.
383                                                   271 
384 March 11th, 2019, G. Cosmo (run-V10-05-02)        272 March 11th, 2019, G. Cosmo (run-V10-05-02)
385 - Fixed typos in printouts in G4RunMessenger,     273 - Fixed typos in printouts in G4RunMessenger, G4UserPhysicsListMessenger
386   and G4VUserPhysicsList.                         274   and G4VUserPhysicsList.
387                                                   275 
388 February 13th, 2019, M. Asai (run-V10-05-01)      276 February 13th, 2019, M. Asai (run-V10-05-01)
389 - Fix G4MultiRunAction.cc to coop with more th    277 - Fix G4MultiRunAction.cc to coop with more than one user run action classes
390                                                   278 
391 January 31st, 2019, I.Hrivnacova (run-V10-05-0    279 January 31st, 2019, I.Hrivnacova (run-V10-05-00)
392 - Merged GitHub PR #4: all Boolean operators n    280 - Merged GitHub PR #4: all Boolean operators now return G4bool.
393                                                   281 
394 November 9th, 2018, J. Apostolakis (run-V10-04    282 November 9th, 2018, J. Apostolakis (run-V10-04-22)
395 - G4PhysicsListHelper - new methods to set low    283 - G4PhysicsListHelper - new methods to set low or high 'looper' thresholds
396     in Transportation classes (simple & couple    284     in Transportation classes (simple & coupled.)
397   NOTE: requires co-working tag transport-V10-    285   NOTE: requires co-working tag transport-V10-04-13
398                                                   286 
399 November 9th, 2018, G. Cosmo (run-V10-04-21)      287 November 9th, 2018, G. Cosmo (run-V10-04-21)
400 - G4RunMessenger, G4WorkerRunManager: fixed pr    288 - G4RunMessenger, G4WorkerRunManager: fixed printout typos.
401                                                   289 
402 November 7th, 2018, I. Hrivnacova (run-V10-04-    290 November 7th, 2018, I. Hrivnacova (run-V10-04-20)
403 - Removed a debug printing introduced with G4V    291 - Removed a debug printing introduced with G4VScoreNtupleWriter.
404                                                   292 
405 October 30th, 2018, I. Hrivnacova (run-V10-04-    293 October 30th, 2018, I. Hrivnacova (run-V10-04-17,18,19)
406 - Removed the dependence on analysis:             294 - Removed the dependence on analysis:
407   using the  G4VScoreNtupleWriter interface cl    295   using the  G4VScoreNtupleWriter interface class instead
408   of the concrete class                           296   of the concrete class
409                                                   297 
410 October 27th, 2018, I. Hrivnacova (run-V10-04-    298 October 27th, 2018, I. Hrivnacova (run-V10-04-16)
411 - Fixed GNUmakefile: added analysis/management    299 - Fixed GNUmakefile: added analysis/management include
412                                                   300 
413 October 25th, 2018, I. Hrivnacova (run-V10-04-    301 October 25th, 2018, I. Hrivnacova (run-V10-04-15)
414 - Fixed dependencies in sources.cmake             302 - Fixed dependencies in sources.cmake
415                                                   303 
416 October 25th, 2018, J.Madsen (run-V10-04-14)      304 October 25th, 2018, J.Madsen (run-V10-04-14)
417 - Minor update to G4Run constructor to invoke     305 - Minor update to G4Run constructor to invoke G4StatAnalysis::ResetCpuClock().
418   this enables the calculation of the FOM for     306   this enables the calculation of the FOM for G4StatAnalysis without requiring
419   each instance to hold it's own timer.           307   each instance to hold it's own timer.
420                                                   308 
421 October 25th, 2018, I. Hrivnacova (run-V10-04-    309 October 25th, 2018, I. Hrivnacova (run-V10-04-13)
422 - Adding calls to new G4ScoreNtupleWriter, if     310 - Adding calls to new G4ScoreNtupleWriter, if activated.
423   This utility class implements automated stor    311   This utility class implements automated storing of hits collections
424   of G4THitsMap<G4double> type (used by primit    312   of G4THitsMap<G4double> type (used by primitive scorers) vith Geant4
425   analysis tools.                                 313   analysis tools.
426                                                   314 
427 October 10th, 2018, G.Cosmo (run-V10-04-12)       315 October 10th, 2018, G.Cosmo (run-V10-04-12)
428 - Added clearing of G4AssemblyStore in G4RunMa    316 - Added clearing of G4AssemblyStore in G4RunManager::ReinitializeGeometry().
429                                                   317 
430 August 18th, 2018, V.Ivanchenko (run-V10-04-11    318 August 18th, 2018, V.Ivanchenko (run-V10-04-11)
431 - G4PhysicsListHelper - added two new EM physi    319 - G4PhysicsListHelper - added two new EM physics process types
432                                                   320 
433 July 12th, 2018, G. Cosmo (run-V10-04-10)         321 July 12th, 2018, G. Cosmo (run-V10-04-10)
434 - G4WorkerThread: use G4GeometryWorkspace and     322 - G4WorkerThread: use G4GeometryWorkspace and G4SolidsWorkspace the same
435   way as the other workspaces, through the tem    323   way as the other workspaces, through the templated worskspace pool class.
436 - Coworks with tags in geometry and visualizat    324 - Coworks with tags in geometry and visualization/management.
437                                                   325 
438 June 8th, 2018, J. Madsen (run-V10-04-09)         326 June 8th, 2018, J. Madsen (run-V10-04-09)
439 - Fixed compilation warnings related to TIMEMO    327 - Fixed compilation warnings related to TIMEMORY_AUTO_TIMER macros on Windows
440                                                   328 
441 June 6th, 2018, J. Madsen (run-V10-04-08)         329 June 6th, 2018, J. Madsen (run-V10-04-08)
442 - Added TiMemory auto-timer macros to some key    330 - Added TiMemory auto-timer macros to some key functions in
443   G4RunManager, G4RunManagerKernel, G4MTRunMan    331   G4RunManager, G4RunManagerKernel, G4MTRunManager, and G4MTRunManagerKernel
444 - Added TiMemory libraries and includes to sou    332 - Added TiMemory libraries and includes to sources.cmake
445                                                   333 
446 May 17th, 2018, J. Madsen (run-V10-04-07)         334 May 17th, 2018, J. Madsen (run-V10-04-07)
447 - updated "thread-local-static-var" model to      335 - updated "thread-local-static-var" model to
448   "function-returning-thread-local-static-refe    336   "function-returning-thread-local-static-reference" model
449   which fixes Windows DLL + MT                    337   which fixes Windows DLL + MT
450                                                   338 
451 April 3, 2018, M. Asai (run-V10-04-06)            339 April 3, 2018, M. Asai (run-V10-04-06)
452 - G4ExceptionHandler: Add track/step/volume in    340 - G4ExceptionHandler: Add track/step/volume information when
453   exception happens while event is in process.    341   exception happens while event is in process.
454                                                   342 
455 February 27, 2018, G. Cosmo (run-V10-04-05)       343 February 27, 2018, G. Cosmo (run-V10-04-05)
456 - G4RunManagerKernel: updated also MT banner.     344 - G4RunManagerKernel: updated also MT banner.
457                                                   345 
458 February 26, 2018, M. Asai (run-V10-04-04)        346 February 26, 2018, M. Asai (run-V10-04-04)
459 - G4RunManagerKernel: two general papers are a    347 - G4RunManagerKernel: two general papers are added to the banner.
460                                                   348 
461 February 21 2018 Jonathan Madsen (run-V10-04-0    349 February 21 2018 Jonathan Madsen (run-V10-04-03)
462 - Replace pthread-style <void*(void*)> functio    350 - Replace pthread-style <void*(void*)> function signatures with
463   <void(G4WorkerThread*)> as it is now unneces    351   <void(G4WorkerThread*)> as it is now unnecessary
464                                                   352 
465 February 12 2018 Jonathan Madsen (run-V10-04-0    353 February 12 2018 Jonathan Madsen (run-V10-04-02)
466 - Removed WIN32 conditional for G4THREADCREATE    354 - Removed WIN32 conditional for G4THREADCREATE in
467   G4UnserWorkerThreadInitialization (no longer    355   G4UnserWorkerThreadInitialization (no longer needed)
468 - Changed G4Thread to G4NativeThread when sett    356 - Changed G4Thread to G4NativeThread when setting pin affinity in
469   G4WorkerThread                                  357   G4WorkerThread
470                                                   358 
471 February 9, 2018, M. Asai (run-V10-04-01)         359 February 9, 2018, M. Asai (run-V10-04-01)
472 - G4RunManagerKernel.cc :                         360 - G4RunManagerKernel.cc :
473   Application state is set to G4State_Init whi    361   Application state is set to G4State_Init while application is in
474   RunInitialization().                            362   RunInitialization().
475 - Co-working with global-V10-04-01.               363 - Co-working with global-V10-04-01.
476                                                   364 
477 December 26, 2017, M. Asai (run-V10-04-00)        365 December 26, 2017, M. Asai (run-V10-04-00)
478 - G4UserPhysicsListMessenger :                    366 - G4UserPhysicsListMessenger :
479   UI command returns an error message if a com    367   UI command returns an error message if a command is refused due
480   to incorrect parameter(s).                      368   to incorrect parameter(s).
481 - This tag requires intercoms-V10-04-01 tag.      369 - This tag requires intercoms-V10-04-01 tag.
482                                                   370 
483 November 21, 2017, G. Cosmo (run-V10-03-16)       371 November 21, 2017, G. Cosmo (run-V10-03-16)
484 - Fixed compilation warning on clang compiler.    372 - Fixed compilation warning on clang compiler.
485                                                   373 
486 November 20, 2017, M. Asai (run-V10-03-13, -14    374 November 20, 2017, M. Asai (run-V10-03-13, -14, -15)
487 - Delete G4RNGHelper singleton object at the e    375 - Delete G4RNGHelper singleton object at the end of program.
488                                                   376 
489 September 12, 2017, K.L.Genser (run-V10-03-12)    377 September 12, 2017, K.L.Genser (run-V10-03-12)
490 - G4PhysicsListHelper added MuAtomicCapture &     378 - G4PhysicsListHelper added MuAtomicCapture & DecayMuAtom
491                                                   379 
492 June 1, 2017, A.Dotti (run-V10-03-11)             380 June 1, 2017, A.Dotti (run-V10-03-11)
493 - Prevent adding multiple times the same SD to    381 - Prevent adding multiple times the same SD to the same LV via
494   G4VUserDetectorConsturction::SetSensitiveDet    382   G4VUserDetectorConsturction::SetSensitiveDetector.
495   In case skip and issue a warning.               383   In case skip and issue a warning.
496                                                   384 
497 May 3, 2017, A. Dotti (run-V10-03-10)             385 May 3, 2017, A. Dotti (run-V10-03-10)
498 - Transfor G4VPhysicsConstructor split-class t    386 - Transfor G4VPhysicsConstructor split-class to be all pointers
499   (assessing valgrind report)                     387   (assessing valgrind report)
500                                                   388 
501 April 26, 2017, A. Dotti (run-V10-03-08, -09)     389 April 26, 2017, A. Dotti (run-V10-03-08, -09)
502 - New design of physics lists for cleanup of m    390 - New design of physics lists for cleanup of memory in MT
503 - Introduced new class G4PhysicsBuilderInterfa    391 - Introduced new class G4PhysicsBuilderInterface from which
504   all physics_lists/builders inherit              392   all physics_lists/builders inherit
505   Worker threads now call G4VUserPhysicsList::    393   Worker threads now call G4VUserPhysicsList::TerminateWorker
506   to clean up physics list thread-specific obj    394   to clean up physics list thread-specific objects
507 - G4VPhysicsConstructor holds list of TLS buil    395 - G4VPhysicsConstructor holds list of TLS builders
508 - Coworking tag phys-builders-V10-03-03           396 - Coworking tag phys-builders-V10-03-03
509                                                   397 
510 April 21, 2017, M. Asai (run-V10-03-07)           398 April 21, 2017, M. Asai (run-V10-03-07)
511 - G4MTRunManager.cc, G4WorkerRunManager.cc : p    399 - G4MTRunManager.cc, G4WorkerRunManager.cc : protect against null
512   pointer for SetUserAction() method.             400   pointer for SetUserAction() method.
513                                                   401 
514 March 24, 2017, M. Asai (run-V10-03-06)           402 March 24, 2017, M. Asai (run-V10-03-06)
515 - G4RunManagerKernel : remove unnecessary warn    403 - G4RunManagerKernel : remove unnecessary warning message.
516 - G4RunManager : notify Vis manager when world    404 - G4RunManager : notify Vis manager when world volune is re-initialized.
517                                                   405 
518 March 23, 2017, G. Cosmo (run-V10-03-05)          406 March 23, 2017, G. Cosmo (run-V10-03-05)
519 - Added deletion of field-manager store and ge    407 - Added deletion of field-manager store and geometry manager thread-local
520   singletons in G4RunManagerKernel destructor.    408   singletons in G4RunManagerKernel destructor.
521                                                   409 
522 March 17, 2017, G. Cosmo (run-V10-03-04, 03)      410 March 17, 2017, G. Cosmo (run-V10-03-04, 03)
523 - Delete G4TransportationManager and G4PathFin    411 - Delete G4TransportationManager and G4PathFinder singletons in
524   G4RunManagerKernel, clearing static leaks at    412   G4RunManagerKernel, clearing static leaks at exit.
525                                                   413 
526 March 13, 2017, G. Cosmo (run-V10-03-02)          414 March 13, 2017, G. Cosmo (run-V10-03-02)
527 - G4WorkerThread: use CleanUpAndDestroyAllWork    415 - G4WorkerThread: use CleanUpAndDestroyAllWorkspaces() from workspace pools
528   in DestroyGeometryAndPhysicsVector(). Minor     416   in DestroyGeometryAndPhysicsVector(). Minor code cleanup.
529                                                   417 
530 February 9, 2017, M. Asai (run-V10-03-01)         418 February 9, 2017, M. Asai (run-V10-03-01)
531 - Banner on worker RunManager will no longer b    419 - Banner on worker RunManager will no longer be printed.
532                                                   420 
533 December 22, 2016, L. Desorgher (run-V10-03-00    421 December 22, 2016, L. Desorgher (run-V10-03-00)
534 - Modifications to solve bug with reverse trac    422 - Modifications to solve bug with reverse track splitting.
535   Works with tag tracking-V10-03-00.              423   Works with tag tracking-V10-03-00.
536   - Add G4AdjointSimManager::ResetDidOneAdjPar    424   - Add G4AdjointSimManager::ResetDidOneAdjPartReachExtSourceDuringEvent()
537   - Use G4AdjointSimManager::ResetDidOneAdjPar    425   - Use G4AdjointSimManager::ResetDidOneAdjPartReachExtSourceDuringEvent() in
538                 G4AdjointPrimaryGeneratorActio    426                 G4AdjointPrimaryGeneratorAction.
539                                                   427 
540 November 15, 2016 A. Dotti (run-V10-02-38,-39)    428 November 15, 2016 A. Dotti (run-V10-02-38,-39)
541 - Fix bug #1908: create unique names with logV    429 - Fix bug #1908: create unique names with logVol pointer value
542   for G4MultiSD and avoid to register target S    430   for G4MultiSD and avoid to register target SD implictly
543                                                   431 
544 November 7, 2016, G.Folger (run-V10-02-37)        432 November 7, 2016, G.Folger (run-V10-02-37)
545 - remove #define for aParticleIterator from G4    433 - remove #define for aParticleIterator from G4VPhysicsConstructor.hh
546    Move the #define for theParticleIterator to    434    Move the #define for theParticleIterator to G4VUserPhysicsList.cc
547                                                   435 
548 October 21, 2016, A.Dotti (run-V10-02-36)         436 October 21, 2016, A.Dotti (run-V10-02-36)
549 - Partially revert back previous tag to solve     437 - Partially revert back previous tag to solve deadlocks.
550   G4MTRunManager::GetNumberOfActiveThreads() r    438   G4MTRunManager::GetNumberOfActiveThreads() returns size of the
551   threads pool. This number may be different f    439   threads pool. This number may be different from
552   G4Threading::GetNumberOfWorkerThreads() that    440   G4Threading::GetNumberOfWorkerThreads() that instead returns the
553   number of threads currently in running state    441   number of threads currently in running state (during start
554   of threads)                                     442   of threads)
555                                                   443 
556 October 21, 2016 G.Cosmo (run-V10-02-35)          444 October 21, 2016 G.Cosmo (run-V10-02-35)
557 - Moved initialisation of G4VUPLSplitter threa    445 - Moved initialisation of G4VUPLSplitter thread-local data to be inline
558   along with generic template type. Removed ex    446   along with generic template type. Removed explicit initialisation of
559   thread-local data from workspaces, as now ha    447   thread-local data from workspaces, as now happening inline in
560   G4TWorkspacePool.                               448   G4TWorkspacePool.
561   Fixing compilation/linking errors on clang-3    449   Fixing compilation/linking errors on clang-3.9 and XCode-8 on MacOS.
562 - Requires tags "global-V10-02-30" and "partic    450 - Requires tags "global-V10-02-30" and "particles-V10-02-30".
563                                                   451 
564 October 12, 2016, A.Dotti (run-V10-02-34)         452 October 12, 2016, A.Dotti (run-V10-02-34)
565 - Use G4Threading::GetNumberOfWorkerThreads me    453 - Use G4Threading::GetNumberOfWorkerThreads method.
566   Requires global-V10-02-28                       454   Requires global-V10-02-28
567                                                   455 
568                                                   456 
569 October 14, 2016, G.Cosmo (run-V10-02-33, 32)     457 October 14, 2016, G.Cosmo (run-V10-02-33, 32)
570 - Again trying fixing G4RNGHelper inlining iss    458 - Again trying fixing G4RNGHelper inlining issue.
571                                                   459 
572 October 13, 2016, G.Cosmo (run-V10-02-31)         460 October 13, 2016, G.Cosmo (run-V10-02-31)
573 - Explicitly initialise G4VUPLSplitter data in    461 - Explicitly initialise G4VUPLSplitter data in G4PhysicsListWorkspace.
574 - Moved static GetInstance() method in G4RNGHe    462 - Moved static GetInstance() method in G4RNGHelper to be not inline.
575 - Grouped #include statements in G4WorkerThrea    463 - Grouped #include statements in G4WorkerThread.cc.
576                                                   464 
577 October 12, 2016, G.Folger (run-V10-02-30)        465 October 12, 2016, G.Folger (run-V10-02-30)
578 - Add method GetParticleIterator in G4VUserPhy    466 - Add method GetParticleIterator in G4VUserPhysicsList
579    and make these methods const and protected     467    and make these methods const and protected in both classes
580    ... fix for compilation/linking errors on c    468    ... fix for compilation/linking errors on clang-3.9 and XCode-8 on MacOS.
581                                                   469 
582 October 11, 2016, G.Folger (run-V10-02-29)        470 October 11, 2016, G.Folger (run-V10-02-29)
583 - Add method GetParticleIterator in G4VPhysics    471 - Add method GetParticleIterator in G4VPhysicsConstructor
584   Start to fix for compilation/linking errors     472   Start to fix for compilation/linking errors on clang-3.9 and XCode-8 on MacOS.
585                                                   473 
586 October 3, 2016, M.Asai (run-V10-02-27, -28)      474 October 3, 2016, M.Asai (run-V10-02-27, -28)
587 - G4GunManagerKernel: G4Exception is replaced     475 - G4GunManagerKernel: G4Exception is replaced with G4cout when the world
588   volume is assigned at PreInit or Idle state.    476   volume is assigned at PreInit or Idle state.
589                                                   477 
590 September 21, 2016, G.Cosmo                       478 September 21, 2016, G.Cosmo
591 - Restored trunk to "run-V10-02-25".              479 - Restored trunk to "run-V10-02-25".
592   Modifications done in previous tags cause du    480   Modifications done in previous tags cause duplicate symbols in generation
593   of the dynamic library on Mac... A cleaner s    481   of the dynamic library on Mac... A cleaner solution needs to be applied in
594   order to take also into account improper use    482   order to take also into account improper use of splitters symbols by
595   derived physics-lists and custom physics-lis    483   derived physics-lists and custom physics-lists in examples and tests.
596                                                   484 
597 September 20, 2016, G.Cosmo (run-V10-02-26)       485 September 20, 2016, G.Cosmo (run-V10-02-26)
598 - Explicitly initialise templated data in G4Ph    486 - Explicitly initialise templated data in G4PhysicsListWorkspace,
599   G4VUserPhysicsList, G4WorkerThread, G4Worker    487   G4VUserPhysicsList, G4WorkerThread, G4WorkerRunManager and
600   G4MTRunManager translation units.               488   G4MTRunManager translation units.
601   Fixing compilation/linking errors on clang-3    489   Fixing compilation/linking errors on clang-3.9 and XCode-8 on MacOS.
602                                                   490 
603 September 14, 2016, M.Asai (run-V10-02-25)        491 September 14, 2016, M.Asai (run-V10-02-25)
604 - Geant4 is now in G4State_Init state while in    492 - Geant4 is now in G4State_Init state while initialization phase.
605   This is enforced even if the user uses only     493   This is enforced even if the user uses only the G4GunManagerKernel.
606                                                   494 
607 September 13, 2016, M.Asai (run-V10-02-24)        495 September 13, 2016, M.Asai (run-V10-02-24)
608 - Geant4 is now in G4State_Init state while G4    496 - Geant4 is now in G4State_Init state while G4RunManager::Initialize().
609                                                   497 
610 September 7, 2016, G.Cosmo (run-V10-02-23)        498 September 7, 2016, G.Cosmo (run-V10-02-23)
611 - Fixed GNUmakefile for missing dependency on     499 - Fixed GNUmakefile for missing dependency on global/HEPNumerics, now required.
612                                                   500 
613 September 2, 2016 M.Asai (run-V10-02-22)          501 September 2, 2016 M.Asai (run-V10-02-22)
614 - sources.cmake : add global/HEPNumerics          502 - sources.cmake : add global/HEPNumerics
615                                                   503 
616 August 4, 2016 M.Asai (run-V10-02-21)             504 August 4, 2016 M.Asai (run-V10-02-21)
617 - G4WorkerRunManager.cc : minor printout impro    505 - G4WorkerRunManager.cc : minor printout improvement.
618                                                   506 
619 July 29, 30, 2016 M.Asai      (run-V10-02-19,     507 July 29, 30, 2016 M.Asai      (run-V10-02-19, -20)
620 - Fix G4UnitDefinition to be properly shared b    508 - Fix G4UnitDefinition to be properly shared by all threads.
621   Addressed to Bug report #1869.                  509   Addressed to Bug report #1869.
622                                                   510 
623 July 22, 2016 M.Asai      (run-V10-02-16, -17     511 July 22, 2016 M.Asai      (run-V10-02-16, -17 and -18)
624 - Fix G4UnitsTable to be properly shared by al    512 - Fix G4UnitsTable to be properly shared by all threads.
625   Addressed to Bug report #1869.                  513   Addressed to Bug report #1869.
626                                                   514 
627 July 21, 2016 L.Desorgher  (run-V10-02-15)        515 July 21, 2016 L.Desorgher  (run-V10-02-15)
628 - Remove compilation warnings in  G4AdjointPri    516 - Remove compilation warnings in  G4AdjointPrimaryGeneratorAction.
629                                                   517 
630 July 21, 2016 L.Desorgher  (run-V10-02-14)        518 July 21, 2016 L.Desorgher  (run-V10-02-14)
631 - Modification of G4AdjointSimManager, G4Adjoi    519 - Modification of G4AdjointSimManager, G4AdjointPrimaryGeneratorAction
632  and G4AdjointSimMessenger for the implementat    520  and G4AdjointSimMessenger for the implementation of the
633  splitting of the reverse MC tracking.            521  splitting of the reverse MC tracking.
634                                                   522 
635 July 7, 2016 G.Cosmo     (run-V10-02-13)          523 July 7, 2016 G.Cosmo     (run-V10-02-13)
636 - Removed redundant check in G4VUPLSplitter::U    524 - Removed redundant check in G4VUPLSplitter::UseWorkArea().
637   Addressing problem report #1876.                525   Addressing problem report #1876.
638                                                   526 
639 June 1, 2016 M.Asai      (run-V10-02-12)          527 June 1, 2016 M.Asai      (run-V10-02-12)
640 - G4PhysicsListHelper.cc: Fix the default proc    528 - G4PhysicsListHelper.cc: Fix the default process ordering parameters
641   for G4UnknownDecay that should not have AtRe    529   for G4UnknownDecay that should not have AtRest.
642                                                   530 
643 June 1, 2016 L.Desorgher (run-V10-02-11)          531 June 1, 2016 L.Desorgher (run-V10-02-11)
644 - G4AdjointSimManager correction in the use of    532 - G4AdjointSimManager correction in the use of run actions to avoid
645   infinite loop during an adjoint simulation.     533   infinite loop during an adjoint simulation.
646 - G4AdjointPrimaryGenerationAction. Remove 3 t    534 - G4AdjointPrimaryGenerationAction. Remove 3 times spliting of
647   primary adjoint gamma.                          535   primary adjoint gamma.
648                                                   536 
649 Apr 15rd, 2016 V.Ivanchenko(run-V10-02-10)        537 Apr 15rd, 2016 V.Ivanchenko(run-V10-02-10)
650 - G4PhysicsListHelper - disable msc PostStep      538 - G4PhysicsListHelper - disable msc PostStep
651                                                   539 
652 Feb 23rd, 2016 A.Dotti     (run-V10-02-09)        540 Feb 23rd, 2016 A.Dotti     (run-V10-02-09)
653 - minor typos correction in output                541 - minor typos correction in output
654                                                   542 
655 Feb 22nd, 2016 A.Dotti     (run-V10-02-08)        543 Feb 22nd, 2016 A.Dotti     (run-V10-02-08)
656 - Introduce new UI command: /run/workersProces    544 - Introduce new UI command: /run/workersProcessCmds to trigger
657   execution of UI commands by workers even wit    545   execution of UI commands by workers even without a /run/beamOn
658   C++ API is G4MTRunManager::RequestWorkersPro    546   C++ API is G4MTRunManager::RequestWorkersProcessCommandsStack()
659 - When workers are terminated they execute the    547 - When workers are terminated they execute the UI commands issued
660   after the last /run/beamOn                      548   after the last /run/beamOn
661                                                   549 
662 Feb 18th, 2016 A.Dotti     (run-V10-02-07)        550 Feb 18th, 2016 A.Dotti     (run-V10-02-07)
663 - Fix compilation in WIN attempt #1               551 - Fix compilation in WIN attempt #1
664                                                   552 
665 Feb 18th, 2016 A.Dotti     (run-V10-02-06)        553 Feb 18th, 2016 A.Dotti     (run-V10-02-06)
666 - Use new class G4MTBarrier to implement synch    554 - Use new class G4MTBarrier to implement synchronization points.
667                                                   555 
668 Feb 9th, 2016 A.Dotti      (run-V10-02-05)        556 Feb 9th, 2016 A.Dotti      (run-V10-02-05)
669 - Fix typo of G4CONDITIONBORADCAST (requires g    557 - Fix typo of G4CONDITIONBORADCAST (requires global-V10-02-03)
670 - use scoped enum for G4MTRunManager:: WorkerA    558 - use scoped enum for G4MTRunManager:: WorkerAcitonRequest and
671   add PROCESSUI action                            559   add PROCESSUI action
672 - add G4MTRunManager::GetNumberActiveThreads()    560 - add G4MTRunManager::GetNumberActiveThreads() method
673 - Introduced skeleton for new functionality to    561 - Introduced skeleton for new functionality to force workers to
674   execute UI commands w/o beamOn (not function    562   execute UI commands w/o beamOn (not functioning yet)
675                                                   563 
676 Feb 5th, 2016 P.Gumplinger (run-V10-02-04)        564 Feb 5th, 2016 P.Gumplinger (run-V10-02-04)
677 - fix val-grind memory leakage check tool erro    565 - fix val-grind memory leakage check tool error in G4RunMessenger
678                                                   566 
679 Feb 1st, 2016 A.Dotti (run-V10-02-03)             567 Feb 1st, 2016 A.Dotti (run-V10-02-03)
680 - removing automatic handling of multi-user ac    568 - removing automatic handling of multi-user actions
681    in G4RunManager::SetUserAction(XYZ) (tag ru    569    in G4RunManager::SetUserAction(XYZ) (tag run-V10-02-01) since
682   reverse MC needs ability to replace user-act    570   reverse MC needs ability to replace user-actions.
683   if needed, multiple user-actions must be ins    571   if needed, multiple user-actions must be instantiated and handled by
684   user code                                       572   user code
685                                                   573 
686 Jan 29th, 2016 A.Dotti (run-V10-02-02)            574 Jan 29th, 2016 A.Dotti (run-V10-02-02)
687 - Renaming all MT related exception to have co    575 - Renaming all MT related exception to have code matching pattern:
688   Run01[0-9]{2} current maximum number Run0127    576   Run01[0-9]{2} current maximum number Run0127
689   (JIRA TASK: DEV-74)                             577   (JIRA TASK: DEV-74)
690                                                   578 
691 Jan 19th, 2016 A.Dotti (run-V10-02-01)            579 Jan 19th, 2016 A.Dotti (run-V10-02-01)
692 - Adding G4MultiRunAction to allow multiple ru    580 - Adding G4MultiRunAction to allow multiple run actions in a single
693   job.                                            581   job.
694 - Adding G4MultiPrimaryAction to allow multipl    582 - Adding G4MultiPrimaryAction to allow multiple user-primary generation
695   actions in a single job                         583   actions in a single job
696 - Adding hangling of multiple actions. Require    584 - Adding hangling of multiple actions. Requires event-V10-02-01 and
697   tracking-V10-02-00                              585   tracking-V10-02-00
698                                                   586 
699 Jan 27th, 2016 M.Asai (run-V10-02-00)             587 Jan 27th, 2016 M.Asai (run-V10-02-00)
700 - G4PhysicsListHelper: add entry for G4Paralle    588 - G4PhysicsListHelper: add entry for G4ParallelWorldProcess
701 - G4RunManager, G4WorkerRunManager: change pro    589 - G4RunManager, G4WorkerRunManager: change process order index of
702   G4ParallelWorldProcess to 9900 to make sure     590   G4ParallelWorldProcess to 9900 to make sure it is registered
703   prior to G4OpBoundaryProcess.                   591   prior to G4OpBoundaryProcess.
704                                                   592 
705 Nov 14th, 2015 M.Asai (run-V10-01-16)             593 Nov 14th, 2015 M.Asai (run-V10-01-16)
706 - Co-working with particles-V10-01-17. Destruc    594 - Co-working with particles-V10-01-17. Destructor of G4WorkerRunManagerKernel
707   invokes G4ParticleTable::DestroyWorkerG4Part    595   invokes G4ParticleTable::DestroyWorkerG4ParticleTable() to cleanly delete
708   thread-local particle dictionaries.             596   thread-local particle dictionaries.
709                                                   597 
710 Nov 11th, 2015 A.Dotti (run-V10-01-15)            598 Nov 11th, 2015 A.Dotti (run-V10-01-15)
711 - Implementing suggestions on improving docume    599 - Implementing suggestions on improving documentation for new UI
712   command for strong reproducibility.             600   command for strong reproducibility.
713                                                   601 
714 Nov 9th, 2015  G.Cosmo (run-V10-01-14)            602 Nov 9th, 2015  G.Cosmo (run-V10-01-14)
715 - Added MixMaxRng to the list of possible engi    603 - Added MixMaxRng to the list of possible engines to use in
716   G4UserWorkerThreadInitialization::SetupRNGEn    604   G4UserWorkerThreadInitialization::SetupRNGEngine().
717 - Requires installation of CLHEP version 2.3.1    605 - Requires installation of CLHEP version 2.3.1.0.
718                                                   606 
719 Nov 6th, 2015  A.Dotti (run-V10-01-13)            607 Nov 6th, 2015  A.Dotti (run-V10-01-13)
720 - Bug fixing for RNG strong-reproducibility       608 - Bug fixing for RNG strong-reproducibility
721   in MT mode                                      609   in MT mode
722                                                   610 
723 Oct 23rd, 2015 A.Dotti (run-V10-01-12)            611 Oct 23rd, 2015 A.Dotti (run-V10-01-12)
724 - Fixing typo in exception warning output         612 - Fixing typo in exception warning output
725                                                   613 
726 Sept 4th, 2015 A.Dotti (run-V10-01-11)            614 Sept 4th, 2015 A.Dotti (run-V10-01-11)
727 - Fixing bug for G4MultiSensitiveDetector func    615 - Fixing bug for G4MultiSensitiveDetector functionality
728                                                   616 
729 Aug 14th, 2015 A.Dotti   (run-V10-01-10)          617 Aug 14th, 2015 A.Dotti   (run-V10-01-10)
730 - Added new G4MultiSensitiveDetector functiona    618 - Added new G4MultiSensitiveDetector functionality
731   Requires digits_hits-V10-01-00                  619   Requires digits_hits-V10-01-00
732                                                   620 
733 May 16th, 2015 J.Allison (run-V10-01-09)          621 May 16th, 2015 J.Allison (run-V10-01-09)
734 - Replaced !G4Threading::IsWorkerThread() by G    622 - Replaced !G4Threading::IsWorkerThread() by G4Threading::IsMasterThread().
735                                                   623 
736 May 7th, 2015 A.Dotti (run-V10-01-06)             624 May 7th, 2015 A.Dotti (run-V10-01-06)
737 - G4MTRunManager: Remove explicit initializati    625 - G4MTRunManager: Remove explicit initialization of Bertini cascade
738   (done in Bertini module), requires hadr-casc    626   (done in Bertini module), requires hadr-casc-V10-01-04
739                                                   627 
740 March 27th, 2015 G. Cosmo (run-V10-01-05)         628 March 27th, 2015 G. Cosmo (run-V10-01-05)
741 - G4VUserPhysicsList: lookup for default-world    629 - G4VUserPhysicsList: lookup for default-world-region in G4RegionStore
742   instead of accessing the store at index 0. I    630   instead of accessing the store at index 0. It's not always guaranteed the
743   default world region is the first element in    631   default world region is the first element in the store!
744                                                   632 
745 March 4th, 2015 A. Dotti (run-V10-01-03, run-V    633 March 4th, 2015 A. Dotti (run-V10-01-03, run-V10-01-04)
746 - Correct handling of deletion of workerRMvect    634 - Correct handling of deletion of workerRMvector static
747                                                   635 
748 February 10th, 2015 A.Dotti (run-V10-01-02)       636 February 10th, 2015 A.Dotti (run-V10-01-02)
749 - Removing sporious MKL engine reference          637 - Removing sporious MKL engine reference
750                                                   638 
751 February 6th, 2015 A.Dotti (run-V10-01-01)        639 February 6th, 2015 A.Dotti (run-V10-01-01)
752 - Move setting of pin affinity from G4MTRunMan    640 - Move setting of pin affinity from G4MTRunManagerKernel::StartThread
753   to G4WorkerThread                               641   to G4WorkerThread
754 - New method G4WorkerRunManager::DoWork(), cal    642 - New method G4WorkerRunManager::DoWork(), called by
755   G4MTRunManagerKernel::StartThread to process    643   G4MTRunManagerKernel::StartThread to process requests of new runs
756   from kernel                                     644   from kernel
757                                                   645 
758 December 5th, 2014 M.Asai (run-V10-01-00)         646 December 5th, 2014 M.Asai (run-V10-01-00)
759 - Print deleting message of G4NavigationHistor    647 - Print deleting message of G4NavigationHistoryPool only if the
760   verbose level is set to 2.                      648   verbose level is set to 2.
761                                                   649 
762 November 24th, 2014 M.Asai (run-V10-00-43)        650 November 24th, 2014 M.Asai (run-V10-00-43)
763 - Fix G4VUserPhysicsList.cc to alternate the c    651 - Fix G4VUserPhysicsList.cc to alternate the cut value for the
764   region that shared the default cut value.       652   region that shared the default cut value.
765                                                   653 
766 November 20th, 2014 M.Asai, A.Dotti (run-V10-0    654 November 20th, 2014 M.Asai, A.Dotti (run-V10-00-42)
767 - Fix coverity defects                            655 - Fix coverity defects
768 - Fix for G4RunManager in case macroFile in be    656 - Fix for G4RunManager in case macroFile in beamOn is " "
769                                                   657 
770 November 14th, 2014 M.Asai (run-V10-00-41)        658 November 14th, 2014 M.Asai (run-V10-00-41)
771 - Fix Coverity defects related to keeping even    659 - Fix Coverity defects related to keeping events.
772                                                   660 
773 November 8th, 2014 M.Asai (run-V10-00-39 -40)     661 November 8th, 2014 M.Asai (run-V10-00-39 -40)
774 - Further fix of logic at G4RunManager::RunTer    662 - Further fix of logic at G4RunManager::RunTermination() for keeping
775   events                                          663   events
776                                                   664 
777 November 7th, 2014 A.Dotti (run-V10-00-38)        665 November 7th, 2014 A.Dotti (run-V10-00-38)
778 - Fix logic at G4RunManager::RunTermination()     666 - Fix logic at G4RunManager::RunTermination() for keeping events
779                                                   667 
780 November 6th, 2014 M.Asai (run-V10-00-37)         668 November 6th, 2014 M.Asai (run-V10-00-37)
781 - Fix unnecessary print-out incorrectly added     669 - Fix unnecessary print-out incorrectly added with run-V10-00-31.
782                                                   670 
783 November 6th, 2014 M.Asai (run-V10-00-36)         671 November 6th, 2014 M.Asai (run-V10-00-36)
784 - In MT mode, a new option of setting random n    672 - In MT mode, a new option of setting random number seeds only once
785   per run per worker thread is introduced.        673   per run per worker thread is introduced.
786                                                   674 
787 October 27th, 2014 M.Asai (run-V10-00-35)         675 October 27th, 2014 M.Asai (run-V10-00-35)
788 - Introduced /run/useMaximumLogicalCores UI co    676 - Introduced /run/useMaximumLogicalCores UI command.
789                                                   677 
790 October 24th, 2014 J.Apostolakis,A.Dotti (run-    678 October 24th, 2014 J.Apostolakis,A.Dotti (run-V10-00-34)
791 - Introduced workspace for physics list split-    679 - Introduced workspace for physics list split-classes
792 - Improved workspace from particledefinition s    680 - Improved workspace from particledefinition split-class
793 - Requires global-V10-00-40 and particles-V10-    681 - Requires global-V10-00-40 and particles-V10-00-25
794                                                   682 
795 October 24th, 2014 M.Asai (run-V10-00-33)         683 October 24th, 2014 M.Asai (run-V10-00-33)
796 - Fix cleaning up of kept events when Vis thre    684 - Fix cleaning up of kept events when Vis thread keeps events.
797                                                   685 
798 October 23rd, 2014 A.Dotti J.Apostolakis (run-    686 October 23rd, 2014 A.Dotti J.Apostolakis (run-V10-00-32)
799 - Enable use of G4ParticlesWorkspace. Requires    687 - Enable use of G4ParticlesWorkspace. Requires particles-V10-00-24
800                                                   688 
801 October 17th, 2014 A.Dotti (run-V10-00-31)        689 October 17th, 2014 A.Dotti (run-V10-00-31)
802 - G4RunManagerKernel::RunTermination() workers    690 - G4RunManagerKernel::RunTermination() workers do not
803   call G4ProductionCutsTable::PhysicsTableUpda    691   call G4ProductionCutsTable::PhysicsTableUpdated()
804 - G4WorkerRunManager::TermianteEventLoop() imp    692 - G4WorkerRunManager::TermianteEventLoop() implemented
805   in workerd and avoid data-race on shared        693   in workerd and avoid data-race on shared
806   resource fGeometryHasBeenDestroyed              694   resource fGeometryHasBeenDestroyed
807 - G4WorkerThread::UpdateGeometryAndPhysicsVect    695 - G4WorkerThread::UpdateGeometryAndPhysicsVectorFromMaster
808   remove mechanism of copying pointer of regio    696   remove mechanism of copying pointer of region that is
809   not needed                                      697   not needed
810                                                   698 
811 October 14th, 2014 M.Asai (run-V10-00-30)         699 October 14th, 2014 M.Asai (run-V10-00-30)
812 - G4MTRunManager : Make sure G4RunManager::Ter    700 - G4MTRunManager : Make sure G4RunManager::TerminateEventLoop() is
813   invoked at the end of run.                      701   invoked at the end of run.
814                                                   702 
815 October 1st, 2015 M.Asai (run-V10-00-29)          703 October 1st, 2015 M.Asai (run-V10-00-29)
816 - Introduing the mechanism of G4Event not to b    704 - Introduing the mechanism of G4Event not to be deleted until it is
817   visualized by the other thread.                 705   visualized by the other thread.
818                                                   706 
819 August 26th, 2014 M.Asai (run-V10-00-28)          707 August 26th, 2014 M.Asai (run-V10-00-28)
820 - All the G4ParallelWorldProcess objects of al    708 - All the G4ParallelWorldProcess objects of all threads update their
821   corresponding world volumes when the entire     709   corresponding world volumes when the entire geometry has been
822   destroyed and rebuilt from scratch. Addressi    710   destroyed and rebuilt from scratch. Addressing further to bug
823   report #1665. Co-working with procscore-V10-    711   report #1665. Co-working with procscore-V10-00-00.
824                                                   712 
825 August 25th, 2014 M.Asai (run-V10-00-27)          713 August 25th, 2014 M.Asai (run-V10-00-27)
826 - G4VScoringMesh is cleaned when geometry is r    714 - G4VScoringMesh is cleaned when geometry is rebuilt from
827   scratch. Addressing further to bug report #1    715   scratch. Addressing further to bug report #1665. Co-working with
828   digits_hits-V10-00-08.                          716   digits_hits-V10-00-08.
829                                                   717 
830 August 22nd, 2014 M.Asai (run-V10-00-26)          718 August 22nd, 2014 M.Asai (run-V10-00-26)
831 - G4TransportationManager is cleaned when geom    719 - G4TransportationManager is cleaned when geometry is rebuilt from
832   scratch. Addressing further to bug report #1    720   scratch. Addressing further to bug report #1665. Co-working with
833   geomnav-V10-00-08.                              721   geomnav-V10-00-08.
834                                                   722 
835 August 21st, 2014 M.Asai (run-V10-00-25)          723 August 21st, 2014 M.Asai (run-V10-00-25)
836 - Clean up previous tag. Addressing to bug rep    724 - Clean up previous tag. Addressing to bug report #1665.
837                                                   725 
838 August 21st, 2014 M.Asai (run-V10-00-24)          726 August 21st, 2014 M.Asai (run-V10-00-24)
839 - Clear root logical volume pointers in G4Regi    727 - Clear root logical volume pointers in G4Region when geometry is
840   rebuilt from scratch.                           728   rebuilt from scratch.
841                                                   729 
842 August 19th, 2014 M.Asai (run-V10-00-23)          730 August 19th, 2014 M.Asai (run-V10-00-23)
843 - Preloading ions is now optional once again.     731 - Preloading ions is now optional once again.
844                                                   732 
845 August 19th, 2014 M.Asai (run-V10-00-22)          733 August 19th, 2014 M.Asai (run-V10-00-22)
846 - Force preload to see all the mechanisms work    734 - Force preload to see all the mechanisms work in previous tag.
847   Co-working with particles-V10-00-20 tag.        735   Co-working with particles-V10-00-20 tag.
848                                                   736 
849 August 18th, 2014 M.Asai (run-V10-00-21)          737 August 18th, 2014 M.Asai (run-V10-00-21)
850 - Preloading ions is now optional. Issues in p    738 - Preloading ions is now optional. Issues in previous tags
851   run-V10-00-18 and run-V10-00-19 are fixed.      739   run-V10-00-18 and run-V10-00-19 are fixed.
852   Co-working with particles-V10-00-19 tag.        740   Co-working with particles-V10-00-19 tag.
853                                                   741 
854 July 19th, 2014 A.Dotti       (run-V10-00-20)     742 July 19th, 2014 A.Dotti       (run-V10-00-20)
855 - Revert back at run-V10-00-17, need more time    743 - Revert back at run-V10-00-17, need more time to udnerstand
856   logic. Previous two tags are *probably* not     744   logic. Previous two tags are *probably* not correct.
857                                                   745 
858 July 19th, 2014 A.Dotti       (run-V10-00-19)     746 July 19th, 2014 A.Dotti       (run-V10-00-19)
859 - Pre-prepares nucleide-table to be empty (fix    747 - Pre-prepares nucleide-table to be empty (fix previous crash)
860   requires particles-V10-00-17                    748   requires particles-V10-00-17
861                                                   749 
862 July 18th, 2014 A.Dotti       (run-V10-00-18)     750 July 18th, 2014 A.Dotti       (run-V10-00-18)
863 - Avoid pre-creation of all ions in sequential    751 - Avoid pre-creation of all ions in sequential mode
864                                                   752 
865 July 17th, 2014 A.Dotti       (run-V10-00-17)     753 July 17th, 2014 A.Dotti       (run-V10-00-17)
866 - Bug fix for bug #1657: /random/setSeeds not     754 - Bug fix for bug #1657: /random/setSeeds not working
867                                                   755 
868 July 14th, 2014 A.Dotti       (run-V10-00-16)     756 July 14th, 2014 A.Dotti       (run-V10-00-16)
869 - Only master thread installs FPE handler         757 - Only master thread installs FPE handler
870 - Worker threads return G4RunManagerKernel::Se    758 - Worker threads return G4RunManagerKernel::SetPhysics method
871   just after setting PL pointer (e.g. no setup    759   just after setting PL pointer (e.g. no setup needed)
872 - G4VUserPhysicsList::SetCuts is not called an    760 - G4VUserPhysicsList::SetCuts is not called anymore by worker threads
873   during physics initialization                   761   during physics initialization
874                                                   762 
875 July 11th, 2014 A.Dotti       (run-V10-00-15)     763 July 11th, 2014 A.Dotti       (run-V10-00-15)
876 - Fixing race condition in G4VUPLSplitter clas    764 - Fixing race condition in G4VUPLSplitter class
877                                                   765 
878 July 5th, 2014 A. Dotti       (run-V10-00-14)     766 July 5th, 2014 A. Dotti       (run-V10-00-14)
879 - Fixing data-race condition in G4RunManagerKe    767 - Fixing data-race condition in G4RunManagerKernel
880   when FPE is active                              768   when FPE is active
881                                                   769 
882 July 5th, 2014 A. Dotti       (run-V10-00-13)     770 July 5th, 2014 A. Dotti       (run-V10-00-13)
883 - Fixing data-race condition when creating RNG    771 - Fixing data-race condition when creating RNG for workers in MT:
884   G4UserWorkerThreadInitialization::SetupRNGEn    772   G4UserWorkerThreadInitialization::SetupRNGEngine
885   (Lock moved beginning of function before def    773   (Lock moved beginning of function before default engine is created)
886                                                   774 
887 July 1th, 2014, V. Ivanchenko (run-V10-00-12)     775 July 1th, 2014, V. Ivanchenko (run-V10-00-12)
888 - G4PhysicsListHelper - minor fix in the defau    776 - G4PhysicsListHelper - minor fix in the default list of processeses:
889     positron annihilation in muons and hadrons    777     positron annihilation in muons and hadrons cannot be AtRest -
890     these are rare high energy discrete proces    778     these are rare high energy discrete processes. Equivalent fix was
891     for OrderingParameterTable (problem report    779     for OrderingParameterTable (problem report #1598)
892                                                   780 
893 June 4th, 2014, L. Desorgher (run-V10-00-11)      781 June 4th, 2014, L. Desorgher (run-V10-00-11)
894 - Changes in G4AdjointSimManager, G4AdjointSim    782 - Changes in G4AdjointSimManager, G4AdjointSimMessenger, and G4AdjointPrimaryGeneratorAction
895   to add fwd primary splitting in the G4RMC.      783   to add fwd primary splitting in the G4RMC.
896                                                   784 
897 June 2nd, 2014, A. Dotti (run-V10-00-10)          785 June 2nd, 2014, A. Dotti (run-V10-00-10)
898 - Increase verbosity in case of NULL process-m    786 - Increase verbosity in case of NULL process-manager pointer in MT
899                                                   787 
900 May 16th, 2014, A. Dotti (run-V10-00-09)          788 May 16th, 2014, A. Dotti (run-V10-00-09)
901 - Fix coverity defects                            789 - Fix coverity defects
902                                                   790 
903 May 14th, 2014, G. Cosmo (run-V10-00-08)          791 May 14th, 2014, G. Cosmo (run-V10-00-08)
904 - Explicitly invoke deletion of new G4Navigati    792 - Explicitly invoke deletion of new G4NavigationHistoryPool instance
905   in G4RunManagerKernel at job's end. Requires    793   in G4RunManagerKernel at job's end. Requires tag geomvol-V10-00-03.
906                                                   794 
907 May 6th, 2014, G. Cosmo (run-V10-00-07)           795 May 6th, 2014, G. Cosmo (run-V10-00-07)
908 - Use G4ThreadLocalStatic in G4VUPLSplitter.      796 - Use G4ThreadLocalStatic in G4VUPLSplitter.
909                                                   797 
910 Apr 11th, 2014, A. Dotti (run-V10-00-06)          798 Apr 11th, 2014, A. Dotti (run-V10-00-06)
911 - Use G4Threading::SetMultithreadedApplication    799 - Use G4Threading::SetMultithreadedApplication(true) if a G4MTRunManagerKernel
912   is instantiated. Requires global-V10-00-16 o    800   is instantiated. Requires global-V10-00-16 or more recent
913                                                   801 
914 Apr 8th, 2014,  A. Dotti (run-V10-00-04,run-V1    802 Apr 8th, 2014,  A. Dotti (run-V10-00-04,run-V10-00-05)
915 - Protect against compilation error in WIN32 f    803 - Protect against compilation error in WIN32 for pin-affinity
916                                                   804 
917 Mar 28th, 2014, A. Dotti (run-V10-00-03)          805 Mar 28th, 2014, A. Dotti (run-V10-00-03)
918 - Protect agains compilation warning for C90 s    806 - Protect agains compilation warning for C90 standard
919                                                   807 
920 Mar 26th, 2014, A. Dotti (run-V10-00-02)          808 Mar 26th, 2014, A. Dotti (run-V10-00-02)
921 - Introduced pin affinity functionalities         809 - Introduced pin affinity functionalities
922                                                   810 
923 Jan 21st, 2014, M. Asai (run-V10-00-01)           811 Jan 21st, 2014, M. Asai (run-V10-00-01)
924 - Making sure worker threads re-build physics     812 - Making sure worker threads re-build physics tables as well when the
925   master thread is requested to rebuild.          813   master thread is requested to rebuild.
926                                                   814 
927 Dec 26th, 2013, M. Asai (run-V10-00-00)           815 Dec 26th, 2013, M. Asai (run-V10-00-00)
928 - Change the order of setting world volume poi    816 - Change the order of setting world volume pointer to the transportation
929   manager for worker thread to be the same as     817   manager for worker thread to be the same as the master thread and the
930   sequential mode, i.e. prior to invoking Cons    818   sequential mode, i.e. prior to invoking ConstructSDandField .
931                                                   819 
932 Dec 2nd, 2013, A. Dotti (run-V09-06-141)          820 Dec 2nd, 2013, A. Dotti (run-V09-06-141)
933 - Adds protection for multiple runs to set SD     821 - Adds protection for multiple runs to set SD and FieldMgr for worker
934   threads only if master shadow corresponding     822   threads only if master shadow corresponding pointers are !=0.
935   This is needed to protect the case in which     823   This is needed to protect the case in which we use an invalid ptr
936   between runs. Needs: geommng-V09-06-16          824   between runs. Needs: geommng-V09-06-16
937                                                   825 
938 Dec 2nd, 2013, M. Asai (run-V09-06-140)           826 Dec 2nd, 2013, M. Asai (run-V09-06-140)
939 - Minor clean up.                                 827 - Minor clean up.
940                                                   828 
941 Nov 29th, 2013, M. Asai (run-V09-06-138, run-V    829 Nov 29th, 2013, M. Asai (run-V09-06-138, run-V09-06-139)
942 - Vis manager is now registered to the worker     830 - Vis manager is now registered to the worker threads at the first
943   run after vis manager is instantiated.          831   run after vis manager is instantiated.
944                                                   832 
945 Nov 27th, 2013, G. Folger (run-V09-06-137)        833 Nov 27th, 2013, G. Folger (run-V09-06-137)
946 - G4MTRunManager.cc: Correctly delete randDbl     834 - G4MTRunManager.cc: Correctly delete randDbl using delete []
947                                                   835 
948 Nov 27th, 2013, G. Folger (run-V09-06-136)        836 Nov 27th, 2013, G. Folger (run-V09-06-136)
949 - Correct deletion of memory: using free() for    837 - Correct deletion of memory: using free() for memory obtained with malloc()
950                                                   838 
951 Nov 26th, 2013, M. Asai (run-V09-06-135)          839 Nov 26th, 2013, M. Asai (run-V09-06-135)
952 - /run/numberOfThreads UI command works only a    840 - /run/numberOfThreads UI command works only at PreInit state.
953                                                   841 
954 Nov 26th, 2013, M. Asai (run-V09-06-134)          842 Nov 26th, 2013, M. Asai (run-V09-06-134)
955 - Protect G4WorkerRunManager::MergePartialResu    843 - Protect G4WorkerRunManager::MergePartialResults() from a fake run.
956                                                   844 
957 Nov 26th, 2013, M. Asai (run-V09-06-133)          845 Nov 26th, 2013, M. Asai (run-V09-06-133)
958 - Remove unnecessary overwriting BeamOn in G4W    846 - Remove unnecessary overwriting BeamOn in G4WorkerRunManager.
959                                                   847 
960 Nov 25th, 2013, M. Asai (run-V09-06-132)          848 Nov 25th, 2013, M. Asai (run-V09-06-132)
961 - BuildPhysicsTables() is now invoked even for    849 - BuildPhysicsTables() is now invoked even for a run with zero event.
962 - ReinitializeGeometry(true) now wipes out G4P    850 - ReinitializeGeometry(true) now wipes out G4PhysicalVolumeStore,
963   G4LogicalVolumeStore and G4SolidStore.          851   G4LogicalVolumeStore and G4SolidStore.
964                                                   852 
965 Nov 25th, 2013, M. Asai (run-V09-06-131)          853 Nov 25th, 2013, M. Asai (run-V09-06-131)
966 - Fix how G4Region split class is re-initializ    854 - Fix how G4Region split class is re-initialized for the second run.
967 - Recover necessary procedures in RunInitializ    855 - Recover necessary procedures in RunInitialization() that were removed
968   in the previous tag.                            856   in the previous tag.
969 - Region information is displayed only for the    857 - Region information is displayed only for the master thread.
970                                                   858 
971 Nov 21st, 2013, M. Asai (run-V09-06-130)          859 Nov 21st, 2013, M. Asai (run-V09-06-130)
972 - Remove unnecessary BeamOn procedures for the    860 - Remove unnecessary BeamOn procedures for the empty run.
973                                                   861 
974 Nov 20th, 2013, M. Asai (run-V09-06-129)          862 Nov 20th, 2013, M. Asai (run-V09-06-129)
975 - Execute an empty run at the very end of G4MT    863 - Execute an empty run at the very end of G4MTRunManager::Initialize()
976   so that all workers are properly set up befo    864   so that all workers are properly set up before the first BeamOn().
977   This is a temporal work-around until we spli    865   This is a temporal work-around until we split Initialization() and
978   BeamOn() of worker thread.                      866   BeamOn() of worker thread.
979                                                   867 
980 Nov 20th, 2013, M. Asai (run-V09-06-128)          868 Nov 20th, 2013, M. Asai (run-V09-06-128)
981 - Rename G4RunManager::GeometryNeedToBeRebuilt    869 - Rename G4RunManager::GeometryNeedToBeRebuilt() to
982   G4RunManager::ReinitializeGeometry() to avoi    870   G4RunManager::ReinitializeGeometry() to avoid confusion.
983                                                   871 
984 Nov 20th, 2013, G. Cosmo (run-V09-06-127)         872 Nov 20th, 2013, G. Cosmo (run-V09-06-127)
985 - Fixes to G4MTRunManger, G4UserWorkerThreadIn    873 - Fixes to G4MTRunManger, G4UserWorkerThreadInitialisation and
986   G4VUserDetectorConstruction to allow for com    874   G4VUserDetectorConstruction to allow for compilation on Windows
987   in MT mode.                                     875   in MT mode.
988                                                   876 
989 Nov 19th, 2013, M. Asai (run-V09-06-126)          877 Nov 19th, 2013, M. Asai (run-V09-06-126)
990 - Correct a typo in G4RunMessenger.               878 - Correct a typo in G4RunMessenger.
991                                                   879 
992 Nov 19th, 2013, M. Asai (run-V09-06-125)          880 Nov 19th, 2013, M. Asai (run-V09-06-125)
993 - Fix incorrect behavior in MT mode when a new    881 - Fix incorrect behavior in MT mode when a new scoring mesh is
994   created after the first run.                    882   created after the first run.
995                                                   883 
996 Nov 18th, 2013, M. Asai (run-V09-06-124)          884 Nov 18th, 2013, M. Asai (run-V09-06-124)
997 - Fix incorrect behavior in MT mode when the e    885 - Fix incorrect behavior in MT mode when the entire geometry is
998   rebuilt from scratch.                           886   rebuilt from scratch.
999                                                   887 
1000 Nov 12th, 2013, M. Asai (run-V09-06-123)         888 Nov 12th, 2013, M. Asai (run-V09-06-123)
1001 - Add missing G4endl.                            889 - Add missing G4endl.
1002                                                  890 
1003 Nov 8th, 2013, L. Desorgher (run-V09-06-122)     891 Nov 8th, 2013, L. Desorgher (run-V09-06-122)
1004 - Remove non used  field 'last_generated_part    892 - Remove non used  field 'last_generated_part_was_adjoint' in
1005   G4AdjointPrimaryGeneratorAction.hh to avoid    893   G4AdjointPrimaryGeneratorAction.hh to avoid compilation warning.
1006                                                  894 
1007 Nov 7th, 2013, L. Desorgher (run-V09-06-121)     895 Nov 7th, 2013, L. Desorgher (run-V09-06-121)
1008 - Modification of adjoint classes to migrate     896 - Modification of adjoint classes to migrate to the new RMC schema where reverse
1009   and forward trackings of  equivalent adjoin    897   and forward trackings of  equivalent adjoint and forward primaries are processed
1010   in the same events. This in preparation for    898   in the same events. This in preparation for the migration to the G4MT mode.
1011                                                  899 
1012 Nov 7th, 2013, A.Dotti (run-V09-06-120)          900 Nov 7th, 2013, A.Dotti (run-V09-06-120)
1013 - Fix correct use of G4VUserWorkerInitializat    901 - Fix correct use of G4VUserWorkerInitialization::InitializeSteppingVerbose()
1014   method in G4MTRunManagerKernel::StartThread    902   method in G4MTRunManagerKernel::StartThread
1015                                                  903 
1016 Nov 6th, 2013, M.Asai  (run-V09-06-119)          904 Nov 6th, 2013, M.Asai  (run-V09-06-119)
1017 - Fix a compilation warning of shadowing.        905 - Fix a compilation warning of shadowing.
1018                                                  906 
1019 Nov 6th, 2013, M.Asai  (run-V09-06-118)          907 Nov 6th, 2013, M.Asai  (run-V09-06-118)
1020 - Fix the logic of defining parallel scoring     908 - Fix the logic of defining parallel scoring worlds and their corresponding
1021   G4ParallelWorldProcess objects for the work    909   G4ParallelWorldProcess objects for the worker threads.
1022                                                  910 
1023 Nov 6th, 2013, A.Dotti  (run-V09-06-117)         911 Nov 6th, 2013, A.Dotti  (run-V09-06-117)
1024 - Correct handling of macro file name as seco    912 - Correct handling of macro file name as second parameter in BeamOn
1025   pass null pointer in G4MTRunManagerKernel::    913   pass null pointer in G4MTRunManagerKernel::StartThread if
1026   G4RunManager::GetSelectMacro returns an emp    914   G4RunManager::GetSelectMacro returns an empty string
1027                                                  915 
1028 Nov 6th, 2013, A.Dotti  (run-V09-06-116)         916 Nov 6th, 2013, A.Dotti  (run-V09-06-116)
1029 - /run/beamOn command is not broadcasted to w    917 - /run/beamOn command is not broadcasted to workers. Workers use explicitly ::RunBeamOn
1030   method in G4MTRunManagerKernel::StartThread    918   method in G4MTRunManagerKernel::StartThread
1031 - Add methods: G4RunManager::GetNumberOfEvent    919 - Add methods: G4RunManager::GetNumberOfEventsToBeProcessed(),
1032                G4RunManager::GetNumberOfSelec    920                G4RunManager::GetNumberOfSelectEvents(),
1033          G4RunManager::GetSelectMacro()          921          G4RunManager::GetSelectMacro()
1034   they return the parameters used in G4RunMan    922   they return the parameters used in G4RunManager::BeamOn( ... )
1035                                                  923 
1036 Nov 5th, 2013, A.Dotti  (run-V09-06-115)         924 Nov 5th, 2013, A.Dotti  (run-V09-06-115)
1037 - Added G4MTRunManager::CreateAndStartWorkers    925 - Added G4MTRunManager::CreateAndStartWorkers virtual protected method
1038 - All barriers are now virtual methods. Deriv    926 - All barriers are now virtual methods. Derived classes can re-implement
1039   synchronization of threads.                    927   synchronization of threads.
1040 - Added G4WorkerRunManager::MergePartialResul    928 - Added G4WorkerRunManager::MergePartialResults() re-factor
1041   reduction of local results into global. Der    929   reduction of local results into global. Derived class cen re-implement
1042   reduction                                      930   reduction
1043                                                  931 
1044 Nov 4th, 2013, A Dotti  (run-V09-06-114)         932 Nov 4th, 2013, A Dotti  (run-V09-06-114)
1045 - Transform G4MTRunManager::TerminateWorkers     933 - Transform G4MTRunManager::TerminateWorkers to a protected
1046   virtual method (from private non-virtual)      934   virtual method (from private non-virtual)
1047                                                  935 
1048 Oct 31th, 2013, A.Dotti (run-V09-06-113)         936 Oct 31th, 2013, A.Dotti (run-V09-06-113)
1049 - Retagging, previous tag was rejected by mis    937 - Retagging, previous tag was rejected by mistake.
1050                                                  938 
1051 Oct 30th, 2013, A.Dotti (run-V09-06-112)         939 Oct 30th, 2013, A.Dotti (run-V09-06-112)
1052 - Bug fixing: reintroduce delete of worker ru    940 - Bug fixing: reintroduce delete of worker run manager at end of
1053   G4MTRunManagerKernel::StartThread function.    941   G4MTRunManagerKernel::StartThread function.
1054                                                  942 
1055 Oct 21st, 2013, M.Asai (run-V09-06-111)          943 Oct 21st, 2013, M.Asai (run-V09-06-111)
1056 - Moved CreateAllIsomer to G4RunManagerKernel    944 - Moved CreateAllIsomer to G4RunManagerKernel so that it is invoked
1057   for both MT and SEQ modes.                     945   for both MT and SEQ modes.
1058                                                  946 
1059 Oct 18th, 2013, A.Dotti (run-V09-06-110)         947 Oct 18th, 2013, A.Dotti (run-V09-06-110)
1060 - Activate use of Workspace mechanism for geo    948 - Activate use of Workspace mechanism for geometry split classes
1061   This tag requires geomvol-V09-06-15, geom-s    949   This tag requires geomvol-V09-06-15, geom-specific-V09-06-21,
1062   geommng-V09-06-13                              950   geommng-V09-06-13
1063                                                  951 
1064 Oct 13th, 2013, M.Asai (run-V09-06-109)          952 Oct 13th, 2013, M.Asai (run-V09-06-109)
1065 - Changed print-out for /run/printProgress co    953 - Changed print-out for /run/printProgress command.
1066                                                  954 
1067 Oct 12th, 2013, M.Asai (run-V09-06-108)          955 Oct 12th, 2013, M.Asai (run-V09-06-108)
1068 - Introducing /run/printProgress command.        956 - Introducing /run/printProgress command.
1069                                                  957 
1070 Oct 12th, 2013, M.Asai (run-V09-06-107)          958 Oct 12th, 2013, M.Asai (run-V09-06-107)
1071 - Fixed guidance tests in G4RunMessenger.        959 - Fixed guidance tests in G4RunMessenger.
1072                                                  960 
1073 Oct 10th, 2013, M.Asai (run-V09-06-106)          961 Oct 10th, 2013, M.Asai (run-V09-06-106)
1074 - Added Mutex lock for G4MTRunManagerKernel::    962 - Added Mutex lock for G4MTRunManagerKernel::ReinitializeGeometry().
1075                                                  963 
1076 Oct 2nd, 2013, H.Kurashige (run-V09-06-105)      964 Oct 2nd, 2013, H.Kurashige (run-V09-06-105)
1077 - Modified G4PhysicsListHelper::AddTransporta    965 - Modified G4PhysicsListHelper::AddTransportation()
1078   that would prevent to add the G4Transportat    966   that would prevent to add the G4Transportation to 'Molecues'
1079                                                  967 
1080 Oct 1st, 2013, A.Dotti (run-V09-06-104)          968 Oct 1st, 2013, A.Dotti (run-V09-06-104)
1081 - Bug fix: add mutex for de-registration work    969 - Bug fix: add mutex for de-registration worker threads
1082                                                  970 
1083 Oct 1st, 2013, M.Asai (run-V09-06-103)           971 Oct 1st, 2013, M.Asai (run-V09-06-103)
1084 - Add a mutex protection for registrering wor    972 - Add a mutex protection for registrering worker threads.
1085 - Introduce G4FORCENUMBEROFTHREADS shell vari    973 - Introduce G4FORCENUMBEROFTHREADS shell variable to force the number
1086   of threads regardless of G4MTRunManager::Se    974   of threads regardless of G4MTRunManager::SetNumberOfThreads() or
1087   corresponding UI command.                      975   corresponding UI command.
1088                                                  976 
1089 Sep 29th, 2013, M.Asai (run-V09-06-102)          977 Sep 29th, 2013, M.Asai (run-V09-06-102)
1090 - In MT mode, random number seeds are created    978 - In MT mode, random number seeds are created for all events regardless
1091   of eventModulo in G4MTRunManager. Performan    979   of eventModulo in G4MTRunManager. Performance should be slightly
1092   degraded but event reproducibility should b    980   degraded but event reproducibility should be restored.
1093                                                  981 
1094 Sep 25th, 2013, M.Asai (run-V09-06-101)          982 Sep 25th, 2013, M.Asai (run-V09-06-101)
1095 - Add AbortRun() functionality to G4MTRunMana    983 - Add AbortRun() functionality to G4MTRunManager and related classes.
1096                                                  984 
1097 Sep 17th, 2013, M.Asai (run-V09-06-100)          985 Sep 17th, 2013, M.Asai (run-V09-06-100)
1098 - Move the barrier ThisWorkerReady() from G4W    986 - Move the barrier ThisWorkerReady() from G4WorkerRunManager::DoEventLoop()
1099   to G4WorkerRunManager::RunInitialization()     987   to G4WorkerRunManager::RunInitialization() and change the location of
1100   accessing to G4UserWorkerInitialization::Wo    988   accessing to G4UserWorkerInitialization::WorkerRunStart() and
1101   G4UserWorkerInitialization::WorkerRunEnd().    989   G4UserWorkerInitialization::WorkerRunEnd(). This modification enables
1102   the user to alternate G4UserRunAction objec    990   the user to alternate G4UserRunAction object.
1103 - Introduce G4VUserActionInitialization::Init    991 - Introduce G4VUserActionInitialization::InitializeSteppingVerbose() for
1104   easier use of user-specific SteppingVerbose    992   easier use of user-specific SteppingVerbose.
1105                                                  993 
1106 Sep 16th, 2013, M.Asai (run-V09-06-99)           994 Sep 16th, 2013, M.Asai (run-V09-06-99)
1107 - Split part of G4UserWorkerInitialization to    995 - Split part of G4UserWorkerInitialization to G4UserWorkerThreadInitialization.
1108                                                  996 
1109 Sep 12th, 2013, M.Asai (run-V09-06-98)           997 Sep 12th, 2013, M.Asai (run-V09-06-98)
1110 - Add #ifdef G4MULTITHREADED prtection for th    998 - Add #ifdef G4MULTITHREADED prtection for the modification introduced
1111   in the previous tag.                           999   in the previous tag.
1112                                                  1000 
1113 Sep 12th, 2013, M.Asai (run-V09-06-97)           1001 Sep 12th, 2013, M.Asai (run-V09-06-97)
1114 - G4WorkerRunManager now invokes G4VVisManage    1002 - G4WorkerRunManager now invokes G4VVisManager::SetUpForAThread() method
1115   so that G4VisManager will get noticed at th    1003   so that G4VisManager will get noticed at the end of event of each
1116   worker thread.                                 1004   worker thread.
1117                                                  1005 
1118 Sep 11th, 2013, M.Asai (run-V09-06-96)           1006 Sep 11th, 2013, M.Asai (run-V09-06-96)
1119 - Fix ConstructSD() to be invoked for masther    1007 - Fix ConstructSD() to be invoked for masther thread as well.
1120                                                  1008 
1121 Sep 10th, 2013, M.Asai (run-V09-06-95)           1009 Sep 10th, 2013, M.Asai (run-V09-06-95)
1122 - Set up decay channels before starting an ev    1010 - Set up decay channels before starting an event loop. This is required
1123   as G4VDecayChannel class is no longer a spl    1011   as G4VDecayChannel class is no longer a split class.
1124                                                  1012 
1125 Sep 9th, 2013, M.Asai (run-V09-06-94)            1013 Sep 9th, 2013, M.Asai (run-V09-06-94)
1126 - Remove split class mechanism from G4VDecayC    1014 - Remove split class mechanism from G4VDecayChannel class.
1127                                                  1015 
1128 Sep 5th, 2013, M.Asai (run-V09-06-93)            1016 Sep 5th, 2013, M.Asai (run-V09-06-93)
1129 - Fix the timing of CheckRegularGeometry() so    1017 - Fix the timing of CheckRegularGeometry() so that ScoreSplitterProcess
1130   is properly set to the worker process manag    1018   is properly set to the worker process manager.
1131                                                  1019 
1132 Sep 5th, 2013, M.Asai (run-V09-06-92)            1020 Sep 5th, 2013, M.Asai (run-V09-06-92)
1133 - G4ParticleTable::GetParticleTable()->SetRea    1021 - G4ParticleTable::GetParticleTable()->SetReadiness(); is invoked
1134   for the worker threads as well to make sure    1022   for the worker threads as well to make sure ions could be created
1135   during an event loop.                          1023   during an event loop.
1136 - Ions are created only if G4GenericIon is de    1024 - Ions are created only if G4GenericIon is defined in the physics
1137   List.                                          1025   List.
1138                                                  1026 
1139 Sep 4th, 2013, M.Asai (run-V09-06-91)            1027 Sep 4th, 2013, M.Asai (run-V09-06-91)
1140 - Fix compilation error on Windows.              1028 - Fix compilation error on Windows.
1141                                                  1029 
1142 Sep 4th, 2013, M.Asai (run-V09-06-90)            1030 Sep 4th, 2013, M.Asai (run-V09-06-90)
1143 - Fix the timing of setting process shadow po    1031 - Fix the timing of setting process shadow pointer to make sure
1144   parallel world process is properly included    1032   parallel world process is properly included for worker thread.
1145                                                  1033 
1146 Sep 2nd, 2013, M.Asai (run-V09-06-89)            1034 Sep 2nd, 2013, M.Asai (run-V09-06-89)
1147 - Clean up.                                      1035 - Clean up.
1148                                                  1036 
1149 Sep 1st, 2013, M.Asai (run-V09-06-88)            1037 Sep 1st, 2013, M.Asai (run-V09-06-88)
1150 - Introducing G4MTRunManager::SetEventModulo(    1038 - Introducing G4MTRunManager::SetEventModulo() and correspondng
1151   /run/eventModulo command to specify the num    1039   /run/eventModulo command to specify the number of events to be
1152   sent to a worker thread at one time and set    1040   sent to a worker thread at one time and set the random number
1153   seeds.                                         1041   seeds.
1154                                                  1042 
1155 Aug 30th, 2013, M.Asai (run-V09-06-87)           1043 Aug 30th, 2013, M.Asai (run-V09-06-87)
1156 - In addition to G4IonTable::InitializeLightI    1044 - In addition to G4IonTable::InitializeLightIons(),
1157   G4IonConstructor::ConstructParticle() is in    1045   G4IonConstructor::ConstructParticle() is invoked to ensure all
1158   light ions are properly constructed when Ge    1046   light ions are properly constructed when GenericIon is constructed.
1159                                                  1047 
1160 Aug 30th, 2013, M.Asai (run-V09-06-86)           1048 Aug 30th, 2013, M.Asai (run-V09-06-86)
1161 - G4IonTable::InitializeLightIons() is invoke    1049 - G4IonTable::InitializeLightIons() is invoked for both MT and
1162   sequential mode.                               1050   sequential mode.
1163                                                  1051 
1164 Aug 28th, 2013, M.Asai (run-V09-06-85)           1052 Aug 28th, 2013, M.Asai (run-V09-06-85)
1165 - Split class mechanism of G4ParticleDefiniti    1053 - Split class mechanism of G4ParticleDefinition has been changed. Now all
1166   general ions share the object ID with Gener    1054   general ions share the object ID with GenericIon so that TLS pointers
1167   to G4ProcessManager are not created for suc    1055   to G4ProcessManager are not created for such ions.
1168                                                  1056 
1169 Aug 28th, 2013, M.Asai (run-V09-06-84)           1057 Aug 28th, 2013, M.Asai (run-V09-06-84)
1170 - Move StartThread static method from G4UserW    1058 - Move StartThread static method from G4UserWorkerInitialization to
1171   G4MTRunManager and cleaned up.                 1059   G4MTRunManager and cleaned up.
1172                                                  1060 
1173 Aug 26th, 2013, A.Dotti (run-V09-06-83)          1061 Aug 26th, 2013, A.Dotti (run-V09-06-83)
1174 - Use new interface for G4Threading namespace    1062 - Use new interface for G4Threading namespace
1175                                                  1063 
1176 Aug 16th, 2013, A.Dotti (run-V09-06-82)          1064 Aug 16th, 2013, A.Dotti (run-V09-06-82)
1177 - Enable locking of mutex in master loop on c    1065 - Enable locking of mutex in master loop on condition variable:
1178   fix deadlock observed in Mac OS X 10.8 afte    1066   fix deadlock observed in Mac OS X 10.8 after report from valgrind drd tool
1179 - Correct MT defects reported by DRD tool        1067 - Correct MT defects reported by DRD tool
1180                                                  1068 
1181 Aug 15th, 2013, M.Asai (run-V09-06-81)           1069 Aug 15th, 2013, M.Asai (run-V09-06-81)
1182 - Re-tag                                         1070 - Re-tag
1183                                                  1071 
1184 Aug 14th, 2013, M.Asai (run-V09-06-80)           1072 Aug 14th, 2013, M.Asai (run-V09-06-80)
1185 - G4VUserPhysicsList takes care of setting th    1073 - G4VUserPhysicsList takes care of setting the process manager pointer
1186   of GenericIon to all the general ions for w    1074   of GenericIon to all the general ions for worker threads.
1187                                                  1075 
1188 Aug 7th, 2013, M.Asai (run-V09-06-79)            1076 Aug 7th, 2013, M.Asai (run-V09-06-79)
1189 - G4WorkerRunManager no longer has a for-loop    1077 - G4WorkerRunManager no longer has a for-loop for the event loop, but it
1190   asks G4MTRunManager to process another even    1078   asks G4MTRunManager to process another event. With this modification,
1191   number of events processed on each thread v    1079   number of events processed on each thread varies based on the
1192   availability of each thread.                   1080   availability of each thread.
1193 - Based on this modification, the array of ra    1081 - Based on this modification, the array of random number seeds and event
1194   ID are centrary managed by G4MTRunManager.     1082   ID are centrary managed by G4MTRunManager.
1195                                                  1083 
1196 Aug 6th, 2013, A.Dotti (run-V09-06-78)           1084 Aug 6th, 2013, A.Dotti (run-V09-06-78)
1197 - Protecting agains compilation warning in ca    1085 - Protecting agains compilation warning in case G4VERBOSE is not defined
1198                                                  1086 
1199 July 29th, 2013, A.Dotti (run-V09-06-77)         1087 July 29th, 2013, A.Dotti (run-V09-06-77)
1200 - Activating new interfaces for worker thread    1088 - Activating new interfaces for worker thread G4VProcess initialization
1201   (requires procman-V09-06-02) in G4VUserPhys    1089   (requires procman-V09-06-02) in G4VUserPhysicsList for
1202   {Prepare,Build}PhysicsTable. Co-working wit    1090   {Prepare,Build}PhysicsTable. Co-working with tag emutils-V09-06-52.
1203                                                  1091 
1204 July 26th, 2013, H.Kurashige(run-V09-06-76)      1092 July 26th, 2013, H.Kurashige(run-V09-06-76)
1205 - Add G4Exception for obsolete method of G4VU    1093 - Add G4Exception for obsolete method of G4VUserPhysicsList::AddProcessManager
1206                                                  1094 
1207 July 16th, 2013, A.Dotti (run-V09-06-75)         1095 July 16th, 2013, A.Dotti (run-V09-06-75)
1208 - Preparing for new G4VProcess initialization    1096 - Preparing for new G4VProcess initialization of workers
1209   (code currently commented out)                 1097   (code currently commented out)
1210 - Fixing compilation warning from previous ta    1098 - Fixing compilation warning from previous tag in gcc41
1211                                                  1099 
1212                                                  1100 
1213 July 15th, 2013, A.Dotti (run-V09-06-74)         1101 July 15th, 2013, A.Dotti (run-V09-06-74)
1214 - Setting master process shadow pointer to G4    1102 - Setting master process shadow pointer to G4VProcess in worker
1215   threads. Co-working with procman-V09-06-01     1103   threads. Co-working with procman-V09-06-01
1216                                                  1104 
1217 July 10th, 2013, A.Dotti (run-V09-06-73)         1105 July 10th, 2013, A.Dotti (run-V09-06-73)
1218 - Bug fixing for compilation warning             1106 - Bug fixing for compilation warning
1219                                                  1107 
1220 July 5th, 2013, A.Dotti (run-V09-06-72)          1108 July 5th, 2013, A.Dotti (run-V09-06-72)
1221 - Introduced G4RNGHelper container class for     1109 - Introduced G4RNGHelper container class for RNG Engine seeds.
1222 - Bug fix for warning with gcc41                 1110 - Bug fix for warning with gcc41
1223                                                  1111 
1224 July 5th, 2013, A.Dotti (run-V09-06-71)          1112 July 5th, 2013, A.Dotti (run-V09-06-71)
1225 - Protect G4UserWorkerInitialization::JoinWor    1113 - Protect G4UserWorkerInitialization::JoinWorker for sequential build warning
1226 - Add virtual G4WorkerRunManager* G4UserWorke    1114 - Add virtual G4WorkerRunManager* G4UserWorkerInitialization::CreateWorkerRunManager method
1227   to simplify instantiation of user-defined r    1115   to simplify instantiation of user-defined run manager (no more need to change StartThread
1228   function)                                      1116   function)
1229                                                  1117 
1230 July 3rd, 2013, M.Asai (run-V09-06-70)           1118 July 3rd, 2013, M.Asai (run-V09-06-70)
1231 - Introducing access methods of concrete clas    1119 - Introducing access methods of concrete classes for G4MTRunManager and
1232   G4WorkerRunManager.                            1120   G4WorkerRunManager.
1233                                                  1121 
1234 July 3rd, 2013, M.Asai (run-V09-06-69)           1122 July 3rd, 2013, M.Asai (run-V09-06-69)
1235 - Introducing G4MTRunManagerKernel class for     1123 - Introducing G4MTRunManagerKernel class for better symmetry of run manager and
1236   run manager kernel.                            1124   run manager kernel.
1237 - First cleaning up of kernel classes.           1125 - First cleaning up of kernel classes.
1238                                                  1126 
1239 July 3rd, 2013, A.Dotti (run-V09-06-68)          1127 July 3rd, 2013, A.Dotti (run-V09-06-68)
1240 - Add call to G4SetThreadId global function i    1128 - Add call to G4SetThreadId global function in G4UserWorkerInitialization::StartThread function
1241 - Remove unused list of G4WorkerRunManager fr    1129 - Remove unused list of G4WorkerRunManager from G4MTRunManager
1242 - Moving joining of threads in G4UserWorkerIn    1130 - Moving joining of threads in G4UserWorkerInitialization class from G4MTRunManager,
1243   now G4MTRunManager does not cantain anymore    1131   now G4MTRunManager does not cantain anymore thread model specific code and delegates
1244   all model to G4UserWorkerInitialization        1132   all model to G4UserWorkerInitialization
1245 - Bug fix for G4cout use in G4RunManagerKerne    1133 - Bug fix for G4cout use in G4RunManagerKernel::~G4RunManagerKernel for worker threads
1246   (report from cdash on failure test60)          1134   (report from cdash on failure test60)
1247                                                  1135 
1248 July 2nd, 2013, M.Asai (run-V09-06-67)           1136 July 2nd, 2013, M.Asai (run-V09-06-67)
1249 - Fix null-pointer access in G4VUserPhysicsLi    1137 - Fix null-pointer access in G4VUserPhysicsList::BuildPhysicsList() for
1250   second run.                                    1138   second run.
1251                                                  1139 
1252 July 1st, 2013, M.Asai (run-V09-06-66)           1140 July 1st, 2013, M.Asai (run-V09-06-66)
1253 - Fix compilation error in the previous tag f    1141 - Fix compilation error in the previous tag for sequential mode.
1254                                                  1142 
1255 July 1st, 2013, M.Asai (run-V09-06-65)           1143 July 1st, 2013, M.Asai (run-V09-06-65)
1256 - Process manager objects of all threads are     1144 - Process manager objects of all threads are now cleanly deleted.
1257 - G4MTRunManager causes G4Exception if there     1145 - G4MTRunManager causes G4Exception if there is a static G4Allocator
1258   object in a multi-threaded mode.               1146   object in a multi-threaded mode.
1259                                                  1147 
1260 June 25th, 2013, A. Dotti (run-V09-06-64)        1148 June 25th, 2013, A. Dotti (run-V09-06-64)
1261 - Bug fix for compilation with C++11 standard    1149 - Bug fix for compilation with C++11 standard in G4MTRunManager.hh in
1262   use of std::make_pair                          1150   use of std::make_pair
1263                                                  1151 
1264 June 22nd, 2013, A. Dotti (run-V09-06-63)        1152 June 22nd, 2013, A. Dotti (run-V09-06-63)
1265 - Copy SensitiveDetector and FieldManagers po    1153 - Copy SensitiveDetector and FieldManagers pointers between
1266   runs. Bug fix to solve issue introduced wit    1154   runs. Bug fix to solve issue introduced with tag -59
1267   (G4UserWorkerInitialization::StartThread)      1155   (G4UserWorkerInitialization::StartThread)
1268                                                  1156 
1269 June 21st, 2013, M. Asai  (run-V09-06-62)        1157 June 21st, 2013, M. Asai  (run-V09-06-62)
1270 - Changing the oder of deleting kernel classe    1158 - Changing the oder of deleting kernel classes in the destructor of
1271   G4RunManagerKernel so that G4cout for worke    1159   G4RunManagerKernel so that G4cout for worker thread is available
1272   as long as possible. This enables the print    1160   as long as possible. This enables the printout of G4Allocator
1273   statistics for worker thread.                  1161   statistics for worker thread.
1274                                                  1162 
1275 June 21st, 2013, M. Asai  (run-V09-06-61)        1163 June 21st, 2013, M. Asai  (run-V09-06-61)
1276 - Clean up G4cout messages for the beta relea    1164 - Clean up G4cout messages for the beta release.
1277                                                  1165 
1278 June 20th, 2013, M. Asai  (run-V09-06-60)        1166 June 20th, 2013, M. Asai  (run-V09-06-60)
1279 - Moving G4ProductionCutsTable::GetProduction    1167 - Moving G4ProductionCutsTable::GetProductionCutsTable()->PhysicsTableUpdated() call
1280   from G4RunManagerKernel::BuildPhysicsTables    1168   from G4RunManagerKernel::BuildPhysicsTables() to
1281   G4RunManager::TerminateEventLoop(): in comb    1169   G4RunManager::TerminateEventLoop(): in combination with previous TEMPORARY
1282   modification allows changing material betwe    1170   modification allows changing material between runs
1283                                                  1171 
1284 June 20th, 2013, A. Dotti (run-V09-06-59)        1172 June 20th, 2013, A. Dotti (run-V09-06-59)
1285 - Fix coverity warnings in G4VUPLSplitter and    1173 - Fix coverity warnings in G4VUPLSplitter and G4VUserPhysicsList
1286 - Adding TEMPORARY re-initialization of geome    1174 - Adding TEMPORARY re-initialization of geometry in G4UserWorkerInitialization
1287   to allow threads to re-copy shared geometry    1175   to allow threads to re-copy shared geometry data in case gemotry has changed
1288   This is only temporary and needs revision a    1176   This is only temporary and needs revision after 10.0-beta, but this hack is
1289   currently the only solution that does not r    1177   currently the only solution that does not require API changes
1290                                                  1178 
1291 June 19th, 2013, G. Cosmo (run-V09-06-58)        1179 June 19th, 2013, G. Cosmo (run-V09-06-58)
1292 - Restored deletion of allocators as in "run-    1180 - Restored deletion of allocators as in "run-V09-06-56".
1293   Withdraw change made in last tag.              1181   Withdraw change made in last tag.
1294                                                  1182 
1295 June 18th, 2013, G. Cosmo (run-V09-06-57)        1183 June 18th, 2013, G. Cosmo (run-V09-06-57)
1296 - Allow deletion of allocators only from mast    1184 - Allow deletion of allocators only from master thread.
1297                                                  1185 
1298 June 18th, 2013, G. Cosmo (run-V09-06-56)        1186 June 18th, 2013, G. Cosmo (run-V09-06-56)
1299 - Cleared printout in G4RunManagerKernel for     1187 - Cleared printout in G4RunManagerKernel for deletion of allocators.
1300                                                  1188 
1301 June 17th, 2013, M. Asai (run-V09-06-55)         1189 June 17th, 2013, M. Asai (run-V09-06-55)
1302 - Limit the deletion of G4Allocator objects o    1190 - Limit the deletion of G4Allocator objects only to dynamically
1303   instantiated ones.                             1191   instantiated ones.
1304                                                  1192 
1305 June 16th, 2013, M. Asai (run-V09-06-54)         1193 June 16th, 2013, M. Asai (run-V09-06-54)
1306 - Delete all G4Allocator objects from the des    1194 - Delete all G4Allocator objects from the destructor of G4RunManagerKernel.
1307                                                  1195 
1308 June 14th, 2013, A. Dotti (run-V09-06-53)        1196 June 14th, 2013, A. Dotti (run-V09-06-53)
1309 - G4PhysicsVector is not anymore a split-clas    1197 - G4PhysicsVector is not anymore a split-classes, remove thread initialization
1310   for split mechanism in G4WorkerThread          1198   for split mechanism in G4WorkerThread
1311   Coworking with global-V09-06-40                1199   Coworking with global-V09-06-40
1312                                                  1200 
1313 June 12th, 2013, A. Dotti (run-V09-06-52)        1201 June 12th, 2013, A. Dotti (run-V09-06-52)
1314 - Typo correction in exception from G4UserWor    1202 - Typo correction in exception from G4UserWorkerInitialization::StartThread
1315 - Re-enabling joining of threads: run-V09-06-    1203 - Re-enabling joining of threads: run-V09-06-50 fixed deadlocks responsible
1316   for problems at exit                           1204   for problems at exit
1317                                                  1205 
1318 June 11th, 2013, M. Asai (run-V09-06-51)         1206 June 11th, 2013, M. Asai (run-V09-06-51)
1319 - Change ions and isomers to be created after    1207 - Change ions and isomers to be created after BuildPhysics.
1320                                                  1208 
1321 June 10th, 2013, A. Dotti (run-V09-06-50)        1209 June 10th, 2013, A. Dotti (run-V09-06-50)
1322 - Bug fix for MT in G4MTRunManger to solve de    1210 - Bug fix for MT in G4MTRunManger to solve deadlocks in case of /run/beamOn 0
1323   Use number-of-active-threads instead of req    1211   Use number-of-active-threads instead of requested-workers
1324   for barriers check.                            1212   for barriers check.
1325                                                  1213 
1326 June 9th, 2013, A. Dotti  (run-V09-06-49)        1214 June 9th, 2013, A. Dotti  (run-V09-06-49)
1327 - In G4MTRunManager rewritten logic of "nextI    1215 - In G4MTRunManager rewritten logic of "nextIteration" to solve deadlocks.
1328   Now logic is very similar to the other barr    1216   Now logic is very similar to the other barriers
1329                                                  1217 
1330 June 6th, 2013, G. Folger (run-V09-06-48)        1218 June 6th, 2013, G. Folger (run-V09-06-48)
1331 - In G4MTRunManager::WaitForEndEventLoopWorke    1219 - In G4MTRunManager::WaitForEndEventLoopWorkers protect numberOfReadyWorkers
1332     by its Mutex.                                1220     by its Mutex.
1333                                                  1221 
1334 June 5th, 2013, G. Cosmo (run-V09-06-47, run-    1222 June 5th, 2013, G. Cosmo (run-V09-06-47, run-V09-06-46, run-V09-06-45)
1335 - Use wrappers for calls to pthreads to allow    1223 - Use wrappers for calls to pthreads to allow for porting on Windows.
1336   Updated files: G4VUserPhysicsList.cc and G4    1224   Updated files: G4VUserPhysicsList.cc and G4MTRunManager.cc.
1337                                                  1225 
1338 May 30th, 2013, A. Dotti (run-V09-06-44)         1226 May 30th, 2013, A. Dotti (run-V09-06-44)
1339 - Bug fixing for GNUMakefile builds              1227 - Bug fixing for GNUMakefile builds
1340                                                  1228 
1341 May 29th, 2013, M. Asai (run-V09-06-43)          1229 May 29th, 2013, M. Asai (run-V09-06-43)
1342 - Code clean-up.                                 1230 - Code clean-up.
1343                                                  1231 
1344 May 29th, 2013, A. Dotti (run-V09-06-42)         1232 May 29th, 2013, A. Dotti (run-V09-06-42)
1345 - Add temporal Bertini initialization in MT:     1233 - Add temporal Bertini initialization in MT: needed to initialize pseud-particles
1346   before event-loop (will be removed when a g    1234   before event-loop (will be removed when a general way to initialize
1347   processes for MT will be implemented). Need    1235   processes for MT will be implemented). Needs hadr-casc-V09-06-29
1348 - Prepare for TPmalloc (currently comment out    1236 - Prepare for TPmalloc (currently comment out relevant code)
1349 - Initialize ions and isomers for MT (in MTRu    1237 - Initialize ions and isomers for MT (in MTRunManager) before event-loop.
1350 - Initialize light-ions in MT in kernel. Need    1238 - Initialize light-ions in MT in kernel. Needs particles-V09-06-28
1351                                                  1239 
1352 May 24th, 2013, M. Asai (run-V09-06-41)          1240 May 24th, 2013, M. Asai (run-V09-06-41)
1353 - G4Run: protect deletion of thread-local obj    1241 - G4Run: protect deletion of thread-local objects from masther thread.
1354                                                  1242 
1355 May 24th, 2013, M. Asai (run-V09-06-40)          1243 May 24th, 2013, M. Asai (run-V09-06-40)
1356 - Fix seg-fault with /run/verbose 2 in multi-    1244 - Fix seg-fault with /run/verbose 2 in multi-threaded mode.
1357                                                  1245 
1358 May 23rd, 2013, M. Asai (run-V09-06-39)          1246 May 23rd, 2013, M. Asai (run-V09-06-39)
1359 - Move thread-local cout/cerr handling to int    1247 - Move thread-local cout/cerr handling to intercoms category.
1360 - UI commands in /run/cout/ directory are mov    1248 - UI commands in /run/cout/ directory are moved to /control/cout/.
1361                                                  1249 
1362 May 21th, 2013, A. Dotti (run-V09-06-38)         1250 May 21th, 2013, A. Dotti (run-V09-06-38)
1363 - New UI command /random/saveEachEventFlag if    1251 - New UI command /random/saveEachEventFlag if true save random
1364   seed for each event in a file with unique n    1252   seed for each event in a file with unique name: runXXXevtYYY.rndm
1365 - Workers write out random files in files wit    1253 - Workers write out random files in files with G4WorkerXX postfix
1366 - Moving "end-of-event-loop" barrier to RunTe    1254 - Moving "end-of-event-loop" barrier to RunTermination to guarantee
1367   end of run user action in master thread is     1255   end of run user action in master thread is executed after corresponding
1368   one is executed by workers                     1256   one is executed by workers
1369                                                  1257 
1370 May 16th, 2013, A. Dotti (run-V09-06-37)         1258 May 16th, 2013, A. Dotti (run-V09-06-37)
1371 - Threads now use new cout streaming, control    1259 - Threads now use new cout streaming, controllable by UI commands in /run/cout
1372   directory                                      1260   directory
1373 - Disable G4MTRunManager::SetNumberOfThreads     1261 - Disable G4MTRunManager::SetNumberOfThreads is threads are still alive
1374 - Coworking with global-V09-06-31                1262 - Coworking with global-V09-06-31
1375                                                  1263 
1376 May 16th, 2013, A. Dotti (run-V09-06-36)         1264 May 16th, 2013, A. Dotti (run-V09-06-36)
1377 - Another WIN32 typo fixed                       1265 - Another WIN32 typo fixed
1378                                                  1266 
1379 May 16th, 2013, A. Dotti (run-V09-06-35)         1267 May 16th, 2013, A. Dotti (run-V09-06-35)
1380 - Fixing compilation error on WIN                1268 - Fixing compilation error on WIN
1381 - Commenting out joining of threads at exit (    1269 - Commenting out joining of threads at exit (some instabilities have
1382   been observed at exit time, this tag is try    1270   been observed at exit time, this tag is trying to fix this)
1383   NEED TO FIX THIS                               1271   NEED TO FIX THIS
1384                                                  1272 
1385 May 15th, 2013, M. Asai (run-V09-06-34)          1273 May 15th, 2013, M. Asai (run-V09-06-34)
1386 - Enabling more than one runs.                   1274 - Enabling more than one runs.
1387 - Fixing the handling of user-defined paralle    1275 - Fixing the handling of user-defined parallel worlds.
1388                                                  1276 
1389 May 14th, 2013, M. Asai                          1277 May 14th, 2013, M. Asai
1390 - Introducing SetSensitiveDetector() method t    1278 - Introducing SetSensitiveDetector() method to G4VUserParallelWorld.
1391                                                  1279 
1392 May 13th, 2013, A. Dotti (run-V09-06-33)         1280 May 13th, 2013, A. Dotti (run-V09-06-33)
1393 - Changed G4WorkerRunManager to use new metho    1281 - Changed G4WorkerRunManager to use new methods. All thread-control
1394   method in G4UserWorkerInitialization are no    1282   method in G4UserWorkerInitialization are now public.
1395                                                  1283 
1396 May 13th, 2013, M.Asai (run-V09-06-32)           1284 May 13th, 2013, M.Asai (run-V09-06-32)
1397 - Introducing two new protected virtual metho    1285 - Introducing two new protected virtual methods in G4UserWorkerInitialization
1398   as additional user hooks.                      1286   as additional user hooks.
1399                                                  1287 
1400 May 7th, 2013, A. Dotti (run-V09-06-31)          1288 May 7th, 2013, A. Dotti (run-V09-06-31)
1401 - Add explicit initialization of all ions and    1289 - Add explicit initialization of all ions and isomers needed, for MT
1402   coworking with particles-V09-06-26             1290   coworking with particles-V09-06-26
1403                                                  1291 
1404 May 6th, 2013, M.Asai (run-V09-06-30)            1292 May 6th, 2013, M.Asai (run-V09-06-30)
1405 - Change the default number of threads from 0    1293 - Change the default number of threads from 0 to 2.
1406                                                  1294 
1407 May 5th, 2013, A.Dotti, M.Asai (run-V09-06-29    1295 May 5th, 2013, A.Dotti, M.Asai (run-V09-06-29)
1408 - Adding two possibly temporary hacks for had    1296 - Adding two possibly temporary hacks for hadroncis physics instabilities
1409   1. All ions are created in MT by master thr    1297   1. All ions are created in MT by master thread (workers copy ions table)
1410   2. G4VModularPhysicsList::ConstructProcess     1298   2. G4VModularPhysicsList::ConstructProcess has a global mutex lock, in this
1411      way all worker threads call this method     1299      way all worker threads call this method one at a time. This limitation is
1412      needed since with many threads we have s    1300      needed since with many threads we have seen instabilities due to one or more
1413      hadronics model corrupting common shared    1301      hadronics model corrupting common shared part of physics (most likely particles
1414      table). Not yet found the correct soluti    1302      table). Not yet found the correct solution for this problem.
1415 - Introducing /run/numberOfThreads command.      1303 - Introducing /run/numberOfThreads command.
1416                                                  1304 
1417 May 5th, 2013, H.Kurashige (run-V09-06-28)       1305 May 5th, 2013, H.Kurashige (run-V09-06-28)
1418 - 'run/particle/AddProcManager' can be used i    1306 - 'run/particle/AddProcManager' can be used in Pre_Init state
1419   (requested by particles-V09-06-24 tag)         1307   (requested by particles-V09-06-24 tag)
1420                                                  1308 
1421 Apr. 25th, 2013, M.Asai (run-V09-06-27)          1309 Apr. 25th, 2013, M.Asai (run-V09-06-27)
1422 - Remove unnecessary G4Exception warning mess    1310 - Remove unnecessary G4Exception warning message for not having
1423   G4VUserDetectorConstruction::ConstructSDand    1311   G4VUserDetectorConstruction::ConstructSDandField() implemented.
1424 - Add G4VUserParallelWorld::ConstructSD() for    1312 - Add G4VUserParallelWorld::ConstructSD() for the use-case of
1425   defining sensitive detector in a parallel w    1313   defining sensitive detector in a parallel world. G4RunManager
1426   and G4WorkerRunManager are modified accordi    1314   and G4WorkerRunManager are modified accordingly.
1427                                                  1315 
1428 Apr. 23rd, 2013, M.Asai (run-V09-06-26)          1316 Apr. 23rd, 2013, M.Asai (run-V09-06-26)
1429 - Add null pointer protection against the cas    1317 - Add null pointer protection against the case the user does not have
1430   G4VUserActionInitialization class.             1318   G4VUserActionInitialization class.
1431                                                  1319 
1432 Apr. 23rd, 2013, M.Asai (run-V09-06-25)          1320 Apr. 23rd, 2013, M.Asai (run-V09-06-25)
1433 - Make G4VUserDetectorConstruction::Construct    1321 - Make G4VUserDetectorConstruction::ConstructSDandField() be invoked
1434   from G4RunManager for sequential mode.         1322   from G4RunManager for sequential mode.
1435                                                  1323 
1436 Apr. 18th, 2013, M.Asai (run-V09-06-24)          1324 Apr. 18th, 2013, M.Asai (run-V09-06-24)
1437 - Make G4VUserActionInitialization class enab    1325 - Make G4VUserActionInitialization class enabled.
1438                                                  1326 
1439 Apr. 18th, 2013, M.Asai (run-V09-06-23)          1327 Apr. 18th, 2013, M.Asai (run-V09-06-23)
1440 - Fix uninitialized pointers in G4RunManager.    1328 - Fix uninitialized pointers in G4RunManager.
1441                                                  1329 
1442 Apr. 17th, 2013, M.Asai (run-V09-06-22)          1330 Apr. 17th, 2013, M.Asai (run-V09-06-22)
1443 - Implement changes in G4(V)UserWorkerInitial    1331 - Implement changes in G4(V)UserWorkerInitialization class (note removal of "V"), also
1444   introducing G4VUserActionInitialization cla    1332   introducing G4VUserActionInitialization class.
1445 - New GetNumberOfThreads method, changed name    1333 - New GetNumberOfThreads method, changed name of SetNumberThreads to SetNumberOfThreads in
1446   G4MTRunManager                                 1334   G4MTRunManager
1447                                                  1335 
1448 Apr. 16th, 2013, A.Dotti (run-V09-06-21)         1336 Apr. 16th, 2013, A.Dotti (run-V09-06-21)
1449 - Finalizing API for examples migration remov    1337 - Finalizing API for examples migration removing previous tag classes
1450                                                  1338 
1451 Apr. 11th, 2013, I.Hrivnacova (run-V09-06-20)    1339 Apr. 11th, 2013, I.Hrivnacova (run-V09-06-20)
1452 - Added G4VUserApplication and G4WorkerInitia    1340 - Added G4VUserApplication and G4WorkerInitialization classes
1453   and userApplication data member and SetUser    1341   and userApplication data member and SetUserApplication() method
1454   in G4(MT)RunManager which allow to simplify    1342   in G4(MT)RunManager which allow to simplify user main()
1455   program wirking in both sequential and MT m    1343   program wirking in both sequential and MT modes
1456                                                  1344 
1457 Apr. 10th, 2013, A.Dotti (run-V09-06-19)         1345 Apr. 10th, 2013, A.Dotti (run-V09-06-19)
1458 - Clean of G4PhysicsListHelper.cc for MT TLS     1346 - Clean of G4PhysicsListHelper.cc for MT TLS
1459 - Again fixing WIN32 linking time error          1347 - Again fixing WIN32 linking time error
1460 - Add correct handling of G4RunUserAction fla    1348 - Add correct handling of G4RunUserAction flag for MT
1461                                                  1349 
1462 Apr. 9th, 2013, A.Dotti (run-V09-06-18)          1350 Apr. 9th, 2013, A.Dotti (run-V09-06-18)
1463 - Fix for WIN32 compilation.                     1351 - Fix for WIN32 compilation.
1464                                                  1352 
1465 Apr. 9th, 2013, A.Dotti (run-V09-06-17)          1353 Apr. 9th, 2013, A.Dotti (run-V09-06-17)
1466 - Protects barrier mechansim for MTOFF builds    1354 - Protects barrier mechansim for MTOFF builds (coworking with
1467   global-V09-06-16)                              1355   global-V09-06-16)
1468                                                  1356 
1469 Apr. 7th, 2013, A.Dotti (run-V09-06-16)          1357 Apr. 7th, 2013, A.Dotti (run-V09-06-16)
1470 - Adding barrier mechanism: worerk threads an    1358 - Adding barrier mechanism: worerk threads and master are synchronized
1471   at beginning and end of for-loop event loop    1359   at beginning and end of for-loop event loop
1472   (cfr G4WorkerRunManager::DoEventLoop and       1360   (cfr G4WorkerRunManager::DoEventLoop and
1473   G4MTRunManager::InitializeEventLoop)           1361   G4MTRunManager::InitializeEventLoop)
1474 - Bug fixing for RNG seeds lenght. Now vector    1362 - Bug fixing for RNG seeds lenght. Now vector of event seeds correctly
1475   re-created at each new run                     1363   re-created at each new run
1476                                                  1364 
1477 Apr. 5th, 2013, M.Asai (run-V09-06-15)           1365 Apr. 5th, 2013, M.Asai (run-V09-06-15)
1478 - Fix G4VUserDetectorConstruction::SetSentiti    1366 - Fix G4VUserDetectorConstruction::SetSentitiveDetector() method.
1479                                                  1367 
1480 Apr. 5th, 2013, M.Asai (run-V09-06-14)           1368 Apr. 5th, 2013, M.Asai (run-V09-06-14)
1481 - Adding isMaster boolean flag to G4UserRunAc    1369 - Adding isMaster boolean flag to G4UserRunAction. It is set to true
1482 for the user action object assigned to G4MTRu    1370 for the user action object assigned to G4MTRunManager.
1483                                                  1371 
1484 Apr. 5th, 2013, A.Dotti (run-V09-06-13)          1372 Apr. 5th, 2013, A.Dotti (run-V09-06-13)
1485 - Fix warning in compilation for GCC 4.1: G4M    1373 - Fix warning in compilation for GCC 4.1: G4MTRunManager::getSeed returns
1486   -LONG_MAX instead of -DBL_MAX in case of er    1374   -LONG_MAX instead of -DBL_MAX in case of error.
1487                                                  1375 
1488 Apr. 5th, 2013, G.Cosmo (run-V09-06-12)          1376 Apr. 5th, 2013, G.Cosmo (run-V09-06-12)
1489 - Use existing G4RUN_ALLOC_EXPORT flag instea    1377 - Use existing G4RUN_ALLOC_EXPORT flag instead of G4VUSERPL_ALLOC_EXPORT
1490   and moved macros definition to rundefs.hh.     1378   and moved macros definition to rundefs.hh.
1491 - Fix in GNUmakefile for temporary inclusion     1379 - Fix in GNUmakefile for temporary inclusion of dependency on
1492   solids/specific module...                      1380   solids/specific module...
1493                                                  1381 
1494 Apr. 4th, 2013, A.Dotti (run-V09-06-11)          1382 Apr. 4th, 2013, A.Dotti (run-V09-06-11)
1495 - Use global flag G4VUSERPL_ALLOC_EXPORT to e    1383 - Use global flag G4VUSERPL_ALLOC_EXPORT to export extern symbols for DLLs
1496                                                  1384 
1497 Apr. 4th, 2013, A.Dotti (run-V09-06-10)          1385 Apr. 4th, 2013, A.Dotti (run-V09-06-10)
1498 - Fix bug introduced in run-V09-06-08 tag in     1386 - Fix bug introduced in run-V09-06-08 tag in which AddTransportation
1499   was not called for modular phsysics lists      1387   was not called for modular phsysics lists
1500                                                  1388 
1501 Apr. 3rd, 2013, A.Dotti (run-V09-06-09)          1389 Apr. 3rd, 2013, A.Dotti (run-V09-06-09)
1502 - RNG Engine is "cloned" in worker threads fr    1390 - RNG Engine is "cloned" in worker threads from master thread one.
1503   This functionality is at the moment impleme    1391   This functionality is at the moment implemented in RunManager classes,
1504   but we may want to remove it from there and    1392   but we may want to remove it from there and put it somewhere else
1505 - Fix compilation warnings in gcc                1393 - Fix compilation warnings in gcc
1506                                                  1394 
1507 Apr. 2nd, 2013, A.Dotti (run-V09-06-08)          1395 Apr. 2nd, 2013, A.Dotti (run-V09-06-08)
1508 - Further round of refinements for sharing of    1396 - Further round of refinements for sharing of phusocs lists.
1509    (co-working tag with: hadr-cross-V09-06-16    1397    (co-working tag with: hadr-cross-V09-06-16, particles-V09-06-13,
1510     run-V09-06-08, intercoms-V09-06-04, error    1398     run-V09-06-08, intercoms-V09-06-04, error-propagation-V09-06-04,
1511     physics_lists-V09-06-01,                     1399     physics_lists-V09-06-01,
1512     rdecay02-V09-06-01, gtherapy-V09-06-02, e    1400     rdecay02-V09-06-01, gtherapy-V09-06-02, electronScattering-V09-06-04,
1513     exampleSE2-V09-06-01, fano-V09-06-03, fan    1401     exampleSE2-V09-06-01, fano-V09-06-03, fano2-V09-06-02, exampleRE01-V09-06-04,
1514     exampleRE02-V09-06-02, exPolarisation-V09    1402     exampleRE02-V09-06-02, exPolarisation-V09-05-03, exOptical-V09-06-01,
1515     fieldex-V09-06-01,  electromagnetic-V09-0    1403     fieldex-V09-06-01,  electromagnetic-V09-06-01,
1516     exampleA01-V09-06-01, gammaraytel-V09-06-    1404     exampleA01-V09-06-01, gammaraytel-V09-06-03, amsEcal-V09-06-00).
1517     Note: to run G4MT an additional tag is ne    1405     Note: to run G4MT an additional tag is needed global-V09-06-13a
1518                                                  1406 
1519 Mar. 29th, 2013, A.Dotti (run-V09-06-07)         1407 Mar. 29th, 2013, A.Dotti (run-V09-06-07)
1520 - G4VUSerPhysicsList is now shared between th    1408 - G4VUSerPhysicsList is now shared between threads and is a split-class
1521   (co-working with: phys-ctor-em-V09-06-06, e    1409   (co-working with: phys-ctor-em-V09-06-06, error-propagation-V09-06-04,
1522    phys-ctor-helastic-V09-06-03, phys-ctor-em    1410    phys-ctor-helastic-V09-06-03, phys-ctor-em-V09-06-07, phys-ctor-hinelastic-V09-06-09,
1523    phys-ctor-stopping-V09-06-01, phys-ctor-de    1411    phys-ctor-stopping-V09-06-01, phys-ctor-decay-V09-06-01, phys-ctor-limiters-V09-06-02)
1524                                                  1412 
1525 Mar. 26th, 2013, M.Asai (run-V09-06-06)          1413 Mar. 26th, 2013, M.Asai (run-V09-06-06)
1526 - Fix G4MTRunManager and related classes for     1414 - Fix G4MTRunManager and related classes for the handling of parallel worlds.
1527                                                  1415 
1528 Mar. 20th, 2013, .Kurashige (run-V09-06-05)      1416 Mar. 20th, 2013, .Kurashige (run-V09-06-05)
1529 - Fix a bug in PhysicsListHelper for DNABrown    1417 - Fix a bug in PhysicsListHelper for DNABrownianTransportation
1530                                                  1418 
1531 Feb. 26th, 2013, A. Dotti (run-09-06-04)         1419 Feb. 26th, 2013, A. Dotti (run-09-06-04)
1532 - First commit of new RunManager for MT          1420 - First commit of new RunManager for MT
1533                                                  1421 
1534 Feb. 26th, 2013, L.Desorgher (run-V09-06-03)     1422 Feb. 26th, 2013, L.Desorgher (run-V09-06-03)
1535 - Remove unused variables in G4AdjointPrimary    1423 - Remove unused variables in G4AdjointPrimaryGeneratorAction, G4AdjointSimManager,
1536   and G4AdjointSimMessenger                      1424   and G4AdjointSimMessenger
1537                                                  1425 
1538 Feb. 9th, 2013, M.Asai (run-V09-06-02)           1426 Feb. 9th, 2013, M.Asai (run-V09-06-02)
1539 - Adding verbosity to G4RunManager::             1427 - Adding verbosity to G4RunManager::
1540 - Introducing SetSensitiveDetector() method t    1428 - Introducing SetSensitiveDetector() method to G4VUserDetectorConstruction.
1541                                                  1429 
1542 Dec. 3rd, 2012, M.Asai (run-V09-06-01)           1430 Dec. 3rd, 2012, M.Asai (run-V09-06-01)
1543 - Removing obsolete UI commands for random nu    1431 - Removing obsolete UI commands for random number handling.
1544                                                  1432 
1545 Dec. 3rd, 2012, M.Asai (run-V09-06-00)           1433 Dec. 3rd, 2012, M.Asai (run-V09-06-00)
1546 - Removing obsolete UI commands.                 1434 - Removing obsolete UI commands.
1547                                                  1435 
1548 Oct. 15th, 2012, M.Asai (run-V09-05-09)          1436 Oct. 15th, 2012, M.Asai (run-V09-05-09)
1549 - Offering more granular public methods of G4    1437 - Offering more granular public methods of G4RunManager, which enable
1550 external framework with its own event loop to    1438 external framework with its own event loop to execute each individual
1551 event without copying context of base class m    1439 event without copying context of base class methods of G4RunManager.
1552                                                  1440 
1553 Oct. 1st, 2012, G.Cosmo (run-V09-05-08, run-V    1441 Oct. 1st, 2012, G.Cosmo (run-V09-05-08, run-V09-05-07)
1554 - Move constructors and destructor for G4VPhy    1442 - Move constructors and destructor for G4VPhysicsConstructor to source.
1555                                                  1443 
1556 Sep. 14th, 2012, H.Kurashige (run-V09-05-06)     1444 Sep. 14th, 2012, H.Kurashige (run-V09-05-06)
1557 - Fix ordering parameter for DNA processs (62    1445 - Fix ordering parameter for DNA processs (62,63,64)
1558 - Fix Coverity defects in G4UserPhysicsListMe    1446 - Fix Coverity defects in G4UserPhysicsListMessenger
1559                                                  1447 
1560 Aug. 10th, 2012, H.Kurashige (run-V09-05-05)     1448 Aug. 10th, 2012, H.Kurashige (run-V09-05-05)
1561 - Added new subType process numbers for DNA p    1449 - Added new subType process numbers for DNA processs (62,63,64)
1562                                                  1450 
1563 Jul. 5th, 2012, G.Cosmo (run-V09-05-04)          1451 Jul. 5th, 2012, G.Cosmo (run-V09-05-04)
1564 - Explicitly use inclusion of headers for sys    1452 - Explicitly use inclusion of headers for system of units and physical
1565   constants, in plan to remove implicit inclu    1453   constants, in plan to remove implicit inclusion from globals.hh.
1566                                                  1454 
1567 May. 24th, 2012, G.Cosmo (run-V09-05-03)         1455 May. 24th, 2012, G.Cosmo (run-V09-05-03)
1568 - Fixed trivial case of variable shadowing in    1456 - Fixed trivial case of variable shadowing in G4RunMessenger.
1569                                                  1457 
1570 May. 14th, 2012, M.Asai (run-V09-05-02)          1458 May. 14th, 2012, M.Asai (run-V09-05-02)
1571 - Destructor of G4RunManager now sets G4State    1459 - Destructor of G4RunManager now sets G4State_Quit in addition to
1572   G4RunManagerKernel.                            1460   G4RunManagerKernel.
1573                                                  1461 
1574 Mar. 6th, 2012, M.Asai (run-V09-05-01)           1462 Mar. 6th, 2012, M.Asai (run-V09-05-01)
1575 - Add dummy copy constructor and = operator t    1463 - Add dummy copy constructor and = operator to G4Run.
1576                                                  1464 
1577 Dec. 9th, 2011, H.Kurashige (run-V09-05-00)      1465 Dec. 9th, 2011, H.Kurashige (run-V09-05-00)
1578 - Fix Coverity defects in assignment operator    1466 - Fix Coverity defects in assignment operator of G4VModularPhysicsList
1579                                                  1467 
1580 Nov. 15th, 2011, M.Asai (run-V09-04-27)          1468 Nov. 15th, 2011, M.Asai (run-V09-04-27)
1581 - Added new line to G4ExceptionHandler notifi    1469 - Added new line to G4ExceptionHandler notification to properly flush buffer.
1582                                                  1470 
1583 Nov. 10th, 2011, G.Cosmo (run-V09-04-26)         1471 Nov. 10th, 2011, G.Cosmo (run-V09-04-26)
1584 - Updated G4ExceptionHandler banner.             1472 - Updated G4ExceptionHandler banner.
1585                                                  1473 
1586 Nov. 9th, 2011, H.Kurashige (run-V09-04-25)      1474 Nov. 9th, 2011, H.Kurashige (run-V09-04-25)
1587 - Fix Coverity defects in PhysicsList classes    1475 - Fix Coverity defects in PhysicsList classes
1588                                                  1476 
1589 Nov. 8th, 2011, H.Kurashige (run-V09-04-24)      1477 Nov. 8th, 2011, H.Kurashige (run-V09-04-24)
1590 - Update PhysicsListHelper for new DNA proces    1478 - Update PhysicsListHelper for new DNA processes (Mathieu)
1591                                                  1479 
1592 Oct. 20th, 2011, M.Asai (run-V09-04-23)          1480 Oct. 20th, 2011, M.Asai (run-V09-04-23)
1593 - Improve G4Exception error messages             1481 - Improve G4Exception error messages
1594                                                  1482 
1595 Oct. 20th, 2011, M.Asai (run-V09-04-22)          1483 Oct. 20th, 2011, M.Asai (run-V09-04-22)
1596 - Remove obsolete G4Exception                    1484 - Remove obsolete G4Exception
1597 - Re-number G4Exception error numbers.           1485 - Re-number G4Exception error numbers.
1598                                                  1486 
1599 Sep. 23rd, 2011,  H.Kurashige (run-V09-04-21)    1487 Sep. 23rd, 2011,  H.Kurashige (run-V09-04-21)
1600 - Change G4VModularPhysicsList to issue messa    1488 - Change G4VModularPhysicsList to issue messages
1601   always if physics is added and/or removed.     1489   always if physics is added and/or removed.
1602   Cleared compilation warning on gcc-4.6.        1490   Cleared compilation warning on gcc-4.6.
1603                                                  1491 
1604 Sep. 6th, 2011,  H.Kurashige (run-V09-04-20)     1492 Sep. 6th, 2011,  H.Kurashige (run-V09-04-20)
1605 - Fix typo in Process type name in G4PhysicsL    1493 - Fix typo in Process type name in G4PhysicsListHelper
1606                                                  1494 
1607 Sep. 5th, 2011,  H.Kurashige (run-V09-04-19)     1495 Sep. 5th, 2011,  H.Kurashige (run-V09-04-19)
1608 - Remove pure virtual declaration for G4VModu    1496 - Remove pure virtual declaration for G4VModularPhysicsList::SetCuts()
1609   (G4VModularPhysicsList is not an abstract c    1497   (G4VModularPhysicsList is not an abstract class any more)
1610                                                  1498 
1611 Aug. 25th, 2011, G.Cosmo (run-V09-04-18)         1499 Aug. 25th, 2011, G.Cosmo (run-V09-04-18)
1612 - Added banner for errors and warnings in G4E    1500 - Added banner for errors and warnings in G4ExceptionHandler.
1613   Redirect warnings to cout instead of cerr.     1501   Redirect warnings to cout instead of cerr.
1614                                                  1502 
1615 Aug. 10th, 2011, M.Asai (run-V09-04-17)          1503 Aug. 10th, 2011, M.Asai (run-V09-04-17)
1616 - Introducing parallel layered mass geometry.    1504 - Introducing parallel layered mass geometry.
1617   Co-working with geommng-V09-04-03, procuts-    1505   Co-working with geommng-V09-04-03, procuts-V09-04-05, procscore-V09-04-02
1618                                                  1506 
1619 Aug. 3rd, 2011, H.Kurashige (run-V09-04-16)      1507 Aug. 3rd, 2011, H.Kurashige (run-V09-04-16)
1620 - Fix errors of INVALID_ITERATOR in  G4VModul    1508 - Fix errors of INVALID_ITERATOR in  G4VModularPhysicsList::RemovePhysics
1621  ()reported by Coverity)                         1509  ()reported by Coverity)
1622                                                  1510 
1623 July 24th, 2011, H.Kurashige (run-V09-04-15)     1511 July 24th, 2011, H.Kurashige (run-V09-04-15)
1624 - Fix a bug in constructor of G4VUserPhysicsL    1512 - Fix a bug in constructor of G4VUserPhysicsList
1625   (add isSetDefaultCutValue flag)                1513   (add isSetDefaultCutValue flag)
1626                                                  1514 
1627 July 2nd, 2011, H.Kurashige (run-V09-04-14)      1515 July 2nd, 2011, H.Kurashige (run-V09-04-14)
1628 - Fix a bug of "explicit null deferenced" in     1516 - Fix a bug of "explicit null deferenced" in G4VModularPhysicsList::RemovePhysics
1629                                                  1517 
1630 June 29th, 2011, G.Cosmo (run-V09-04-13)         1518 June 29th, 2011, G.Cosmo (run-V09-04-13)
1631 - Fix in G4UserPhysicsListMessenger construct    1519 - Fix in G4UserPhysicsListMessenger constructor for proper initialisation of UI command.
1632                                                  1520 
1633 June 21th, 2011, H.Kurashige (run-V09-04-12)     1521 June 21th, 2011, H.Kurashige (run-V09-04-12)
1634 - Fix  G4VUserPhysicsList::SetCutsWithDefault    1522 - Fix  G4VUserPhysicsList::SetCutsWithDefault()
1635   (defaultCutValues was ignored in -08~11 tag    1523   (defaultCutValues was ignored in -08~11 tag)
1636                                                  1524 
1637 June 21th, 2011, H.Kurashige (run-V09-04-11)     1525 June 21th, 2011, H.Kurashige (run-V09-04-11)
1638 - Fix typo in method name                        1526 - Fix typo in method name
1639                                                  1527 
1640 June 21th, 2011, H.Kurashige (run-V09-04-10)     1528 June 21th, 2011, H.Kurashige (run-V09-04-10)
1641 - Fix bug of lack of Rayleigh process in G4Ph    1529 - Fix bug of lack of Rayleigh process in G4PhysicsListHelper
1642                                                  1530 
1643 June 20th, 2011, H.Kurashige (run-V09-04-09)     1531 June 20th, 2011, H.Kurashige (run-V09-04-09)
1644 - Add ReadInDefaultrderingParameter() in G4Ph    1532 - Add ReadInDefaultrderingParameter() in G4PhysicsListHelper
1645  to set default values without using any file    1533  to set default values without using any file.
1646                                                  1534 
1647 June 18th, 2011, H.Kurashige (run-V09-04-08)     1535 June 18th, 2011, H.Kurashige (run-V09-04-08)
1648 - Modify to allow zero cut length                1536 - Modify to allow zero cut length
1649                                                  1537 
1650 June 11th, 2011, H.Kurashige (run-V09-04-07)     1538 June 11th, 2011, H.Kurashige (run-V09-04-07)
1651 - Added default implemenation of SetCuts         1539 - Added default implemenation of SetCuts
1652 - Added commanf of /run/getCutForAGivenPartic    1540 - Added commanf of /run/getCutForAGivenParticle
1653 - Removed obsolete method of SetCutValueForOt    1541 - Removed obsolete method of SetCutValueForOthers
1654                                                  1542 
1655 May 31st, 2011,  J.Apostolakis                   1543 May 31st, 2011,  J.Apostolakis
1656 - Ensure that a ScoreSplittingProcess is adde    1544 - Ensure that a ScoreSplittingProcess is added only once in
1657   G4RunManagerKernel::SetScoreSplitter.          1545   G4RunManagerKernel::SetScoreSplitter.
1658    Fixes PR 1218                                 1546    Fixes PR 1218
1659                                                  1547 
1660 May 20th, 2011, B.Morgan (run-V09-04-06)         1548 May 20th, 2011, B.Morgan (run-V09-04-06)
1661 - CMakeLists.txt : Added G4RUN_ALLOC_EXPORT c    1549 - CMakeLists.txt : Added G4RUN_ALLOC_EXPORT compiler definition via
1662   add_definitions so it's applied to all sour    1550   add_definitions so it's applied to all sources in this module.
1663 - sources.cmake : Fixed typo in source files     1551 - sources.cmake : Fixed typo in source files listing.
1664                                                  1552 
1665 May 10th, 2011, H.Kurashige (run-V09-04-05)      1553 May 10th, 2011, H.Kurashige (run-V09-04-05)
1666 - Fix bug in G4VUserPhysicsList::CheckParticl    1554 - Fix bug in G4VUserPhysicsList::CheckParticleList()
1667    (fDisableCheckParticleList was ignored in     1555    (fDisableCheckParticleList was ignored in previous tag)
1668                                                  1556 
1669 May 4th, 2011, H.Kurashige (run-V09-04-04)       1557 May 4th, 2011, H.Kurashige (run-V09-04-04)
1670 - Add NULL check for theTable in G4PhysicsLis    1558 - Add NULL check for theTable in G4PhysicsListHelper
1671                                                  1559 
1672 May 3rd, 2011, H.Kurashige (run-V09-04-03)       1560 May 3rd, 2011, H.Kurashige (run-V09-04-03)
1673 - Add G4PhysicsListHelper and related classes    1561 - Add G4PhysicsListHelper and related classes
1674 - Add RegisterProcess to G4VUserPhysicsList a    1562 - Add RegisterProcess to G4VUserPhysicsList and G4VPhysicsConstructor
1675 - Add ReplacePhysics in G4VModulerPhysicsList    1563 - Add ReplacePhysics in G4VModulerPhysicsList
1676 - Add typePhysics in G4VPhysicsConstructor       1564 - Add typePhysics in G4VPhysicsConstructor
1677                                                  1565 
1678 May 1st, 2011, M.Asai (run-V09-04-02)            1566 May 1st, 2011, M.Asai (run-V09-04-02)
1679 - Remove unnecessary AtRest GPIL of G4Paralle    1567 - Remove unnecessary AtRest GPIL of G4ParallelWorldScoringProcess.
1680                                                  1568 
1681 February 11th, 2011, M.Asai (run-V09-04-01)      1569 February 11th, 2011, M.Asai (run-V09-04-01)
1682 - G4RunManager.hh : Additional protection aga    1570 - G4RunManager.hh : Additional protection against the failure in
1683   creating a new directory -- Problem #1157      1571   creating a new directory -- Problem #1157
1684                                                  1572 
1685 January 22nd, 2011, M.Asai (run-V09-04-00)       1573 January 22nd, 2011, M.Asai (run-V09-04-00)
1686 - G4RunManager.hh : protection for WIN32 agai    1574 - G4RunManager.hh : protection for WIN32 against already-existing
1687   directory -- Problem #1157                     1575   directory -- Problem #1157
1688                                                  1576 
1689 December 5th, 2010, J.Allison (run-V09-03-09)    1577 December 5th, 2010, J.Allison (run-V09-03-09)
1690 - G4RunManagerKernel::RunInitialization: Noti    1578 - G4RunManagerKernel::RunInitialization: Notify Vis Manager when
1691   geometry needs to be closed.                   1579   geometry needs to be closed.
1692                                                  1580 
1693 November 24th, 2010, M.Asai (run-V09-03-08)      1581 November 24th, 2010, M.Asai (run-V09-03-08)
1694 - Adding Score Splitter process if the geomet    1582 - Adding Score Splitter process if the geometry has a regular
1695   parameterized volume.                          1583   parameterized volume.
1696 - Adding protection against particle without     1584 - Adding protection against particle without process manager.
1697                                                  1585 
1698 November 15th, 2010, M.Asai (run-V09-03-07)      1586 November 15th, 2010, M.Asai (run-V09-03-07)
1699 - Change methods name to remove ambiguity.       1587 - Change methods name to remove ambiguity.
1700     G4RunManager::ReOptimizeMotherOf() and Re    1588     G4RunManager::ReOptimizeMotherOf() and ReOptimizeForDaughtersOf().
1701                                                  1589 
1702 November 5th, 2010, M.Asai (run-V09-03-06)       1590 November 5th, 2010, M.Asai (run-V09-03-06)
1703 - Introducing two new methods in G4RunManager    1591 - Introducing two new methods in G4RunManager class
1704     G4RunManager::ReOptimizeMother() and ReOp    1592     G4RunManager::ReOptimizeMother() and ReOptimizeLogicalVolume()
1705   These methods cause re-optimization (re-vox    1593   These methods cause re-optimization (re-voxelization) of one particular
1706   logical volume without forcing re-optimizat    1594   logical volume without forcing re-optimization of the entire geometrical
1707   hierarchy.                                     1595   hierarchy.
1708                                                  1596 
1709 October 27th, 2010, G.Cosmo (run-V09-03-05)      1597 October 27th, 2010, G.Cosmo (run-V09-03-05)
1710 - Restored DLL setup as originally. Withdrawn    1598 - Restored DLL setup as originally. Withdrawn changes in last tag.
1711                                                  1599 
1712 October 19th, 2010, G.Cosmo (run-V09-03-04)      1600 October 19th, 2010, G.Cosmo (run-V09-03-04)
1713 - Replaced G4RUN_ALLOC_EXPORT flag with G4ALL    1601 - Replaced G4RUN_ALLOC_EXPORT flag with G4ALLOC_EXPORT for DLL exported
1714   symbols.                                       1602   symbols.
1715                                                  1603 
1716 September 3rd, 2010 G.Cosmo (run-V09-03-03)      1604 September 3rd, 2010 G.Cosmo (run-V09-03-03)
1717 - Added missing inclusion of <sstream> header    1605 - Added missing inclusion of <sstream> header in G4AdjointSimMessenger.cc.
1718                                                  1606 
1719 July 21st, 2010 G.Cosmo (run-V09-03-02)          1607 July 21st, 2010 G.Cosmo (run-V09-03-02)
1720 - Added dummy initialisation of data members     1608 - Added dummy initialisation of data members in constructors for classes:
1721   G4AdjointPrimaryGeneratorAction,               1609   G4AdjointPrimaryGeneratorAction,
1722 - Use canonical form for exceptions in G4RunM    1610 - Use canonical form for exceptions in G4RunManager and added dummy return
1723   statements; same in G4VUserPhysicsList.        1611   statements; same in G4VUserPhysicsList.
1724                                                  1612 
1725 June 10th, 2010 G.Cosmo (run-V09-03-01)          1613 June 10th, 2010 G.Cosmo (run-V09-03-01)
1726 - Fixed definition of path for Windows in G4R    1614 - Fixed definition of path for Windows in G4RunManager for random seeds
1727   directory: use '\' instead of '/' and suita    1615   directory: use '\' instead of '/' and suitable system command.
1728 - Use "const G4String&" as arguments and retu    1616 - Use "const G4String&" as arguments and return value wherever applicable
1729   in G4RunManager and G4RunManagerKernel.        1617   in G4RunManager and G4RunManagerKernel.
1730 - Avoid case of dereferencing null pointer in    1618 - Avoid case of dereferencing null pointer in G4RunManagerKernel.
1731                                                  1619 
1732 May 30th, 2010 M.Asai (run-V09-03-00)            1620 May 30th, 2010 M.Asai (run-V09-03-00)
1733 - Tag for v9.4-beta release                      1621 - Tag for v9.4-beta release
1734                                                  1622 
1735 May 11th, 2010 J.Allison                         1623 May 11th, 2010 J.Allison
1736 - Correct printing of number of events proces    1624 - Correct printing of number of events processed on run abortion.
1737                                                  1625 
1738 November 18th, 2009 G.Cosmo (run-V09-02-09)      1626 November 18th, 2009 G.Cosmo (run-V09-02-09)
1739 - Fixes to "Adjoint" classes to allow build o    1627 - Fixes to "Adjoint" classes to allow build of DLLs on Windows: renamed all
1740   methods and data holding "External" as keyw    1628   methods and data holding "External" as keyword to "Ext".
1741   Cleanup of the code: use "const G4String&"     1629   Cleanup of the code: use "const G4String&" instead of "G4String" wherever
1742   possible; use G4 types in consistent way; a    1630   possible; use G4 types in consistent way; avoid usage of "isNan"; code
1743   formatting cleanup; added Geant4 disclaimer    1631   formatting cleanup; added Geant4 disclaimer.
1744                                                  1632 
1745 November 13, 2009 Makoto Asai (run-V09-02-08)    1633 November 13, 2009 Makoto Asai (run-V09-02-08)
1746 - Fixing two minor bugs in G4RunManager and G    1634 - Fixing two minor bugs in G4RunManager and G4RunManagerKernel.
1747                                                  1635 
1748 November 6,2009 L.Desorgher (run-V09-02-07)      1636 November 6,2009 L.Desorgher (run-V09-02-07)
1749 - First commit of G4Adjoint classes for run c    1637 - First commit of G4Adjoint classes for run category
1750   New classes are G4AdjointSimManager, G4Adjo    1638   New classes are G4AdjointSimManager, G4AdjointSimMessenger, G4AdjointPrimaryGeneratorAction
1751                                                  1639 
1752 Oct 19, 2009, Hisaya Kurashige (run-V09-02-06    1640 Oct 19, 2009, Hisaya Kurashige (run-V09-02-06)
1753 - Add /run/setCutForAGivenParticle command in    1641 - Add /run/setCutForAGivenParticle command in G4UserPhysicsListMessenger
1754                                                  1642 
1755 Makoto Asai (run-V09-02-05)                      1643 Makoto Asai (run-V09-02-05)
1756 Sep 20, 2009, Makoto Asai (run-V09-02-05)        1644 Sep 20, 2009, Makoto Asai (run-V09-02-05)
1757 - G4RunManagerKernel checks G4VUserPhysicsLis    1645 - G4RunManagerKernel checks G4VUserPhysicsList to confirm no particle
1758   is registered when G4RunManagerKernel is in    1646   is registered when G4RunManagerKernel is instantiated.
1759                                                  1647 
1760 Aug 10, 2009, Makoto Asai (run-V09-02-04)        1648 Aug 10, 2009, Makoto Asai (run-V09-02-04)
1761 - G4RunManagerKernel now invokes G4VUserPhysi    1649 - G4RunManagerKernel now invokes G4VUserPhysicsList::CheckParticleList
1762   just before invoking G4VUserPhysicsList::Se    1650   just before invoking G4VUserPhysicsList::SetCuts.
1763                                                  1651 
1764 Aug 05, 2009, Hisaya Kurashige (run-V09-02-03    1652 Aug 05, 2009, Hisaya Kurashige (run-V09-02-03)
1765 - Add G4VUserPhysicsList::DisableCheckParticl    1653 - Add G4VUserPhysicsList::DisableCheckParticleList method
1766 - Modify G4VUserPhysicsList::CheckParticleLis    1654 - Modify G4VUserPhysicsList::CheckParticleList to check existence
1767    of any EM processes                           1655    of any EM processes
1768                                                  1656 
1769 Aug 03, 2009, Hisaya Kurashige (run-V09-02-02    1657 Aug 03, 2009, Hisaya Kurashige (run-V09-02-02)
1770 - Modify G4VUserPhysicsList to fit with proto    1658 - Modify G4VUserPhysicsList to fit with proton cuts
1771 - Modify G4VUserPhysicsList::BuildPhysicsTabl    1659 - Modify G4VUserPhysicsList::BuildPhysicsTable
1772   to avoid problem  when ions are created in     1660   to avoid problem  when ions are created in Pre-Init state
1773                                                  1661 
1774 May 22nd, 2009, Hisaya Kurashige (run-V09-02-    1662 May 22nd, 2009, Hisaya Kurashige (run-V09-02-01)
1775 - Add G4VUserPhysicsList::CheckParticleList()    1663 - Add G4VUserPhysicsList::CheckParticleList() to check consistencies of
1776   list of particles before constructing proce    1664   list of particles before constructing processes
1777 - Change severity of G4Exception in G4VUserPh    1665 - Change severity of G4Exception in G4VUserPhysicsList
1778   'FatalException' is assigned if core dump i    1666   'FatalException' is assigned if core dump is foreseen
1779                                                  1667 
1780 May 21st, 2009, Hisaya Kurashige (run-V09-02-    1668 May 21st, 2009, Hisaya Kurashige (run-V09-02-00)
1781 - Add check of process manager in G4VUserPhys    1669 - Add check of process manager in G4VUserPhysicsList::BuildPhysicsTable
1782                                                  1670 
1783 July  10th, 2008, Gabriele Cosmo (run-V09-01-    1671 July  10th, 2008, Gabriele Cosmo (run-V09-01-02)
1784 - G4RunManagerKernel: avoid deletion of defau    1672 - G4RunManagerKernel: avoid deletion of default root-region which is now
1785   taken care by the geometry stores. It resol    1673   taken care by the geometry stores. It resolves the ambiguity of explicitely
1786   avoiding the de-registration and deletion o    1674   avoiding the de-registration and deletion of the default root-region by
1787   the stores and eliminates the limitation of    1675   the stores and eliminates the limitation of forcing the world logical-volume
1788   being the first registered in the logical-v    1676   being the first registered in the logical-volumes store.
1789 - Coworks with tag "geommng-V09-01-05".          1677 - Coworks with tag "geommng-V09-01-05".
1790                                                  1678 
1791 May   09th, 2008, Hisaya Kurashige (run-V09-0    1679 May   09th, 2008, Hisaya Kurashige (run-V09-01-01)
1792 - Invoke G4Particle::DeleteAllParticles() in     1680 - Invoke G4Particle::DeleteAllParticles() in the destructor of G4VUserPhysicsList
1793                                                  1681 
1794 April 30th, 2008, Makoto Asai (run-V09-01-00)    1682 April 30th, 2008, Makoto Asai (run-V09-01-00)
1795 - Added G4Transportation process to short-liv    1683 - Added G4Transportation process to short-lived particles in G4VUserPhysicsList
1796   in order to fix the problem found for infin    1684   in order to fix the problem found for infinitesimal but non-zero decay length.
1797                                                  1685 
1798 November 16th, 2007, Makoto Asai (run-V09-00-    1686 November 16th, 2007, Makoto Asai (run-V09-00-06)
1799 - Re-order the commands in G4RunMessenger so     1687 - Re-order the commands in G4RunMessenger so that obsolete commands appear last.
1800                                                  1688 
1801 November 15th, 2007, Gabriele Cosmo (run-V09-    1689 November 15th, 2007, Gabriele Cosmo (run-V09-00-05)
1802 - Corrected inclusion of Randomize.hh header     1690 - Corrected inclusion of Randomize.hh header and use of CLHEP namespace.
1803                                                  1691 
1804 November 13th, 2007, Makoto Asai (run-V09-00-    1692 November 13th, 2007, Makoto Asai (run-V09-00-04)
1805 - Introducing a new /random/setSeeds command     1693 - Introducing a new /random/setSeeds command which allows to set seeds.
1806 - Now /random/setDirectoryName command create    1694 - Now /random/setDirectoryName command creates directories as needed.
1807                                                  1695 
1808 November 8th, 2007, Makoto Asai (run-V09-00-0    1696 November 8th, 2007, Makoto Asai (run-V09-00-03)
1809 - Obsolete UI commands now do nothing except     1697 - Obsolete UI commands now do nothing except warning messages.
1810                                                  1698 
1811 September 23rd, 2007, Makoto Asai (run-V09-00    1699 September 23rd, 2007, Makoto Asai (run-V09-00-02)
1812 - Re-tagged with new tag name.                   1700 - Re-tagged with new tag name.
1813 - G4VUserPhysicsList::AddTransportation() tem    1701 - G4VUserPhysicsList::AddTransportation() temporarily checks the existance
1814  of G4ScoringManager.                            1702  of G4ScoringManager.
1815                                                  1703 
1816 August 30th, 2007, Makoto Asai (run-V009-00-0    1704 August 30th, 2007, Makoto Asai (run-V009-00-01)
1817 - First implementation of interactive paralle    1705 - First implementation of interactive parallel world scoring.
1818 - Co-working with digits_hits-V09-00-01, proc    1706 - Co-working with digits_hits-V09-00-01, procman-V09-00-00, config-V09-00-00
1819                                                  1707 
1820 July 13th, 2007, Makoto Asai (run-V09-00-00)     1708 July 13th, 2007, Makoto Asai (run-V09-00-00)
1821 - Co-working with the new G4ScoringManager.      1709 - Co-working with the new G4ScoringManager.
1822                                                  1710 
1823 June 20th, 2007, Makoto Asai (run-V08-03-07)     1711 June 20th, 2007, Makoto Asai (run-V08-03-07)
1824 - Fixed seg fault with stacking events (Bug r    1712 - Fixed seg fault with stacking events (Bug report #951).
1825                                                  1713 
1826 June 15th, 2007, Gabriele Cosmo (run-V08-03-0    1714 June 15th, 2007, Gabriele Cosmo (run-V08-03-06)
1827 - Fixed leak in G4VModularPhysicsList: delete    1715 - Fixed leak in G4VModularPhysicsList: delete allocated 'physicsVector'
1828   in destructor.                                 1716   in destructor.
1829                                                  1717 
1830 May 30th, 2007, Gabriele Cosmo (run-V08-03-05    1718 May 30th, 2007, Gabriele Cosmo (run-V08-03-05)
1831 - Temporarly restored switching mechanism for    1719 - Temporarly restored switching mechanism for G4CoupledTransportation,
1832   activated if parallel geometry is registere    1720   activated if parallel geometry is registered.
1833 - Removed UseG4Transportation8() method to G4    1721 - Removed UseG4Transportation8() method to G4VUserPhysicsList and
1834   /run/useOldTransportation command to G4User    1722   /run/useOldTransportation command to G4UserPhysicsListMessenger.
1835                                                  1723 
1836 May 24th, 2007, Makoto Asai (run-V08-03-04)      1724 May 24th, 2007, Makoto Asai (run-V08-03-04)
1837 - Fixed the name of random number status file    1725 - Fixed the name of random number status file.
1838                                                  1726 
1839 May 21st, 2007, Makoto Asai (run-V08-03-03)      1727 May 21st, 2007, Makoto Asai (run-V08-03-03)
1840 - Fixed against accessing to the world logica    1728 - Fixed against accessing to the world logical volume that had already been deleted.
1841                                                  1729 
1842 May 9th, 2007, Makoto Asai (run-V08-03-02)       1730 May 9th, 2007, Makoto Asai (run-V08-03-02)
1843 - In G4RunManagerKernel, UpdateRegion() metho    1731 - In G4RunManagerKernel, UpdateRegion() method now internally invokes CheckRegions() method
1844   to make sure all region information are upd    1732   to make sure all region information are updated.
1845                                                  1733 
1846 May 7th, 2007, Makoto Asai (run-V08-03-01)       1734 May 7th, 2007, Makoto Asai (run-V08-03-01)
1847 - Add UseG4Transportation8() method to G4VUse    1735 - Add UseG4Transportation8() method to G4VUserPhysicsList and /run/useOldTransportation
1848   command to G4UserPhysicsListMessenger. This    1736   command to G4UserPhysicsListMessenger. This option works only prior to /run/initialize
1849   and also wothout a parallel world.             1737   and also wothout a parallel world.
1850                                                  1738 
1851 May 4th, 2007, Makoto Asai (run-V08-03-00)       1739 May 4th, 2007, Makoto Asai (run-V08-03-00)
1852 - Remove switching mechanism of G4CoupledTran    1740 - Remove switching mechanism of G4CoupledTransportation.
1853                                                  1741 
1854 May 3rd, 2007, Makoto Asai (run-V08-02-03)       1742 May 3rd, 2007, Makoto Asai (run-V08-02-03)
1855 - Fix memory leak in G4VUserPhysicsList.         1743 - Fix memory leak in G4VUserPhysicsList.
1856 - G4VUserDetectorConstruction class now has a    1744 - G4VUserDetectorConstruction class now has access methods to the parallel worlds.
1857                                                  1745 
1858 March 8th, 2007, Makoto Asai (run-V08-02-02)     1746 March 8th, 2007, Makoto Asai (run-V08-02-02)
1859 - Consolidation of previous tag with a new G4    1747 - Consolidation of previous tag with a new G4RunManager flag and corresponding UI command.
1860                                                  1748 
1861 March 5th, 2007, Makoto Asai (run-V08-02-01)     1749 March 5th, 2007, Makoto Asai (run-V08-02-01)
1862 - Prevent from unnecessary creation of G4Stri    1750 - Prevent from unnecessary creation of G4String objects in G4Event, which were
1863 default for random number status.                1751 default for random number status.
1864                                                  1752 
1865 January 19th, 2007, Makoto Asai (run-V08-02-0    1753 January 19th, 2007, Makoto Asai (run-V08-02-00)
1866 - Fix to make G4RunManager::NumberOfEventToBe    1754 - Fix to make G4RunManager::NumberOfEventToBeStored() work properly
1867   (addressing to bug#925)                        1755   (addressing to bug#925)
1868 - Add protection against missing particle typ    1756 - Add protection against missing particle types before BuildPhysicsTable
1869   is invoked (addressing to bug#923)             1757   is invoked (addressing to bug#923)
1870                                                  1758 
1871 December 1st, 2006, Makoto Asai (run-V08-01-0    1759 December 1st, 2006, Makoto Asai (run-V08-01-06)
1872 - Fixed memory leak at initialisation in G4Ma    1760 - Fixed memory leak at initialisation in G4MatScanMessenger.
1873 - Modified CheckRegions() method not to use i    1761 - Modified CheckRegions() method not to use inefficient and obsolete
1874   SetWorld() method in G4RegionStore. Set wor    1762   SetWorld() method in G4RegionStore. Set world volumes to regions directly
1875   and more efficiently by retrieving the list    1763   and more efficiently by retrieving the list of worlds from
1876   G4TransportationManager.                       1764   G4TransportationManager.
1877                                                  1765 
1878 November 30th, 2006, Gabriele Cosmo (run-V08-    1766 November 30th, 2006, Gabriele Cosmo (run-V08-01-05)
1879 - In destructor of G4RunManagerKernel, allow     1767 - In destructor of G4RunManagerKernel, allow for proper deletion of
1880   default region and deallocation of units fr    1768   default region and deallocation of units from the G4UnitsTable.
1881 - Synchronised files with HEAD.                  1769 - Synchronised files with HEAD.
1882 - Coworks with tags: "global-V08-01-07" and "    1770 - Coworks with tags: "global-V08-01-07" and "geommng-V08-01-08".
1883                                                  1771 
1884 November 20th, 2006, Makoto Asai (run-V08-01-    1772 November 20th, 2006, Makoto Asai (run-V08-01-04)
1885 - Re-tagged with correct files.                  1773 - Re-tagged with correct files.
1886                                                  1774 
1887 November 17th, 2006, Makoto Asai (run-V08-01-    1775 November 17th, 2006, Makoto Asai (run-V08-01-03)
1888 - Update History file to include all the deve    1776 - Update History file to include all the developments made in cvs branch.
1889                                                  1777 
1890 November 15th, 2006, Gabriele Cosmo (run-V08-    1778 November 15th, 2006, Gabriele Cosmo (run-V08-01-02)
1891 - Added call to the FPE handler in constructo    1779 - Added call to the FPE handler in constructor of G4RunManagerKernel.
1892   The call is activated if the flag G4FPE_DEB    1780   The call is activated if the flag G4FPE_DEBUG is set in the environment
1893   at compilation. Allows for catching of NaNs    1781   at compilation. Allows for catching of NaNs in applications for debug.
1894 - Updated GNUmakefile accordingly.               1782 - Updated GNUmakefile accordingly.
1895 - Coworks with tag "global-V08-01-05".           1783 - Coworks with tag "global-V08-01-05".
1896                                                  1784 
1897 November 14th, 2006, Gabriele Cosmo (run-V08-    1785 November 14th, 2006, Gabriele Cosmo (run-V08-01-01)
1898 - Bringing in changes from branch tag (run-V0    1786 - Bringing in changes from branch tag (run-V08-01-ref04-03).
1899  - Added mechanism for detecting presence of     1787  - Added mechanism for detecting presence of parallel word registered
1900   and allow switching of transportation in G4    1788   and allow switching of transportation in G4VUserPhysicsList.
1901  - G4Run object is now kept until the beginin    1789  - G4Run object is now kept until the begining of the next run, so that
1902   the user can have an access to the valid G4    1790   the user can have an access to the valid G4Run pointer during the
1903   Idle state after the run.                      1791   Idle state after the run.
1904  - Events can be kept un-deleted, stored in G    1792  - Events can be kept un-deleted, stored in G4Run, and persist until
1905   the deletion of G4Run objects.                 1793   the deletion of G4Run objects.
1906                                                  1794 
1907 June 9th, 2006, Makoto Asai (run-V08-01-00)      1795 June 9th, 2006, Makoto Asai (run-V08-01-00)
1908 - Introducing G4VUserParallelWorld class and     1796 - Introducing G4VUserParallelWorld class and related changes in G4RunManager
1909   and G4VUserDetectorConstruction classes.       1797   and G4VUserDetectorConstruction classes.
1910                                                  1798 
1911 May 16th, 2006, Makoto Asai (run-V08-00-03)      1799 May 16th, 2006, Makoto Asai (run-V08-00-03)
1912 - Add a command in G4MatScanMessenger.           1800 - Add a command in G4MatScanMessenger.
1913                                                  1801 
1914 May 10th, 2006, Makoto Asai (run-V08-00-02)      1802 May 10th, 2006, Makoto Asai (run-V08-00-02)
1915 - Fix GNUmakefile to avoid a loop dependency.    1803 - Fix GNUmakefile to avoid a loop dependency.
1916                                                  1804 
1917 May 6th, 2006, Makoto Asai (run-V08-00-01)       1805 May 6th, 2006, Makoto Asai (run-V08-00-01)
1918 - Store random number status to G4Run and G4E    1806 - Store random number status to G4Run and G4Event.
1919                                                  1807 
1920 May 5th, 2006, Makoto Asai (run-V08-00-00)       1808 May 5th, 2006, Makoto Asai (run-V08-00-00)
1921 - Introducing the material scanner utility.      1809 - Introducing the material scanner utility.
1922                                                  1810 
1923 November 28th, 2005, Makoto Asai (run-V07-01-    1811 November 28th, 2005, Makoto Asai (run-V07-01-08)
1924 - In G4RunManagerKernel.cc, changed inclusion    1812 - In G4RunManagerKernel.cc, changed inclusion of version.hh to G4Version.hh.
1925   Coworks with tag "global-V07-01-05".           1813   Coworks with tag "global-V07-01-05".
1926                                                  1814 
1927 November 22th, 2005, Makoto Asai (run-V07-01-    1815 November 22th, 2005, Makoto Asai (run-V07-01-07)
1928 - Put G4Exception to the constructors of G4VU    1816 - Put G4Exception to the constructors of G4VUserPrimaryGeneratorAction and
1929   G4UserRunAction to protect against their in    1817   G4UserRunAction to protect against their instantiation before G4VUserPhysicsList
1930   is instantiated and set to G4RunManager.       1818   is instantiated and set to G4RunManager.
1931 - Remove redundant invokation of G4VUserPhysi    1819 - Remove redundant invokation of G4VUserPhysicsList::ConstructParticle() from
1932   G4RunManagerKernel::InitializePhysics().       1820   G4RunManagerKernel::InitializePhysics().
1933                                                  1821 
1934 November 10th, 2005, Makoto Asai (run-V07-01-    1822 November 10th, 2005, Makoto Asai (run-V07-01-06)
1935 - In G4RunManagerKernel.cc, invokation of G4P    1823 - In G4RunManagerKernel.cc, invokation of G4ParticleTable::GetParticleTable()->SetReadiness();
1936   has been moved from the constructor to SetP    1824   has been moved from the constructor to SetPhysics() method.
1937 - This change enforces that all particles mus    1825 - This change enforces that all particles must be instantiated in ConstructParticle() method
1938   in the physics list along with the introduc    1826   in the physics list along with the introduction of non-static particle definition classes
1939   in the tag particles-V07-01-02.                1827   in the tag particles-V07-01-02.
1940                                                  1828 
1941 November 9th, 2005, Gabriele Cosmo (run-V07-0    1829 November 9th, 2005, Gabriele Cosmo (run-V07-01-05)
1942 - Implemented migration to <sstream> from dep    1830 - Implemented migration to <sstream> from deprecated <strstream>.
1943 - Added changes for support of CLHEP-2.0.X.      1831 - Added changes for support of CLHEP-2.0.X.
1944                                                  1832 
1945 November 7th, 2005, Gabriele Cosmo (run-V07-0    1833 November 7th, 2005, Gabriele Cosmo (run-V07-01-04)
1946 - Added graphics_reps to CPPFLAGS in GNUmakef    1834 - Added graphics_reps to CPPFLAGS in GNUmakefile, following the changes
1947   introduced in tag "run-V07-01-02" for migra    1835   introduced in tag "run-V07-01-02" for migration of vis code.
1948 - Use version.hh for version and date in G4Ru    1836 - Use version.hh for version and date in G4RunManagerKernel constructor.
1949                                                  1837 
1950 October 28th, 2005, Makoto Asai (run-V07-01-0    1838 October 28th, 2005, Makoto Asai (run-V07-01-03)
1951 - Working tag for merging "envelope" to G4Reg    1839 - Working tag for merging "envelope" to G4Region.
1952 - This tag does NOT contain run-V07-01-02 tag    1840 - This tag does NOT contain run-V07-01-02 tag.
1953                                                  1841 
1954 October 20, 2005, Joseph Perl (run-V07-01-02)    1842 October 20, 2005, Joseph Perl (run-V07-01-02)
1955 - Tag to co-work with vis-V07-01-05.             1843 - Tag to co-work with vis-V07-01-05.
1956                                                  1844 
1957 October 17th, 2005 Jane Tinslay                  1845 October 17th, 2005 Jane Tinslay
1958 - Modify GNUmakefile to follow intercoms->gra    1846 - Modify GNUmakefile to follow intercoms->graphics_reps migration for
1959   G4VGraphicsScene and G4VVisManager             1847   G4VGraphicsScene and G4VVisManager
1960                                                  1848 
1961 September 26th, 2005 G.Cosmo (run-V07-01-01)     1849 September 26th, 2005 G.Cosmo (run-V07-01-01)
1962 - Removed definition of G4Allocator<G4Run> af    1850 - Removed definition of G4Allocator<G4Run> after changes made in
1963   previous tag (fixed compilation error for r    1851   previous tag (fixed compilation error for run-V07-01-00).
1964                                                  1852 
1965 September 19th, 2005 M.Asai (run-V07-01-00)      1853 September 19th, 2005 M.Asai (run-V07-01-00)
1966 - Cosmetic changes in G4Run.                     1854 - Cosmetic changes in G4Run.
1967                                                  1855 
1968 June 17th, 2005 M.Asai (run-V07-00-05)           1856 June 17th, 2005 M.Asai (run-V07-00-05)
1969 - Changed version string in G4RunManagerKerne    1857 - Changed version string in G4RunManagerKernel not to have CVS version string.
1970                                                  1858 
1971 June 13th, 2005 G.Cosmo (run-V07-00-04)          1859 June 13th, 2005 G.Cosmo (run-V07-00-04)
1972 - Changed date to G4RunManagerKernel for rele    1860 - Changed date to G4RunManagerKernel for release 7.1.
1973                                                  1861 
1974 June 11th, 2005 M.Asai (run-V07-00-03)           1862 June 11th, 2005 M.Asai (run-V07-00-03)
1975 - Add SetPrimaryTransformer method to RunMana    1863 - Add SetPrimaryTransformer method to RunManager and RunManagerKernel.
1976                                                  1864 
1977 May 30th, 2005 M.Asai (run-V07-00-02)            1865 May 30th, 2005 M.Asai (run-V07-00-02)
1978 - Messages about defined particles and physic    1866 - Messages about defined particles and physics tables are now printed
1979   out only for verbose level greater than 1.     1867   out only for verbose level greater than 1.
1980                                                  1868 
1981 March 22nd, 2005 M.Asai (run-V07-00-01)          1869 March 22nd, 2005 M.Asai (run-V07-00-01)
1982 - Moved invocation of ConstructParticle() met    1870 - Moved invocation of ConstructParticle() method back to the original place in InitializePhysics().
1983                                                  1871 
1984 February 17th, 2005 G.Cosmo (run-V07-00-00)      1872 February 17th, 2005 G.Cosmo (run-V07-00-00)
1985 - Changed date in G4RunManagerKernel for patc    1873 - Changed date in G4RunManagerKernel for patch-01 to release 7.0.
1986                                                  1874 
1987 December 30th, 2004 M.Asai                       1875 December 30th, 2004 M.Asai
1988 - Reset static pointers for G4RunManager and     1876 - Reset static pointers for G4RunManager and G4RunManagerKernel when
1989   RunManager is deleted.                         1877   RunManager is deleted.
1990                                                  1878 
1991 December 7th, 2004 G.Cosmo (run-V06-02-08)       1879 December 7th, 2004 G.Cosmo (run-V06-02-08)
1992 - Changed date in G4RunManagerKernel for rele    1880 - Changed date in G4RunManagerKernel for release 7.0.
1993                                                  1881 
1994 November 27th, 2004 H.Kurashige (run-V06-02-0    1882 November 27th, 2004 H.Kurashige (run-V06-02-07)
1995 - Change "ConstructParticle" and "ConstructPr    1883 - Change "ConstructParticle" and "ConstructProcess" methods to 'public'
1996                                                  1884 
1997 November 25th, 2004 M.Asai (run-V06-02-06)       1885 November 25th, 2004 M.Asai (run-V06-02-06)
1998 - Fix a wrong behaviour of G4RunManager when     1886 - Fix a wrong behaviour of G4RunManager when the user modifies his/her
1999   geometry without replacing the world.          1887   geometry without replacing the world.
2000                                                  1888 
2001 November 1st,  2004 H.Kurashige (run-V06-02-0    1889 November 1st,  2004 H.Kurashige (run-V06-02-05)
2002 - Add PreparePhysicsTable for nucleus process    1890 - Add PreparePhysicsTable for nucleus process initialization
2003                                                  1891 
2004 October 25,  2004 H.Kurashige (run-V06-02-04)    1892 October 25,  2004 H.Kurashige (run-V06-02-04)
2005 - Modify BuildPhysicsTable for new scheme of     1893 - Modify BuildPhysicsTable for new scheme of Store/RetrievePhysicsTable
2006                                                  1894 
2007 September 24, 2004 M.Asai (run-V06-02-03)        1895 September 24, 2004 M.Asai (run-V06-02-03)
2008 - Temporarily allow the use of G4ParticleTabl    1896 - Temporarily allow the use of G4ParticleTable before the construction of physics table.
2009                                                  1897 
2010 August 30, 2004 M.Asai (run-V06-02-02)           1898 August 30, 2004 M.Asai (run-V06-02-02)
2011 - G4RunManagerKernel lets G4ParticleTable kno    1899 - G4RunManagerKernel lets G4ParticleTable know once the physics list
2012   is instantiated and set to G4RunManagerKern    1900   is instantiated and set to G4RunManagerKernel.
2013                                                  1901 
2014 August 10, 2004 M.Asai (run-V06-02-01)           1902 August 10, 2004 M.Asai (run-V06-02-01)
2015 - G4VUserPhysicsList::GenerateParticles() is     1903 - G4VUserPhysicsList::GenerateParticles() is now invoked directly from
2016  G4RunManagerKernel.                             1904  G4RunManagerKernel.
2017                                                  1905 
2018 July 21, 2004 G.Cosmo (run-V06-02-00)            1906 July 21, 2004 G.Cosmo (run-V06-02-00)
2019 - Changed date for release 6.2-patch01.          1907 - Changed date for release 6.2-patch01.
2020                                                  1908 
2021 June 11, 2004 G.Cosmo (run-V06-01-03)            1909 June 11, 2004 G.Cosmo (run-V06-01-03)
2022 - Use global flag G4RUN_ALLOC_EXPORT to expor    1910 - Use global flag G4RUN_ALLOC_EXPORT to export extern symbols for DLLs.
2023   Modified GNUmakefile and rearranged usage o    1911   Modified GNUmakefile and rearranged usage of extern symbols in G4Run.
2024                                                  1912 
2025 June 09, 2004 G.Cosmo (run-V06-01-02)            1913 June 09, 2004 G.Cosmo (run-V06-01-02)
2026 - Adopt G4DLLIMPORT/G4DLLEXPORT technique to     1914 - Adopt G4DLLIMPORT/G4DLLEXPORT technique to handle extern simbols for
2027   allowing support of DLLs on Windows.           1915   allowing support of DLLs on Windows.
2028 - Coworks with "global-V06-01-02b".              1916 - Coworks with "global-V06-01-02b".
2029                                                  1917 
2030 June 04, 2004 G.Cosmo (run-V06-01-01)            1918 June 04, 2004 G.Cosmo (run-V06-01-01)
2031 - Updated date in G4RunManagerKernel for rele    1919 - Updated date in G4RunManagerKernel for release 6.2.
2032 - Export extern symbols for allowing support     1920 - Export extern symbols for allowing support of DLLs on Windows.
2033   Modified G4Run.hh.                             1921   Modified G4Run.hh.
2034 - GNUmakefile: added definition of GLOBLIBS f    1922 - GNUmakefile: added definition of GLOBLIBS for DLLs support on Windows.
2035 - Coworks with "global-V06-01-02a".              1923 - Coworks with "global-V06-01-02a".
2036                                                  1924 
2037 May 04, 2004, M.Asai (run-V06-01-00)             1925 May 04, 2004, M.Asai (run-V06-01-00)
2038 - Access methods to G4TrackingManager and G4S    1926 - Access methods to G4TrackingManager and G4StackManager are added
2039   to G4RunManagerKernel.                         1927   to G4RunManagerKernel.
2040                                                  1928 
2041 March 18, 2004, M.Asai (run-V06-00-02)           1929 March 18, 2004, M.Asai (run-V06-00-02)
2042 - Added NIM reference to header and WWW info.    1930 - Added NIM reference to header and WWW info.
2043 - Changed date for release 6.1.                  1931 - Changed date for release 6.1.
2044                                                  1932 
2045 March 15, 2004, M.Asai (run-V06-00-01)           1933 March 15, 2004, M.Asai (run-V06-00-01)
2046 - Invokation of G4Navigator::LocateGlobalPoin    1934 - Invokation of G4Navigator::LocateGlobalPointAndSetup() is now moved to
2047   G4EventManager so that the navigator is res    1935   G4EventManager so that the navigator is reset for every event.
2048                                                  1936 
2049 February 09, 2004, G.Cosmo (run-V06-00-00)       1937 February 09, 2004, G.Cosmo (run-V06-00-00)
2050 - Changed date for patch-01 to release 6.0.      1938 - Changed date for patch-01 to release 6.0.
2051                                                  1939 
2052 December 09, 2003, G.Cosmo (run-V05-02-10)       1940 December 09, 2003, G.Cosmo (run-V05-02-10)
2053 - Changed date for release 6.0.                  1941 - Changed date for release 6.0.
2054                                                  1942 
2055 November 12, 2003, M.Asai (run-V05-02-09)        1943 November 12, 2003, M.Asai (run-V05-02-09)
2056 - Remove dedicated treatment of anti-proton,     1944 - Remove dedicated treatment of anti-proton, neutron and anti-neutron
2057   from BuildPhysicsTable of UserPhysicsList.     1945   from BuildPhysicsTable of UserPhysicsList.
2058                                                  1946 
2059 November 04, 2003, M.Asai (run-V05-02-08)        1947 November 04, 2003, M.Asai (run-V05-02-08)
2060 - Cosmetic changes of messages for storing/re    1948 - Cosmetic changes of messages for storing/retreiving physics table
2061                                                  1949 
2062 November 03, 2003, M.Asai (run-V05-02-07)        1950 November 03, 2003, M.Asai (run-V05-02-07)
2063 - Introducing PhysicsHasBeenModified() method    1951 - Introducing PhysicsHasBeenModified() method in G4RunManagerKernel class
2064   and relared wrapper methods in G4RunManager    1952   and relared wrapper methods in G4RunManager and G4RunMessenger.
2065                                                  1953 
2066 November 3, 2003, H.Kurashige (run-V05-02-06)    1954 November 3, 2003, H.Kurashige (run-V05-02-06)
2067 - G4VUserPhysicsList:                            1955 - G4VUserPhysicsList:
2068   o Clean Up error messages for store/retreiv    1956   o Clean Up error messages for store/retreiving physcs table
2069                                                  1957 
2070 October 21, 2003, M.Asai (run-V05-02-05)         1958 October 21, 2003, M.Asai (run-V05-02-05)
2071 - G4RunManagerKernel:                            1959 - G4RunManagerKernel:
2072   o Protect against a region which does not h    1960   o Protect against a region which does not have a cut pointer.
2073                                                  1961 
2074 October 4, 2003, G.Cosmo (run-V05-02-04)         1962 October 4, 2003, G.Cosmo (run-V05-02-04)
2075 - GNUmakefile:                                   1963 - GNUmakefile:
2076   o added dependency to new module "geometry/    1964   o added dependency to new module "geometry/navigation".
2077   o replaced "digits+hits" with "digits_hits"    1965   o replaced "digits+hits" with "digits_hits".
2078 - Coworks with "geometry-V05-02-00" and "digi    1966 - Coworks with "geometry-V05-02-00" and "digits_hits-V05-02-00".
2079                                                  1967 
2080 September 25, 2003, H.Kurashige (run-V05-02-0    1968 September 25, 2003, H.Kurashige (run-V05-02-03)
2081 - Modify GNUmakefile for processes/cuts categ    1969 - Modify GNUmakefile for processes/cuts category
2082                                                  1970 
2083 September 09, 2003, M.Asai (run-V05-02-02)       1971 September 09, 2003, M.Asai (run-V05-02-02)
2084 - Fix a typo in G4VUserPhysicsList.              1972 - Fix a typo in G4VUserPhysicsList.
2085                                                  1973 
2086 August 25, 2003, G.Cosmo (run-V05-02-01)         1974 August 25, 2003, G.Cosmo (run-V05-02-01)
2087 - G4RunManager.cc: changed date for release 5    1975 - G4RunManager.cc: changed date for release 5.2-patch01.
2088                                                  1976 
2089 August 01, 2003, M.Asai (run-V05-02-00)          1977 August 01, 2003, M.Asai (run-V05-02-00)
2090 - Introducing G4RunManagerKernel class.          1978 - Introducing G4RunManagerKernel class.
2091                                                  1979 
2092 June 19, 2003, G.Cosmo (run-V05-01-04)           1980 June 19, 2003, G.Cosmo (run-V05-01-04)
2093 - G4VUserPhysicsList.cc: check IsShortLived()    1981 - G4VUserPhysicsList.cc: check IsShortLived() before building the
2094   physics table in BuildPhysicsTable(). (V.Iv    1982   physics table in BuildPhysicsTable(). (V.Ivantchenko)
2095 - G4RunManager.cc: changed date for release 5    1983 - G4RunManager.cc: changed date for release 5.2.
2096                                                  1984 
2097 May 21, 2003, M.Asai (run-V05-01-03)             1985 May 21, 2003, M.Asai (run-V05-01-03)
2098 - G4RunManager : Old world logical volume to     1986 - G4RunManager : Old world logical volume to be removed from the default region
2099                                                  1987 
2100 May 21, 2003, M.Asai (run-V05-01-02)             1988 May 21, 2003, M.Asai (run-V05-01-02)
2101 - Clean up unused variables.                     1989 - Clean up unused variables.
2102                                                  1990 
2103 May 16, 2003, G.Cosmo (run-V05-01-01)            1991 May 16, 2003, G.Cosmo (run-V05-01-01)
2104 - G4RunManager.cc: changed date for 5.1-patch    1992 - G4RunManager.cc: changed date for 5.1-patch01.
2105                                                  1993 
2106 May 06, 2003, G.Cosmo (run-V05-01-00)            1994 May 06, 2003, G.Cosmo (run-V05-01-00)
2107 - G4RunManager[hh.cc]: changed behavior of fu    1995 - G4RunManager[hh.cc]: changed behavior of function DefineWorldVolume()
2108   to properly reset navigation history and op    1996   to properly reset navigation history and optimisation in case the
2109   topology of the geometry has changed betwee    1997   topology of the geometry has changed between runs.
2110   It requires simplification of all examples/    1998   It requires simplification of all examples/tests where geometry setup
2111   is changed between runs.                       1999   is changed between runs.
2112   o Added new boolean argument (default set t    2000   o Added new boolean argument (default set to TRUE) to specify if
2113     topology has changed. Call to DefineWorld    2001     topology has changed. Call to DefineWorldVolume() at initialisation
2114     will use FALSE as value for this argument    2002     will use FALSE as value for this argument.
2115   o Forced open/close geometry in method Rese    2003   o Forced open/close geometry in method ResetNavigator() to properly
2116     reset G4Navigator status and remove old o    2004     reset G4Navigator status and remove old optimisations.
2117                                                  2005 
2118 Apr 29, 2003, M.Asai (run-V05-00-17)             2006 Apr 29, 2003, M.Asai (run-V05-00-17)
2119 - G4UserPhysicsListMessenger.cc: changed impl    2007 - G4UserPhysicsListMessenger.cc: changed implementation in
2120   SetNewValue() for command 'setCutRCmd' to a    2008   SetNewValue() for command 'setCutRCmd' to allow porting on
2121   gcc-3.2 and WIN32-VC. Use istrstream instea    2009   gcc-3.2 and WIN32-VC. Use istrstream instead of G4Tokenizer.
2122                                                  2010 
2123 Apr 25, 2003, G.Cosmo (run-V05-00-16)            2011 Apr 25, 2003, G.Cosmo (run-V05-00-16)
2124 - G4VUserPhysicsList.cc: fixed typo in defini    2012 - G4VUserPhysicsList.cc: fixed typo in definition of ResetCuts().
2125                                                  2013 
2126 Apr 24, 2003, M.Asai (run-V05-00-15)             2014 Apr 24, 2003, M.Asai (run-V05-00-15)
2127 - Invoke BuildPhysicsTable for dynamically cr    2015 - Invoke BuildPhysicsTable for dynamically created ions.
2128                                                  2016 
2129 Apr 23, 2003, M.Asai (run-V05-00-14)             2017 Apr 23, 2003, M.Asai (run-V05-00-14)
2130 - Add a data member to G4Run.                    2018 - Add a data member to G4Run.
2131                                                  2019 
2132 Apr 23, 2003, G.Cosmo (run-V05-00-13)            2020 Apr 23, 2003, G.Cosmo (run-V05-00-13)
2133 - Changed date for release 5.1 in G4RunManage    2021 - Changed date for release 5.1 in G4RunManager.
2134                                                  2022 
2135 Apr 16, 2003, M.Asai (run-V05-00-12)             2023 Apr 16, 2003, M.Asai (run-V05-00-12)
2136 - Remove features in tag run-05-00-09 but inc    2024 - Remove features in tag run-05-00-09 but include later tags.
2137                                                  2025 
2138 Apr 14, 2003, M.Asai (run-V05-00-11)             2026 Apr 14, 2003, M.Asai (run-V05-00-11)
2139 - Recover /run/particle/dumpCutValues command    2027 - Recover /run/particle/dumpCutValues command.
2140                                                  2028 
2141 Apr 11, 2003, M.Asai (run-V05-00-10)             2029 Apr 11, 2003, M.Asai (run-V05-00-10)
2142 - Recover /run/particle/applyCuts command.       2030 - Recover /run/particle/applyCuts command.
2143                                                  2031 
2144 Apr 03, 2003, M.Asai (run-V05-00-09)             2032 Apr 03, 2003, M.Asai (run-V05-00-09)
2145 - G4RunManager::DefineWorldVolume() now invok    2033 - G4RunManager::DefineWorldVolume() now invokes ResetNavigator().
2146                                                  2034 
2147 Mar 17, 2003, M.Asai (run-V05-00-08)             2035 Mar 17, 2003, M.Asai (run-V05-00-08)
2148 - Recover obsolete commands of /run/particle.    2036 - Recover obsolete commands of /run/particle.
2149                                                  2037 
2150 Mar 14, 2003, H.Kurashige (run-V05-00-07)        2038 Mar 14, 2003, H.Kurashige (run-V05-00-07)
2151 - Revert G4VUserPhysicsList::ResetCuts           2039 - Revert G4VUserPhysicsList::ResetCuts
2152                                                  2040 
2153 Mar 11, 2003, M.Asai (run-V05-00-06)             2041 Mar 11, 2003, M.Asai (run-V05-00-06)
2154 - Added commands for SetCuts.                    2042 - Added commands for SetCuts.
2155 - Implemented store/retreive physics list.       2043 - Implemented store/retreive physics list.
2156 - Removed BuildPhysicsTable from Initialize a    2044 - Removed BuildPhysicsTable from Initialize and moved to BeamOn
2157                                                  2045 
2158 Mar 10, 2003, M.Asai (run-V05-00-05)             2046 Mar 10, 2003, M.Asai (run-V05-00-05)
2159 - Added GenerateRun method in G4UserRunAction    2047 - Added GenerateRun method in G4UserRunAction.
2160                                                  2048 
2161 Feb 19, 2003, G.Cosmo (run-V05-00-04)            2049 Feb 19, 2003, G.Cosmo (run-V05-00-04)
2162 - Moved warning for usage of SetCutValueForOt    2050 - Moved warning for usage of SetCutValueForOthers() from G4cerr to G4cout.
2163                                                  2051 
2164 Jan 31, 2003, M.Asai (run-V05-00-03)             2052 Jan 31, 2003, M.Asai (run-V05-00-03)
2165 - Fixed initialisation of world-volume pointe    2053 - Fixed initialisation of world-volume pointer in DefineWorldVolume(), to
2166   make it not-ambiguous.                         2054   make it not-ambiguous.
2167                                                  2055 
2168 Jan 30, 2003, M.Asai (run-V05-00-02)             2056 Jan 30, 2003, M.Asai (run-V05-00-02)
2169 - Removed call to RemoveRootLogicalVolume() i    2057 - Removed call to RemoveRootLogicalVolume() in method DefineWorldVolume().
2170   Now root regions are deregistered directly     2058   Now root regions are deregistered directly from the logical volume store,
2171   when the destructor of a logical volume is     2059   when the destructor of a logical volume is invoked.
2172                                                  2060 
2173 Jan 14, 2003, M.Asai (run-V05-00-01)             2061 Jan 14, 2003, M.Asai (run-V05-00-01)
2174 - Fix problems in run-V05-00-00 tag              2062 - Fix problems in run-V05-00-00 tag
2175                                                  2063 
2176 Dec 16, 2002, G.Cosmo (run-V05-00-00)            2064 Dec 16, 2002, G.Cosmo (run-V05-00-00)
2177 - Merged branch "geant4-04-01-ref-02-cuts-bra    2065 - Merged branch "geant4-04-01-ref-02-cuts-branch" to HEAD.
2178   Included development for 'cuts-by-region':     2066   Included development for 'cuts-by-region':
2179   o In G4VUserPhysicsList, removed the follow    2067   o In G4VUserPhysicsList, removed the following methods:
2180     ReCalcCutValue(), SetCutValueForOthers(),    2068     ReCalcCutValue(), SetCutValueForOthers(), SetCutValueForOtherThan(),
2181     ReCalcCutValueForOthers(), StoreMaterialI    2069     ReCalcCutValueForOthers(), StoreMaterialInfo(), StoreCutValues(),
2182     RetrieveCutValues(), CheckForRetrievePhys    2070     RetrieveCutValues(), CheckForRetrievePhysicsTable(), CheckMaterialInfo().
2183     Added method BuildPhysicsTable().            2071     Added method BuildPhysicsTable().
2184   o Modified G4RunManger to properly handle n    2072   o Modified G4RunManger to properly handle new cuts scheme based on regions.
2185                                                  2073 
2186 Dec 12, 2002, G.Cosmo (run-V04-01-07)            2074 Dec 12, 2002, G.Cosmo (run-V04-01-07)
2187 - Updated date to G4RunManager.cc for release    2075 - Updated date to G4RunManager.cc for release 5.0.
2188                                                  2076 
2189 Dec 4, 2002, M.Asai (run-V04-01-05, run-V04-0    2077 Dec 4, 2002, M.Asai (run-V04-01-05, run-V04-01-06)
2190 - Migration to new G4ApplicationState.           2078 - Migration to new G4ApplicationState.
2191                                                  2079 
2192 Nov 27, 2002 M.Asai (run-V04-01-04)              2080 Nov 27, 2002 M.Asai (run-V04-01-04)
2193 - Fix memory leak in G4RunManager by deleting    2081 - Fix memory leak in G4RunManager by deleting G4ExceptionHandler object.
2194                                                  2082 
2195 Aug 20, 2002 R. Chytracek (run-V04-01-03)        2083 Aug 20, 2002 R. Chytracek (run-V04-01-03)
2196 - Introducing ResetNavigator() method needed     2084 - Introducing ResetNavigator() method needed in cases where a geometry
2197   has been modified between runs in order to     2085   has been modified between runs in order to properly re-initialize navigator's
2198   state                                          2086   state
2199                                                  2087 
2200 Aug 19, 2002 M.Asai (run-V04-01-02)              2088 Aug 19, 2002 M.Asai (run-V04-01-02)
2201 - Introducing a new G4Exception scheme           2089 - Introducing a new G4Exception scheme
2202  Added : G4ExceptionHandler.hh G4ExceptionHan    2090  Added : G4ExceptionHandler.hh G4ExceptionHandler.cc
2203  Modified : G4RunManager.hh G4RunManager.cc      2091  Modified : G4RunManager.hh G4RunManager.cc
2204                                                  2092 
2205 Aug 13, 2002 M.Asai (run-V04-01-01)              2093 Aug 13, 2002 M.Asai (run-V04-01-01)
2206 - G4RunManager sets "eventAbortion" flag of G    2094 - G4RunManager sets "eventAbortion" flag of G4Event if that particular event is
2207   aborted. Co-working with "event-V04-01-01"     2095   aborted. Co-working with "event-V04-01-01" and "tracking-V04-01-00".
2208                                                  2096 
2209 Aug 13, 2002 M.Dressel                           2097 Aug 13, 2002 M.Dressel
2210 - removed the files I have placed in run:        2098 - removed the files I have placed in run:
2211  include/G4MapPtkStandardCellScorer.hh           2099  include/G4MapPtkStandardCellScorer.hh
2212  include/G4ParallelSamplerMessenger.hh           2100  include/G4ParallelSamplerMessenger.hh
2213  include/G4StandardCellScoreValues.hh            2101  include/G4StandardCellScoreValues.hh
2214  include/G4StandardCellScorer.hh                 2102  include/G4StandardCellScorer.hh
2215  include/G4StandardScoreTable.hh                 2103  include/G4StandardScoreTable.hh
2216  include/G4StandardScorer.hh                     2104  include/G4StandardScorer.hh
2217  src/G4MapPtkStandardCellScorer.cc               2105  src/G4MapPtkStandardCellScorer.cc
2218  src/G4ParallelSamplerMessenger.cc               2106  src/G4ParallelSamplerMessenger.cc
2219  src/G4StandardCellScorer.cc                     2107  src/G4StandardCellScorer.cc
2220  src/G4StandardScoreTable.cc                     2108  src/G4StandardScoreTable.cc
2221  src/G4StandardScoreTable.cc                     2109  src/G4StandardScoreTable.cc
2222  src/G4StandardScorer.cc                         2110  src/G4StandardScorer.cc
2223                                                  2111 
2224 Aug 8, 2002 M.Asai (run-V04-01-00)               2112 Aug 8, 2002 M.Asai (run-V04-01-00)
2225 - G4RunManager and G4RunMessenger are modifie    2113 - G4RunManager and G4RunMessenger are modified to
2226  - introduce "soft abortion", i.e. event loop    2114  - introduce "soft abortion", i.e. event loop is aborted after processing the current event
2227  - introduce AbortEvent() method and correspo    2115  - introduce AbortEvent() method and corresponding UI command
2228 - NOTE :                                         2116 - NOTE :
2229  internal-1-run-V04-01-01 is NOT included in     2117  internal-1-run-V04-01-01 is NOT included in this tag
2230                                                  2118 
2231 July 18, 2002 M.Dressel                          2119 July 18, 2002 M.Dressel
2232 - change G4StandardScorerTable to the new G4I    2120 - change G4StandardScorerTable to the new G4IStore
2233                                                  2121 
2234 July 12, 2002 M.Dressel                          2122 July 12, 2002 M.Dressel
2235 - added comments to include/G4ParallelSampler    2123 - added comments to include/G4ParallelSamplerMessenger.hh
2236   and src/G4ParallelSamplerMessenger.cc          2124   and src/G4ParallelSamplerMessenger.cc
2237                                                  2125 
2238 July 11, 2002 M.Dressel (internal-1-run-V04-0    2126 July 11, 2002 M.Dressel (internal-1-run-V04-01-01)
2239 - add:                                           2127 - add:
2240  include/G4MapPtkStandardCellScorer.hh           2128  include/G4MapPtkStandardCellScorer.hh
2241  include/G4ParallelSamplerMessenger.hh           2129  include/G4ParallelSamplerMessenger.hh
2242  include/G4StandardCellScoreValues.hh            2130  include/G4StandardCellScoreValues.hh
2243  include/G4StandardCellScorer.hh                 2131  include/G4StandardCellScorer.hh
2244  include/G4StandardScoreTable.hh                 2132  include/G4StandardScoreTable.hh
2245  include/G4StandardScorer.hh                     2133  include/G4StandardScorer.hh
2246  src/G4MapPtkStandardCellScorer.cc               2134  src/G4MapPtkStandardCellScorer.cc
2247  src/G4ParallelSamplerMessenger.cc               2135  src/G4ParallelSamplerMessenger.cc
2248  src/G4StandardCellScorer.cc                     2136  src/G4StandardCellScorer.cc
2249  src/G4StandardScoreTable.cc                     2137  src/G4StandardScoreTable.cc
2250  src/G4StandardScoreTable.cc                     2138  src/G4StandardScoreTable.cc
2251  src/G4StandardScorer.cc                         2139  src/G4StandardScorer.cc
2252 - the G4StandardScorer.cc needs the G4EventMa    2140 - the G4StandardScorer.cc needs the G4EventManager
2253   G4ParallelSamplerMessenger.hh needs G4Stand    2141   G4ParallelSamplerMessenger.hh needs G4StandardScorer.
2254   The other classes are needed in turn.          2142   The other classes are needed in turn.
2255 - coworks with  internal-2-transport-V04-01-0    2143 - coworks with  internal-2-transport-V04-01-01
2256                 internal-2-geombias-V04-01-01    2144                 internal-2-geombias-V04-01-01
2257                                                  2145 
2258 Jun 25, 2002 G.Cosmo (run-V04-00-04)             2146 Jun 25, 2002 G.Cosmo (run-V04-00-04)
2259 - Changed date to G4RunManager.cc for release    2147 - Changed date to G4RunManager.cc for release 4.1.
2260                                                  2148 
2261 May 29, 2002 H.Kurashige (run-V04-00-03)         2149 May 29, 2002 H.Kurashige (run-V04-00-03)
2262 - Add G4VModularPhysicsList.cc                   2150 - Add G4VModularPhysicsList.cc
2263 - Use "virtual" inheritance for G4VVModularPh    2151 - Use "virtual" inheritance for G4VVModularPhysicsList
2264                                                  2152 
2265 Apr 26, 2002 M.Asai (run-V04-00-02)              2153 Apr 26, 2002 M.Asai (run-V04-00-02)
2266 - G4RunManager re-opens geometry when G4 stat    2154 - G4RunManager re-opens geometry when G4 state becomes QUIT.
2267                                                  2155 
2268 Feb 26, 2002 G.Cosmo (run-V04-00-01)             2156 Feb 26, 2002 G.Cosmo (run-V04-00-01)
2269 - G4RunManager.cc: fixed new date for the pub    2157 - G4RunManager.cc: fixed new date for the public patch "geant4-04-00-patch-02".
2270                                                  2158 
2271 Jan 29, 2002 G.Cosmo (run-V04-00-00)             2159 Jan 29, 2002 G.Cosmo (run-V04-00-00)
2272 - G4RunManager.cc: fixed new date for the pub    2160 - G4RunManager.cc: fixed new date for the public patch "geant4-04-00-patch-01".
2273                                                  2161 
2274 Dec 07, 2001 G.Cosmo (run-V03-02-11)             2162 Dec 07, 2001 G.Cosmo (run-V03-02-11)
2275 - G4RunManager.cc: fixed new date for the Dec    2163 - G4RunManager.cc: fixed new date for the December public release.
2276                                                  2164 
2277 Nov 27, 2001 M.Asai (run-V03-02-10)              2165 Nov 27, 2001 M.Asai (run-V03-02-10)
2278 - Change implementation in rndmSaveThisRun()     2166 - Change implementation in rndmSaveThisRun() and rndmSaveThisEvent().
2279                                                  2167 
2280 Nov 23, 2001 M.Maire                             2168 Nov 23, 2001 M.Maire
2281 - Add rndmSaveThisRun() and rndmSaveThisEvent    2169 - Add rndmSaveThisRun() and rndmSaveThisEvent() methods to G4RunManager.
2282 - Add /random/ commands to G4RunMessenger        2170 - Add /random/ commands to G4RunMessenger
2283                                                  2171 
2284 Nov 20, 2001 M.Asai (run-V03-02-09)              2172 Nov 20, 2001 M.Asai (run-V03-02-09)
2285 - Add GetVersionString() method to G4RunManag    2173 - Add GetVersionString() method to G4RunManager.
2286                                                  2174 
2287 Oct 24, 2004 M.Asai (run-V03-02-08)              2175 Oct 24, 2004 M.Asai (run-V03-02-08)
2288                                                  2176 
2289 Oct 20, 2001 H.Kurasige                          2177 Oct 20, 2001 H.Kurasige
2290 - Modified Set/GetCuts() related methods in G    2178 - Modified Set/GetCuts() related methods in G4VUserPhysicsList
2291   for "cut-per-materials" implementation.        2179   for "cut-per-materials" implementation.
2292                                                  2180 
2293 Oct 24, 2001 G.Cosmo (run-V03-02-07)             2181 Oct 24, 2001 G.Cosmo (run-V03-02-07)
2294 - Removed references to G4GeomTestMessenger n    2182 - Removed references to G4GeomTestMessenger now moved to geometry/volumes
2295   module. Files G4RunManager[.hh.cc], GNUmake    2183   module. Files G4RunManager[.hh.cc], GNUmakefile.
2296                                                  2184 
2297 Oct 23, 2001 G.Cosmo (run-V03-02-06)             2185 Oct 23, 2001 G.Cosmo (run-V03-02-06)
2298 - Merged changes in "run-V03-02-04a" and "run    2186 - Merged changes in "run-V03-02-04a" and "run-V03-02-05" for removal of
2299   STLinterface module.                           2187   STLinterface module.
2300                                                  2188 
2301 Oct 11, 2001 G.Cosmo (run-V03-02-05)             2189 Oct 11, 2001 G.Cosmo (run-V03-02-05)
2302 - Replaced inclusion of ctoken.h with G4Token    2190 - Replaced inclusion of ctoken.h with G4Tokenizer.hh in
2303   G4UserPhysicsListMessenger.cc.                 2191   G4UserPhysicsListMessenger.cc.
2304 - Co-works with tag "globals-V03-02-03" where    2192 - Co-works with tag "globals-V03-02-03" where the STLInterface
2305   module has been removed.                       2193   module has been removed.
2306                                                  2194 
2307 Oct 11, 2001 G.Cosmo (run-V03-02-04a)            2195 Oct 11, 2001 G.Cosmo (run-V03-02-04a)
2308 - Modified G4RunManager:                         2196 - Modified G4RunManager:
2309   o added pointer to G4GeomTestMessenger for     2197   o added pointer to G4GeomTestMessenger for including new default
2310     set of commands /geomtest/* in kernel, pr    2198     set of commands /geomtest/* in kernel, providing ability to check
2311     for volumes overlaps in the user's detect    2199     for volumes overlaps in the user's detector geometry.
2312   o modified call to G4GeometryManager::Close    2200   o modified call to G4GeometryManager::CloseGeometry() by adding
2313     argument to verbose-mode.                    2201     argument to verbose-mode.
2314 - The tag co-works with "geometry-V03-02-01"     2202 - The tag co-works with "geometry-V03-02-01" and "config-V03-02-06b"
2315                                                  2203 
2316 Oct 10, 2001 M.Asai (run-V03-02-04)              2204 Oct 10, 2001 M.Asai (run-V03-02-04)
2317 - Add an option to store random number engine    2205 - Add an option to store random number engine status for BOTH
2318   of each run and each event.                    2206   of each run and each event.
2319                                                  2207 
2320 Oct 10, 2001 H.Kurashige                         2208 Oct 10, 2001 H.Kurashige
2321 - Modify G4VUserPhysicsList::SetCutsForOthers    2209 - Modify G4VUserPhysicsList::SetCutsForOthers to fix problems of
2322    no invocation of RetreivePhysicsTable() fo    2210    no invocation of RetreivePhysicsTable() for muons
2323                                                  2211 
2324 Sep 19, 2001 H.Kurashige (run-V03-02-03)         2212 Sep 19, 2001 H.Kurashige (run-V03-02-03)
2325 - Modify G4VUserPhysicsList for STL migration    2213 - Modify G4VUserPhysicsList for STL migration of materials (Hisaya)
2326                                                  2214 
2327 Aug 02, 2001, G.Cosmo (run-V03-02-02)            2215 Aug 02, 2001, G.Cosmo (run-V03-02-02)
2328 - Add Set/GetApplyCuts methods in G4VUserPhys    2216 - Add Set/GetApplyCuts methods in G4VUserPhysicsList (Hisaya)
2329 - Add /run/particle/applyCuts command in G4Us    2217 - Add /run/particle/applyCuts command in G4UserPhysicsListMessenger (Hisaya)
2330 - Updated revision number of G4RunManager.cc     2218 - Updated revision number of G4RunManager.cc for reference tag.
2331                                                  2219 
2332 Jul 18, 2001, M.Asai (run-V03-02-01)             2220 Jul 18, 2001, M.Asai (run-V03-02-01)
2333 - Add a new feature for the user to increase     2221 - Add a new feature for the user to increase the number of waiting stacks
2334 - Co-working with event-V03-02-02                2222 - Co-working with event-V03-02-02
2335                                                  2223 
2336 Jul 15, 2001                                     2224 Jul 15, 2001
2337 - Fixed bugs in G4VUserPhysicsList     (Hisay    2225 - Fixed bugs in G4VUserPhysicsList     (Hisaya)
2338 --- Modify Store/RetreivePhysicsTable for new    2226 --- Modify Store/RetreivePhysicsTable for new G4VProcess
2339 --- Fixed bugs in StoreMaterialInfor and Stor    2227 --- Fixed bugs in StoreMaterialInfor and StoreCutValues in binary mode
2340                                                  2228 
2341 Jul 13, 2001, G.Cosmo (run-V03-02-00)            2229 Jul 13, 2001, G.Cosmo (run-V03-02-00)
2342 - Cleanup of pedantic warnings in Linux-g++ A    2230 - Cleanup of pedantic warnings in Linux-g++ ANSI setup.
2343 - Corrected "NULL" to "0".                       2231 - Corrected "NULL" to "0".
2344 - Synchronised with HEAD revision after inclu    2232 - Synchronised with HEAD revision after inclusion of disclaimer
2345   liability.                                     2233   liability.
2346                                                  2234 
2347 Jun 22, 2001, M.Asai (run-V03-01-00)             2235 Jun 22, 2001, M.Asai (run-V03-01-00)
2348 - Tagging for the release                        2236 - Tagging for the release
2349                                                  2237 
2350 Mar. 12 2001, H.Kurashige                        2238 Mar. 12 2001, H.Kurashige
2351 - add binary mode for G4VUserPhysicsList::Ret    2239 - add binary mode for G4VUserPhysicsList::Retrieve/StorePhysicsTable
2352 - add G4VUserPhysicsList::RetrieveCutValues a    2240 - add G4VUserPhysicsList::RetrieveCutValues and related
2353 - add G4VUserPhysicsList::Set/ResetStoredInAs    2241 - add G4VUserPhysicsList::Set/ResetStoredInAscii()
2354   to switch on ascii mode for Retrieve/StoreP    2242   to switch on ascii mode for Retrieve/StorePhysicsTable
2355 - add setStoredInAscii command in G4UserPhysi    2243 - add setStoredInAscii command in G4UserPhysicsList
2356                                                  2244 
2357 Feb 8 2001, M.Asai (run-V03-00-01)               2245 Feb 8 2001, M.Asai (run-V03-00-01)
2358 - Migration to STL vector classes                2246 - Migration to STL vector classes
2359   affected files :                               2247   affected files :
2360 ./run/include/G4RunManager.hh                    2248 ./run/include/G4RunManager.hh
2361 ./run/src/G4RunManager.cc                        2249 ./run/src/G4RunManager.cc
2362                                                  2250 
2363 Feb 7 2001, M.Asai (run-V03-00-00)               2251 Feb 7 2001, M.Asai (run-V03-00-00)
2364 - STL migration of G4RunManager                  2252 - STL migration of G4RunManager
2365                                                  2253 
2366 Dec 14 2000, G.Cosmo (run-V02-00-06)             2254 Dec 14 2000, G.Cosmo (run-V02-00-06)
2367 - Updated date to G4RunManager.cc for public     2255 - Updated date to G4RunManager.cc for public release 3.0.
2368                                                  2256 
2369 Nov 19 2000, M.Asai (run-V02-00-05)              2257 Nov 19 2000, M.Asai (run-V02-00-05)
2370 - Another fix to G4VUserPhysicsList (H.K)        2258 - Another fix to G4VUserPhysicsList (H.K)
2371                                                  2259 
2372 Nov 16 2000, M.Asai (run-V02-00-04)              2260 Nov 16 2000, M.Asai (run-V02-00-04)
2373 - Fixes a bug in G4VUserPhysicsList (H.K)        2261 - Fixes a bug in G4VUserPhysicsList (H.K)
2374                                                  2262 
2375 Nov 16 2000, M.Asai (run-V02-00-03)              2263 Nov 16 2000, M.Asai (run-V02-00-03)
2376 - Add G4VModularPhysicsList and G4VPhysicsCon    2264 - Add G4VModularPhysicsList and G4VPhysicsConstructor
2377   to modularize UserPhysicsList   (H.K)          2265   to modularize UserPhysicsList   (H.K)
2378                                                  2266 
2379 Nov 13 2000, M.Asai (run-V02-00-02)              2267 Nov 13 2000, M.Asai (run-V02-00-02)
2380 - Introducing a capability of storing random     2268 - Introducing a capability of storing random number status file to other directory
2381                                                  2269 
2382 Nov 9 2000, M.Asai (run-V02-00-01)               2270 Nov 9 2000, M.Asai (run-V02-00-01)
2383 - add Retrieve/StorePhysicsTable and related     2271 - add Retrieve/StorePhysicsTable and related methods
2384   in G4VUserPhysicsList and modify BuildPhysi    2272   in G4VUserPhysicsList and modify BuildPhysicsTable method  (H.K.)
2385 - add store/retreivePhysicsTable command in G    2273 - add store/retreivePhysicsTable command in G4UserPhysicsListMessenger (H.K.)
2386                                                  2274 
2387 Jul 22 2000, M.Asai (run-V02-00-00)              2275 Jul 22 2000, M.Asai (run-V02-00-00)
2388 - Modify G4RunManager and G4RunMessenger beca    2276 - Modify G4RunManager and G4RunMessenger because of elimination of
2389   G4StateManager::Pause() and introducing new    2277   G4StateManager::Pause() and introducing new G4UImanager as state
2390   dependent class.                               2278   dependent class.
2391                                                  2279 
2392 Dec 2 99, M.Asai (run-V00-01-04)                 2280 Dec 2 99, M.Asai (run-V00-01-04)
2393 - G4RunManager displays the version number wh    2281 - G4RunManager displays the version number when it is constructed.
2394                                                  2282 
2395 Nov 7 99, H.Kurashige (run-V00-01-03)            2283 Nov 7 99, H.Kurashige (run-V00-01-03)
2396 -  Comments are enriched for software referen    2284 -  Comments are enriched for software reference manual.
2397                                                  2285 
2398                                                  2286 
2399 Nov 4, 99, M.Asai (tag run-V00-01-02)            2287 Nov 4, 99, M.Asai (tag run-V00-01-02)
2400 - Comments are enriched for software referenc    2288 - Comments are enriched for software reference manual.
2401                                                  2289 
2402 Oct 7, 99, J.Allison (tag run-V00-01-01)         2290 Oct 7, 99, J.Allison (tag run-V00-01-01)
2403 - Removed -I$(G4BASE)/graphics_reps/include f    2291 - Removed -I$(G4BASE)/graphics_reps/include from GNUmakefile (no
2404   longer necessary after G4VVisManager moved     2292   longer necessary after G4VVisManager moved to intercoms).
2405                                                  2293 
2406 Jul 25, 99 M.Asai (tag run-V00-01-00)            2294 Jul 25, 99 M.Asai (tag run-V00-01-00)
2407 - Store/restore the status of the random numb    2295 - Store/restore the status of the random number engine to
2408   separate files                                 2296   separate files
2409                                                  2297 
2410 Jun 09, 99 M.Asai (tag run-01-00-06)             2298 Jun 09, 99 M.Asai (tag run-01-00-06)
2411 - Store/restore the status of the random numb    2299 - Store/restore the status of the random number engine
2412 - Get methods of G4RunManager for the user ac    2300 - Get methods of G4RunManager for the user action classes
2413                                                  2301 
2414 May 21, 99 H.Kurashige (run-01-00-05)            2302 May 21, 99 H.Kurashige (run-01-00-05)
2415 - Fixed bug in G4VUserPhysicsList::Initialize    2303 - Fixed bug in G4VUserPhysicsList::InitializeProcessManager()
2416                                                  2304 
2417 May 17, 99 J.Allison                             2305 May 17, 99 J.Allison
2418 - In G4RunManager.cc, moved G4Timer.hh to pre    2306 - In G4RunManager.cc, moved G4Timer.hh to prevent conflict with ObjectSpace
2419   on Sun when using the STL Interface.           2307   on Sun when using the STL Interface.
2420                                                  2308 
2421 Apr 22, 99 M.Asai (tag run-01-00-04)             2309 Apr 22, 99 M.Asai (tag run-01-00-04)
2422 - Now run ID is set by G4RunManager.             2310 - Now run ID is set by G4RunManager.
2423                                                  2311 
2424 Apr 16,  99 H.Kurashige (tag run-01-00-03)       2312 Apr 16,  99 H.Kurashige (tag run-01-00-03)
2425 -  Remove G4VUserPhysicsList::ConstructAllPar    2313 -  Remove G4VUserPhysicsList::ConstructAllParticles and related
2426 -  Change argument of SetCuts method             2314 -  Change argument of SetCuts method
2427                                                  2315 
2428 Apr 14, 99 H.Kurashige (tag run-01-00-02)        2316 Apr 14, 99 H.Kurashige (tag run-01-00-02)
2429 - "buildPhysicsTable" command is added in G4U    2317 - "buildPhysicsTable" command is added in G4UserPhysicsListMessenger
2430                                                  2318 
2431 Apr 09, 99 M.Asai (tag run-01-00-01)             2319 Apr 09, 99 M.Asai (tag run-01-00-01)
2432 - Argument of G4UserRunAction methods bcomes     2320 - Argument of G4UserRunAction methods bcomes to const.
2433                                                  2321 
2434 Feb. 9 99 H.Kurashige                            2322 Feb. 9 99 H.Kurashige
2435 - G4VUserPhysicsList::RemoveProcessManager is    2323 - G4VUserPhysicsList::RemoveProcessManager is added
2436                                                  2324 
2437 Dec. 9 98 H.Kurashige (tag run-00-04-01)         2325 Dec. 9 98 H.Kurashige (tag run-00-04-01)
2438 - G4VUserPhysicsList is updated to use G4Gene    2326 - G4VUserPhysicsList is updated to use G4GenericIon (Hisaya)
2439 - G4VUserPhysicsList::ConstructAllParticles m    2327 - G4VUserPhysicsList::ConstructAllParticles method is added (Hisaya)
2440 - G4VUserPhysicsList::DumpCutValues use BestO    2328 - G4VUserPhysicsList::DumpCutValues use BestOfUnits (Michel)
2441                                                  2329 
2442 Nov 12, 98 M.Asai (tag run-00-03-05)             2330 Nov 12, 98 M.Asai (tag run-00-03-05)
2443 - G4VUserPhysicsList.cc is updated for new EM    2331 - G4VUserPhysicsList.cc is updated for new EM physics processes (L.Urban).
2444                                                  2332 
2445 Oct 13, 98 M.Asai (tag run-00-03-04)             2333 Oct 13, 98 M.Asai (tag run-00-03-04)
2446 - PostStepDoIt of transportation is registere    2334 - PostStepDoIt of transportation is registered (J.Apostolakis).
2447                                                  2335 
2448 Oct 01, 98 M.Asai (tag run-00-03-03)             2336 Oct 01, 98 M.Asai (tag run-00-03-03)
2449 - G4RunManager now has a switch for optimizin    2337 - G4RunManager now has a switch for optimizing the geometry.
2450 - G4RunMessenger has a UI command for above s    2338 - G4RunMessenger has a UI command for above switch.
2451                                                  2339 
2452 Sep 29, 98 M.Asai (tag run-00-03-02)             2340 Sep 29, 98 M.Asai (tag run-00-03-02)
2453 - Modifications on G4VUserPhysicsList (M.Mair    2341 - Modifications on G4VUserPhysicsList (M.Maire and L.Urban)
2454                                                  2342 
2455 Sep 25, 98 M.Asai (tag run-00-03-01)             2343 Sep 25, 98 M.Asai (tag run-00-03-01)
2456 - "BeamOn" accepts a macro file.                 2344 - "BeamOn" accepts a macro file.
2457     affected files : G4RunManager.hh .cc, G4R    2345     affected files : G4RunManager.hh .cc, G4RunMessenger.hh .cc
2458                                                  2346 
2459 Aug 31, 98 John Allison (tag run-00-02-02)       2347 Aug 31, 98 John Allison (tag run-00-02-02)
2460 - Re-implemented pVVisManager->GeometryHasCha    2348 - Re-implemented pVVisManager->GeometryHasChanged()!
2461                                                  2349 
2462 Aug 17, 98 H.Kurashige (tag run-00-02-03)        2350 Aug 17, 98 H.Kurashige (tag run-00-02-03)
2463 - Added create/delete G4ProcessTableMessenger    2351 - Added create/delete G4ProcessTableMessenger
2464                                                  2352 
2465 Aug 14, 98 John Allison (tag run-00-02-02)       2353 Aug 14, 98 John Allison (tag run-00-02-02)
2466 - Implemented pVVisManager->GeometryHasChange    2354 - Implemented pVVisManager->GeometryHasChanged() - code by M.Asai.
2467                                                  2355 
2468 Aug 12, 98 M.Asai (tag run-00-02-01)             2356 Aug 12, 98 M.Asai (tag run-00-02-01)
2469 - Modification of G4VUserPhysicsList.cc (H.Ku    2357 - Modification of G4VUserPhysicsList.cc (H.Kurashige)
2470                                                  2358 
2471 July 21, 98 M.Asai (tag run-00-01-06)            2359 July 21, 98 M.Asai (tag run-00-01-06)
2472                                                  2360 
2473 July 15, 98 M.Asai (tag-run-00-01-05)            2361 July 15, 98 M.Asai (tag-run-00-01-05)
2474                                                  2362 
2475 July 13, 98 M.Asai (tag run-00-01-04)            2363 July 13, 98 M.Asai (tag run-00-01-04)
2476                                                  2364 
2477 July12 , 98 H.Kurashige                          2365 July12 , 98 H.Kurashige
2478 - Added "/run/particle/addProcManager" comman    2366 - Added "/run/particle/addProcManager" command in G4UserPhysicsListMesseneger
2479 - Modified G4VUserPhysicsList:AddProcessManag    2367 - Modified G4VUserPhysicsList:AddProcessManager
2480                                                  2368 
2481 July 9, 98 M.Asai (tag run-00-01-03)             2369 July 9, 98 M.Asai (tag run-00-01-03)
2482 - Bug fix for G4VUserPhysicsList.cc              2370 - Bug fix for G4VUserPhysicsList.cc
2483                                                  2371 
2484 July 7, 98 M.Asai (tag run-00-01-02)             2372 July 7, 98 M.Asai (tag run-00-01-02)
2485 - G4RunManager trigger the construction of G4    2373 - G4RunManager trigger the construction of G4ParticleTableMessenger
2486  to avoid inconsistent ordering of command /     2374  to avoid inconsistent ordering of command / unit objects' building.
2487                                                  2375 
2488                                                  2376 
2489 July 4, 98 M.Asai (tag run-00-01-01)             2377 July 4, 98 M.Asai (tag run-00-01-01)
2490 - Includes the modification in G4VUserPhysics    2378 - Includes the modification in G4VUserPhysicsList.cc (P.Urban)
2491                                                  2379 
2492 June 30, 98 M.Asai (tag run-00-07-01)            2380 June 30, 98 M.Asai (tag run-00-07-01)
2493 - G4Run uses G4Allocator.                        2381 - G4Run uses G4Allocator.
2494 - example4 is updated with the new G4THitsCol    2382 - example4 is updated with the new G4THitsCollection template.
2495                                                  2383 
2496 June 30, 98 H.Kurashige                          2384 June 30, 98 H.Kurashige
2497 - Modified G4VUserPhysicsList.cc and MyPhysic    2385 - Modified G4VUserPhysicsList.cc and MyPhysicsList.cc in example4
2498   for shortlived particles                       2386   for shortlived particles
2499                                                  2387 
2500 June 26, 98 G.Cosmo (run-00-06-06)               2388 June 26, 98 G.Cosmo (run-00-06-06)
2501 - Modified GNUmakefiles for new electromagnet    2389 - Modified GNUmakefiles for new electromagnetics structure.
2502   (by J.Allison)                                 2390   (by J.Allison)
2503                                                  2391 
2504 June 25, 98 G.Cosmo (run-00-06-05)               2392 June 25, 98 G.Cosmo (run-00-06-05)
2505 - Updated reference output and reference erro    2393 - Updated reference output and reference error of
2506   example1, example2, example7, EmPhys2, exam    2394   example1, example2, example7, EmPhys2, example_demo and example_ghost.
2507 - Protected visualization code with G4VIS_USE    2395 - Protected visualization code with G4VIS_USE in EmPhys2.
2508                                                  2396 
2509 June 25, 98 M.Asai (run-00-06-04)                2397 June 25, 98 M.Asai (run-00-06-04)
2510 - Bug fixes for example4 (J.Allison)             2398 - Bug fixes for example4 (J.Allison)
2511 - Update ".out" for EmPhys2 (M.Maire)            2399 - Update ".out" for EmPhys2 (M.Maire)
2512                                                  2400 
2513 June 22, 98 G.Cosmo (run-00-06-03 - re-tagged    2401 June 22, 98 G.Cosmo (run-00-06-03 - re-tagged)
2514 - Added missing include paths to digits+hits/    2402 - Added missing include paths to digits+hits/* (fix which was already
2515   in place in run-00-06-02 ...) to almost all    2403   in place in run-00-06-02 ...) to almost all GNUmakefiles.
2516 - Removed inclusion/usage of MyTrackerHit.hh     2404 - Removed inclusion/usage of MyTrackerHit.hh (!?) in example4.cc and
2517   example_demo.cc.                               2405   example_demo.cc.
2518                                                  2406 
2519 June 22, 98 J.Allison (run-00-06-03)             2407 June 22, 98 J.Allison (run-00-06-03)
2520 - Changed G4BASE = ../.. to G4BASE = $(shell     2408 - Changed G4BASE = ../.. to G4BASE = $(shell (cd ../..; pwd)), etc.
2521                                                  2409 
2522 June 19, 98 J.Allison                            2410 June 19, 98 J.Allison
2523 - Changed many GNUmakefiles to use visualizat    2411 - Changed many GNUmakefiles to use visualization/G4VIS_USE.gmk
2524                                                  2412 
2525 June 15, 98 G.Cosmo (run-00-06-02)               2413 June 15, 98 G.Cosmo (run-00-06-02)
2526 - Fixed bug in MyEventAction.cc for example5     2414 - Fixed bug in MyEventAction.cc for example5 (M.Asai).
2527 - Updated reference input macros for example4    2415 - Updated reference input macros for example4 (M.Asai).
2528                                                  2416 
2529 June 12, 98 G.Cosmo                              2417 June 12, 98 G.Cosmo
2530 - Added path to digits+hits/digits/include to    2418 - Added path to digits+hits/digits/include to GNUmakefiles in all
2531   examples.                                      2419   examples.
2532                                                  2420 
2533 June 9, 98 M.Asai                                2421 June 9, 98 M.Asai
2534 - Some changes affected by new aspects of Par    2422 - Some changes affected by new aspects of Particles.
2535 - Tagged as run-00-06-01.                        2423 - Tagged as run-00-06-01.
2536                                                  2424 
2537 June 6, 98 M.Asai                                2425 June 6, 98 M.Asai
2538 - Modify G4Run and G4RunManager for the new "    2426 - Modify G4Run and G4RunManager for the new "digits+hits" scheme
2539 - Update GNUmakefile                             2427 - Update GNUmakefile
2540                                                  2428 
2541 April 29, 98 G.Cosmo (run-00-05-05)              2429 April 29, 98 G.Cosmo (run-00-05-05)
2542 - Updated reference output files in almost al    2430 - Updated reference output files in almost all examples
2543   (P.Urban and J.Apostolakis)                    2431   (P.Urban and J.Apostolakis)
2544 - Updated MyPhysicsList in example2 and relat    2432 - Updated MyPhysicsList in example2 and related input reference
2545   file (J.Apostolakis)                           2433   file (J.Apostolakis)
2546 - Set G4EXEC_BUILD flag inside all examples'     2434 - Set G4EXEC_BUILD flag inside all examples' GNUmakefiles.
2547                                                  2435 
2548 April 23, 98 G.Cosmo (run-00-05-03)              2436 April 23, 98 G.Cosmo (run-00-05-03)
2549 - Fixes and updated reference output files fo    2437 - Fixes and updated reference output files for exampleEmPhys1 and
2550   exampleEmPhys2 (by M.Maire).                   2438   exampleEmPhys2 (by M.Maire).
2551                                                  2439 
2552 April 21, 98 M.Asai (run-00-05-02)               2440 April 21, 98 M.Asai (run-00-05-02)
2553 - Tagged as run-00-05-02.                        2441 - Tagged as run-00-05-02.
2554                                                  2442 
2555 April 08, 98 G.Cosmo                             2443 April 08, 98 G.Cosmo
2556 - Added fixes for DEC-cxx 6.0 compiler, relat    2444 - Added fixes for DEC-cxx 6.0 compiler, related to for-loop index
2557   declarations. List of modified files: G4VUs    2445   declarations. List of modified files: G4VUserPhysicsList.cc
2558                                                  2446 
2559 April 2, 98 G.Barrand                            2447 April 2, 98 G.Barrand
2560 - G4VIS_USE_OPENINVENTOR -> G4VIS_USE_OIX in     2448 - G4VIS_USE_OPENINVENTOR -> G4VIS_USE_OIX in example GNUmakefile.
2561                                                  2449 
2562 March 27, 98 M.Asai (run-00-05-01)               2450 March 27, 98 M.Asai (run-00-05-01)
2563 - G4RunManager can be derived to a user class    2451 - G4RunManager can be derived to a user class
2564 - tagged as run-00-05-01                         2452 - tagged as run-00-05-01
2565                                                  2453 
2566 26th March 1998  John Allison                    2454 26th March 1998  John Allison
2567 - Changed G4VisManager to MyVisManager in the    2455 - Changed G4VisManager to MyVisManager in the following files for
2568   vis-00-05-01 and later:                        2456   vis-00-05-01 and later:
2569     run/example/example2.cc                      2457     run/example/example2.cc
2570     run/example4/example4.cc                     2458     run/example4/example4.cc
2571     run/example_param/example_demo.cc            2459     run/example_param/example_demo.cc
2572     run/example_param/example_ghost.cc           2460     run/example_param/example_ghost.cc
2573     run/exampleEmPhys2/EmPhys2.cc                2461     run/exampleEmPhys2/EmPhys2.cc
2574                                                  2462 
2575 March 24, 98 G.Barrand                           2463 March 24, 98 G.Barrand
2576 - run/example5/GNUmakefile.common : MAKESHLIB    2464 - run/example5/GNUmakefile.common : MAKESHLIB changed in G4MAKESHLIB
2577                                                  2465 
2578 13th  March 1998 G.Cosmo (run-00-04-04)          2466 13th  March 1998 G.Cosmo (run-00-04-04)
2579 - Fixed problems in example_param causing unr    2467 - Fixed problems in example_param causing unresolveds at link time
2580   in case no visualization used. Co-works wit    2468   in case no visualization used. Co-works with param-00-04-06 in
2581   processes category. (P.Mora de Freitas)        2469   processes category. (P.Mora de Freitas)
2582 - Corrected reference input files for EmPhys1    2470 - Corrected reference input files for EmPhys1 (M.Maire)
2583                                                  2471 
2584 12th  March 1998 H.Kurashige (run-00-04-03)      2472 12th  March 1998 H.Kurashige (run-00-04-03)
2585 - Added the reference files for  EmPhys1 and     2473 - Added the reference files for  EmPhys1 and EmPhys2 (M.Maire)
2586                                                  2474 
2587 11th  March 1998 H.Kurashige (run-00-04-02)      2475 11th  March 1998 H.Kurashige (run-00-04-02)
2588 - Fixed bug in example2.cc (J.APOSTOLAKIS)       2476 - Fixed bug in example2.cc (J.APOSTOLAKIS)
2589 - Fixed bug in G4RunManager (H.Kurashige)        2477 - Fixed bug in G4RunManager (H.Kurashige)
2590                                                  2478 
2591 5th  March 1998 H.Kurashige (run-00-04-01)       2479 5th  March 1998 H.Kurashige (run-00-04-01)
2592 - Remove old sceme for initialization (G4User    2480 - Remove old sceme for initialization (G4UserProcessList,
2593   G4UserProcessList, G4UserParticleListMessen    2481   G4UserProcessList, G4UserParticleListMessenger)
2594 - Fixed bugs in MyPhysicsList.cc                 2482 - Fixed bugs in MyPhysicsList.cc
2595                                                  2483 
2596 27th February 1998 H.Kurashige                   2484 27th February 1998 H.Kurashige
2597 - Fixed MyPhysicsList::constructGeneral() to     2485 - Fixed MyPhysicsList::constructGeneral() to add decay at rest
2598                                                  2486 
2599 5th February 1998 G.Cosmo (run-00-03-04)         2487 5th February 1998 G.Cosmo (run-00-03-04)
2600 - Added explicit build of G4paramenterisation    2488 - Added explicit build of G4paramenterisation library in GNUmakefile
2601   for example_param.                             2489   for example_param.
2602                                                  2490 
2603 4th February 1998 G.Cosmo on behalf of M.Asai    2491 4th February 1998 G.Cosmo on behalf of M.Asai (run-00-03-03)
2604 - Added .in, .out, .err to several examples (    2492 - Added .in, .out, .err to several examples (P.Urban)
2605 - Fixed bug in MyEventAction for example5 (M.    2493 - Fixed bug in MyEventAction for example5 (M.Asai)
2606 - G4UserParticleList updated (H.Kurasige)        2494 - G4UserParticleList updated (H.Kurasige)
2607                                                  2495 
2608 2nd February 1998 G.Cosmo                        2496 2nd February 1998 G.Cosmo
2609 - Fixed bug in example5/GNUmakefile for targe    2497 - Fixed bug in example5/GNUmakefile for target "clean". g4* files
2610   were all removed !                             2498   were all removed !
2611                                                  2499 
2612 30th January 1998  G.Cosmo (run-00-03-02)        2500 30th January 1998  G.Cosmo (run-00-03-02)
2613 - Updated order of libraries for example7 (G4    2501 - Updated order of libraries for example7 (G4intercoms)
2614                                                  2502 
2615 27th January 1998  John Allison                  2503 27th January 1998  John Allison
2616 - Simplified use of G4VIS flags in test GNUma    2504 - Simplified use of G4VIS flags in test GNUmakefiles.
2617 - New way of instantiating G4VisManager in te    2505 - New way of instantiating G4VisManager in test main() programs.
2618 - Removed all references to G4VVisManager fro    2506 - Removed all references to G4VVisManager from G4RunManager.
2619                                                  2507 
2620 December 19, 97 G. Cosmo - (alpha03)             2508 December 19, 97 G. Cosmo - (alpha03)
2621                                                  2509 
2622 - Created.                                       2510 - Created.