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