Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/advanced/purging_magnet/History is written in an unsupported language. File is not indexed.

0001 # Example purging_magnet History
0002 
0003 See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
0004 which **must** added in reverse chronological order (newest at the top). It must **not**
0005 be used as a substitute for writing good git commit messages!
0006 
0007 ## 2023-11-15 I. Hrivnacova (purgmag-V11-01-00)
0008 - Updated vis.mac:
0009   - Changed "/vis/open XYZ [600x600-0+0]" to "/vis/open" to allow run-time choices
0010     and simplified comments.
0011 
0012 ## 2022-09-08 Susanna Guatelli (purgmag-V11-00-01)
0013 - Ranecu engine removed, default engine used now
0014 
0015 ## 2021-12-10 Ben Morgan (purgmag-V11-00-00)
0016 - Change to new Markdown History format
0017 
0018 ---
0019 
0020 # History entries prior to 11.0
0021 
0022 16.10.2021 S. Guatelli (purgmag-V10-07-03)
0023 - Migration to G4RunManagerFactory
0024 - Physics list updated to Modular physics list, 
0025   with G4EmStandardPhysics_option4.
0026 
0027 07.10.2021 - I. Hrivnacova (purmag-V10-07-02)
0028 - Migration to new G4AnalysisManager.hh header;
0029   define the default output file type (csv),
0030   removed PurgMagAnalysisManager.hh.
0031 
0032 24.05.2021 B. Morgan (purmag-V10-07-01)
0033 - Bump required CMake version range to 3.12...3.20, matching core Geant4
0034 
0035 10.04.2021 G.Cosmo       (purmag-V10-07-00)
0036 - Removed call to obsolete ResetCuts() in PurgMagPhysicsList.
0037 
0038 02.11.2020 B.Morgan      (purmag-V10-06-01)
0039 - Support same CMake version range as core Geant4
0040 
0041 13.07.2020 G. Cosmo      (purmag-V10-06-00)
0042 - Corrected README. No functional changes.
0043 
0044 20.11.2019 G. Folger     (purmag-V10-05-00)
0045 - remove using namespace std from header file PurgMagTabulatedField3D.hh
0046    and correct follow-on problems.
0047 
0048 7.11.2018 - I. Hrivnacova (purmag-V10-04-02)
0049 - Switch back to csv output format.
0050 
0051 29.10.2018 - L. Pandola (purmag-V10-04-01)
0052 - Remove the useless buffer singleton PurgMagAnalysisManager class,
0053   and call directly G4AnalysisManager tools. Clean-up in the SteppingAction.
0054   Use root instead of csv as output format.
0055 
0056 10.05.2018 - B. Morgan     (purmag-V10-04-00)
0057 - Include G4Types before use of G4MULTITHREADED. For forward
0058   compatibility with move to #defines over -D for G4 preprocessor
0059   symbols.
0060 
0061 28.11.2016 - G. Folger      (purmag-V10-02-00)
0062             Remove direct use of theParticleIterator, use GetParticleTableIterator().
0063              fix required by clang39 on Linux and MAC
0064 
0065 16.10.2014 - Luciano Pandola (purmag-V10-00-02)
0066 - Prevent the threads to read the B-map file at the same time
0067 - Clean-up the analysis singleton.
0068 - Actual MT migration: use G4MTRunManager, if applicable
0069 
0070 15.10.2014 - Luciano Pandola (purmag-V10-00-01)
0071 - Added ConstructSDandField() and registered magnetic field in a
0072  G4Cache
0073 - Added a protection in the case the input field file is not found
0074 - Registered RunAction in master and workers
0075 
0076 14.10.2014 - Luciano Pandola (purmag-V10-00-00)
0077 - Added ActionInitialization class (first step for MT migration)
0078 - Add const qualifiers for methods of DetectorConstruction
0079 - Changed signature of SteppingAction, to get a const pointer to
0080  geometry
0081 
0082 30.07.2013 - Andrea Dotti   (purmag-V09-06-02)
0083 - Bug fixing for unused variables (compilation warning clang32)
0084 
0085 17.07.2013 - Gabriele Cosmo (purmag-V09-06-01)
0086 - Explicitly use G4CsvAnalysisManager to be compliant with restructure of
0087   analysis module.
0088 
0089 17.04.2013 - Luciano Pandola (purmag-V09-06-00)
0090 - Migrate analysis from AIDA to g4analysis (remove the
0091   external AIDA dependency). Some clean-up in other
0092   classe (RunAction, EventAction, StepAction)
0093 
0094 06.11.2012 - Luciano Pandola (purmag-V09-05-03)
0095 - Fix syntax in CMakeLists.txt
0096 
0097 26.10.2012 - Luciano Pandola (purmag-V09-05-02)
0098 - Replace CMakeLists.txt to deal with UI/VIS
0099 
0100 12.10.2012 - Gabriele Cosmo (purmag-V09-05-01)
0101 - Explicit inclusion of units and constants headers.
0102 
0103 08.12.2011 - Pere Mato (purtag-V09-05-00)
0104 - Added CMakeLists.txt file
0105 
0106 16.11.2011 - Gunter Folger (purtag-V09-04-01)
0107 - PurgMagSteppingAction.cc: fix compilation warning; occurs only when G4ANALYSIS_USE not set
0108 
0109 31.10.2011 - Luciano Pandola (purtag-V09-04-00)
0110 - Migrated G4Exception to the new scheme
0111 
0112 18.11.2010 - John Allison (purtag-V09-03-02)
0113 - PurgMag.cc: Introduced G4UIExecutive.
0114 - PurgMagPhysicsList.cc: Fixed G4MultipleScattering.
0115 
0116 03.06.2010 - Joseph Perl (purtag-V09-03-01)
0117 - Remove unused variable in EventAction
0118 
0119 03.06.2010 - Joseph Perl (purtag-V09-03-00)
0120 - Updated vis usage
0121 
0122 06.04.2009 G.A.P.Cirrone (purtag-V09-02-00)
0123 - GNUmakefile updated
0124 
0125 07.12.2005  Susanna Guatelli  (purtag-V07-01-00)
0126 - The example compiles with CLHEP 2.0.2.2
0127 - The method SetCutForOthers() is deleted because obsolete
0128 
0129 3rd May 2005  John Allison  (examples-V07-00-03)
0130 - Replaced vis manager with G4VisExecutive.
0131 
0132 29.11.2004 - S. Guatelli     purtag-V06-02-00
0133   Compilation warnings concelead
0134   Migration to <cmath>
0135 
0136 10.06.2004 - G. Cosmo        purtag-V06-01-02
0137   Leave out the field-map file, now provided through web in compressed format:
0138     http://cern.ch/geant4/source/source/PurgMag3D.TABLE.gz
0139   Updated README and tagged.
0140 
0141 27.05.2004 . S. Larsson      purtag-V06-01-01
0142   Migration to PI - Setup in README updated
0143   Tagged
0144 
0145 25.05.2004 - J. Apostolakis   purtag-V06-01-00
0146   Tagged
0147 
0148 24.05.2004 - J. Apostolakis
0149   Modified README file
0150 
0151 09.12.2003 - S. Larsson
0152   Example commited
0153