Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/processes/parameterisation/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 /processes/parameterisation/History (Version 11.3.0) and /processes/parameterisation/History (Version 10.1.p2)


  1 # Category param History                       <<   1 $Id: History 68056 2013-03-13 14:44:48Z gcosmo $
                                                   >>   2 -------------------------------------------------------------------
  2                                                     3 
  3 See `CONTRIBUTING.rst` for details of **requir <<   4      =========================================================
  4 which **must** added in reverse chronological  <<   5      Geant4 - an Object-Oriented Toolkit for Simulation in HEP
  5 It must **not** be used as a substitute for wr <<   6      =========================================================
  6                                                <<   7 
  7 ---------------------------------------------- <<   8                       Category History file
  8                                                <<   9                       ---------------------
  9 ## 2023-11-21 I. Hrivnacova (param-V11-01-04)  <<  10 This file should be used by G4 developers and category coordinators
 10 - In G4GlobalFastSimulationManager:            <<  11 to briefly summarize all major modifications introduced in the code
 11   use G4ThreadLocalSingleton to avoid undelete <<  12 and keep track of all category-tags.
 12                                                <<  13 It DOES NOT substitute the  CVS log-message one should put at every
 13 ## 2023-10-18 Ben Morgan (param-V11-01-03)     <<  14 committal in the CVS repository !
 14 - Apply standard and extended clang-tidy fixes <<  15 
 15 - Mark empty/obsolete functions as deprecated  <<  16      ----------------------------------------------------------
 16                                                <<  17      * Reverse chronological order (last date on top), please *
 17 ## 2023-10-16 Ben Morgan (param-V11-01-02)     <<  18      ----------------------------------------------------------
 18 - Apply standard clang-format-ing.             << 
 19 - Normal order accessors and docstrings.       << 
 20                                                << 
 21 ## 2023-09-04 Gabriele Cosmo (param-V11-01-01) << 
 22 - In G4FastTrack, removed references to G4Touc << 
 23   which is now deprecated.                     << 
 24                                                << 
 25 ## 2023-03-23 Anna Zaborowska (param-V11-01-00 << 
 26 - Added missing virtual destructor to G4VFastS << 
 27                                                << 
 28 ## 2022-11-23 Gabriele Cosmo (param-V11-00-04) << 
 29 - Fixed compilation warnings for implicit type << 
 30                                                << 
 31 ## 2022-10-27 Makoto Asai (param-V11-00-03)    << 
 32 - G4FastSimHitMaker - making compatible to com << 
 33                                                << 
 34 ## 2022-08-24 Vladimir Ivanchenko (param-V11-0 << 
 35 - G4FastStep - delete copy constructor and ope << 
 36                                                << 
 37 ## 2022-01-19 Witek Pokorski (param-V11-00-01) << 
 38 - Adding the 'flush' method to the fast simula << 
 39   This method allows to process the input buff << 
 40   the end of the G4 event. It is used when par << 
 41   The 'flash' is triggered inside the event lo << 
 42   The fast simulation model may add secondarie << 
 43   by Geant4.                                   << 
 44                                                << 
 45 ## 2021-12-10 Ben Morgan (param-V11-00-00)     << 
 46 - Change to new Markdown History format        << 
 47                                                << 
 48 ---                                            << 
 49                                                << 
 50 # History entries prior to 11.0                << 
 51                                                << 
 52 April 16, 2021 Ben Morgan (param-V10-07-00)    << 
 53 - Migrate build to modular CMake API           << 
 54                                                << 
 55 October 5, 2020, A. Zaborowska (param-V10-06-0 << 
 56 - Introduce general facilities based on GFlash << 
 57   to facilitate multiple hit (energy & positio << 
 58   from fast simulation models.                 << 
 59                                                << 
 60 September 9, 2020, G. Cosmo (param-V10-06-02)  << 
 61 - Fixed minor Coverity defect for uninitialise << 
 62                                                << 
 63 April 21, 2020, A. Zaborowska (param-V10-06-01 << 
 64 - Sanity check for root logical volumes for re << 
 65   UI command /param/showSetup works also if no << 
 66                                                << 
 67 March 26, 2020, I. Semeniouk (param-V10-06-00) << 
 68 - G4FastSimulationHelper : merge ActivateFastS << 
 69 - G4FastSimulationManager.hh, G4VFastSimulatio << 
 70   redefinition of G4Envelope type              << 
 71                                                << 
 72 October 30, 2019, A. Zaborowska (param-v10-05- << 
 73 - Register G4FastSimulationManagerProcess with << 
 74   G4FastSimulationManagerHelper to ensure it i << 
 75   invoked for a given step (ExclusivelyForced) << 
 76   StronglyForced processes will be considered. << 
 77                                                << 
 78 December 19, 2017, G. Cosmo (param-V10-04-00)  << 
 79 - Fixed self-consistency in G4FastSimulationVe << 
 80   Thanks to Raphael Isemann for reporting this << 
 81                                                << 
 82 November 03, 2016, M. Verderi (param-V10-02-01 << 
 83 - New G4FastSimulationManagerHelper utility fo << 
 84   adding G4FastSimulationManagerProcess to a   << 
 85   process manager.                             << 
 86                                                << 
 87 November 02, 2016, M. Verderi (param-V10-02-00 << 
 88 - fix various Coverity defects.                << 
 89                                                    19 
 90 March 27, 2013, M. Verderi (param-V09-06-00)       20 March 27, 2013, M. Verderi (param-V09-06-00)
 91 - remove unused field 'fOnBoundary' in G4FastS     21 - remove unused field 'fOnBoundary' in G4FastSimulationManagerProcess.hh
 92   as this was causing a warning from clang.        22   as this was causing a warning from clang.
 93                                                    23 
 94 July 10, 2012, G. Cosmo (param-V09-05-00)          24 July 10, 2012, G. Cosmo (param-V09-05-00)
 95 - Explicitly use inclusion of headers for syst     25 - Explicitly use inclusion of headers for system of units and physical
 96   constants, in plan to remove implicit inclus     26   constants, in plan to remove implicit inclusion from globals.hh.
 97                                                    27 
 98 September 30, 2011, M. Verderi (param-V09-04-0     28 September 30, 2011, M. Verderi (param-V09-04-03)
 99 - Added missing new header file (G4FastSimulat     29 - Added missing new header file (G4FastSimulationProcessType.hh) in
100   sources.cmake.                                   30   sources.cmake.
101                                                    31 
102 September 30, 2011, M. Verderi (param-V09-04-0     32 September 30, 2011, M. Verderi (param-V09-04-02)
103 - Migration to new G4Exception scheme.             33 - Migration to new G4Exception scheme.
104 - what is V09-04-01 tag ?                          34 - what is V09-04-01 tag ?
105                                                    35 
106 February 11, 2011, M. Verderi (param-V09-04-00     36 February 11, 2011, M. Verderi (param-V09-04-00)
107 - Implementation of method                         37 - Implementation of method
108   void ProposePrimaryTrackFinalKineticEnergy (     38   void ProposePrimaryTrackFinalKineticEnergy (G4double);
109   was missing : modified file  G4FastStep.icc      39   was missing : modified file  G4FastStep.icc
110                                                    40 
111 March 13, 2008, G. Cosmo (param-V09-01-00)         41 March 13, 2008, G. Cosmo (param-V09-01-00)
112 - Cleared compilation warnings in G4FastSimula     42 - Cleared compilation warnings in G4FastSimulationManagerProcess and
113   G4FastSimulationMessenger on gcc-4.3.0 for a     43   G4FastSimulationMessenger on gcc-4.3.0 for ambiguous use of
114   parentheses in nested if-else statements.        44   parentheses in nested if-else statements.
115                                                    45 
116 November 30, 2007, M. Verderi                      46 November 30, 2007, M. Verderi
117 - Add Along methods to G4FSMP process              47 - Add Along methods to G4FSMP process
118   - tag as param-V09-00-01                         48   - tag as param-V09-00-01
119                                                    49 
120 November 30, 2007, M. Verderi                      50 November 30, 2007, M. Verderi
121 - minor corrections to G4FastSimulationManager <<  51 - minor corrections to G4FastSimulationManagerProcess.hh/.cc : 
122    * add call fPathFinder->prepareNewrack(...)     52    * add call fPathFinder->prepareNewrack(...)
123    * deactivate ghost navigator in EndOfTracki     53    * deactivate ghost navigator in EndOfTracking(..) method
124    - tag as param-V09-00-00                        54    - tag as param-V09-00-00
125                                                    55 
126 May 18, 2007, M. Verderi                           56 May 18, 2007, M. Verderi
127 - tag as param-V08-03-00                           57 - tag as param-V08-03-00
128                                                    58 
129 May 11, 2007, M. Verderi                           59 May 11, 2007, M. Verderi
130 - remove include/G4FastSimulationManagerProces     60 - remove include/G4FastSimulationManagerProcess81.hh
131          include/G4FlavoredParallelWorld.hh        61          include/G4FlavoredParallelWorld.hh
132          include/G4GFSManager81.hh                 62          include/G4GFSManager81.hh
133          src/G4FastSimulationManagerProcess81.     63          src/G4FastSimulationManagerProcess81.cc
134          src/G4GFSManager81.cc                     64          src/G4GFSManager81.cc
135                                                    65 
136                                                    66 
137 November 10, 2006, M. Verderi - param-V08-01-0     67 November 10, 2006, M. Verderi - param-V08-01-00
138 - Limited number of warning messages printed b     68 - Limited number of warning messages printed by the
139   G4GlobalFastSimulationManager.                   69   G4GlobalFastSimulationManager.
140 - Renamed G4FastSimulationManagerProcess_forCo     70 - Renamed G4FastSimulationManagerProcess_forCoupledTransportation with
141   G4FastSimulationManagerProcess81.                71   G4FastSimulationManagerProcess81.
142   In addition, this class can now handle the c     72   In addition, this class can now handle the case of Navigator index=0,
143   i.e., the navigator for tracking, regardless     73   i.e., the navigator for tracking, regardless the G4Transportation or
144   G4CoupledTransportation is used. (For other      74   G4CoupledTransportation is used. (For other navigators, there is
145   of course no choice, and G4CoupledTransporta     75   of course no choice, and G4CoupledTransportation is necessary.)
146                                                    76 
147 November 3, 2006 M. Verderi                        77 November 3, 2006 M. Verderi
148 - Introduced G4FastSimulationManagerProcess_fo     78 - Introduced G4FastSimulationManagerProcess_forCoupledTransportation class for
149   handling fast simulation in new parallel geo     79   handling fast simulation in new parallel geometry scheme. This requires
150   the G4CoupledTransportation to be active.        80   the G4CoupledTransportation to be active.
151 - Introduced G4GFSManager81 class that gathers     81 - Introduced G4GFSManager81 class that gathers the future code to become the
152   default at next major release in the G4Globa     82   default at next major release in the G4GlobalFastSimulationManager class.
153 - G4FastSimulationManager: adapted to new sche     83 - G4FastSimulationManager: adapted to new scheme. Still has old code for
154   backward compatibilty.                           84   backward compatibilty.
155 - G4FastSimulationManagerProcess: mostly the s     85 - G4FastSimulationManagerProcess: mostly the same, apart from a small bug fix.
156 - G4FastSimulationMessenger: new command creat     86 - G4FastSimulationMessenger: new command created "/param/showSetup", useful
157   to show the fast simulation setup (region, m     87   to show the fast simulation setup (region, models, processes, etc...)
158   It is only valid for geometry closed state.      88   It is only valid for geometry closed state. Desirable to have interactive
159   command in the run manager for this.             89   command in the run manager for this.
160                                                    90 
161 November 25, 2005, M.Verderi -  param-V07-01-0     91 November 25, 2005, M.Verderi -  param-V07-01-04
162 - put back Makoto's change: StartTracking(G4Tr     92 - put back Makoto's change: StartTracking(G4Track*)
163                                                    93 
164 November 25, 2005, M Verderi - param-V07-01-03     94 November 25, 2005, M Verderi - param-V07-01-03
165 - Make ghost functionnality available with G4R     95 - Make ghost functionnality available with G4Region
166 - ** Note ** Change back StartTracking(G4Track     96 - ** Note ** Change back StartTracking(G4Track*) -> StartTracking() in G4FSMP
167              StartTracking(G4Track*) was intro     97              StartTracking(G4Track*) was introduced in  param-V07-01-02
168        because (I guess) of procman-V07-01-01      98        because (I guess) of procman-V07-01-01
169   This is to make param-V07-01-03 compatible w     99   This is to make param-V07-01-03 compatible with geant4-07-01-ref-05
170                                                   100 
171 November 21, 2005 M.Asai - param-V07-01-02        101 November 21, 2005 M.Asai - param-V07-01-02
172 - Fix warning message.                            102 - Fix warning message.
173                                                   103 
174 November 02, 2005 G.Cosmo - param-V07-01-01       104 November 02, 2005 G.Cosmo - param-V07-01-01
175 - Corrected setting of envelope volumes and so    105 - Corrected setting of envelope volumes and solid in G4FastTrack.
176 - Migrated old scheme for G4Exception and some    106 - Migrated old scheme for G4Exception and some cosmetics...
177                                                   107 
178 October 28, 2005 M.Asai - param-V07-01-00         108 October 28, 2005 M.Asai - param-V07-01-00
179 - Working tag for merging "envelope" to G4Regi    109 - Working tag for merging "envelope" to G4Region.
180                                                   110 
181 December 07, 2004 G. Cosmo - param-V06-02-01      111 December 07, 2004 G. Cosmo - param-V06-02-01
182 - Implemented migration to <cmath>.               112 - Implemented migration to <cmath>.
183                                                   113 
184 November 26, 2004 M. Verderi - param-V06-02-00    114 November 26, 2004 M. Verderi - param-V06-02-00
185 - Implemented migration to new G4VParticleChan    115 - Implemented migration to new G4VParticleChange interfaces.
186                                                   116 
187 December 12, 2003 G. Cosmo - param-V06-00-00      117 December 12, 2003 G. Cosmo - param-V06-00-00
188 - G4FastSimulationVector.icc: use std_pvector:    118 - G4FastSimulationVector.icc: use std_pvector:: scope for calls to
189   base class. Fixes compilation problem on Int    119   base class. Fixes compilation problem on Intel-icc compiler.
190                                                   120 
191 November 10, 2003 G. Cosmo - param-V05-02-01      121 November 10, 2003 G. Cosmo - param-V05-02-01
192 - G4FastTrack: use G4Navigator::CreateTouchabl    122 - G4FastTrack: use G4Navigator::CreateTouchableHistoryHandle() instead of
193   CreateTouchableHistory() in method FRecordsA    123   CreateTouchableHistory() in method FRecordsAffineTransformation().
194                                                   124 
195 October 4, 2003 G. Cosmo - param-V05-02-00        125 October 4, 2003 G. Cosmo - param-V05-02-00
196 - Modified GNUmakefile:                           126 - Modified GNUmakefile:
197   o added dependency to new module "geometry/n    127   o added dependency to new module "geometry/navigation".
198 - Coworks with "geometry-V05-02-00" and "digit    128 - Coworks with "geometry-V05-02-00" and "digits_hits-V05-02-00".
199                                                   129 
200 May 21, 2003 G. Cosmo - param-V05-01-00           130 May 21, 2003 G. Cosmo - param-V05-01-00
201         o Fixed pedantic warnings on Linux-g++    131         o Fixed pedantic warnings on Linux-g++.
202         o Call base class in copy-constructor     132         o Call base class in copy-constructor of G4FastStep.
203                                                   133 
204 Nov 20, 2002 G. Cosmo - param-V04-01-02           134 Nov 20, 2002 G. Cosmo - param-V04-01-02
205   o Patched access to public static data in G4    135   o Patched access to public static data in G4FastStep.cc
206     and G4GlobalFastSimulationManager.cc to al    136     and G4GlobalFastSimulationManager.cc to allow porting on
207     Windows DLLs.                                 137     Windows DLLs.
208                                                   138 
209 Nov 15, 2002 S. Sadilov - param-V04-01-01         139 Nov 15, 2002 S. Sadilov - param-V04-01-01
210   o Fixed compilation problems on Windows in      140   o Fixed compilation problems on Windows in
211     G4FastSimulationManager.cc and G4GlobalFas    141     G4FastSimulationManager.cc and G4GlobalFastSimulationManager.cc
212                                                   142 
213 Nov 02, 2002 M. Verderi - param-V04-01-00         143 Nov 02, 2002 M. Verderi - param-V04-01-00
214   o Add method to retrieve G4VFastSimulationMo    144   o Add method to retrieve G4VFastSimulationModel by name.
215     The user's method is in G4GlobalFastSimula    145     The user's method is in G4GlobalFastSimulationManager:
216                                                   146 
217        GetFastSimulationModel();                  147        GetFastSimulationModel();
218                                                   148 
219     it is accompagnied by same methods name in    149     it is accompagnied by same methods name in
220     G4FastSimulationManager class.                150     G4FastSimulationManager class.
221                                                   151 
222   o Add "test" directory, used to test above f    152   o Add "test" directory, used to test above feature.
223                                                   153 
224 Oct 26, 2001 M. Verderi - param-V03-02-00         154 Oct 26, 2001 M. Verderi - param-V03-02-00
225   Fixes to clear warnings produced with gcc-2.    155   Fixes to clear warnings produced with gcc-2.95.2:
226   - loop index, where comparison with method "    156   - loop index, where comparison with method "size()" of
227   G4std::vector<T>, changed: int -> size_t     << 157   G4std::vector<T>, changed: int -> size_t 
228   - change "if ( a=b ) {..}" by "if ( (a=b) )     158   - change "if ( a=b ) {..}" by "if ( (a=b) ) {...}"
229   this makes the compiler sure you want to mak    159   this makes the compiler sure you want to make an
230   assignement in the "if" condition               160   assignement in the "if" condition
231   - re-order initialisations of a few variable    161   - re-order initialisations of a few variables in constructors
232   to match the declaration order.                 162   to match the declaration order.
233   Some warnings still exist, but regard the G4    163   Some warnings still exist, but regard the G4Propagator of geometry.
234                                                   164 
235 Apr  3, 2001 J. Apostolakis - param-V03-00-00     165 Apr  3, 2001 J. Apostolakis - param-V03-00-00
236 - Modified G4FastSimulationManagerProcess call    166 - Modified G4FastSimulationManagerProcess call to PropagatorInField ComputeStep
237    to use new interface with G4FieldTrack (in     167    to use new interface with G4FieldTrack (in place of now obsolete interface.)
238                                                   168 
239 Nov 14, 2000 G. Cosmo - param-V02-00-01           169 Nov 14, 2000 G. Cosmo - param-V02-00-01
240 - Moved specific parameterisation models to th    170 - Moved specific parameterisation models to the new top category
241   "parameterisations". Moved files:               171   "parameterisations". Moved files:
242   G4FoamXrayTRmodel[.hh.cc], G4GamDistrXrayTRm    172   G4FoamXrayTRmodel[.hh.cc], G4GamDistrXrayTRmodel[.hh.cc],
243   G4IrregularXrayTRmodel[.hh.cc], G4PAIcluster    173   G4IrregularXrayTRmodel[.hh.cc], G4PAIclusterModel[.hh.cc],
244   G4PhotoClusterModel[.hh.cc], G4PlateIrrGasXr    174   G4PhotoClusterModel[.hh.cc], G4PlateIrrGasXrayTRmodel[.hh.cc],
245   G4RegularXrayTRmodel[.hh.cc], G4VClusterMode    175   G4RegularXrayTRmodel[.hh.cc], G4VClusterModel[.hh.cc],
246   G4VXrayTRmodel[.hh.cc].                         176   G4VXrayTRmodel[.hh.cc].
247 - Cleaned-up GNUmakefile of non necessary depe    177 - Cleaned-up GNUmakefile of non necessary dependencies.
248                                                   178 
249 Aug 03, 2000 G. Cosmo - param-V02-00-00r          179 Aug 03, 2000 G. Cosmo - param-V02-00-00r
250 - Changed RandGauss to G4RandGauss in G4Irregu    180 - Changed RandGauss to G4RandGauss in G4IrregularXrayTRmodel.cc and
251   G4VXrayTRmodel.cc to fix events' reproducibi    181   G4VXrayTRmodel.cc to fix events' reproducibility problem.
252 - G4VXrayTRmodel.cc: fix to class destructor (    182 - G4VXrayTRmodel.cc: fix to class destructor (V.Grichine)
253                                                   183 
254 Jun 15, 2000 G. Cosmo - param-V01-01-04           184 Jun 15, 2000 G. Cosmo - param-V01-01-04
255 - The tag coworks with global-V01-01-04 and ma    185 - The tag coworks with global-V01-01-04 and materials-V01-01-00:
256   o Fixed usage of G4complex type for ISO and     186   o Fixed usage of G4complex type for ISO and non-ISO compilers.
257     Affected files: G4FoamXrayTRmodel.cc, G4Ga    187     Affected files: G4FoamXrayTRmodel.cc, G4GamDistrXrayTRmodel.cc, G4PlateIrrGasXrayTRmodel.cc
258                     and G4RegularXrayTRmodel.c    188                     and G4RegularXrayTRmodel.cc.
259     In case of G4complex types passed to mathe    189     In case of G4complex types passed to mathematical functions, use G4std:: prefix.
260   o Fixed usage of G4Integrator class, now cha    190   o Fixed usage of G4Integrator class, now changed to templated to allow porting of the
261     code on SUN-CC compiler which does not imp    191     code on SUN-CC compiler which does not implement templated member functions.
262     Affected files: G4VXrayTRmodel[.hh.cc]        192     Affected files: G4VXrayTRmodel[.hh.cc]
263                                                   193 
264 Jun  6, 2000 M. Verderi & P. Mora de Freitas      194 Jun  6, 2000 M. Verderi & P. Mora de Freitas
265 - fixed compilation errors with HP-aCC for the    195 - fixed compilation errors with HP-aCC for the files G4RegularXrayTRmodel.cc,
266   G4GamDistrXrayTRmodel.cc and G4FoamXrayTRmod    196   G4GamDistrXrayTRmodel.cc and G4FoamXrayTRmodel.cc.
267                                                   197 
268 May 30, 2000 M. Verderi & P. Mora de Freitas      198 May 30, 2000 M. Verderi & P. Mora de Freitas
269                                                   199 
270 - parameterisation category is now RW free.       200 - parameterisation category is now RW free.
271                                                   201 
272 September 16, 1999 M. Verderi & P. Mora de Fre    202 September 16, 1999 M. Verderi & P. Mora de Freitas
273                                                   203 
274 - Fixed bug in G4FastStep::CheckIt() method.      204 - Fixed bug in G4FastStep::CheckIt() method.
275                                                   205 
276 April 19, 1999 M. Verderi & P. Mora de Freitas    206 April 19, 1999 M. Verderi & P. Mora de Freitas
277                                                   207 
278 Changes in G4FastStep to co-work with track-01    208 Changes in G4FastStep to co-work with track-01-00-04:
279                                                   209 
280 1) The method void CheckIt(const G4Track&) bec << 210 1) The method void CheckIt(const G4Track&) becomes 
281 G4bool CheckIt(const G4Track&);                   211 G4bool CheckIt(const G4Track&);
282 2) The FAST_STEP_DEBUG compiling option disapp    212 2) The FAST_STEP_DEBUG compiling option disappears;
283 3) Call to CheckIt controled by the G4VParticl    213 3) Call to CheckIt controled by the G4VParticleChange::debugFlag attribute.
284                                                   214 
285 Miscellaneous: the declaration "G4double mass     215 Miscellaneous: the declaration "G4double mass = masss =..." in G4FastStep.hh
286 corrected to G4double mass =...".                 216 corrected to G4double mass =...".
287                                                   217 
288 April 15, 1999 M. Verderi & P. Mora de Freitas    218 April 15, 1999 M. Verderi & P. Mora de Freitas
289                                                   219 
290 Tasks to decouple visualization from processes    220 Tasks to decouple visualization from processes/parameterisation:
291                                                   221 
292 1) G4GlobalFastSimulationManager now inherites    222 1) G4GlobalFastSimulationManager now inherites from the intercoms/
293 G4VGlobalFastSimulationManager to allow visual << 223 G4VGlobalFastSimulationManager to allow visualisation to get a 
294 concrete instance pointer to the G4GlobalFastS    224 concrete instance pointer to the G4GlobalFastSimulationManager,
295 if any.                                           225 if any.
296                                                   226 
297 2) G4FlavoredParallelWorld now inherites from     227 2) G4FlavoredParallelWorld now inherites from the intercoms/
298 G4VFlavoredParallelWorld, a pure virtual abstr    228 G4VFlavoredParallelWorld, a pure virtual abstract class to interface
299 parameterisation with visualization.              229 parameterisation with visualization.
300                                                   230 
301 Co-works with intercoms-01-00-01 tag              231 Co-works with intercoms-01-00-01 tag
302                                                   232 
303 Modified files:                                   233 Modified files:
304 ---------------                                   234 ---------------
305 G4FlavoredParallelWorld.hh                        235 G4FlavoredParallelWorld.hh
306 G4GlobalFastSimulationManager.hh                  236 G4GlobalFastSimulationManager.hh
307 G4GlobalFastSimulationManager.cc                  237 G4GlobalFastSimulationManager.cc
308                                                   238 
309 Done, tested, system-tested on HP-aCC with exe    239 Done, tested, system-tested on HP-aCC with exemple N05.
310                                                   240 
311 April 14, 1999 M. Verderi & P. Mora de Freitas    241 April 14, 1999 M. Verderi & P. Mora de Freitas
312                                                   242 
313 Several consolidation tasks (thanks to G. Cosm    243 Several consolidation tasks (thanks to G. Cosmo):
314                                                   244 
315 1) Warning:                                    << 245 1) Warning: 
316 -----------                                       246 -----------
317                                                   247 
318 Pointers usage                                    248 Pointers usage
319                                                   249 
320 - Setting pointers to 0 after delete:             250 - Setting pointers to 0 after delete:
321                                                   251 
322   delete pA;                                      252   delete pA;
323   pA = 0;                                         253   pA = 0;
324                                                   254 
325 - Avoid to use "NULL".                            255 - Avoid to use "NULL".
326                                                   256 
327 Modified files:                                   257 Modified files:
328 ---------------                                   258 ---------------
329 G4FastSimulationManager.hh                        259 G4FastSimulationManager.hh
330 G4FastTrack.hh                                    260 G4FastTrack.hh
331 G4FlavoredParallelWorld.hh                        261 G4FlavoredParallelWorld.hh
332 G4FastSimulationManager.cc                        262 G4FastSimulationManager.cc
333 G4FastSimulationMessenger.cc                      263 G4FastSimulationMessenger.cc
334 G4FastSimulationManagerProcess.cc                 264 G4FastSimulationManagerProcess.cc
335 G4FastTrack.cc                                    265 G4FastTrack.cc
336 G4GlobalFastSimulationManager.cc                  266 G4GlobalFastSimulationManager.cc
337 G4VFastSimulationModel.cc                         267 G4VFastSimulationModel.cc
338                                                   268 
339 Status:                                        << 269 Status: 
340 -------                                           270 -------
341 Done, tested, system-tested on HP-aCC with exe    271 Done, tested, system-tested on HP-aCC with exemple N05.
342                                                   272 
343 2) Warning:                                       273 2) Warning:
344 -----------                                       274 -----------
345 include/G4FastSimulationManager.hh:163            275 include/G4FastSimulationManager.hh:163
346     Public member functions shall always retur    276     Public member functions shall always return const handles to member data
347     Severe violation: Universal Coding Standar    277     Severe violation: Universal Coding Standards item 18
348                                                   278 
349 offending code:                                   279 offending code:
350 ---------------                                   280 ---------------
351 inline G4VParticleChange* G4FastSimulationMana    281 inline G4VParticleChange* G4FastSimulationManager::GettheParticleChange()
352 {                                                 282 {
353   return &fFastStep;                              283   return &fFastStep;
354 }                                                 284 }
355                                                   285 
356 Diagnostic:                                       286 Diagnostic:
357 ----------                                        287 ----------
358                                                   288 
359  Called by the G4FastSimulationManagerProcess  << 289  Called by the G4FastSimulationManagerProcess to return it in the 
360 PostStepDoIt call.                             << 290 PostStepDoIt call. 
361                                                   291 
362 Action:                                           292 Action:
363 -------                                           293 -------
364 The G4FastSimulationManager::GettheParticleCha    294 The G4FastSimulationManager::GettheParticleChange() method doesn't exist any
365 more. The G4VParticleChange* is now returned d    295 more. The G4VParticleChange* is now returned directly when invoking the
366 G4FastSimulationManager::InvokePostStepDoIt()     296 G4FastSimulationManager::InvokePostStepDoIt() and
367 G4FastSimulationManager::InvokeAtRestDoIt() me    297 G4FastSimulationManager::InvokeAtRestDoIt() methodes.
368                                                   298 
369 Modified files:                                   299 Modified files:
370 ---------------                                   300 ---------------
371 G4FastSimulationManager.hh                        301 G4FastSimulationManager.hh
372 G4FastSimulationManager.cc                        302 G4FastSimulationManager.cc
373 G4FastSimulationManagerProcess.cc                 303 G4FastSimulationManagerProcess.cc
374                                                   304 
375 Status:                                        << 305 Status: 
376 -------                                           306 -------
377 Done, tested, system-tested on HP-aCC with exe    307 Done, tested, system-tested on HP-aCC with exemple N05.
378                                                   308 
379 3) Warning:                                       309 3) Warning:
380 -----------                                       310 -----------
381 include/G4FastSimulationManagerProcess.hh:52      311 include/G4FastSimulationManagerProcess.hh:52
382     If a class has virtual functions it shall     312     If a class has virtual functions it shall have a virtual destructor
383     Severe violation: Universal Coding Standar    313     Severe violation: Universal Coding Standards item 17
384     class G4FastSimulationManagerProcess has v    314     class G4FastSimulationManagerProcess has virtual functions without a virtual destructor.
385                                                   315 
386 offending code:                                   316 offending code:
387 ---------------                                   317 ---------------
388   ~G4FastSimulationManagerProcess();              318   ~G4FastSimulationManagerProcess();
389                                                   319 
390 Diagnostic:                                       320 Diagnostic:
391 ----------                                        321 ----------
392   Nobody should inherites from G4FastSimulatio << 322   Nobody should inherites from G4FastSimulationManagerProcess BUT for virtual 
393 is added.                                         323 is added.
394                                                   324 
395 Action:                                           325 Action:
396 -------                                           326 -------
397   virtual ~G4FastSimulationManagerProcess();      327   virtual ~G4FastSimulationManagerProcess();
398                                                   328 
399 Modified files:                                   329 Modified files:
400 ---------------                                   330 ---------------
401 G4FastSimulationManagerProcess.hh                 331 G4FastSimulationManagerProcess.hh
402                                                   332 
403 Status:                                        << 333 Status: 
404 -------                                           334 -------
405 Done.                                             335 Done.
406                                                   336 
407 4) Warning:                                       337 4) Warning:
408 -----------                                       338 -----------
409 include/G4FastSimulationMessenger.hh:36           339 include/G4FastSimulationMessenger.hh:36
410     If a class has virtual functions it shall     340     If a class has virtual functions it shall have a virtual destructor
411     Severe violation: Universal Coding Standar    341     Severe violation: Universal Coding Standards item 17
412     class G4FastSimulationMessenger has virtua    342     class G4FastSimulationMessenger has virtual functions without a virtual destructor.
413                                                   343 
414                                                   344 
415 offending code:                                   345 offending code:
416 ---------------                                   346 ---------------
417   ~G4FastSimulationMessenger();                   347   ~G4FastSimulationMessenger();
418                                                   348 
419 Diagnostic:                                       349 Diagnostic:
420 ----------                                        350 ----------
421   Nobody should inherites from G4FastSimulatio << 351   Nobody should inherites from G4FastSimulationMessenger BUT for virtual 
422 is added.                                         352 is added.
423                                                   353 
424 Action:                                           354 Action:
425 -------                                           355 -------
426   virtual ~G4FastSimulationMessenger();           356   virtual ~G4FastSimulationMessenger();
427                                                   357 
428 Modified files:                                   358 Modified files:
429 ---------------                                   359 ---------------
430 G4FastSimulationMessenger.hh                      360 G4FastSimulationMessenger.hh
431                                                   361 
432 Status:                                        << 362 Status: 
433 -------                                           363 -------
434 Done.                                             364 Done.
435                                                   365 
436 5) Warning:                                       366 5) Warning:
437 -----------                                       367 -----------
438 include/G4FastStep.hh:224                         368 include/G4FastStep.hh:224
439     Operator= should call base class operator=    369     Operator= should call base class operator=
440     Possible severe violation: Effective C++ i    370     Possible severe violation: Effective C++ item 16
441     operator= in class G4FastStep, should call    371     operator= in class G4FastStep, should call operator= in base class G4VParticleChange
442                                                   372 
443 offending code:                                   373 offending code:
444 ---------------                                   374 ---------------
445 G4FastStep & G4FastStep::operator=(const G4Fas    375 G4FastStep & G4FastStep::operator=(const G4FastStep &right)
446 {                                                 376 {
447    if (this != &right)                            377    if (this != &right)
448    {                                              378    {
449       theListOfSecondaries          = right.th    379       theListOfSecondaries          = right.theListOfSecondaries;
450       theSizeOftheListOfSecondaries = right.th    380       theSizeOftheListOfSecondaries = right.theSizeOftheListOfSecondaries;
451       theNumberOfSecondaries        = right.th    381       theNumberOfSecondaries        = right.theNumberOfSecondaries;
452       theStatusChange               = right.th    382       theStatusChange               = right.theStatusChange;
453       theMomentumChange             = right.th    383       theMomentumChange             = right.theMomentumChange;
454       thePolarizationChange         = right.th    384       thePolarizationChange         = right.thePolarizationChange;
455       thePositionChange             = right.th    385       thePositionChange             = right.thePositionChange;
456       theTimeChange                 = right.th    386       theTimeChange                 = right.theTimeChange;
457       theEnergyChange               = right.th    387       theEnergyChange               = right.theEnergyChange;
458       theTrueStepLength             = right.th    388       theTrueStepLength             = right.theTrueStepLength;
459       theLocalEnergyDeposit         = right.th    389       theLocalEnergyDeposit         = right.theLocalEnergyDeposit;
460       theSteppingControlFlag        = right.th    390       theSteppingControlFlag        = right.theSteppingControlFlag;
461       theWeightChange               = right.th    391       theWeightChange               = right.theWeightChange;
462    }                                              392    }
463    return *this;                                  393    return *this;
464 }                                                 394 }
465                                                   395 
466 Diagnostic:                                       396 Diagnostic:
467 ----------                                        397 ----------
468   Bug detected.                                   398   Bug detected.
469                                                   399 
470 Action:                                           400 Action:
471 -------                                           401 -------
472   Insert the call                                 402   Insert the call
473   G4VParticleChange::operator=(right);            403   G4VParticleChange::operator=(right);
474                                                   404 
475 Status:                                           405 Status:
476 -------                                           406 -------
477   Done, tested, system-tested on HP-aCC with e    407   Done, tested, system-tested on HP-aCC with exemple N05.
478                                                   408 
479 Modified files:                                   409 Modified files:
480 ---------------                                   410 ---------------
481   G4FastStep.cc                                   411   G4FastStep.cc
482                                                   412 
483 6) Warning:                                       413 6) Warning:
484 -----------                                       414 -----------
485 include/G4FastStep.hh:59                          415 include/G4FastStep.hh:59
486     Avoid data members in the public interface    416     Avoid data members in the public interface
487     Violation: Effective C++ item 20              417     Violation: Effective C++ item 20
488     Public data members for class G4FastStep:     418     Public data members for class G4FastStep:
489       debugFlag                                   419       debugFlag
490                                                   420 
491                                                   421 
492 offending code:                                   422 offending code:
493 ---------------                                   423 ---------------
494   public:                                         424   public:
495   ...                                             425   ...
496   G4bool debugFlag;                               426   G4bool debugFlag;
497                                                   427 
498 Diagnostic:                                       428 Diagnostic:
499 ----------                                        429 ----------
500   Historical usage.                               430   Historical usage.
501                                                   431 
502 Action:                                           432 Action:
503 -------                                           433 -------
504   Replaced by #ifdef FAST_STEP_DEBUG in the G4    434   Replaced by #ifdef FAST_STEP_DEBUG in the G4FastStep.cc file.
505                                                   435 
506 Modified files:                                   436 Modified files:
507 ---------------                                   437 ---------------
508   G4FastStep.hh, G4FastStep.cc                    438   G4FastStep.hh, G4FastStep.cc
509                                                   439 
510 Status:                                           440 Status:
511 -------                                           441 -------
512   Done, tested, system-tested on HP-aCC with e    442   Done, tested, system-tested on HP-aCC with exemple N05.
513                                                   443 
514 7) Warning:                                       444 7) Warning:
515 -----------                                       445 -----------
516 include/G4FastStep.hh:59                          446 include/G4FastStep.hh:59
517     If a class has virtual functions it shall     447     If a class has virtual functions it shall have a virtual destructor
518     Severe violation: Universal Coding Standar    448     Severe violation: Universal Coding Standards item 17
519     class G4FastStep has virtual functions wit    449     class G4FastStep has virtual functions without a virtual destructor.
520                                                   450 
521                                                   451 
522 offending code:                                   452 offending code:
523 ---------------                                   453 ---------------
524   ~G4FastStep();                                  454   ~G4FastStep();
525                                                   455 
526 Diagnostic:                                       456 Diagnostic:
527 ----------                                        457 ----------
528    Nobody should inherites from G4FastStep BUT    458    Nobody should inherites from G4FastStep BUT virtual added.
529                                                   459 
530 Action:                                           460 Action:
531 -------                                           461 -------
532   virtual ~G4FastStep();                          462   virtual ~G4FastStep();
533                                                   463 
534 Modified files:                                   464 Modified files:
535 ---------------                                   465 ---------------
536   G4FastStep.hh                                   466   G4FastStep.hh
537                                                   467 
538 Status:                                           468 Status:
539 -------                                           469 -------
540   Done, tested, system-tested on HP-aCC with e    470   Done, tested, system-tested on HP-aCC with exemple N05.
541                                                   471 
542                                                   472 
543 December 7, 1998 M. Verderi                       473 December 7, 1998 M. Verderi
544    G4FastSimulationManagerProcess class:          474    G4FastSimulationManagerProcess class:
545    Fixes made for ghost navigation with           475    Fixes made for ghost navigation with
546    mag-field:                                     476    mag-field:
547   LocateGlobalPointAndUpdateTouchable is          477   LocateGlobalPointAndUpdateTouchable is
548   always used (in not the Locate...Setup          478   always used (in not the Locate...Setup
549   method)                                         479   method)
550   In PostStepDoIt: correction of position and     480   In PostStepDoIt: correction of position and
551   direction of the track are made when         << 481   direction of the track are made when 
552   possible in case of mag-field.                  482   possible in case of mag-field.
553   This correction comes from the fact that a      483   This correction comes from the fact that a
554   small discrepancy appears on those quantitie    484   small discrepancy appears on those quantities
555   because of the numerical integration along      485   because of the numerical integration along
556   the field on the track path: the G4FSMP         486   the field on the track path: the G4FSMP
557   proposes a curve-length, the transportation     487   proposes a curve-length, the transportation
558   moves the track along this curve, however       488   moves the track along this curve, however
559   the end point position and direction are        489   the end point position and direction are
560   slightly different from those expected by       490   slightly different from those expected by
561   the G4FSMP when it proposed the length.         491   the G4FSMP when it proposed the length.
562                                                   492 
563 November 20,1998 M. Verderi                       493 November 20,1998 M. Verderi
564    G4FastStep class:                              494    G4FastStep class:
565    Remove track/G4BiasingTag.hh dependancy (ob    495    Remove track/G4BiasingTag.hh dependancy (obsolete).
566    Adapted to new shceme of Event Biasing mech    496    Adapted to new shceme of Event Biasing mechanism,
567    consistently with track-00-04-01 tag.          497    consistently with track-00-04-01 tag.
568                                                   498 
569 November 11,1998 M. Verderi                       499 November 11,1998 M. Verderi
570    Merge of param-00-03-02 & param-00-03-02a i    500    Merge of param-00-03-02 & param-00-03-02a into
571    param-00-03-04a (hopefully...)                 501    param-00-03-04a (hopefully...)
572    The point is the chnage of signature in the    502    The point is the chnage of signature in the
573    LocateGlobalPointAndSetup(..) of the G4Navi    503    LocateGlobalPointAndSetup(..) of the G4Navigator making use now
574    of the track direction. The G4FastSimulatio    504    of the track direction. The G4FastSimulationManagerProcess is
575    changed accordingly:                           505    changed accordingly:
576    fGhostNavigator.LocateGlobalPointAndSetup(t    506    fGhostNavigator.LocateGlobalPointAndSetup(track.GetPosition(), &direction, true);
577                                                   507 
578                                                   508 
579 November 6, 1998 M. Verderi                       509 November 6, 1998 M. Verderi
580    - Extension of the G4FastStep to allow the     510    - Extension of the G4FastStep to allow the biasing technic.
581      Changes are made in:                         511      Changes are made in:
582                 - G4FastStep.hh/.icc:             512                 - G4FastStep.hh/.icc:
583                         new member G4BiasingTa    513                         new member G4BiasingTag fBiasTag;
584                         new method SetPrimaryT    514                         new method SetPrimaryTrackFinalBiasingTag
585                                 ( G4BiasingTag    515                                 ( G4BiasingTag aTag );
586                 - G4FastStep.cc:                  516                 - G4FastStep.cc:
587                         Initialize();             517                         Initialize();
588                         operator=;             << 518                         operator=;   
589                         UpdateForPostStep();      519                         UpdateForPostStep();
590                         UpdateForAtRest();     << 520                         UpdateForAtRest();  
591                                                   521 
592 October 26, 1998  P.Mora de Freitas               522 October 26, 1998  P.Mora de Freitas
593    - G4FastSimulationManagerProcess and G4Fast    523    - G4FastSimulationManagerProcess and G4FastSimulationManager adapted to deal
594      with at rest parameterisations also when     524      with at rest parameterisations also when using parallel geometry.
595                                                   525 
596 October  8, 1998  P.Mora de Freitas               526 October  8, 1998  P.Mora de Freitas
597    - The G4VFastSimulationModel::IsApplicable(    527    - The G4VFastSimulationModel::IsApplicable() becomes a pure virtual
598      methode.                                     528      methode.
599    - G4FastSimulationManager optimisation:        529    - G4FastSimulationManager optimisation:
600      - New G4ParticleDefinition* fLastCrossedP    530      - New G4ParticleDefinition* fLastCrossedParticle data member, keeps
601        the last particle type with touched the    531        the last particle type with touched the envelope;
602      - New G4RWTPtrOrderedVector<G4VFastSimula    532      - New G4RWTPtrOrderedVector<G4VFastSimulationModel> fApplicableModelList
603        data member, keeps the model list of th << 533        data member, keeps the model list of the applicable models for 
604        the actual fLastCrossedParticle particl    534        the actual fLastCrossedParticle particle type;
605      - Changes in the PostStepGetFastSimulatio << 535      - Changes in the PostStepGetFastSimulationManagerTrigger() and 
606        AtRestGetFastSimulationManagerTrigger() << 536        AtRestGetFastSimulationManagerTrigger()methodes to update the 
607        fApplicableModelList when needed (fLast    537        fApplicableModelList when needed (fLastCrossedParticle !=
608        the actual tracked particle);              538        the actual tracked particle);
609      - Changes in the                          << 539      - Changes in the 
610   G4FastSimulationManager() (Constructor)         540   G4FastSimulationManager() (Constructor)
611   ActivateFastSimulationModel(),                  541   ActivateFastSimulationModel(),
612   InActivateFastSimulationModel(),                542   InActivateFastSimulationModel(),
613   AtRestGetFastSimulationManagerTrigger(),        543   AtRestGetFastSimulationManagerTrigger(),
614   AddFastSimulationModel(),                       544   AddFastSimulationModel(),
615   RemoveFastSimulationModel()                     545   RemoveFastSimulationModel()
616   methodes to set the fLastCrossedParticle to     546   methodes to set the fLastCrossedParticle to NULL, forcing the
617   fApplicableModelList to be rebuilt.             547   fApplicableModelList to be rebuilt.
618                                                   548 
619 September 22, 1998  P.Mora de Freitas             549 September 22, 1998  P.Mora de Freitas
620    Fixed bug in parallel navigation.           << 550    Fixed bug in parallel navigation. 
621    File touched: G4FastSimulationManagerProces    551    File touched: G4FastSimulationManagerProcess.cc
622    Tested on HP-aCC.                              552    Tested on HP-aCC.
623                                                   553 
624 September 17, 1998  P.Mora de Freitas             554 September 17, 1998  P.Mora de Freitas
625    G4FastSimulationManager::RemoveFastSimulati    555    G4FastSimulationManager::RemoveFastSimulationModel() updated to look
626 for also in the fInactivatedModels list.          556 for also in the fInactivatedModels list.
627                                                   557 
628   Tested on HP-aCC.                               558   Tested on HP-aCC.
629                                                   559 
630 September 16, 1998  P.Mora de Freitas             560 September 16, 1998  P.Mora de Freitas
631    New /param/ control commands:                  561    New /param/ control commands:
632                                                   562 
633   /param/ActivateModel <ModelName>                563   /param/ActivateModel <ModelName>
634   /param/InActivateModel <ModelName>              564   /param/InActivateModel <ModelName>
635                                                   565 
636   Activate or inactivate a given parameterisat    566   Activate or inactivate a given parameterisation model.
637                                                   567 
638   Tested on HP-aCC.                               568   Tested on HP-aCC.
639                                                   569 
640 August 21, 1998  P.Mora de Freitas                570 August 21, 1998  P.Mora de Freitas
641   G4FastSimulationManagerProcess's G4ProcessTy    571   G4FastSimulationManagerProcess's G4ProcessType set to
642 fParameterisation, accordingly with procman-00    572 fParameterisation, accordingly with procman-00-02-03.
643                                                   573 
644   Tested on HP-aCC.                               574   Tested on HP-aCC.
645                                                   575 
646 August 12, 1998  P.Mora de Freitas                576 August 12, 1998  P.Mora de Freitas
647   Improved the "close parameterisation control << 577   Improved the "close parameterisation control" to 
648                                                   578 
649   1) avoid the close looping when unnecessary     579   1) avoid the close looping when unnecessary (mostly cases);
650   2) force re-close when necessary (insert/rem    580   2) force re-close when necessary (insert/remove ghosts).
651                                                   581 
652   Changes:                                        582   Changes:
653                                                   583 
654   1) the G4GlobalFastSimulationManager::fClose << 584   1) the G4GlobalFastSimulationManager::fClosed is now initialised 
655      to true by the G4GlobalFastSimulationMana    585      to true by the G4GlobalFastSimulationManager constructor;
656                                                   586 
657   2) new method                                << 587   2) new method 
658                                                   588 
659      void                                      << 589      void 
660      G4GlobalFastSimulationManager::FastSimula    590      G4GlobalFastSimulationManager::FastSimulationNeedsToBeClosed();
661                                                   591 
662      called by the AddGhostPlacement and Remov << 592      called by the AddGhostPlacement and RemoveGhostPlacement 
663      G4FastSimulationManager methods to set fa    593      G4FastSimulationManager methods to set false the fClosed flag;
664                                                   594 
665   3) changes in the G4GlobalFastSimulationMana    595   3) changes in the G4GlobalFastSimulationManager::Notify method
666      to deal with these changes.                  596      to deal with these changes.
667                                                   597 
668   Tested on HP-aCC.                               598   Tested on HP-aCC.
669                                                   599 
670 August 11, 1998  P.Mora de Freitas                600 August 11, 1998  P.Mora de Freitas
671   Fix to the G4FastStep::KillPrimaryTrack() me    601   Fix to the G4FastStep::KillPrimaryTrack() method to drop the
672 nonsense line                                     602 nonsense line
673                                                   603 
674   SetMomentumChange(0.,0.,0.) ; /* necessary ?    604   SetMomentumChange(0.,0.,0.) ; /* necessary ? */
675                                                   605 
676   Tested on HP-aCC.                               606   Tested on HP-aCC.
677   (Thanks to Willy Langeveld)                     607   (Thanks to Willy Langeveld)
678                                                   608 
679                                                   609 
680 August 10, 1998  P.Mora de Freitas                610 August 10, 1998  P.Mora de Freitas
681   Fix to the SetPrimaryTrackFinalKineticEnergy    611   Fix to the SetPrimaryTrackFinalKineticEnergyAndDirection() method
682 from the G4FastStep class the SetMomentumChang    612 from the G4FastStep class the SetMomentumChange() call to insure that
683 the new momentum direction is a unit vector (a << 613 the new momentum direction is a unit vector (as asked by the 
684 G4DynamicParticle::SetMomentumDirection method    614 G4DynamicParticle::SetMomentumDirection method).
685                                                   615 
686   Touched files: G4FastStep.hh (improved comme    616   Touched files: G4FastStep.hh (improved comments)
687                  G4FastStep.cc (fixed)            617                  G4FastStep.cc (fixed)
688                                                   618 
689   Tested on HP-aCC.                               619   Tested on HP-aCC.
690   (Thanks to Willy Langeveld)                     620   (Thanks to Willy Langeveld)
691                                                   621 
692 August 7, 1998  P.Mora de Freitas                 622 August 7, 1998  P.Mora de Freitas
693   New /param/ commands directory with the comm    623   New /param/ commands directory with the commands:
694                                                   624 
695   /param/listEnvelopes [ParticleName]             625   /param/listEnvelopes [ParticleName]
696                                                   626 
697   - List all the envelope names for a given pa    627   - List all the envelope names for a given particle
698     (or for all particles if without parameter    628     (or for all particles if without parameters).
699                                                   629 
700   /param/listModels [EnvelopeName]                630   /param/listModels [EnvelopeName]
701                                                   631 
702   - List all the Model names for a given envel    632   - List all the Model names for a given envelope
703     (or for all envelopes if without parameter    633     (or for all envelopes if without parameters).
704                                                   634 
705   /param/listIsApplicable [ModelName]             635   /param/listIsApplicable [ModelName]
706                                                   636 
707   - List all the particle names a given model     637   - List all the particle names a given model is applicable
708     (or for all models if without parameters).    638     (or for all models if without parameters).
709                                                   639 
710                                                   640 
711 August 7, 1998  P.Mora de Freitas                 641 August 7, 1998  P.Mora de Freitas
712   History file Created.                           642   History file Created.