Geant4 Cross Reference |
1 # Example purging_magnet History 1 # Example purging_magnet 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). It must **not** 5 be used as a substitute for writing good git c 5 be used as a substitute for writing good git commit messages! 6 6 7 ## 2023-11-15 I. Hrivnacova (purgmag-V11-01-00 << 8 - Updated vis.mac: << 9 - Changed "/vis/open XYZ [600x600-0+0]" to " << 10 and simplified comments. << 11 << 12 ## 2022-09-08 Susanna Guatelli (purgmag-V11-00 7 ## 2022-09-08 Susanna Guatelli (purgmag-V11-00-01) 13 - Ranecu engine removed, default engine used n 8 - Ranecu engine removed, default engine used now 14 9 15 ## 2021-12-10 Ben Morgan (purgmag-V11-00-00) 10 ## 2021-12-10 Ben Morgan (purgmag-V11-00-00) 16 - Change to new Markdown History format 11 - Change to new Markdown History format 17 12 18 --- 13 --- 19 14 20 # History entries prior to 11.0 15 # History entries prior to 11.0 21 16 22 16.10.2021 S. Guatelli (purgmag-V10-07-03) 17 16.10.2021 S. Guatelli (purgmag-V10-07-03) 23 - Migration to G4RunManagerFactory 18 - Migration to G4RunManagerFactory 24 - Physics list updated to Modular physics list 19 - Physics list updated to Modular physics list, 25 with G4EmStandardPhysics_option4. 20 with G4EmStandardPhysics_option4. 26 21 27 07.10.2021 - I. Hrivnacova (purmag-V10-07-02) 22 07.10.2021 - I. Hrivnacova (purmag-V10-07-02) 28 - Migration to new G4AnalysisManager.hh header 23 - Migration to new G4AnalysisManager.hh header; 29 define the default output file type (csv), 24 define the default output file type (csv), 30 removed PurgMagAnalysisManager.hh. 25 removed PurgMagAnalysisManager.hh. 31 26 32 24.05.2021 B. Morgan (purmag-V10-07-01) 27 24.05.2021 B. Morgan (purmag-V10-07-01) 33 - Bump required CMake version range to 3.12... 28 - Bump required CMake version range to 3.12...3.20, matching core Geant4 34 29 35 10.04.2021 G.Cosmo (purmag-V10-07-00) 30 10.04.2021 G.Cosmo (purmag-V10-07-00) 36 - Removed call to obsolete ResetCuts() in Purg 31 - Removed call to obsolete ResetCuts() in PurgMagPhysicsList. 37 32 38 02.11.2020 B.Morgan (purmag-V10-06-01) 33 02.11.2020 B.Morgan (purmag-V10-06-01) 39 - Support same CMake version range as core Gea 34 - Support same CMake version range as core Geant4 40 35 41 13.07.2020 G. Cosmo (purmag-V10-06-00) 36 13.07.2020 G. Cosmo (purmag-V10-06-00) 42 - Corrected README. No functional changes. 37 - Corrected README. No functional changes. 43 38 44 20.11.2019 G. Folger (purmag-V10-05-00) 39 20.11.2019 G. Folger (purmag-V10-05-00) 45 - remove using namespace std from header file 40 - remove using namespace std from header file PurgMagTabulatedField3D.hh 46 and correct follow-on problems. 41 and correct follow-on problems. 47 42 48 7.11.2018 - I. Hrivnacova (purmag-V10-04-02) 43 7.11.2018 - I. Hrivnacova (purmag-V10-04-02) 49 - Switch back to csv output format. 44 - Switch back to csv output format. 50 45 51 29.10.2018 - L. Pandola (purmag-V10-04-01) 46 29.10.2018 - L. Pandola (purmag-V10-04-01) 52 - Remove the useless buffer singleton PurgMagA 47 - Remove the useless buffer singleton PurgMagAnalysisManager class, 53 and call directly G4AnalysisManager tools. C 48 and call directly G4AnalysisManager tools. Clean-up in the SteppingAction. 54 Use root instead of csv as output format. 49 Use root instead of csv as output format. 55 50 56 10.05.2018 - B. Morgan (purmag-V10-04-00) 51 10.05.2018 - B. Morgan (purmag-V10-04-00) 57 - Include G4Types before use of G4MULTITHREADE 52 - Include G4Types before use of G4MULTITHREADED. For forward 58 compatibility with move to #defines over -D 53 compatibility with move to #defines over -D for G4 preprocessor 59 symbols. 54 symbols. 60 55 61 28.11.2016 - G. Folger (purmag-V10-02-00) 56 28.11.2016 - G. Folger (purmag-V10-02-00) 62 Remove direct use of theParticleIt 57 Remove direct use of theParticleIterator, use GetParticleTableIterator(). 63 fix required by clang39 on Linux 58 fix required by clang39 on Linux and MAC 64 59 65 16.10.2014 - Luciano Pandola (purmag-V10-00-02 60 16.10.2014 - Luciano Pandola (purmag-V10-00-02) 66 - Prevent the threads to read the B-map file a 61 - Prevent the threads to read the B-map file at the same time 67 - Clean-up the analysis singleton. 62 - Clean-up the analysis singleton. 68 - Actual MT migration: use G4MTRunManager, if 63 - Actual MT migration: use G4MTRunManager, if applicable 69 64 70 15.10.2014 - Luciano Pandola (purmag-V10-00-01 65 15.10.2014 - Luciano Pandola (purmag-V10-00-01) 71 - Added ConstructSDandField() and registered m 66 - Added ConstructSDandField() and registered magnetic field in a 72 G4Cache 67 G4Cache 73 - Added a protection in the case the input fie 68 - Added a protection in the case the input field file is not found 74 - Registered RunAction in master and workers 69 - Registered RunAction in master and workers 75 70 76 14.10.2014 - Luciano Pandola (purmag-V10-00-00 71 14.10.2014 - Luciano Pandola (purmag-V10-00-00) 77 - Added ActionInitialization class (first step 72 - Added ActionInitialization class (first step for MT migration) 78 - Add const qualifiers for methods of Detector 73 - Add const qualifiers for methods of DetectorConstruction 79 - Changed signature of SteppingAction, to get 74 - Changed signature of SteppingAction, to get a const pointer to 80 geometry 75 geometry 81 76 82 30.07.2013 - Andrea Dotti (purmag-V09-06-02) 77 30.07.2013 - Andrea Dotti (purmag-V09-06-02) 83 - Bug fixing for unused variables (compilation 78 - Bug fixing for unused variables (compilation warning clang32) 84 79 85 17.07.2013 - Gabriele Cosmo (purmag-V09-06-01) 80 17.07.2013 - Gabriele Cosmo (purmag-V09-06-01) 86 - Explicitly use G4CsvAnalysisManager to be co 81 - Explicitly use G4CsvAnalysisManager to be compliant with restructure of 87 analysis module. 82 analysis module. 88 83 89 17.04.2013 - Luciano Pandola (purmag-V09-06-00 84 17.04.2013 - Luciano Pandola (purmag-V09-06-00) 90 - Migrate analysis from AIDA to g4analysis (re 85 - Migrate analysis from AIDA to g4analysis (remove the 91 external AIDA dependency). Some clean-up in 86 external AIDA dependency). Some clean-up in other 92 classe (RunAction, EventAction, StepAction) 87 classe (RunAction, EventAction, StepAction) 93 88 94 06.11.2012 - Luciano Pandola (purmag-V09-05-03 89 06.11.2012 - Luciano Pandola (purmag-V09-05-03) 95 - Fix syntax in CMakeLists.txt 90 - Fix syntax in CMakeLists.txt 96 91 97 26.10.2012 - Luciano Pandola (purmag-V09-05-02 92 26.10.2012 - Luciano Pandola (purmag-V09-05-02) 98 - Replace CMakeLists.txt to deal with UI/VIS 93 - Replace CMakeLists.txt to deal with UI/VIS 99 94 100 12.10.2012 - Gabriele Cosmo (purmag-V09-05-01) 95 12.10.2012 - Gabriele Cosmo (purmag-V09-05-01) 101 - Explicit inclusion of units and constants he 96 - Explicit inclusion of units and constants headers. 102 97 103 08.12.2011 - Pere Mato (purtag-V09-05-00) 98 08.12.2011 - Pere Mato (purtag-V09-05-00) 104 - Added CMakeLists.txt file 99 - Added CMakeLists.txt file 105 100 106 16.11.2011 - Gunter Folger (purtag-V09-04-01) 101 16.11.2011 - Gunter Folger (purtag-V09-04-01) 107 - PurgMagSteppingAction.cc: fix compilation wa 102 - PurgMagSteppingAction.cc: fix compilation warning; occurs only when G4ANALYSIS_USE not set 108 103 109 31.10.2011 - Luciano Pandola (purtag-V09-04-00 104 31.10.2011 - Luciano Pandola (purtag-V09-04-00) 110 - Migrated G4Exception to the new scheme 105 - Migrated G4Exception to the new scheme 111 106 112 18.11.2010 - John Allison (purtag-V09-03-02) 107 18.11.2010 - John Allison (purtag-V09-03-02) 113 - PurgMag.cc: Introduced G4UIExecutive. 108 - PurgMag.cc: Introduced G4UIExecutive. 114 - PurgMagPhysicsList.cc: Fixed G4MultipleScatt 109 - PurgMagPhysicsList.cc: Fixed G4MultipleScattering. 115 110 116 03.06.2010 - Joseph Perl (purtag-V09-03-01) 111 03.06.2010 - Joseph Perl (purtag-V09-03-01) 117 - Remove unused variable in EventAction 112 - Remove unused variable in EventAction 118 113 119 03.06.2010 - Joseph Perl (purtag-V09-03-00) 114 03.06.2010 - Joseph Perl (purtag-V09-03-00) 120 - Updated vis usage 115 - Updated vis usage 121 116 122 06.04.2009 G.A.P.Cirrone (purtag-V09-02-00) 117 06.04.2009 G.A.P.Cirrone (purtag-V09-02-00) 123 - GNUmakefile updated 118 - GNUmakefile updated 124 119 125 07.12.2005 Susanna Guatelli (purtag-V07-01-0 120 07.12.2005 Susanna Guatelli (purtag-V07-01-00) 126 - The example compiles with CLHEP 2.0.2.2 121 - The example compiles with CLHEP 2.0.2.2 127 - The method SetCutForOthers() is deleted beca 122 - The method SetCutForOthers() is deleted because obsolete 128 123 129 3rd May 2005 John Allison (examples-V07-00-0 124 3rd May 2005 John Allison (examples-V07-00-03) 130 - Replaced vis manager with G4VisExecutive. 125 - Replaced vis manager with G4VisExecutive. 131 126 132 29.11.2004 - S. Guatelli purtag-V06-02-00 127 29.11.2004 - S. Guatelli purtag-V06-02-00 133 Compilation warnings concelead 128 Compilation warnings concelead 134 Migration to <cmath> 129 Migration to <cmath> 135 130 136 10.06.2004 - G. Cosmo purtag-V06-01-02 131 10.06.2004 - G. Cosmo purtag-V06-01-02 137 Leave out the field-map file, now provided t 132 Leave out the field-map file, now provided through web in compressed format: 138 http://cern.ch/geant4/source/source/PurgMa 133 http://cern.ch/geant4/source/source/PurgMag3D.TABLE.gz 139 Updated README and tagged. 134 Updated README and tagged. 140 135 141 27.05.2004 . S. Larsson purtag-V06-01-01 136 27.05.2004 . S. Larsson purtag-V06-01-01 142 Migration to PI - Setup in README updated 137 Migration to PI - Setup in README updated 143 Tagged 138 Tagged 144 139 145 25.05.2004 - J. Apostolakis purtag-V06-01-00 140 25.05.2004 - J. Apostolakis purtag-V06-01-00 146 Tagged 141 Tagged 147 142 148 24.05.2004 - J. Apostolakis 143 24.05.2004 - J. Apostolakis 149 Modified README file 144 Modified README file 150 145 151 09.12.2003 - S. Larsson 146 09.12.2003 - S. Larsson 152 Example commited 147 Example commited 153 148