Geant4 Cross Reference |
1 # Example B03 History << 1 $Id: History 75090 2013-10-25 23:25:51Z dwright $ >> 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 be used as a substitute for writing good git c << 6 ========================================================= >> 7 >> 8 Category History file >> 9 --------------------- >> 10 This file should be used by G4 developers and category coordinators >> 11 to briefly summarize all major modifications introduced in the code >> 12 and keep track of all category-tags. >> 13 It DOES NOT substitute the CVS log-message one should put at every >> 14 committal in the CVS repository ! >> 15 >> 16 ---------------------------------------------------------- >> 17 * Reverse chronological order (last date on top), please * >> 18 ---------------------------------------------------------- >> 19 >> 20 Mar 8th, 2017 A. Howard - B03-V10-02-02 >> 21 - B03PhysicsList - removed obsolete unnececssary instantiation of >> 22 de-excitation sub-models 6 23 7 << 24 Mar 7th, 2017 A. Howard 8 ## 2021-12-10 Ben Morgan (B03-V11-00-00) << 9 - Change to new Markdown History format << 10 << 11 --- << 12 << 13 # History entries prior to 11.0 << 14 << 15 March 18th, 2021 Alberto Ribon - B03-V10-07-02 << 16 - B03PhysicsList : replaced G4HadronCapturePro << 17 G4NeutronCaptureProcess, and G4HadronFission << 18 G4NeutronFissionProcess. << 19 << 20 March 8th, 2021 Alberto Ribon - B03-V10-07-01 << 21 - B03PhysicsList : replaced old ion cross sect << 22 with better ones. << 23 << 24 March 4th, 2021 Alberto Ribon - B03-V10-07-00 << 25 - B03PhysicsList : use G4HadronInelasticProces << 26 (the particle-specific inelastic processes h << 27 << 28 November 10th, 2020 Ben Morgan - B03-V10-06-00 << 29 - Migration to G4RunManagerFactory. << 30 << 31 May 29th, 2019 V. Ivanchenko - B03-V10-05-01 << 32 - B03PhysicsList : use G4NeutronInelasticXS cr << 33 << 34 May 10th, 2019 V. Ivanchenko - B03-V10-05-00 << 35 - B03PhysicsList : explicitly defined hadronic << 36 << 37 Aug 9th, 2018 A. Ribon - B03-V10-04-02 << 38 - B03PhysicsList : replaced the explicit high- << 39 physics with the one from G4HadronicParamete << 40 << 41 May 8th, 2018 B. Morgan - B03-V10-04-01 << 42 - Include G4Types before use of G4MULTITHREADE << 43 compatibility with move to #defines over -D << 44 symbols. << 45 << 46 Feb 15th, 2018 A. Howard - B03-V10-04-00 << 47 - Removed parallel geometry setting directly f << 48 in MT mode. Now everything is handled with B << 49 << 50 Mar 8th, 2017 A. Howard - B03-V10-03-01 << 51 - B03PhysicsList - removed obsolete unnececssa << 52 de-excitation sub-models << 53 << 54 Mar 7th, 2017 A. Howard - B03-V10-03-00 << 55 - Removed unnecessary clear sampling from B03 25 - Removed unnecessary clear sampling from B03 56 26 57 October 14th, 2016 G.Folger - B03-V10-02-01 27 October 14th, 2016 G.Folger - B03-V10-02-01 58 - remove direct use of theParticleIterator, us 28 - remove direct use of theParticleIterator, use GetParticleTableIterator(). 59 fix required by clang39 on Linux and MAC << 29 fix required by clang39 on Linux and MAC 60 30 61 Jul 20th, 2016 I. Hrivnacova 31 Jul 20th, 2016 I. Hrivnacova 62 - Coding guidelines (redundant empty lines) 32 - Coding guidelines (redundant empty lines) 63 33 64 Jan 27th, 2016 M. Asai - B03-V10-02-00 34 Jan 27th, 2016 M. Asai - B03-V10-02-00 65 - B03PhysicsList.cc : change process order ind 35 - B03PhysicsList.cc : change process order index of G4ParallelWorldProcess 66 to 9900 to make sure it is registered prior 36 to 9900 to make sure it is registered prior to G4OpBoundaryProcess. 67 37 68 Jan 21st, 2015 M. Asai - B03-V10-01-00 38 Jan 21st, 2015 M. Asai - B03-V10-01-00 69 - B03PhysicsList.cc : properly use SetProcessO 39 - B03PhysicsList.cc : properly use SetProcessOrderingToSecond() 70 method for G4ParallelWorldProcess. 40 method for G4ParallelWorldProcess. 71 41 72 Nov 20th, 2014 M. Asai - B03-V10-00-00 42 Nov 20th, 2014 M. Asai - B03-V10-00-00 73 - B03PhysicsList.cc : replace obsolete G4Paral 43 - B03PhysicsList.cc : replace obsolete G4ParallelWorldScoringProcess 74 with G4ParallelWorldProcess. 44 with G4ParallelWorldProcess. 75 45 76 Nov 24th, 2013 A. Howard - B03-V09-06-04 46 Nov 24th, 2013 A. Howard - B03-V09-06-04 77 - Set default number of MT cores back to two 47 - Set default number of MT cores back to two 78 48 79 Nov 24th, 2013 A. Howard - B03-V09-06-03 49 Nov 24th, 2013 A. Howard - B03-V09-06-03 80 - Synchronised geometry with B01 and B02 50 - Synchronised geometry with B01 and B02 81 - Corrected english mistakes in variable names 51 - Corrected english mistakes in variable names 82 52 83 Nov 23rd, 2013 A. Howard - B03-V09-06-02 53 Nov 23rd, 2013 A. Howard - B03-V09-06-02 84 - Prevented case of double biasing process in 54 - Prevented case of double biasing process in single threaded mode 85 - Removed unsused scoring classes B03ScoringDe 55 - Removed unsused scoring classes B03ScoringDetectorConstruction, 86 B03PSScoringDetectorConstruction 56 B03PSScoringDetectorConstruction 87 57 88 Nov 22nd, 2013 A. Howard - B03-V09-06-01 58 Nov 22nd, 2013 A. Howard - B03-V09-06-01 89 - Fixed typos and removed unused variables 59 - Fixed typos and removed unused variables 90 60 91 Nov 22nd, 2013 A. Howard - B03-V09-06-00 61 Nov 22nd, 2013 A. Howard - B03-V09-06-00 92 - Created new example. This is taken from the 62 - Created new example. This is taken from the previous B02 which was migrated 93 to the new MT compliant interface using modu 63 to the new MT compliant interface using modular physicslists. 94 - Contains standalone physicslist implementati 64 - Contains standalone physicslist implementation to demonstrate new MT 95 compliance 65 compliance 96 66 97 67